/* Center align the heading */
.text-center {
  text-align: center;
}
.w-30 {
  width: 30% !important;
}
.header--fixed .w-30 {
  width: 20% !important;
}
.media__body {
  width: 100%;
}
.footer {
  padding: 75px 0 70px;
}
.footer.bg-parallax {
  background-position: initial;
}
.process-phases {
  margin-top: 50px;
}

.process-phase {
  margin-bottom: 0px;
  position: relative;
}

.phase-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.phase-number {
  width: 60px;
  height: 60px;
  background: #1f98ad;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
}

.phase-title {
  font-size: 28px;
  margin: 0;
  color: #1f98ad;
}

.step-number {
  font-size: 18px;
  font-weight: 700;
  color: #1f98ad;
  margin-bottom: 15px;
}

.step-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1f98ad;
}

@media (max-width: 767px) {
  .phase-header {
    margin-bottom: 20px;
  }
}
/* Adjust heading colors for the background */
.about-header-section .title-sub--c8 {
  color: #fff !important;
}

.about-header-section .title-2 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
h5.card-title {
  font-size: 15px;
}
/* .about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
} */
.carousel-control-next,
.carousel-control-prev {
  background-color: #000;
  width: 5%;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 0.5;
}
.about-image img {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
}

.about-image:hover img {
  transform: scale(1.03);
}
.media-statistic-2 .media__symbol:after {
  content: "%";
}
.media-statistic-2 .media__symbol {
  font-size: 30px;
  color: #1f98ad;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
/* Mission & Vision Section */
.mission-vision-section {
  background-color: #f9f9f9;
}

.mission-vision-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f98ad;
  margin: 0;
}
.logo-home {
  width: 15%;
}
.logo {
  width: 20%;
}
.project-style-3 {
  margin-bottom: 0;
}
.project-style-2 .entry-title,
.project-style-3 .entry-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .mission-vision-card {
    padding: 30px;
  }

  .card-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .mission-vision-card {
    padding: 25px;
  }
}
.menu-item-cta .cta-button {
  background-color: #1f98ad; /* Orange color - change as needed */
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 15px;

  transition: all 0.3s ease;
  border: 1px solid #1f98ad;
}

.menu-item-cta .cta-button:hover {
  background-color: #fff; /* Darker shade for hover */
  border-color: #1f98ad;
  color: #1f98ad;
}
.header--fixed .menu-item a {
  padding: 5px 10px;
  margin: 5px 0;
}
/* About Header Section */
.about-header-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; /* White text for better contrast */
}

/* Overlay for better text readability */
.about-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
  z-index: 0;
}

.about-header-section .container {
  position: relative;
  z-index: 1;
}

/* Breadcrumbs styling */
.breadcrumbs {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumbs a:hover {
  color: #1f98ad; /* Your theme color */
}

.breadcrumbs .separator {
  margin: 0 8px;
}

.breadcrumbs .current {
  color: #1f98ad; /* Your theme color */
  font-weight: 600;
}

.widget-address ul li {
  display: flex;
  align-items: center;
}

.widget-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #1f98ad;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-item {
  margin-bottom: 12px;
  transition: transform 0.3s ease;
  line-height: 24px;
}

.service-item:hover {
  transform: translateX(5px);
}

.service-link {
  display: flex;
  align-items: center;
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #ffffff;
}

.service-icon {
  width: 30px;
  height: 30px;
  background: hsl(0deg 0% 100% / 16%);
  color: #1f98ad;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-link:hover .service-icon {
  background: #1f98ad;
  color: #ffffff;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-icon {
  width: 30px;
  height: 30px;
  background-color: hsl(0deg 0% 100% / 16%);
  color: #1f98ad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-text {
  color: #ffffff;
}

