
#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;
  }
}



#features-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#about-us-22 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#about-us-22 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-22 .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-22 .highlight-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  clear: both;
}
#about-us-22 .highlight-item.left .image-col {
  float: left;
  width: 45%;
  margin-right: 30px;
}
#about-us-22 .highlight-item.left .text-col {
  float: left;
  width: 55%;
}
#about-us-22 .highlight-item.right {
  flex-direction: row-reverse;
}
#about-us-22 .highlight-item.right .image-col {
  float: right;
  width: 45%;
  margin-left: 30px;
}
#about-us-22 .highlight-item.right .text-col {
  float: right;
  width: 55%;
  text-align: right;
}
#about-us-22 .image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#about-us-22 .text-col h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}
#about-us-22 .text-col p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #about-us-22 .highlight-item {
    flex-direction: column;
    align-items: stretch;
  }
  #about-us-22 .highlight-item .image-col,
  #about-us-22 .highlight-item .text-col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left !important;
  }
  #about-us-22 .highlight-item .image-col {
    margin-bottom: 20px;
  }
}



#why-choose-us-14 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#why-choose-us-14 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-14 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-14 .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 2rem;
  justify-content: center;
}
#why-choose-us-14 .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 0.75rem 1.25rem;
  color: #6c757d;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
#why-choose-us-14 .nav-tabs .nav-link.active,
#why-choose-us-14 .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-primary, #0d6efd);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  top: 1px;
}
#why-choose-us-14 .nav-tabs .nav-link:hover:not(.active) {
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: #e9ecef;
  color: #495057;
}
#why-choose-us-14 .tab-content {
  padding-top: 1rem;
}
#why-choose-us-14 .tab-pane .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 0.25rem;
}
#why-choose-us-14 .tab-pane .feature-icon {
  font-size: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 2em;
  text-align: center;
  margin-top: 0.25rem;
}
#why-choose-us-14 .tab-pane .feature-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #495057;
}
#why-choose-us-14 .tab-pane .feature-content p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}



#our-services-27 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-27 .service-description-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-27 .service-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
#our-services-27 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}
#our-services-27 .btn-service-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
#our-services-27 .key-stats-col {
}
#our-services-27 .stat-block {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
#our-services-27 .stat-block:hover {
  transform: translateY(-5px);
}
#our-services-27 .stat-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1;
}
#our-services-27 .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
#our-services-27 .stat-label {
  font-size: 0.9rem;
  color: #555;
  display: block;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #our-services-27 .service-description-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #our-services-27 .btn-service-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #our-services-27 .stat-block {
    margin-bottom: 1rem;
  }
  #our-services-27 .stat-icon {
    font-size: 2rem;
  }
  #our-services-27 .stat-number {
    font-size: 2rem;
  }
}



#counter-1 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#counter-1 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-1 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-1 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#counter-1 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-1 .counter-item i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 10px;
}
#counter-1 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
#counter-1 .counter-title {
  font-size: 1.2rem;
  color: #666;
}



#portfolio-9 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f2f5;
}
#portfolio-9 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-9 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1e2b3c;
}
#portfolio-9 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-9 .client-project-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-9 .client-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-9 .client-logo-container {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 5px;
  background-color: #f8f9fa;
}
#portfolio-9 .client-logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#portfolio-9 .client-name-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-9 .project-title-service {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
  min-height: 50px;
}
#portfolio-9 .success-snippet-text {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}
#portfolio-9 .project-case-link a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease;
}
#portfolio-9 .project-case-link a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#portfolio-9 .project-case-link a i {
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  #portfolio-9 .client-project-card {
    margin-bottom: 25px;
  }
  #portfolio-9 .row > div:last-child .client-project-card {
    margin-bottom: 0;
  }
  #portfolio-9 .project-title-service {
    font-size: 1.15rem;
    min-height: 40px;
  }
}



#testimonials-15 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-15 .container {
  max-width: 1140px;
}
#testimonials-15 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#testimonials-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-15 .testimonial-bubble-wall {
  column-gap: var(--column-gap, 1.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-15 .testimonial-bubble {
  display: inline-block;
  width: 100%;
  background-color: var(--bubble-bg-color, #f8f9fa);
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: var(--column-gap, 1.5rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  page-break-inside: avoid;
  break-inside: avoid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-15 .testimonial-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-15 .bubble-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#testimonials-15 .bubble-image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
#testimonials-15 .bubble-client-name {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#testimonials-15 .bubble-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-15 {
    padding: 50px 0;
  }
  #testimonials-15 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-15 .testimonial-bubble {
    padding: 15px 20px;
  }
  #testimonials-15 .bubble-message {
    font-size: 0.95rem;
  }
}



/* === Section & Header === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.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;
}

/* === Magazine Layout === */
.magazine-layout {
  gap: 1.5rem;
}
.hero-post, .secondary-grid {
  margin-bottom: 1.5rem;
}
.hero-post .card {
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.hero-post .card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.hero-post .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1.5rem;
}
.hero-post .card-body h5 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.hero-post .btn-readmore {
  color: #fff;
  border: 1px solid #fff;
}

/* Secondary grid */
.secondary-grid .secondary-item {
  padding: 0.5rem;
}
.secondary-item .card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.secondary-item .card:hover {
  transform: translateY(-5px);
}
.secondary-item img {
  width: 100%;
  height: auto;
  display: block;
}
.secondary-item .card-body {
  padding: 0.75rem;
}
.secondary-item h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.secondary-item .btn-readmore {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

/* === Browse All Button === */
.browse-all {
  text-align: center;
  margin-top: 30px;
}




#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}


