
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#about-us-16 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#about-us-16 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-16 .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .company-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#about-us-16 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-16 .mission-vision-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
#about-us-16 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-16 .core-value-item p {
  font-size: 1rem;
  color: #555;
}
#about-us-16 .team-members-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#about-us-16 .team-member-card h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
}
#about-us-16 .team-member-card p {
  font-size: 0.9rem;
  color: #777;
}
@media (min-width: 768px) {
  #about-us-16 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-16 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-16 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-16 .team-members-wrapper .row > div {
    margin-bottom: 0;
  }
}



#our-services-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#our-services-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-5 .service-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#portfolio-8 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-8 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-8 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-8 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-8 .project-timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1000px;
}
#portfolio-8 .project-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#portfolio-8 .timeline-entry {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 20px;
}
#portfolio-8 .timeline-entry:last-child {
  margin-bottom: 0;
}
#portfolio-8 .timeline-entry::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 3px solid #0d6efd;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
#portfolio-8 .timeline-entry.timeline-left {
  left: 0;
}
#portfolio-8 .timeline-entry.timeline-right {
  left: 50%;
}
#portfolio-8 .timeline-entry.timeline-left::after {
  right: -10px;
}
#portfolio-8 .timeline-entry.timeline-right::after {
  left: -10px;
}
#portfolio-8 .timeline-content {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9ecef;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: -10px;
  border: medium solid #ffffff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid #ffffff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#portfolio-8 .timeline-date {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
#portfolio-8 .timeline-project-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#portfolio-8 .timeline-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-8 .timeline-project-title a:hover {
  color: #0b5ed7;
  text-decoration: underline;
}
#portfolio-8 .timeline-thumbnail {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail {
  float: right;
  margin-left: 10px;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
  float: left;
  margin-right: 10px;
}
#portfolio-8 .timeline-short-description {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  #portfolio-8 .project-timeline::after {
    left: 15px;
  }
  #portfolio-8 .timeline-entry {
    width: 100%;
    padding-left: 45px;
    padding-right: 15px;
    left: 0 !important;
  }
  #portfolio-8 .timeline-entry::after {
    left: 5px;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-content::before,
  #portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 10px 10px 0;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail,
  #portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
    float: none;
    margin: 10px auto;
    display: block;
  }
}



#awards-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-19 .scope-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
#awards-19 .scope-card:hover {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  border-color: var(--bs-primary);
}
#awards-19 .scope-icon {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
#awards-19 .scope-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#awards-19 .scope-content {
  flex-grow: 1;
}
#awards-19 .scope-area-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-19 .scope-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
#awards-19 .scope-details {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0;
}
#awards-19 .scope-visual {
  margin-top: 1rem;
  text-align: left;
}
#awards-19 .scope-visual img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  #awards-19 .scope-card {
    padding: 1.5rem;
  }
  #awards-19 .scope-area-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #awards-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-19 .section-title {
    font-size: 2.1rem;
  }
  #awards-19 .scope-card {
    flex-direction: column;
    text-align: center;
  }
  #awards-19 .scope-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #awards-19 .scope-visual {
    text-align: center;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#team-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-11 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-11 .photo-grid-wrapper .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  justify-content: center;
}
#team-11 .photo-item {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#team-11 .photo-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
}
#team-11 .photo-item.shape-circle img,
#team-11 .photo-item.shape-circle {
  border-radius: 50%;
}
#team-11 .photo-item.shape-square img,
#team-11 .photo-item.shape-square {
  border-radius: 0.25rem;
}
#team-11 .photo-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bs-primary-rgb), 0);
  transition: background-color 0.3s ease;
  border-radius: inherit;
}
#team-11 .photo-item a:hover::after {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}
#team-11 .photo-item a:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
@media (max-width: 767.98px) {
  #team-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-11 .section-title {
    font-size: 2.1rem;
  }
  #team-11 .photo-grid-wrapper .row {
    --bs-gutter-x: 0.3rem;
    --bs-gutter-y: 0.3rem;
  }
}



#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



/* style.css for post-section-1 */
#post-section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9; /* A slightly different light background */
}

#post-section-1 .section-header {
    margin-bottom: 45px;
}

#post-section-1 .section-header .section-title {
    font-size: 2.2rem; /* Adjusted font size */
    font-weight: 700;
    color: #2c3e50; /* A deep blue/grey color */
    margin-bottom: 8px;
}

