/* Styles additionnels pour correspondre au modèle Yandi */

/* Styles généraux */
body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #727272;
}

/* Styles d'en-tête */
.header-area {
  background-color: #727272;
  padding: 15px 0;
}

.main-menu li a {
  color: #ffffff;
  font-weight: 600;
}

.main-menu li a:hover {
  color: #f8f8f8;
}

.header-btn .btn {
  background-color: #ffffff;
  color: #727272;
  border-color: #ffffff;
}

.header-btn .btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Styles de section héro */
.techwix-hero-section-03 {
  position: relative;
  padding: 200px 0 100px;
  background-size: cover;
  background-position: center;
}

.techwix-hero-section-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.techwix-hero-section-03 .container {
  position: relative;
  z-index: 1;
}

.techwix-hero-section-03 .hero-content {
  color: #ffffff;
}

.techwix-hero-section-03 .title {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 20px;
}

.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #999999;
}

/* Styles de section */
.section-title .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.section-title .title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #727272;
}

/* Styles de service */
.techwix-service-section {
  padding: 100px 0;
}

.service-item {
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
  margin-bottom: 20px;
}

.service-icon img {
  max-width: 60px;
  height: auto;
}

/* Styles de section à propos */
.techwix-about-section {
  padding: 100px 0;
}

.about-content-wrap {
  margin-bottom: 30px;
}

.about-image img {
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Styles de section pourquoi nous choisir */
.techwix-why-choose-section {
  padding: 100px 0;
}

.why-choose-item {
  margin-bottom: 30px;
}

.why-choose-item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* Styles de section CTA */
.techwix-cta-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.techwix-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.techwix-cta-section .container {
  position: relative;
  z-index: 1;
}

.techwix-cta-section .cta-content {
  color: #ffffff;
}

.techwix-cta-section .title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
}

.techwix-cta-section .btn {
  background-color: #ffffff;
  color: #727272;
  border-color: #ffffff;
}

.techwix-cta-section .btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Styles de pied de page */
.footer-section {
  position: relative;
  padding-top: 80px;
  background-size: cover;
  background-position: center;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 114, 114, 0.9);
  z-index: 0;
}

.footer-section .container {
  position: relative;
  z-index: 1;
}

.footer-widget-title, 
.footer-widget-about p,
.footer-widget-menu ul li a,
.footer-widget-contact p,
.contact-info .single-contact p,
.copyright-text p {
  color: #ffffff;
}

.footer-widget-menu ul li a:hover {
  text-decoration: underline;
  padding-left: 5px;
}

/* Styles de bouton */
.btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #727272;
  color: #ffffff;
  border: 2px solid #727272;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  background-color: transparent;
  color: #727272;
}

.btn-outline {
  background-color: transparent;
  color: #727272;
}

.btn-outline:hover {
  background-color: #727272;
  color: #ffffff;
}

/* Styles responsifs */
@media (max-width: 991px) {
  .techwix-hero-section-03 {
    padding: 150px 0 80px;
  }
  
  .section-title .title {
    font-size: 32px;
  }
  
  .techwix-service-section,
  .techwix-about-section,
  .techwix-why-choose-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .techwix-hero-section-03 {
    padding: 120px 0 60px;
  }
  
  .techwix-hero-section-03 .title {
    font-size: 36px;
  }
  
  .section-title .title {
    font-size: 28px;
  }
  
  .techwix-service-section,
  .techwix-about-section,
  .techwix-why-choose-section {
    padding: 50px 0;
  }
  
  .techwix-cta-section .title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .techwix-hero-section-03 {
    padding: 100px 0 50px;
  }
  
  .techwix-hero-section-03 .title {
    font-size: 28px;
  }
  
  .section-title .title {
    font-size: 24px;
  }
  
  .btn {
    padding: 10px 25px;
  }
}
