
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#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;
  }
}



#text-block-18 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #212529);
}
#text-block-18 .container {
  max-width: 800px;
}
#text-block-18 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-18 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #212529);
  margin-bottom: 25px;
  line-height: 1.3;
}
#text-block-18 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-18 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-18 .cta-button-area {
  margin-top: 40px;
}
#text-block-18 .cta-button-area .btn {
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 8px;
  min-width: 160px;
  transition: all 0.3s ease;
  border-radius: 6px;
}
#text-block-18 .cta-button-area .btn-lg {
  padding: 14px 35px;
  font-size: 1.1rem;
  min-width: 200px;
}
#text-block-18 .cta-button-area .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #text-block-18 {
    padding: 60px 0;
  }
  #text-block-18 .text-heading {
    font-size: 2rem;
  }
  #text-block-18 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-18 .cta-button-area .btn {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    max-width: 300px;
    width: 100%;
  }
  #text-block-18 .cta-button-area .btn:first-child {
    margin-top: 0 !important;
  }
}



#faq-29 {
  padding: 80px 0;
  background-color: #eef2f7;
}
#faq-29 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-29 .faq-chat-container {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#faq-29 .chat-message {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-end;
}
#faq-29 .chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 10px;
}
#faq-29 .chat-bubble {
  max-width: 75%;
  padding: 0.8rem 1.2rem;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
  position: relative;
}
#faq-29 .chat-message.user {
  justify-content: flex-end;
}
#faq-29 .chat-message.user .chat-avatar {
  order: 2;
}
#faq-29 .chat-message.user .chat-bubble {
  background-color: #0d6efd;
  color: #fff;
  border-bottom-right-radius: 5px;
  order: 1;
}
#faq-29 .chat-message.support {
  justify-content: flex-start;
}
#faq-29 .chat-message.support .chat-avatar {
  order: 1;
}
#faq-29 .chat-message.support .chat-bubble {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-left-radius: 5px;
  order: 2;
}
#faq-29 .chat-bubble p:last-child {
  margin-bottom: 0;
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