#post-section-1 .section-header .section-subtitle {
    font-size: 1rem;
    color: #7f8c8d; /* A softer grey for subtitle */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#post-section-1 .article-card {
    background-color: #ffffff;
    border: none; /* Removed border, relying on shadow */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* To ensure child elements like image respect border-radius */
}

#post-section-1 .article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#post-section-1 .article-card-image-wrapper {
    width: 100%;
    height: 220px; /* Fixed height for consistency */
    overflow: hidden;
}

#post-section-1 .article-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

#post-section-1 .article-card:hover .article-card-image {
    transform: scale(1.07);
}

#post-section-1 .article-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#post-section-1 .article-categories {
    margin-bottom: 12px;
}

#post-section-1 .article-category-link {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px; /* For wrapping badges */
    display: inline-block;
    background-color: #e74c3c; /* A distinct primary color */
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#post-section-1 .article-category-link:hover {
    background-color: #c0392b; /* Darker shade on hover */
}

#post-section-1 .article-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #34495e; /* Darker text color */
    margin-bottom: 10px;
    line-height: 1.4;
}

#post-section-1 .article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

#post-section-1 .article-title a:hover {
    color: #e74c3c; /* Primary color on hover */
}

#post-section-1 .article-meta {
    font-size: 0.85rem;
    color: #95a5a6; /* Lighter grey for meta */
    margin-bottom: 15px;
}

#post-section-1 .article-meta .meta-icon {
    margin-right: 6px;
    color: #bdc3c7; /* Icon color */
}

#post-section-1 .article-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1; /* Pushes button to the bottom */
}

#post-section-1 .article-readmore-btn {
    background-color: #3498db; /* A different accent color for button */
    border-color: #3498db;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    margin-top: auto; /* Stick to bottom */
    align-self: flex-start; /* Align button to the left */
}

#post-section-1 .article-readmore-btn .btn-icon {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

#post-section-1 .article-readmore-btn:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

#post-section-1 .article-readmore-btn:hover .btn-icon {
    transform: translateX(3px);
}

#post-section-1 .pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #post-section-1 .article-card-image-wrapper {
        height: 200px;
    }
    #post-section-1 .article-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    #post-section-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #post-section-1 .section-header .section-title {
        font-size: 1.9rem;
    }
    #post-section-1 .article-card {
        margin-bottom: 30px; /* Add margin for stacked cards */
    }
    #post-section-1 .article-card-image-wrapper {
        height: 180px;
    }
}




#contact-10 {
  padding: 80px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
#contact-10 .section-title-container {
  margin-bottom: 50px;
}
#contact-10 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
#contact-10 .section-description {
  text-align: center;
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-10 .contact-visual-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: wrap;
}
#contact-10 .contact-details-column {
  padding-right: 30px;
}
#contact-10 .contact-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#contact-10 .contact-info-title,
#contact-10 .contact-form-title,
#contact-10 .map-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #c8a45d;
}
#contact-10 .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#contact-10 .contact-info-item .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #c8a45d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 15px;
}
#contact-10 .contact-info-item .details h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #343a40;
}
#contact-10 .contact-info-item .details p,
#contact-10 .contact-info-item .details a {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: #6c757d;
  text-decoration: none;
  line-height: 1.5;
}
#contact-10 .contact-info-item .details a:hover {
  color: #a0522d;
}
#contact-10 .contact-form-column {
  padding-left: 30px;
}
#contact-10 .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-10 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-10 .form-control:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 0.25rem rgba(200, 164, 93, 0.25);
}
#contact-10 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #fff;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-10 .btn-submit-contact:hover {
  background-color: #ab8a4a;
  transform: translateY(-2px);
}
#contact-10 .map-container {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  height: 350px;
}
#contact-10 .map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
#contact-10 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-10 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-10 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-10 .contact-details-column {
    padding-right: 0;
  }
  #contact-10 .contact-form-column {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #contact-10 {
    padding: 50px 0;
  }
  #contact-10 .section-title {
    font-size: 2rem;
  }
  #contact-10 .contact-visual-wrapper {
    padding: 25px;
  }
  #contact-10 .map-container {
    height: 300px;
  }
  #contact-10 .btn-submit-contact {
    width: 100%;
  }
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}


