
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#why-choose-us-16 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--wcu16-text-color, #ffffff);
  z-index: 1;
}
#why-choose-us-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wcu16-overlay-color, rgba(0, 0, 0, 0.6));
  z-index: -1;
}
#why-choose-us-16 .section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .section-header h2 {
  font-weight: 700;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#why-choose-us-16 .features-row {
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .feature-item-overlay {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#why-choose-us-16 .feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: inherit;
  transition: transform 0.3s ease;
}
#why-choose-us-16 .feature-item-overlay:hover .feature-icon {
  transform: scale(1.1);
}
#why-choose-us-16 .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  #why-choose-us-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #why-choose-us-16 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-16 .feature-icon {
    font-size: 2.5rem;
  }
  #why-choose-us-16 .feature-title {
    font-size: 1.1rem;
  }
}



#our-services-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-20 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-20 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-20 .interactive-image-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#our-services-20 .interactive-image-container img.background-image {
  display: block;
  width: 100%;
  height: auto;
}
#our-services-20 .hotspot {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: rgba(13, 110, 253, 0.8);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
#our-services-20 .hotspot:hover {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(13, 110, 253, 1);
}
#our-services-20 .hotspot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.popover {
}
.popover-header {
}
.popover-body {
}



#testimonials-12 {
  padding: 60px 0;
  background-color: #ffffff;
}
#testimonials-12 .container {
  max-width: 1140px;
}
#testimonials-12 .section-header {
  margin-bottom: 50px;
}
#testimonials-12 .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343a40;
}
#testimonials-12 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#testimonials-12 .testimonial-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-12 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-12 .testimonial-body {
  flex-grow: 1;
  margin-bottom: 20px;
}
#testimonials-12 .testimonial-body p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  font-style: italic;
}
#testimonials-12 .testimonial-footer {
  display: flex;
  align-items: center;
}
#testimonials-12 .client-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
#testimonials-12 .client-details .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 2px;
}
#testimonials-12 .client-details .client-position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
#testimonials-12 .rating {
  margin-top: 8px;
  color: #ffc107;
  font-size: 0.9rem;
}
#testimonials-12 .rating .fa-star.empty {
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  #testimonials-12 .testimonial-card {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #testimonials-12 {
    padding: 40px 0;
  }
  #testimonials-12 .section-header h2 {
    font-size: 1.8rem;
  }
  #testimonials-12 .section-header p {
    font-size: 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;
  }
}



#awards-20 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}
#awards-20 .cta-wrapper {
  display: flex;
  align-items: center;
}
#awards-20 .cta-icon-column {
  text-align: center;
  padding-right: 3rem;
}
#awards-20 .cta-icon-column i {
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-20 .cta-text-column {
}
#awards-20 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1rem;
}
#awards-20 .cta-text {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#awards-20 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
}
#awards-20 .secondary-link a {
  text-decoration: none;
}
#awards-20 .secondary-link a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #awards-20 .cta-icon-column {
    padding-right: 1.5rem;
  }
  #awards-20 .cta-icon-column i {
    font-size: 3.5em;
  }
  #awards-20 .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #awards-20 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: center;
  }
  #awards-20 .cta-wrapper {
    flex-direction: column;
  }
  #awards-20 .cta-icon-column {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #awards-20 .cta-icon-column i {
    font-size: 3.2em;
  }
}



#press-mentions-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-3 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
}
#press-mentions-3 .featured-mention-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
#press-mentions-3 .featured-quote {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #343a40;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#press-mentions-3 .featured-quote::before,
#press-mentions-3 .featured-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.5;
  position: absolute;
  line-height: 1;
}
#press-mentions-3 .featured-quote::before {
  top: -0.5rem;
  left: -1.5rem;
}
#press-mentions-3 .featured-quote::after {
  bottom: -1.5rem;
  right: -1.5rem;
}
#press-mentions-3 .featured-source {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#press-mentions-3 .featured-source-logo img {
  height: 50px;
  width: auto;
  max-width: 180px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-info {
  text-align: left;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
}
#press-mentions-3 .featured-article-date {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
}
#press-mentions-3 .featured-article-link {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  display: block;
}
#press-mentions-3 .featured-article-link:hover {
  text-decoration: underline;
}
#press-mentions-3 .additional-mentions-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-3 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#press-mentions-3 .logo-item {
  text-align: center;
  flex: 0 1 150px;
}
#press-mentions-3 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-3 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-3 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #press-mentions-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-3 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-3 .featured-mention-box {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  #press-mentions-3 .featured-quote {
    font-size: 1.2rem;
  }
  #press-mentions-3 .featured-quote::before,
  #press-mentions-3 .featured-quote::after {
    display: none;
  }
  #press-mentions-3 .featured-source {
    flex-direction: column;
  }
  #press-mentions-3 .featured-source-logo img {
    margin-right: 0;
    margin-bottom: 1rem;
    height: 40px;
  }
  #press-mentions-3 .featured-source-info {
    text-align: center;
  }
  #press-mentions-3 .logo-grid {
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-3 .logo-item {
    flex-basis: 100px;
  }
  #press-mentions-3 .logo-item img {
    max-height: 30px;
  }
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}



#team-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-4 .content-wrapper {
  display: flex;
  align-items: center;
}
#team-4 .text-column {
  padding-right: 3rem;
}
#team-4 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#team-4 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#team-4 .text-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#team-4 .text-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
#team-4 .text-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  color: #495057;
}
#team-4 .text-content ul li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#team-4 .text-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--bs-primary);
  font-size: 0.9em;
}
#team-4 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#team-4 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #team-4 .text-column {
    padding-right: 1.5rem;
  }
  #team-4 .section-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #team-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-4 .content-wrapper {
    flex-direction: column;
  }
  #team-4 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #team-4 .image-column img {
    max-width: 90%;
  }
  #team-4 .text-column {
    padding-right: 0;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f4f6f9;
}
.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: #555;
  margin-top: 8px;
}

/* === Grid & Perspective === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  perspective: 1000px;
  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); }
}

/* === Tilt Card === */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
  cursor: pointer;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}



