/* ===================================================
   GTS SARL - ENHANCED PROFESSIONAL STYLES
   Design moderne et professionnel pour l'Afrique
   ================================================= */

/* ===========================
   TYPOGRAPHIE AMÉLIORÉE
   =========================== */

body {
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

/* ===========================
   HERO CAROUSEL AMÉLIORÉ
   =========================== */

#heroCarousel .carousel-item {
    min-height: 600px;
}

#heroCarousel .ftco-cover-1 {
    min-height: 600px;
    display: flex;
    align-items: center;
}

#heroCarousel .carousel-item h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

#heroCarousel .carousel-item p {
    font-size: 1.3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1.2s ease;
}

/* Indicateurs carousel stylisés */
#heroCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    margin: 0 8px;
}

#heroCarousel .carousel-indicators .active {
    background-color: #eb0101;
    transform: scale(1.2);
}

/* Flèches carousel améliorées */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(235, 1, 1, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-control-prev {
    left: 30px;
}

#heroCarousel .carousel-control-next {
    right: 30px;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

/* ===========================
   CARTES DE SERVICES AMÉLIORÉES
   =========================== */

.service-2 {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.service-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(235, 1, 1, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-2:hover::before {
    opacity: 1;
}

.service-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(235, 1, 1, 0.2);
}

.service-2 .svg {
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}

.service-2:hover .svg {
    transform: scale(1.1) rotate(5deg);
}

.service-2 h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-2 p {
    font-size: 1rem;
    line-height: 1.7;
}

/* ===========================
   FORMULAIRES AMÉLIORÉS
   =========================== */

.quick-contact-form,
.bg-white {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 40px !important;
}

.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #eb0101;
    box-shadow: 0 0 0 0.2rem rgba(235, 1, 1, 0.15);
    transform: translateY(-2px);
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #eb0101 0%, #c10000 100%);
    border: none;
    border-radius: 8px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(235, 1, 1, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #c10000 0%, #eb0101 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(235, 1, 1, 0.4);
}

/* ===========================
   SECTIONS AMÉLIORÉES
   =========================== */

.site-section {
    padding: 80px 0;
}

.section-2-title h2 {
    position: relative;
    display: inline-block;
}

.section-2-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #eb0101, transparent);
    border-radius: 2px;
}

/* ===========================
   CARTES ÉQUIPE/OBJECTIFS
   =========================== */

.post-entry-1.person-1 {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.post-entry-1.person-1:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.post-entry-1.person-1 img {
    transition: transform 0.4s ease;
}

.post-entry-1.person-1:hover img {
    transform: scale(1.05);
}

.post-entry-1-contents {
    padding: 30px;
}

.post-entry-1-contents .meta {
    color: #eb0101;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* ===========================
   PROJETS/RÉALISATIONS
   =========================== */

.project-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.project-item .category {
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-item .project-title {
    font-size: 1.2rem;
    font-weight: 700;
}

/* ===========================
   TESTIMONIALS/PARTENAIRES
   =========================== */

.testimonial-3 {
    border-radius: 15px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #eb0101;
}

.testimonial-3:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(5px);
}

.testimonial-3 blockquote {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* ===========================
   FOOTER AMÉLIORÉ
   =========================== */

.site-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding-top: 60px;
}

.footer-heading {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #eb0101;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.site-footer a:hover {
    color: #eb0101;
    padding-left: 5px;
}

/* ===========================
   ANIMATIONS
   =========================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease;
}

.fade-in-up {
    animation: fadeInUp 1s ease;
}

/* ===========================
   BADGES ET TAGS
   =========================== */

.badge-custom {
    background: linear-gradient(135deg, #eb0101, #c10000);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 3px 10px rgba(235, 1, 1, 0.3);
}

/* ===========================
   RESPONSIVE AMÉLIORÉ
   =========================== */

@media (max-width: 991.98px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    #heroCarousel .carousel-item {
        min-height: 450px;
    }
    
    #heroCarousel .carousel-item h1 {
        font-size: 2.5rem;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 50px;
        height: 50px;
    }
    
    .site-section {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2rem;
    }
    
    #heroCarousel .carousel-item h1 {
        font-size: 2rem;
    }
    
    #heroCarousel .carousel-item p {
        font-size: 1.1rem;
    }
}

/* ===========================
   OVERLAY AMÉLIORÉ
   =========================== */

.ftco-cover-1.overlay::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(235, 1, 1, 0.3) 100%);
}

/* ===========================
   CONTACT INFO STYLING
   =========================== */

.footer-link li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link li:last-child {
    border-bottom: none;
}

.font-weight-bold {
    font-weight: 700 !important;
}
