
#cta-banner-13 {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  position: relative;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
#cta-banner-13.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#cta-banner-13.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#cta-banner-13.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#cta-banner-13.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#cta-banner-13 .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#cta-banner-13 .alert-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
#cta-banner-13 .alert-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
}
#cta-banner-13 .alert-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#cta-banner-13 .alert-text strong {
  font-weight: 600;
}
#cta-banner-13 .alert-link-wrapper {
  flex-shrink: 0;
}
#cta-banner-13 .alert-link {
  font-weight: 600;
  font-size: 0.95rem;
}
#cta-banner-13 .btn-close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  opacity: 0.6;
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cta-banner-13 .btn-close:hover {
  opacity: 0.8;
}
#cta-banner-13.alert-warning .btn-close {
  filter: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #cta-banner-13 .alert-content-wrapper {
    justify-content: flex-start;
  }
  #cta-banner-13 .alert-text {
    text-align: left;
  }
  #cta-banner-13 .alert-link-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  #cta-banner-13 {
    padding: 0.8rem 1rem;
  }
  #cta-banner-13 .alert-text,
  #cta-banner-13 .alert-link {
    font-size: 0.9rem;
  }
  #cta-banner-13 .alert-content-wrapper {
    gap: 0.5rem 1rem;
  }
}



#about-us-11 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-11 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-11 .awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#about-us-11 .award-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-11 .award-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-11 .award-card h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-11 .award-card p {
  font-size: 0.95rem;
  color: #555;
}
#about-us-11 .statistics {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#about-us-11 .stat {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}
#about-us-11 .stat-label {
  font-size: 1rem;
  color: #555;
}



#features-27 {
  overflow: hidden;
}
#features-27 .split-row {
  min-height: 550px; 
}
#features-27 .image-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
min-height: 300px; 
}
#features-27 .content-column {
  padding: 50px 40px; 
  background-color: {{ $data['features-27']['content_bg_color'] ?? '#ffffff' }};
  color: {{ $data['features-27']['text_color'] ?? '#343a40' }};
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
#features-27 .content-column h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: inherit;
}
#features-27 .content-column .subtitle {
  font-size: 16px;
  color: #6c757d; 
  margin-bottom: 30px;
  line-height: 1.6;
}
#features-27 .feature-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#features-27 .feature-list-item:last-child {
    margin-bottom: 0;
}
#features-27 .feature-list-icon {
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 3px; 
}
#features-27 .feature-list-icon i {
  font-size: 22px;
  color: var(--bs-primary, #0d6efd);
  width: 25px;
  text-align: center;
}
#features-27 .feature-list-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: inherit;
}
#features-27 .feature-list-content p {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#features-27 .content-column .btn {
    margin-top: 30px;
    align-self: flex-start; 
    padding: 10px 25px;
    font-weight: 500;
}
@media (max-width: 991.98px) {
  #features-27 .split-row {
    min-height: auto; 
  }
  #features-27 .image-column {
     min-height: 350px; 
  }
  #features-27 .content-column {
     padding: 40px 30px;
  }
   #features-27 .content-column h2 {
     font-size: 28px;
   }
}



#portfolio-19 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-19 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-19 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-19 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-19 .service-showcase-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #0d6efd;
}
#portfolio-19 .service-showcase-block:last-child {
  margin-bottom: 0;
}
#portfolio-19 .service-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#portfolio-19 .service-icon-display {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 35px;
}
#portfolio-19 .service-name-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
}
#portfolio-19 .service-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  padding-left: 50px;
}
#portfolio-19 .related-projects-grid {
}
#portfolio-19 .related-project-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#portfolio-19 .related-project-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.09);
}
#portfolio-19 .related-project-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
#portfolio-19 .related-project-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
  flex-grow: 1;
}
#portfolio-19 .related-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-19 .related-project-title a:hover {
  color: #0d6efd;
}
#portfolio-19 .view-all-service-projects-link {
  margin-top: 25px;
  padding-left: 50px;
}
#portfolio-19 .view-all-service-projects-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #portfolio-19 .service-description-text,
  #portfolio-19 .view-all-service-projects-link {
    padding-left: 0;
  }
  #portfolio-19 .service-name-title {
    font-size: 1.5rem;
  }
  #portfolio-19 .related-project-item {
    margin-bottom: 20px;
  }
}



#awards-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-1 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#awards-1 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-1 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-1 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-1 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-1 .award-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  min-height: 44px;
}
#awards-1 .award-body {
  flex-grow: 1;
}
#awards-1 .award-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 50px;
}
#awards-1 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
#awards-1 .awarded-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-1 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #awards-1 .award-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-1 .section-title {
    font-size: 2.1rem;
  }
  #awards-1 .award-card {
    padding: 1.5rem;
  }
  #awards-1 .award-visual i {
    font-size: 2.5rem;
  }
  #awards-1 .award-visual img {
    max-height: 50px;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#our-services-28 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-28 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2.2rem;
}
#our-services-28 .service-testimonial-block {
  background-color: #f8f9fa;
  padding: 2rem 2.5rem;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  border: 1px solid #eee;
}
#our-services-28 .service-testimonial-block:last-child {
  margin-bottom: 0;
}
#our-services-28 .service-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}
#our-services-28 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#our-services-28 .testimonials-wrapper {
}
#our-services-28 .service-testimonial blockquote {
  font-size: 0.95rem;
  font-style: italic;
  color: #333;
  margin: 0 0 1.5rem 0;
  padding: 1rem 1rem 1rem 1.5rem;
  border-left: 4px solid #adb5bd;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  position: relative;
}
#our-services-28 .service-testimonial blockquote::before {
  content: "\\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ced4da;
  font-size: 1.8rem;
  position: absolute;
  left: -10px;
  top: 5px;
  opacity: 0.6;
  z-index: 0;
}
#our-services-28 .service-testimonial blockquote p {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}
#our-services-28 .service-testimonial .blockquote-footer {
  font-size: 0.9rem;
  color: #555;
  font-style: normal;
  margin-top: 0.5rem;
  text-align: right;
}
#our-services-28 .service-testimonial .blockquote-footer cite {
  font-weight: 600;
}
#our-services-28 .service-testimonial blockquote:last-child {
  margin-bottom: 0;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Tabs Nav === */
.post-tabs {
  margin-bottom: 30px;
}
.post-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
}
.post-tabs .nav-link.active {
  color: #000;
  border-color: #007bff;
}

/* === Grid === */
.tab-content .post-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
.post-card {
  background: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.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;
}

/* === More Posts Button === */
.more-post-btn {
  text-align: center;
  margin-top: 40px;
}




#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}



#call-to-action-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}


