
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#why-choose-us-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#why-choose-us-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-10 .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#why-choose-us-10 .icon-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#why-choose-us-10 .icon-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-10 .icon-card i {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-10 .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#why-choose-us-10 .icon-card p {
  font-size: 0.95rem;
  color: #555;
}



#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 {
}



#portfolio-14 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-14 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-14 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-14 .portfolio-service-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
}
#portfolio-14 .portfolio-service-tabs .nav-item {
  margin-bottom: -2px;
}
#portfolio-14 .portfolio-service-tabs .nav-link {
  border: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
#portfolio-14 .portfolio-service-tabs .nav-link .tab-icon {
  margin-right: 8px;
  font-size: 1.1rem;
  opacity: 0.7;
}
#portfolio-14 .portfolio-service-tabs .nav-link:hover,
#portfolio-14 .portfolio-service-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active .tab-icon {
  opacity: 1;
}
#portfolio-14 .tab-pane-portfolio {
  padding-top: 15px;
}
#portfolio-14 .project-card-in-tab {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-14 .project-card-in-tab:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
#portfolio-14 .project-tab-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}
#portfolio-14 .project-tab-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-14 .project-tab-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-14 .project-tab-title a:hover {
  color: #0d6efd;
}
#portfolio-14 .project-tab-summary {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 10px;
}
#portfolio-14 .project-tab-link a {
  font-size: 0.85rem;
  font-weight: 500;
}



/* === Section Base === */
.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;
}

/* === Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  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); }
}

/* === Card & Ken Burns Image === */
.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}

/* Ken Burns animation */
@keyframes kenburns {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(-10px, -10px); }
}
.post-card .card-image img {
  width: 100%;
  display: block;
  animation: kenburns var(--kb-duration) ease-in-out infinite alternate;
}

/* Overlay on hover */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.post-card:hover .overlay {
  transform: translateY(0);
}
.post-card .overlay h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#cta-banner-9 {
  padding: 4rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #198754;
  color: #ffffff;
}
#cta-banner-9 .container {
  max-width: 750px;
}
#cta-banner-9 .cta-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-9 .cta-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#cta-banner-9 .cta-form .input-group {
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50rem;
  overflow: hidden;
}
#cta-banner-9 .cta-form .form-control {
  border-radius: 50rem 0 0 50rem !important;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
}
#cta-banner-9 .cta-form .form-control:focus {
  box-shadow: none;
  z-index: 3;
}
#cta-banner-9 .cta-form .btn {
  border-radius: 0 50rem 50rem 0 !important;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
}
#cta-banner-9 .cta-form .btn:hover {
}
#cta-banner-9 .cta-form .btn i {
  margin-right: 0.4rem;
}
#cta-banner-9 .privacy-text {
  font-size: 0.8rem;
  margin-top: 1rem;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  #cta-banner-9 {
    padding: 3rem 1rem;
  }
  #cta-banner-9 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-9 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-9 .cta-form .input-group {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  /*
     #cta-banner-9 .cta-form .input-group { flex-direction: column; border-radius: 0.375rem; gap: 0.5rem; background: none; box-shadow: none;}
     #cta-banner-9 .cta-form .form-control { border-radius: 0.25rem !important; }
     #cta-banner-9 .cta-form .btn { border-radius: 0.25rem !important; width: 100%; }
    */
}



#timeline-13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-13 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-13 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-13 .timeline-wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
#timeline-13 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e0e0e0;
  top: 15px;
  bottom: 15px;
  z-index: 1;
}
#timeline-13.content-right .timeline-wrapper::after {
  left: 21.5px;
  margin-left: -1.5px;
}
#timeline-13.content-left .timeline-wrapper::after {
  right: 21.5px;
  margin-right: -1.5px;
  left: auto;
}
#timeline-13 .timeline-item {
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
}
#timeline-13 .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-13 .timeline-marker-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 4px #ffffff;
  font-size: 1.2rem;
  order: 1;
}
#timeline-13.content-left .timeline-marker-icon {
  order: 3;
}
#timeline-13 .timeline-content {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  position: relative;
  border-radius: 6px;
  order: 2;
  flex-grow: 1;
  margin-left: 1rem;
}
#timeline-13.content-left .timeline-content {
  margin-left: 0;
  margin-right: 1rem;
  text-align: right;
  order: 2;
}
#timeline-13 .timeline-date {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.9rem;
}
#timeline-13 .timeline-item-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#timeline-13 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  #timeline-13 .timeline-wrapper::after {
    left: 21.5px;
    right: auto;
  }
  #timeline-13 .timeline-item {
  }
  #timeline-13 .timeline-marker-icon {
    order: 1 !important;
  }
  #timeline-13 .timeline-content {
    order: 2 !important;
    margin-left: 1rem;
    margin-right: 0;
    text-align: left;
  }
  #timeline-13 .timeline-item-title {
    font-size: 1.05rem;
  }
}



#text-block-5 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f4f8;
}
#text-block-5 .background-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
#text-block-5 .background-element.bg-pos-right {
  left: auto;
  right: 0;
}
#text-block-5 .container {
  position: relative;
  z-index: 2;
}
#text-block-5 .row {
  align-items: center;
  min-height: 500px;
}
#text-block-5 .text-overlap-box {
  background-color: var(--text-box-bg, rgba(255, 255, 255, 0.9));
  padding: 40px 45px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  color: var(--text-color, #212529);
  backdrop-filter: blur(3px);
}
#text-block-5 .text-overlap-box .text-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
#text-block-5 .text-overlap-box .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  opacity: 0.9;
}
#text-block-5 .text-overlap-box .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 2rem;
  }
  #text-block-5 .background-element {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #text-block-5 {
    padding: 60px 0;
  }
  #text-block-5 .row {
    min-height: auto;
  }
  #text-block-5 .background-element {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    border-radius: 0;
    left: 0 !important;
    right: 0 !important;
    clip-path: none !important;
  }
  #text-block-5 .text-overlap-box {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 20px;
    background-color: #ffffff;
    backdrop-filter: none;
  }
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 1.8rem;
  }
}


