
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#why-choose-us-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#why-choose-us-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-10 .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#why-choose-us-10 .icon-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#why-choose-us-10 .icon-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-10 .icon-card i {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-10 .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#why-choose-us-10 .icon-card p {
  font-size: 0.95rem;
  color: #555;
}



#our-services-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-6 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-6 .flip-card {
  width: 250px;
  height: 300px;
  perspective: 1000px;
}
#our-services-6 .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#our-services-6 .flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}
#our-services-6 .flip-front,
#our-services-6 .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#our-services-6 .flip-front {
  background: #fff;
}
#our-services-6 .flip-front i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-6 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-6 .flip-back {
  background: #f8f9fa;
  transform: rotateY(180deg);
  font-size: 0.95rem;
  color: #555;
}



#portfolio-3 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}
#portfolio-3 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-3 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-3 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-3 .detailed-project-row {
  margin-bottom: 60px;
  align-items: center;
  background-color: #f8f9fa;
  padding: 30px 15px;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
#portfolio-3 .detailed-project-row:last-child {
  margin-bottom: 0;
}
#portfolio-3 .project-image-col img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}
#portfolio-3 .project-content-col {
  padding-left: 35px;
  padding-right: 20px;
}
#portfolio-3 .detailed-project-row.image-on-right .project-content-col {
  padding-left: 20px;
  padding-right: 35px;
}
#portfolio-3 .project-main-title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-3 .project-category-badge {
  display: inline-block;
  background-color: #6c757d;
  color: #fff;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-3 .project-description-html p {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: justify;
}
#portfolio-3 .project-description-html p strong {
  color: #343a40;
  font-weight: 600;
}
#portfolio-3 .key-features-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
#portfolio-3 .key-features-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#portfolio-3 .key-features-list {
  list-style: none;
  padding-left: 0;
}
#portfolio-3 .key-features-list li {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
#portfolio-3 .key-features-list li i {
  color: #20c997;
  margin-right: 10px;
  font-size: 0.95rem;
  width: 18px;
  text-align: center;
}
#portfolio-3 .project-action-link a {
  font-size: 1rem;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: 1px solid #0d6efd;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#portfolio-3 .project-action-link a:hover {
  background-color: #0d6efd;
  color: #fff;
}
#portfolio-3 .project-action-link a i {
  margin-left: 6px;
}
@media (max-width: 991.98px) {
  #portfolio-3 .project-image-col {
    margin-bottom: 25px;
    order: 1;
  }
  #portfolio-3 .project-content-col {
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
    text-align: left;
  }
  #portfolio-3 .detailed-project-row.image-on-right .project-content-col,
  #portfolio-3 .detailed-project-row.image-on-right .project-image-col {
    order: initial;
  }
  #portfolio-3 .detailed-project-row.image-on-right .project-image-col {
    order: 1 !important;
  }
  #portfolio-3 .detailed-project-row.image-on-right .project-content-col {
    order: 2 !important;
  }
  #portfolio-3 .project-main-title {
    font-size: 1.6rem;
  }
}



/* style.css for post-section-1 */
#post-section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9; /* A slightly different light background */
}

#post-section-1 .section-header {
    margin-bottom: 45px;
}

#post-section-1 .section-header .section-title {
    font-size: 2.2rem; /* Adjusted font size */
    font-weight: 700;
    color: #2c3e50; /* A deep blue/grey color */
    margin-bottom: 8px;
}

#post-section-1 .section-header .section-subtitle {
    font-size: 1rem;
    color: #7f8c8d; /* A softer grey for subtitle */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#post-section-1 .article-card {
    background-color: #ffffff;
    border: none; /* Removed border, relying on shadow */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* To ensure child elements like image respect border-radius */
}

#post-section-1 .article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#post-section-1 .article-card-image-wrapper {
    width: 100%;
    height: 220px; /* Fixed height for consistency */
    overflow: hidden;
}

#post-section-1 .article-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

#post-section-1 .article-card:hover .article-card-image {
    transform: scale(1.07);
}

#post-section-1 .article-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#post-section-1 .article-categories {
    margin-bottom: 12px;
}

#post-section-1 .article-category-link {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px; /* For wrapping badges */
    display: inline-block;
    background-color: #e74c3c; /* A distinct primary color */
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#post-section-1 .article-category-link:hover {
    background-color: #c0392b; /* Darker shade on hover */
}

#post-section-1 .article-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #34495e; /* Darker text color */
    margin-bottom: 10px;
    line-height: 1.4;
}

#post-section-1 .article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

#post-section-1 .article-title a:hover {
    color: #e74c3c; /* Primary color on hover */
}

