@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f9fb;
}







.navbar {
    background-color: #044F60;
    box-shadow: 0px 4px 4px 0px #0000000F;

}
.navbar-brand {
    font-weight: bold;
    color: white !important;
    font-size: 1.5rem;
}
.navbar-nav .nav-link {
    color: white !important;
    font-size: 1rem;
    font-weight: 400;
}
.nav-item .active {
    font-weight: bold;
}
.btn-custom-header {
    background-color: #006BA1;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}
.btn-custom-header:hover {
    background-color: #003E78;
    color: #FFFFFF;
}

.lang-icon {
    width: 24px;
    height: 16px;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-collapse {
        background: #008297;
        padding: 15px;
    }
}



/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px);
    padding: 60px 0;
}

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}

.hero-title span {
    color: #00a0b0; /* accent color for l’événementiel */
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0.5rem;
    color: #0b1e33;
}

.hero-text {
    font-size: 0.95rem;
    color: #556575;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.btn-primary-custom {
    background-color: #044F60;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-primary-custom:hover {
    background-color: #033b48;
    color: #fff;
}

.btn-outline-custom {
    border: 1.5px solid #044F60;
    color: #044F60;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background-color: #eef3f6;
    border-color: #b6c0c8;
}

.small-note {
    font-size: 0.8rem;
    color: #98a5b3;
    margin-top: 1rem;
}

.hero-img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .hero-img {
        margin-top: 40px;
    }
}



/* why eventpro */
.why-eventpro {
    background-color: #FFFFFF;
}

.text-darkblue {
    color: #0b1e33;
}

.feature-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-box i {
    font-size: 1.2rem;
}

.feature-box span {
    font-size: 1rem;
    color: #0b1e33;
}

@media (max-width: 768px) {
    .feature-box {
        margin-bottom: 15px;
    }
}


/* Features */
.features-section {
    background-color: #FFFFFF;
    padding: 80px 0;
}

.text-darkblue {
    color: #0b1e33;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    padding: 24px;
    height: 100%;
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.feature-card .icon-box {
    background-color: #eaf3f7;
    color: #0b677e;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.feature-card h5 {
    color: #0b1e33;
    margin-bottom: 10px;
}

.feature-card p {
    color: #4f5b66;
    font-size: 0.95rem;
    line-height: 1.5;
}






/* badge */
.badge-section {
    padding: 4rem 1rem;
}

.feature-list i {
    color: #1dd1a1;
    margin-right: 8px;
}

.img-preview {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .img-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    }

    .img-group img {
    width: 100%;
    object-fit: contain;
    }
}




/**/
.future{
    padding: 60px 0;
    background: #FFFFFF;
}
.future .future-title {
    font-weight: 700;
    color: #183153;
}

.future .future-subtitle {
    color: #183153;
    font-size: 0.95rem;
}

.future .future-title {
    font-weight: 700;
    color: #183153;
}

.future .future-description {
    font-size: 0.9rem;
    color: #183153;
    font-weight: 400;
}

.future .future-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}





/* event section */
.event-section {
    padding: 80px 0 0;
    text-align: center;
    background: #044F60;
    overflow: hidden;
}

.event-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.event-section p {
    font-size: 1.1rem;
    /* max-width: 900px;
    margin: 0 auto 40px auto; */
    line-height: 1.6;
    color: #FFFFFF;
}

.image-crop-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.image-crop-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0; 
    left: 0;
}

@media (max-width: 768px) {
    .event-section h2 {
        font-size: 1.6rem;
    }

    .event-section p {
        font-size: 1rem;
    }

    .image-crop-wrapper {
        height: 280px; 
    }
}




/* solution  */
.solution {
    background: #FFFFFF;
    padding: 80px 0;
}

.solution h4{
    font-size: 2.2rem;
    color: #183153;
    font-weight: 700;
}

.solution h6{
    font-size: 1.3rem;
    color: #183153;
    font-weight: 700;
}

