.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
body {
  font-family: Arial, sans-serif;
}
.hero {
  background:
    linear-gradient(rgb(0 0 0 / 0.7), rgb(44 40 40 / 0.7)),
    url(assets/images/A1_Elements.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}
.founder-img {
  max-width: 350px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
}
.book-demo-btn {
  position: fixed;
  right: -52px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #f39c12;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  z-index: 999;
}
.book-demo-btn:hover {
  background-color: #e67e22;
  box-shadow: 0 6px 8px rgb(0 0 0 / 0.2);
}
.social-icons a {
  font-size: 30px;
  margin-right: 15px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .book-demo-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .social-icons a {
    font-size: 24px;
  }
  .ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
  }
  .profile {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    display: block;
    margin: 0 auto;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  .text-light {
    color: #f8f9fa !important;
  }
  .bg-dark {
    background-color: #343a40 !important;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
h1,
h2 {
  font-size: 2rem;
  color: #28a5a8;
}
p,
.card-text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
}
.container {
  font-family: Montserrat, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .fs-5 {
    font-size: 1rem;
  }
  p,
  .card-text {
    font-size: 0.9rem;
  }
  .row {
    flex-direction: column;
  }
  .col-12 {
    margin-bottom: 20px;
  }
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.transition-effect {
  transition:
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}
.transition-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
}
.opportunity-card {
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa;
}
.opportunity-card:hover {
  transform: scale(1.05);
  background-color: #e9ecef;
}
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
}
.floating-btn a,
.floating-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border: none;
}
.floating-btn .whatsapp {
  background-color: #25d366;
}
.floating-btn .contact-us {
  background-color: #007bff;
}
.floating-btn a:hover,
.floating-btn button:hover {
  opacity: 0.9;
}
.book-demo-btn {
  position: fixed;
  right: -52px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #f39c12;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  z-index: 999;
}
.book-demo-btn:hover {
  background-color: #e67e22;
  box-shadow: 0 6px 8px rgb(0 0 0 / 0.2);
}
@media (max-width: 768px) {
  .book-demo-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .social-icons a {
    font-size: 24px;
  }
  .ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
  }
  .profile {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    display: block;
    margin: 0 auto;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  .text-light {
    color: #f8f9fa !important;
  }
  .bg-dark {
    background-color: #343a40 !important;
    padding-top: 40px;
    padding-bottom: 0;
  }

  
}