#post-section-1 .article-meta {
    font-size: 0.85rem;
    color: #95a5a6; /* Lighter grey for meta */
    margin-bottom: 15px;
}

#post-section-1 .article-meta .meta-icon {
    margin-right: 6px;
    color: #bdc3c7; /* Icon color */
}

#post-section-1 .article-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1; /* Pushes button to the bottom */
}

#post-section-1 .article-readmore-btn {
    background-color: #3498db; /* A different accent color for button */
    border-color: #3498db;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    margin-top: auto; /* Stick to bottom */
    align-self: flex-start; /* Align button to the left */
}

#post-section-1 .article-readmore-btn .btn-icon {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

#post-section-1 .article-readmore-btn:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

#post-section-1 .article-readmore-btn:hover .btn-icon {
    transform: translateX(3px);
}

#post-section-1 .pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #post-section-1 .article-card-image-wrapper {
        height: 200px;
    }
    #post-section-1 .article-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    #post-section-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #post-section-1 .section-header .section-title {
        font-size: 1.9rem;
    }
    #post-section-1 .article-card {
        margin-bottom: 30px; /* Add margin for stacked cards */
    }
    #post-section-1 .article-card-image-wrapper {
        height: 180px;
    }
}




#faq-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-27 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}



#cta-banner-15 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-15 .container {
  max-width: 750px;
}
#cta-banner-15 .content-image-wrapper {
  margin-bottom: 2rem;
}
#cta-banner-15 .content-image-wrapper img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#cta-banner-15 .cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-15 .cta-subtitle {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 1rem;
}
#cta-banner-15 .cta-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}
#cta-banner-15 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-15 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-15 {
    padding: 4rem 1rem;
  }
  #cta-banner-15 .content-image-wrapper img {
    max-height: 200px;
  }
  #cta-banner-15 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-15 .cta-subtitle {
    font-size: 1.05rem;
  }
  #cta-banner-15 .cta-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-15 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#timeline-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-11 .timeline-column {
  padding-right: 2rem;
}
#timeline-11 .timeline-wrapper {
  position: relative;
  padding-left: 30px;
}
#timeline-11.content-right .timeline-wrapper {
  padding-left: 0;
  padding-right: 30px;
}
#timeline-11 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e9ecef;
  top: 5px;
  bottom: 5px;
  z-index: 1;
  left: 0;
}
#timeline-11.content-right .timeline-wrapper::after {
  left: auto;
  right: 0;
}
#timeline-11 .timeline-item {
  padding: 0 0 1.8rem 25px;
  position: relative;
  width: 100%;
}
#timeline-11.content-right .timeline-item {
  padding-left: 0;
  padding-right: 25px;
}
#timeline-11 .timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#timeline-11 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  top: 3px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 3px #ffffff;
  left: -10px;
}
#timeline-11.content-right .timeline-item::after {
  left: auto;
  right: -10px;
}
#timeline-11 .timeline-content {
  position: relative;
}
#timeline-11 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.3rem;
  display: block;
  font-size: 1rem;
}
#timeline-11 .timeline-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#timeline-11 .timeline-item-title i {
  margin-right: 0.5rem;
  font-size: 1em;
  opacity: 0.8;
}
#timeline-11 .timeline-item-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#timeline-11 .map-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#timeline-11 .map-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #timeline-11 .timeline-column {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #timeline-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-11 .section-title {
    font-size: 2.1rem;
  }
  #timeline-11 .timeline-column {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  #timeline-11 .timeline-wrapper {
    padding-left: 25px;
    padding-right: 0;
  }
  #timeline-11 .timeline-wrapper::after {
    left: 0;
  }
  #timeline-11 .timeline-item {
    padding-left: 20px;
    padding-right: 0;
  }
  #timeline-11 .timeline-item::after {
    left: -10px;
  }
}



#text-block-20 {
  padding: 100px 0;
  min-height: 60vh;
  background: linear-gradient(
    135deg,
    var(--grad-color-1, #6a11cb),
    var(--grad-color-2, #2575fc)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-20 .container {
  max-width: 800px;
}
#text-block-20 .content-box-on-gradient {
  background-color: var(--box-bg, #ffffff);
  color: var(--box-text-color, #212529);
  padding: 50px 55px;
  border-radius: var(--box-radius, 10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#text-block-20 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-20 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-20 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-20 {
    padding: 70px 15px;
    min-height: auto;
  }
  #text-block-20 .content-box-on-gradient {
    padding: 40px 30px;
  }
  #text-block-20 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-20 .text-paragraph {
    font-size: 1rem;
  }
}


