
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#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-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#why-choose-us-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-5 li:last-child {
  border-bottom: none;
}
#why-choose-us-5 li i {
  font-size: 2rem;
  color: #dc3545;
  margin-right: 15px;
}
#why-choose-us-5 .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
#why-choose-us-5 .reason-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}



/* === Gradient Section & Divider SVG === */
.post-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.post-section .divider-top,
.post-section .divider-bottom {
  display: block;
  width: 100%;
  line-height: 0;
}
.post-section .divider-top svg,
.post-section .divider-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Background gradient */
#post-section-9 {
  background: linear-gradient(135deg,
    var(--grad-start),
    var(--grad-end)
  );
  padding: 80px 0;
}

/* Section header */
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
.post-section .section-header p {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 8px;
}

/* === Card Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}
.post-card {
  background: #fff;
  color: #333;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#portfolio-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-6 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-6 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-6 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-6 .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e5ec;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
#portfolio-6 .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#portfolio-6 .accordion-item:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#portfolio-6 .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #343a40;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-bottom: none;
}
#portfolio-6 .accordion-header .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075);
}
#portfolio-6 .accordion-header .accordion-button .category-accordion-icon {
  margin-right: 12px;
  font-size: 1.1rem;
  opacity: 0.8;
}
#portfolio-6
  .accordion-header
  .accordion-button:not(.collapsed)
  .category-accordion-icon {
  opacity: 1;
}
#portfolio-6 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%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");
}
#portfolio-6 .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='%230d6efd'%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");
}
#portfolio-6 .accordion-body {
  padding: 20px 25px;
  background-color: #fff;
}
#portfolio-6 .project-in-category-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #e9ecef;
  transition: background-color 0.2s ease;
}
#portfolio-6 .project-in-category-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#portfolio-6 .project-in-category-item:hover {
  background-color: #fafdff;
}
#portfolio-6 .project-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #dee2e6;
}
#portfolio-6 .project-details .project-title-accordion {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 3px;
  text-decoration: none;
  display: inline-block;
}
#portfolio-6 .project-details .project-title-accordion:hover {
  text-decoration: underline;
}
#portfolio-6 .project-details .project-summary-accordion {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #portfolio-6 .accordion-header .accordion-button {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
  #portfolio-6 .project-in-category-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-6 .project-thumbnail img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}


