
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#portfolio-17 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-17 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-17 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-17 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-17 .client-logo-wall {
}
#portfolio-17 .client-logo-item {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#portfolio-17 .client-logo-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-17 .client-logo-image-container {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio-17 .client-logo-image-container img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
#portfolio-17 .client-logo-item:hover .client-logo-image-container img {
  filter: grayscale(0%);
}
#portfolio-17 .client-logo-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.9);
  color: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-height: 80px;
  box-sizing: border-box;
}
#portfolio-17 .client-logo-item:hover .client-logo-info-overlay {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-17 .overlay-info-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 3px;
}
#portfolio-17 .overlay-info-text {
  font-size: 0.8rem;
  line-height: 1.4;
}
#portfolio-17 .client-info-below {
  margin-top: 10px;
}
#portfolio-17 .client-info-below .info-title-below {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2px;
}
#portfolio-17 .client-info-below .info-text-below {
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #portfolio-17 .client-logo-item {
    margin-bottom: 20px;
  }
  #portfolio-17 .client-logo-info-overlay {
  }
}



#about-us-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-6 .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-6 .info-section {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fafafa;
}
#about-us-6 .info-section h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #007bff;
}
#about-us-6 .info-section p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#customer-support-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-7 .support-content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-7 .support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-7 .support-text {
  padding-left: 3rem;
}
#customer-support-7 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-7 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-7 .section-description {
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#customer-support-7 .support-buttons .btn {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
#customer-support-7 .support-buttons .btn i {
  margin-right: 0.5rem;
}
#customer-support-7 .contact-info-list {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
#customer-support-7 .contact-info-list li {
  margin-bottom: 0.75rem;
  color: #495057;
  display: flex;
  align-items: center;
}
#customer-support-7 .contact-info-list li i {
  color: var(--bs-primary);
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
#customer-support-7 .contact-info-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}
#customer-support-7 .contact-info-list li a:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #customer-support-7 .support-text {
    padding-left: 1.5rem;
  }
  #customer-support-7 .section-title {
    font-size: 2rem;
  }
  #customer-support-7 .section-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-7 .support-image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #customer-support-7 .support-image img {
    max-width: 80%;
  }
  #customer-support-7 .support-text {
    padding-left: 0;
    text-align: center;
  }
  #customer-support-7 .support-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customer-support-7 .support-buttons .btn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 80%;
  }
  #customer-support-7 .contact-info-list {
    justify-content: center;
    text-align: left;
    display: inline-block;
  }
  #customer-support-7 .contact-info-list li {
    justify-content: flex-start;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


