
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#features-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#about-us-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-4 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-4 .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#about-us-4 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#about-us-4 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-4 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#about-us-4 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#about-us-4 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#why-choose-us-21 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-21 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-21 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#why-choose-us-21 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-21 .benefit-item-card {
  background-color: #f8f9fa;
  padding: 30px 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why-choose-us-21 .benefit-item-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
#why-choose-us-21 .benefit-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
}
#why-choose-us-21 .benefit-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#why-choose-us-21 .benefit-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  #why-choose-us-21 .benefit-item-card {
    margin-bottom: 25px;
  }
  #why-choose-us-21 .row > div:last-child .benefit-item-card {
    margin-bottom: 0;
  }
}



#our-services-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-26 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-26 .service-comparison-table {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#our-services-26 .service-comparison-table thead th {
  background-color: #e9ecef;
  text-align: center;
  padding: 1.2rem 1rem;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom-width: 2px;
  border-color: #ced4da !important;
  color: #343a40;
}
#our-services-26 .service-comparison-table thead th:first-child {
  background-color: #f8f9fa;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
#our-services-26 .service-comparison-table .plan-price,
#our-services-26 .service-comparison-table .plan-price-period {
  display: none;
}
#our-services-26 .service-comparison-table tbody th {
  text-align: left;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  vertical-align: middle;
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
}
#our-services-26 .service-comparison-table tbody td {
  text-align: center;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #495057;
}
#our-services-26 .service-comparison-table .plan-header.highlighted {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0a58ca !important;
}
#our-services-26 .service-comparison-table .plan-cell.highlighted {
  background-color: #e7f1ff;
}
#our-services-26 .service-comparison-table .plan-cta-row td {
  padding: 1.5rem 1rem;
}
#our-services-26 .service-comparison-table .btn-select-plan {
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}



#counter-3 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#counter-3 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#counter-3 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
}
#counter-3 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-3 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
#counter-3 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-3 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
#counter-3 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#counter-3 .counter-title {
  font-size: 1.2rem;
  color: #ddd;
}



#portfolio-8 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-8 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-8 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-8 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-8 .project-timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1000px;
}
#portfolio-8 .project-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#portfolio-8 .timeline-entry {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 20px;
}
#portfolio-8 .timeline-entry:last-child {
  margin-bottom: 0;
}
#portfolio-8 .timeline-entry::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 3px solid #0d6efd;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
#portfolio-8 .timeline-entry.timeline-left {
  left: 0;
}
#portfolio-8 .timeline-entry.timeline-right {
  left: 50%;
}
#portfolio-8 .timeline-entry.timeline-left::after {
  right: -10px;
}
#portfolio-8 .timeline-entry.timeline-right::after {
  left: -10px;
}
#portfolio-8 .timeline-content {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9ecef;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: -10px;
  border: medium solid #ffffff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid #ffffff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#portfolio-8 .timeline-date {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
#portfolio-8 .timeline-project-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#portfolio-8 .timeline-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-8 .timeline-project-title a:hover {
  color: #0b5ed7;
  text-decoration: underline;
}
#portfolio-8 .timeline-thumbnail {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail {
  float: right;
  margin-left: 10px;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
  float: left;
  margin-right: 10px;
}
#portfolio-8 .timeline-short-description {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  #portfolio-8 .project-timeline::after {
    left: 15px;
  }
  #portfolio-8 .timeline-entry {
    width: 100%;
    padding-left: 45px;
    padding-right: 15px;
    left: 0 !important;
  }
  #portfolio-8 .timeline-entry::after {
    left: 5px;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-content::before,
  #portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 10px 10px 0;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail,
  #portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
    float: none;
    margin: 10px auto;
    display: block;
  }
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



/* style.css for post-section-5 */
#post-section-5 {
    padding-top: 0; /* Hero might be full bleed at the top */
    padding-bottom: 60px;
    background-color: #ffffff;
}

/* Hero Post Area */
#post-section-5 .hero-post-wrapper {
    position: relative;
    width: 100%;
    height: 70vh; /* Adjust height as needed, viewport height percentage */
    min-height: 450px; /* Minimum height */
    max-height: 600px; /* Maximum height */
    background-color: #333; /* Fallback color */
    display: flex;
    align-items: center; /* Vertically center content within the hero */
    justify-content: center; /* Horizontally center content if text-align is center */
    overflow: hidden;
    margin-bottom: 50px; /* Space between hero and grid */
}

#post-section-5 .hero-post-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6) contrast(0.9); /* Darken and adjust contrast for text readability */
}

#post-section-5 .hero-post-overlay-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    max-width: 800px; /* Limit width of content for readability */
}

#post-section-5 .hero-post-categories {
    margin-bottom: 15px;
}

#post-section-5 .hero-post-category-link {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 5px 12px;
    margin: 0 5px 10px 5px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px; /* Pill-shaped badges */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
#post-section-5 .hero-post-category-link:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #007bff;
}

#post-section-5 .hero-post-title {
    font-size: 2.5rem; /* Large title for hero */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
#post-section-5 .hero-post-title a {
    color: #ffffff;
    text-decoration: none;
}
#post-section-5 .hero-post-title a:hover {
    text-decoration: underline;
}


#post-section-5 .hero-post-meta {
    font-size: 0.95rem;
    color: #e0e0e0;
    margin-bottom: 20px;
}
#post-section-5 .hero-post-meta .meta-icon {
    margin-right: 6px;
}

#post-section-5 .hero-post-excerpt {
    font-size: 1.1rem;
    color: #f0f0f0;
    margin-bottom: 30px;
    line-height: 1.7;
    font-weight: 300;
}

#post-section-5 .hero-post-readmore-btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px; /* Pill button */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#post-section-5 .hero-post-readmore-btn .btn-icon {
    margin-left: 8px;
}

/* Grid Posts Area */
#post-section-5 .grid-posts-area .area-title {
    font-size: 2rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 30px;
    text-align: center;
}

#post-section-5 .grid-post-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#post-section-5 .grid-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

#post-section-5 .grid-post-image-wrapper {
    height: 200px;
    overflow: hidden;
}
#post-section-5 .grid-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post-section-5 .grid-post-content {
    padding: 20px;
    flex-grow: 1; /* Allows content to expand */
    display: flex;
    flex-direction: column;
}

#post-section-5 .grid-post-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
    line-height: 1.4;
    /* flex-grow: 1; -- Removed to allow meta and button to determine height better if title is short */
}
#post-section-5 .grid-post-title a {
    color: inherit;
    text-decoration: none;
}
#post-section-5 .grid-post-title a:hover {
    color: #007bff;
}

#post-section-5 .grid-post-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
}

#post-section-5 .grid-post-excerpt { /* Optional */
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1; /* Allow excerpt to push button down */
}

#post-section-5 .grid-post-readmore-btn {
    margin-top: auto; /* Pushes button to the bottom */
    align-self: flex-start;
}

#post-section-5 .grid-pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}




#call-to-action-11 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
#call-to-action-11 .left-col,
#call-to-action-11 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
#call-to-action-11 .left-col {
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-11 .left-col h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-11 .left-col p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-11 .left-col .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-11 .left-col .btn:hover {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-11 .right-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #call-to-action-11 {
    flex-direction: column;
  }
  #call-to-action-11 .left-col,
  #call-to-action-11 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
  #call-to-action-11 .left-col {
    text-align: center;
  }
}