.solution p{
    font-size: 1rem;
    color: #183153;
    font-weight: 500;
}

.check-icon {
    width: 24px;
    height: 25px;
    min-width: 24px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}



/**/
.collaborative-section{
    background: #F5F8F9;
}


/* IPA section */
.IPA-section {
    padding: 100px 0;
    background: #FFFFFF;
  }

  .IPA-item {
    cursor: pointer;
    padding: 25px;
    transition: all 0.4s ease;
  }

  .IPA-item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d2340;
  }

  .IPA-item p, .IPA-item ul {
    color: #4a5568;
    font-size: 1rem;
    margin: 0;
  }

  .IPA-item ul {
    margin-top: 10px;
    padding-left: 20px;
  }

  /* Active / inactive states */
  .IPA-item.active {
    opacity: 1;
    background-color: #ffffff;
    border-bottom: 1px solid #18315333;
    transform: translateY(-3px);
  }

  .IPA-item:not(.active) {
    opacity: 0.5;
  }

  /* Right-side image */
  .IPA-image img {
    width: 100%;
    max-width: 360px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: opacity 0.5s ease;
  }

  @media (max-width: 992px) {
    .IPA-section {
      text-align: center;
    }
  }




/**/
.offer-section {
    background: linear-gradient(90deg, #D9E4EA 35.69%, #044F60 35.8%);
    padding: 40px 0 0;
  }
  
  .offer-image {
    max-width: 90%;
    height: auto;
  }





/* Contact Section */
.contact-section{
    background-color: #ffffff;
    padding: 60px 0;
}
.contact-card {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    max-width: 1100px;
    margin: auto;
  }

  .contact-card h2 {
    color: #0a2d45;
    font-weight: 700;
  }

  .contact-card p {
    color: #5f6b7d;
    margin-top: 10px;
  }

  .form-label {
    font-weight: 500;
    color: #1e1e1e;
  }

  .input-group-text {
    background-color: #c9302c;
    color: #fff;
    font-weight: 500;
    border: none;
  }

  .input-group-text::before {
    content: "🇲🇦 ";
  }

  .form-control:focus {
    border-color: #017b8b;
    box-shadow: none;
  }






  /* newsletter */
  .newsletter-section {
    background-color: #014f61;
  }
  
  .newsletter-section h2 {
    font-size: 1.5rem;
  }
  
  .newsletter-section p {
    font-size: 1rem;
    color: #d3e2ea;
    line-height: 1.6;
  }
  
  .newsletter-section input.form-control {
    min-width: 250px;
    border-radius: 6px;
    border: none;
  }
  
  .newsletter-section input.form-control:focus {
    box-shadow: none;
    border: 1px solid #017b8b;
  }

  .btn-info-custom {
    background-color: #018aad;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
  }
  
  .btn-info-custom:hover {
    background-color: #01a2c6;
  }








/* support */
.support-section {
    background-color: #f7fafa;
    padding: 4rem 2rem;
  }

  .support-title {
    font-weight: 700;
    font-size: 2rem;
    color: #112d4e;
  }

  .support-text {
    color: #3f3f3f;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    max-width: 600px;
  }

  .support-img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 767px) {
    .support-title {
      font-size: 1.5rem;
    }
  }




/* Footer */
.footer {
    background-color: #024e5c;
    color: #fff;
    padding: 60px 0 0;
    position: relative;
  }
  
  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    border-bottom: 1px solid #D4D4EE4D;
    padding-bottom: 30px;
  }
  
  .footer-logo {
    display: block;
    margin-bottom: 20px;
  }
  
  .footer-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .footer-column p {
    line-height: 1.6;
    font-size: 14px;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .footer-column ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s;
  }
  
  .footer-column ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  
  .footer-social {
    background: #024e5c;
    text-align: center;
    margin: 25px 0;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
  }
  
  .footer-social a {
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .footer-social a:hover {
    color: #00bcd4;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 13px;
    opacity: 0.8;
    margin-top: 30px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
