@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("jquery-ui.css");

.footer {
  background-color: #343a40;
  /* Dark background */
  color: #f8f9fa;
  /* Light text color */
}

.footer a {
  color: #f8f9fa;
  /* Light text color for links */
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ff6f61;
  /* Color on hover for links */
}

.social-icons .btn {
  border: 1px solid #f8f9fa;
}

.social-icons .btn-twitter {
  color: #1da1f2;
}

.social-icons .btn-facebook {
  color: #3b5998;
}

.social-icons .btn-linkedin {
  color: #0077b5;
}

.social-icons .btn-instagram {
  color: #e4405f;
}

.container-fluid.bg-dark {
  background-color: #343a40;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.container-fluid.bg-dark p {
  margin: 0;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.footer {
  background-color: #2c3e50;
  color: white;
  padding: 40px 0;
}

.footer-logo img {
  width: 150px;
  transition: opacity 0.3s, transform 0.3s;
}

.footer-logo img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #3498db;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer p,
.footer ul {
  margin-bottom: 0;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.contact-card .card-body {
  padding: 2rem;
}

.contact-icon {
  font-size: 4rem;
  color: #0062cc;
  margin-bottom: 1rem;
}

.btnContact {
  width: 100%;
  border: none;
  padding: 1.5%;
  background: #0062cc;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.product-item {
  position: relative;
  overflow: hidden;
}

.product-img {
  position: relative;
}

.product-img img {
  width: 100%;
  transition: transform 0.3s ease;
}

.product-img:hover img {
  transform: scale(1.1);
}

.product-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-img:hover a {
  opacity: 1;
}

/* Service*/
.bg-secondary h3 {
  color: #fff;
}

.social-icons a.btn-twitter {
  color: #1da1f2;
  /* default color */
  background-color: #ffffff;
  transition: color 0.2s ease;
  /* smooth transition */
}

.social-icons a.btn-facebook {
  color: #3b5998;
  /* default color */
  background-color: #ffffff;
  transition: color 0.2s ease;
  /* smooth transition */
}

.social-icons a.btn-linkedin {
  color: #0077b5;
  /* default color */
  background-color: #ffffff;
  transition: color 0.2s ease;
  /* smooth transition */
}

.social-icons a.btn-instagram {
  color: #e1306c;
  /* default color */
  background-color: #ffffff;
  transition: color 0.2s ease;
  /* smooth transition */
}

.social-icons a:hover {
  color: inherit;
  /* to retain inherited color on hover */
}

.social-icons a.btn-twitter:hover {
  color: #ffffff;
  /* Twitter blue */
  background-color: #1da1f2;
}

.social-icons a.btn-facebook:hover {
  color: #ffffff;
  /* Facebook blue */
  background-color: #3b5998;
}

.social-icons a.btn-linkedin:hover {
  color: #ffffff;
  /* LinkedIn blue */
  background-color: #0077b5;
}

.social-icons a.btn-instagram:hover {
  background-color: #e1306c;
  color: #ffffff;
  /* Instagram red */
}

/* Style for back-to-top button */
.back-to-top {
  display: none;
  /* Hide by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

/* Style for back-to-top button on hover */
.back-to-top:hover {
  text-decoration: none;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.zoom-arrow {
  font-size: 24px;
  /* Adjust size as needed */
  color: white;
  /* Adjust color as needed */
  animation: zoomInOut 1s infinite;
}

.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media query for mobile view */
@media (max-width: 768px) {
  .logo {
    width: 150px;
    height: 50px;
  }

  .product-item {
    margin: 10px 0;
  }

  .product-img a {
    top: 40%;
  }

  .bg-secondary h3 {
    font-size: 18px;
  }

  .gallery-item {
    width: calc(50% - 20px);
    /* Adjust this width for item size */
  }

  .prev,
  .next {
    top: 45%;
    padding: 5px;
  }

  .social-icons a {
    font-size: 12px;
  }

  .back-to-top {
    bottom: 10px;
    right: 10px;
  }

  .arrow-container {
    display: none;
  }
}

/* Add linear gradient to the background image */
.bg-gallery {
  position: relative;
  padding: 120px 0;
  margin: 90px 0;
  background-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("image/service1.jpg");
  background-size: cover;
  background-position: center;
}

#about h1.display-4 {
  font-size: 3rem;
  /* Adjust as needed */
  font-family: "Arial", sans-serif;
  /* Change font family */
}

.specialist-card {
  padding: 2rem;
  text-align: center;
  background-color: #d3d6d4;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(255, 1, 77, 0.1);
}

.card img {
  height: 200px;
  object-fit: cover;
}
.service-card {
  transition: transform 0.2s; /* Add a transition for hover effect */
}
.service-card:hover {
  transform: scale(1.05); /* Scale up the card on hover */
}

.image-column img {
  width: 100%;
  height: auto;
  max-width: 550px;
  max-height: 350px;
  margin-bottom: 10px;
}

.more-content-section {
  display: none;
}

.photo img {
  max-width: 100%;
  height: auto;
}

.faq-title {
  margin-bottom: 20px;
}

.hidden-content {
  display: none;
}

.section {
  margin-top: 20px;
}

.img-small {
  width: 400px;
  height: 200px;
  object-fit: cover;
}

.modal-dialog.custom-width {
  max-width: 75%;
}

#extra-content {
  display: none;
}

/* Fullscreen Modal Styling */
.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Dark overlay */
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.fullscreen-modal.active {
  display: flex;
  opacity: 1;
}

.fullscreen-modal-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  max-width: 80%;
  text-align: center;
  position: relative;
  animation: modal-animation 0.5s ease;
  width: 90%;
  height: auto;
  max-height: 80%;
  overflow-y: auto;
}

.fullscreen-modal-content h2 {
  font-size: 2.5rem;
  color: #d62918;
}

.fullscreen-modal-content p {
  text-align: justify;
}

/* Close Button */
.close-btn {
  font-size: 30px;
  color: #888;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.close-btn:hover {
  color: #d62918;
}

@keyframes modal-animation {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.imgClientConsulting {
  border: 1px solid #ccc;
  background: #f3f3f3;
  padding: 2px;
  border-radius: 15px;
  margin-bottom: 20px;
  height: 100px;
  width: 150px;
}
