
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#why-choose-us-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--bs-primary, #0d6efd);
  color: #ffffff;
}
#why-choose-us-18 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-18 .section-header h2 {
  font-weight: 700;
  color: inherit;
}
#why-choose-us-18 .counter-item {
  text-align: center;
  margin-bottom: 2rem;
}
#why-choose-us-18 .counter-icon i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
#why-choose-us-18 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
#why-choose-us-18 .counter-title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  #why-choose-us-18 .counter-item {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #why-choose-us-18 .counter-number {
    font-size: 2.5rem;
  }
  #why-choose-us-18 .counter-icon i {
    font-size: 2rem;
  }
}



#our-services-2 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#our-services-2 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-2 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-2 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-2 .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-services-2 .service-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#our-services-2 .service-list li:last-child {
  border-bottom: none;
}
#our-services-2 .service-list li i {
  font-size: 2rem;
  color: #28a745;
  margin-right: 15px;
}
#our-services-2 .service-list li .service-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#our-services-2 .service-list li .service-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#testimonials-17 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#testimonials-17 .container {
  max-width: 1140px;
}
#testimonials-17 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-17 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-17 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-17 .minimalist-quote-wall {
  column-gap: var(--column-gap, 2.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-17 .minimalist-quote-item {
  padding: 25px 0;
  margin-bottom: var(--column-gap, 2.5rem);
  page-break-inside: avoid;
  break-inside: avoid;
  border-top: 2px solid #e9ecef;
}
#testimonials-17 .minimalist-quote-item blockquote {
  font-size: 1.3rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: normal;
  border-left: none;
  padding-left: 0;
  position: relative;
}
#testimonials-17 .minimalist-quote-item blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3.5rem;
  color: #adb5bd;
  position: absolute;
  left: -15px;
  top: -10px;
  line-height: 1;
  opacity: 0.6;
}
#testimonials-17 .minimalist-quote-item .quote-author {
  text-align: right;
}
#testimonials-17 .minimalist-quote-item .client-name {
  display: block;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}
#testimonials-17 .minimalist-quote-item .client-position {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-17 {
    padding: 50px 0;
  }
  #testimonials-17 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote {
    font-size: 1.15rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote::before {
    font-size: 3rem;
    left: -10px;
    top: -5px;
  }
}



#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;
  }
}



#awards-18 {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#awards-18 .container-tight {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-18 .block-icon {
  margin-bottom: 1rem;
  opacity: 0.8;
}
#awards-18 .block-icon i {
  font-size: 2.2rem;
}
#awards-18 .block-headline {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#awards-18 .block-text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 0;
}
#awards-18 .block-link {
  margin-top: 1.5rem;
}
#awards-18 .block-link .btn {
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-18 {
    padding: 2rem 1rem;
  }
  #awards-18 .block-headline {
    font-size: 1.4rem;
  }
  #awards-18 .block-text {
    font-size: 0.95rem;
  }
}



#press-mentions-1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#press-mentions-1 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-1 .section-title {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 1rem;
}
#press-mentions-1 .section-subtitle {
  font-size: 1.2rem;
  color: #495057;
  max-width: 600px;
  margin: 0 auto 2rem auto;
  font-weight: 500;
}
#press-mentions-1 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#press-mentions-1 .logo-item {
  text-align: center;
}
#press-mentions-1 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-1 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-1 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 45px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #press-mentions-1 .logo-grid {
    gap: 1.5rem 2rem;
  }
  #press-mentions-1 .logo-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #press-mentions-1 .section-header {
    margin-bottom: 2rem;
  }
  #press-mentions-1 .logo-grid {
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-1 .logo-item img {
    max-height: 35px;
  }
  #press-mentions-1 .logo-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 575.98px) {
  #press-mentions-1 .logo-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}



#team-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-6 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-6 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-6 .department-block {
  margin-bottom: 3.5rem;
}
#team-6 .department-block:last-child {
  margin-bottom: 0;
}
#team-6 .department-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--bs-primary);
  display: inline-flex;
  align-items: center;
}
#team-6 .department-title i {
  margin-right: 0.8rem;
  font-size: 1.5rem;
  color: var(--bs-primary);
  opacity: 0.9;
}
#team-6 .department-members-grid {
}
#team-6 .member-item-simple {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
#team-6 .member-item-simple:hover {
  background-color: #f8f9fa;
}
#team-6 .member-photo-small img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 2px solid #eee;
}
#team-6 .member-details {
  flex-grow: 1;
}
#team-6 .member-name {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
}
#team-6 .member-role {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #team-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-6 .section-title {
    font-size: 2.1rem;
  }
  #team-6 .department-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #team-6 .member-item-simple {
    padding-left: 0;
    padding-right: 0;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #555;
  margin-top: 8px;
}

/* === 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); }
}

/* === Card & Reveal Effect === */
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  cursor: pointer;
}
.post-card .card-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.post-card .card-image,
.post-card .card-content {
  position: absolute;
  width: 100%;
  left: 0;
  transition: transform 0.5s ease, clip-path 0.5s ease;
}
.post-card .card-image {
  top: 0;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.post-card .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-card .card-content {
  bottom: -100%;
  padding: 1rem;
  background: #fff;
  box-sizing: border-box;
}
.post-card .card-content h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .card-content .btn-readmore {
  font-size: 0.9rem;
}

/* Hover state */
.post-card:hover .card-image {
  transform: translateY(-40%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 80%);
}
.post-card:hover .card-content {
  transform: translateY(-100%);
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}