footer .contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .contact-link:hover {
  color: #1f98ad;
  text-decoration: underline;
}
.architects-design .service-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.architects-design .service-card:hover {
  transform: translateY(-5px);
}
.architects-design .service-icon {
  font-size: 30px;
  color: #1f98ad;
}
.row-bg-sec {
  background-color: #f8f9fa;
}
@media (max-width: 991px) {
  .widget-title {
    font-size: 18px;
  }

  .service-link {
    font-size: 14px;
  }

  .service-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 768px) {
  .contact-item {
    font-size: 14px;
  }

  .contact-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

/* Modal Centering for Bootstrap 4 */
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* Floating Social Buttons */
.floating-social-buttons {
  position: fixed;
  right: 20px;
  bottom: -5%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.floating-button:hover {
  transform: scale(1.1) translateX(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.floating-button::after {
  content: attr(title);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-button:hover::after {
  opacity: 1;
  right: 100%;
}

.whatsapp {
  background: #25d366;
}

.facebook {
  background: #3b5998;
}

.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.floating-social-buttons a:hover {
  color: #fff;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-social-buttons {
    right: 10px;
    gap: 10px;
  }

  .floating-button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.image-grid-container {
  width: 100%;
}

.image-grid {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; */
  display: flex;

  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}

.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1/1;
  width: 32.4%;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-text {
  text-align: center;
  padding: 10px;
  font-weight: 600;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  color: #1f98ad;
  font-size: 20px;
}

.grid-item:hover .grid-overlay {
  opacity: 1;
}

.grid-item:hover .grid-text {
  transform: translateY(0);
}

.grid-item:hover img {
  transform: scale(1.05);
}
.about-us-section a {
  color: #1f98ad;
  font-size: 22px;
}
body,
html {
  line-height: normal;
  font-size: 14px;
}
.media__overlay {
  background: rgb(0 0 0 / 60%);
}
.modal-title {
  color: #1f98ad;
}
.contact-section {
  background-color: #f8f9fa;
}
.contact-info {
  padding-right: 30px;
}
.contact-link {
  display: block;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color 0.3s;
}
.contact-link:hover {
  color: #1f98ad;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: transform 0.3s;
}
.social-icon:hover {
  transform: translateY(-3px);
}
.whatsapp {
  background-color: #25d366;
}
.facebook {
  background-color: #3b5998;
}
.instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.consultation-cta {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
}
.contact-form {
  padding: 30px;
}
.form-control {
  height: 50px !important;
  border-radius: 0;
  border: 1px solid #ddd;
}
textarea.form-control {
  height: auto;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
}
.media__img img {
  width: 100%;
}
.process_grid {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 15px;
}
.service-item span {
  width: 100%;
}
.gallery-section .row {
  padding: 0 15px;
}

.step-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #1f98ad; /* Bootstrap Primary */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .contact-info {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .process_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .title-number .number {
    top: -85%;
    font-size: 49px;
  }
  .process_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tparrows {
    top: 79% !important;
  }
  .media-service-1 .title-number {
    margin-bottom: 13px;
  }
  .logo {
    width: 50% !important;
  }
  .about-content {
    padding-top: 40px;
  }
  .m-b-40,
  .m-b-65 {
    margin-bottom: 10px;
  }
  .section-pp.section-pp--pad {
    padding: 40px 0;
  }
  .title-1 {
    font-size: 26px;
  }
  .mobil-gap {
    gap: 40px;
  }

  .media-service-1 {
    margin-bottom: 0px !important;
    margin-top: 88px;
  }
  .step-number,
  .step-title {
    margin-bottom: 5px;
  }
  .p-t-100 {
    padding-top: 50px !important;
  }
  .p-b-100 {
    padding-bottom: 50px !important;
  }
  .image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-info {
    margin-bottom: 0px !important;
  }
  .contact-section .m-b-50 {
    margin-bottom: 0 !important;
  }
  .footer .row .col-md-6:last-child .footer-col {
    margin-bottom: 0px;
  }
  .menu-item-cta .cta-button {
    margin: 0px;
  }
  /* #consultationForm .m-b-20 {
        margin-bottom: 10px;
    }
    #consultationForm .form-control{
        height: 30px;
    } */
  .modal-dialog {
    height: 100vh;
    overflow: scroll;
  }
}
