
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#portfolio-11 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f4f8;
}
#portfolio-11 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-11 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2533;
}
#portfolio-11 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-11 .project-result-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-11 .project-result-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-11 .project-header-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#portfolio-11 .project-visual {
  flex-shrink: 0;
  margin-right: 20px;
}
#portfolio-11 .project-visual img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
#portfolio-11 .project-visual .project-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e7f1ff;
  border-radius: 8px;
}
#portfolio-11 .project-title-stats {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-11 .project-brief-desc {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-11 .key-stats-area {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}
#portfolio-11 .key-stats-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 15px;
}
#portfolio-11 .stats-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
}
#portfolio-11 .stat-item {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
#portfolio-11 .stat-item .stat-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 5px;
  display: block;
}
#portfolio-11 .stat-item .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28a745;
  display: block;
}
#portfolio-11 .stat-item .stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
  line-height: 1.2;
}
#portfolio-11 .project-details-link {
  margin-top: 20px;
  text-align: right;
}
#portfolio-11 .project-details-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  #portfolio-11 .project-header-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-11 .project-visual {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #portfolio-11 .project-title-stats {
    font-size: 1.2rem;
  }
  #portfolio-11 .stats-list {
    grid-template-columns: 1fr;
  }
}



#our-services-14 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-14 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-14 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-14 .service-grid-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#our-services-14 .service-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-14 .service-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 1rem;
}
#our-services-14 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-14 .service-tagline {
  font-size: 0.85rem;
  color: #6c757d;
}
#serviceDetailModal .modal-header {
}
#serviceDetailModal .modal-header .btn-close {
}
#serviceDetailModal .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#serviceDetailModal .modal-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
#serviceDetailModal .modal-footer {
}



#awards-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-6 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-6 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#awards-6 .badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-6 .badge-item {
  text-align: center;
  flex-basis: 160px;
}
#awards-6 .badge-item a {
  display: inline-block;
  opacity: 0.9;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#awards-6 .badge-item a:hover {
  opacity: 1;
}
#awards-6 .badge-item img {
  max-width: 100%;
  height: auto;
  max-height: 65px;
  vertical-align: middle;
}
#awards-6 .badge-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#awards-6 .badge-inline .badge-item {
  flex-basis: auto;
}
#awards-6 .badge-inline .badge-item img {
  max-height: 50px;
}
@media (max-width: 767.98px) {
  #awards-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #awards-6 .section-title {
    font-size: 1.9rem;
  }
  #awards-6 .badge-grid,
  #awards-6 .badge-inline {
    gap: 1.5rem 2rem;
  }
  #awards-6 .badge-item img {
    max-height: 55px;
  }
  #awards-6 .badge-inline .badge-item img {
    max-height: 40px;
  }
}



#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;
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



/* === 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;
}




#contact-17 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#contact-17 .section-title-container {
  margin-bottom: 50px;
}
#contact-17 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#contact-17 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#contact-17 .contact-point-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#contact-17 .contact-point-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#contact-17 .point-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 20px;
}
#contact-17 .department-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-17 .point-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}
#contact-17 .point-contact-details {
  margin-bottom: 20px;
}
#contact-17 .point-contact-details p {
  margin-bottom: 5px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-17 .point-contact-details p i {
  margin-right: 8px;
  color: #0d6efd;
  width: 16px;
}
#contact-17 .point-cta-button {
  margin-top: auto;
  padding: 10px 25px;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 5px;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#contact-17 .point-cta-button:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}


