
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#portfolio-10 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#portfolio-10 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-10 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-10 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-10 .transformation-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}
#portfolio-10 .transformation-item:last-child {
  margin-bottom: 0;
}
#portfolio-10 .project-title-transform {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
  text-align: center;
}
#portfolio-10 .project-category-transform {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-10 .images-comparison-row .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#portfolio-10 .images-comparison-row img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
#portfolio-10 .image-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 4px;
}
#portfolio-10 .transformation-details {
  padding-top: 25px;
}
#portfolio-10 .transformation-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}
#portfolio-10 .key-results-transform .results-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#portfolio-10 .key-results-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
#portfolio-10 .key-results-list li {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
#portfolio-10 .key-results-list li i {
  color: #28a745;
  margin-right: 10px;
  font-size: 1rem;
}
#portfolio-10 .project-link-transform a {
  font-weight: 500;
  text-decoration: none;
}
#portfolio-10 .project-link-transform a i {
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  #portfolio-10 .images-comparison-row .col-md-6 {
    margin-bottom: 20px;
  }
  #portfolio-10 .images-comparison-row .col-md-6:last-child {
    margin-bottom: 0;
  }
  #portfolio-10 .images-comparison-row img {
    height: 280px;
  }
  #portfolio-10 .project-title-transform {
    font-size: 1.5rem;
  }
}



#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;
}



#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-7 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-7 .section-header {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials-7 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-7 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-7 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}
#testimonials-7 .carousel-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-7 .carousel-item.active {
  display: block;
}
#testimonials-7 .carousel-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-7 .carousel-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-7 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}



#features-11 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-11 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-11 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-11 .feature-item {
  margin-bottom: 20px;
}
#features-11 .feature-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17a2b8;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#features-11 .feature-header:hover {
  background-color: #138496;
}
#features-11 .feature-icon {
  font-size: 30px;
  margin-right: 10px;
}
#features-11 .feature-title {
  font-size: 20px;
  font-weight: bold;
}
#features-11 .feature-description {
  display: none;
  font-size: 14px;
  color: #6c757d;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
}



/* === Masonry Grid === */
.post-section .post-grid {
  column-count: 1;
  column-gap: 1rem;
}
@media (min-width: 576px) {
  .post-section .post-grid { column-count: 2; }
}
@media (min-width: 992px) {
  .post-section .post-grid { column-count: 3; }
}
.post-section .post-card {
  break-inside: avoid;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.post-section .post-card:hover {
  transform: translateY(-5px);
}
.post-section .post-card img {
  width: 100%;
  display: block;
}
.post-section .post-card .card-body {
  padding: 1rem;
}
.post-section .post-card .card-body h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.post-section .post-card .card-body p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* === Fancy Button === */
.btn-fancy {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--btn-grad-start), var(--btn-grad-end));
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}
.btn-fancy i {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}
.btn-fancy:hover {
  transform: translateY(-2px);
}
.btn-fancy:hover i {
  transform: translateX(4px);
}

/* === Section Header & Pagination === */
.post-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.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: #666;
  margin-top: 8px;
}
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#contact-8 {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #ccc;
  overflow: hidden;
}
#contact-8 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0a800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact-8 .section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #aaa;
}
#contact-8 .contact-info-block {
  margin-bottom: 30px;
}
#contact-8 .contact-info-title,
#contact-8 .contact-form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
#contact-8 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contact-8 .contact-info-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #e0a800;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
#contact-8 .contact-info-item:hover .icon {
  background-color: #ffc107;
}
#contact-8 .contact-info-item .details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #eee;
}
#contact-8 .contact-info-item .details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #bbb;
  line-height: 1.6;
}
#contact-8 .contact-info-item .details a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
#contact-8 .contact-info-item .details a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact-8 .contact-form-wrapper {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#contact-8 .form-description {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #aaa;
}
#contact-8 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ddd;
}
#contact-8 .form-control {
  background-color: #333;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-8 .form-control::placeholder {
  color: #888;
}
#contact-8 .form-control:focus {
  background-color: #444;
  border-color: #e0a800;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(224, 168, 0, 0.25);
}
#contact-8 .btn-submit-contact {
  background-color: #e0a800;
  border: none;
  color: #1a1a1a;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-8 .btn-submit-contact:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}
#contact-8 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-8 .contact-alert.success {
  background-color: #198754;
  color: #fff;
  border: 1px solid #198754;
}
#contact-8 .contact-alert.error {
  background-color: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
@media (max-width: 991.98px) {
  #contact-8 .section-title {
    font-size: 2rem;
  }
  #contact-8 .section-description {
    font-size: 1rem;
  }
  #contact-8 .contact-info-block {
    margin-bottom: 40px;
  }
  #contact-8 .contact-form-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #contact-8 {
    padding: 40px 0;
  }
  #contact-8 .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #contact-8 .section-description {
    margin-bottom: 30px;
  }
  #contact-8 .contact-info-title,
  #contact-8 .contact-form-title {
    font-size: 1.5rem;
  }
  #contact-8 .contact-info-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  #contact-8 .contact-info-item .details h5 {
    font-size: 1rem;
  }
  #contact-8 .contact-info-item .details p {
    font-size: 0.95rem;
  }
  #contact-8 .contact-form-wrapper {
    padding: 20px;
  }
  #contact-8 .btn-submit-contact {
    width: 100%;
    padding: 10px 20px;
  }
}


