.lines-limit {
  --max-lines:4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--max-lines);
  }
  /* .custom-dropdown-menu {
      width: 100%;
      height:100%;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 0;
    } */
    .fa {
      transition: all 1.5s ease;
      color: #fff;
  }
  .fa:hover {
      transform:scale(1.5)
  }
  /* Services Page Styles */
.services-hero .carousel-item img {
    height: 400px;
    object-fit: cover;
}

.our-service .section-header h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.our-service .section-header p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.card-style {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-style:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-style .back {
    background: linear-gradient(135deg, #1a2a6c, #3498db);
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
}

.card-style img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-style:hover img {
    transform: scale(1.05);
}

.lines-limit {
    padding: 0 20px;
}

.card-text.paragraph {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.btn-outline-primary {
    border: 2px solid #3498db;
    color: #3498db;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
    /* margin: 0 20px 20px; */
    display: block;
    text-align: center;
}

.btn-outline-primary:hover {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
}
.row.portfolio-container.projeButton.aos-init.aos-animate {
    text-align: center;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* News Events Section */
.NewsEvents {
    padding: 60px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h1.NewsEvents {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* News Items */
.image-news-events {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content-news-events {
    padding: 20px;
}

.date-upload {
    color: #007bff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.date-upload i {
    margin-right: 8px;
}

.title-news {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.lines-limit {
    margin-bottom: 20px;
}

.description-news {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

.news-content {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

.news-content p {
    margin-bottom: 15px;
}

.news-content strong {
    color: #333;
}
.footer-contact {
    margin-bottom: 20px;
}

.contact-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.contact-location {
    flex: 1;
    min-width: 200px;
}

.contact-location h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-general p {
    margin-bottom: 8px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    color: rgba(255,255,255,0.7);
}
/* Responsive Design */
@media (max-width: 768px) {
    .image-news-events {
        height: 300px;
        margin-bottom: 20px;
    }
    
    .title-news {
        font-size: 1.5rem;
    }
    
    .section-header h1.NewsEvents {
        font-size: 2rem;
    }
    
    .content-news-events {
        padding: 10px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .services-hero .carousel-item img {
        height: 300px;
    }
    
    .our-service .section-header h1 {
        font-size: 2rem;
    }
    
    .card-style {
        margin-bottom: 20px;
    }
}