* {
  margin: 0;
  padding: 0;

  font-family: "Plus Jakarta Sans", serif;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 20px;
}
.navbar a {
  text-decoration: none;
  color: #16215b;
}
.nav-links {
  border-radius: 156px;
  border: 2px solid #cecece;
  margin: 0px;
  padding: 10px;
  display: flex;
}
.nav-links a {
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 50px;
  display: flex;
  gap: 6px;
}

.nav-links a span {
  font-weight: 400;
}

.nav-links a:hover {
  border: 1px solid #cecece;
}

.nav-links svg {
  height: 12px;
  fill: #16215b;
}

.nav-links .active {
  background-color: #0070fa;
  color: white;
  align-items: end;
}

.nav-links a:not(.active) {
  align-items: center;
}

.btn-get-in-touch {
  padding: 18px 22px;
  background: #0070fa;
  color: white;
  border-radius: 37px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-get-in-touch span {
  color: white;
}
.site-logo {
  height: 64px;
}
.btn-get-in-touch:hover {
  background: #2563eb;
}

.pharmacy-main-img {
  display: block;
  max-width: calc(100% - 52px);
  margin: 28px auto;
  height: auto;
}

.transform {
  background-color: #f2f5f9;
  border-radius: 24px;
  margin: 50px 60px;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 20px;
}

.transform-img img {
  height: 100%;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

.transform-text {
  max-width: 600px;
  margin-left: 46px;
}

.solutions-btn {
  height: 40px;
  margin-bottom: 15px;
}

.transform-text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #051c3b;
  margin-bottom: 15px;
}

.transform-text p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.book-appointment {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 22px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.book-appointment:hover {
  background-color: #0056b3;
}

.management-services {
  background-color: #101c55;
  border-radius: 24px;
  color: white;
  padding: 50px;
  max-width: 90%;
  margin: 50px auto;
  text-align: left;
}

.management-services h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 40%;
}

.management-services p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #c7c9d3;
  width: 100%;
  margin-top: 14px;
}

.service-tabs {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-tab {
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.service-txt {
  opacity: 0.5;
}
.service-tab:hover {
  color: #00e699;
}

.service-tab.active {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #00e699;
}

.service-img {
  width: 155px;
  height: 120px;
  border-radius: 8px;
}

.book-appointment1 {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 22px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 82%;
  width: 14%;
}

.book-appointment1:hover {
  background-color: #0056b3;
}

.management-container {
  display: flex;
  background-color: #f2f5f9;
  border-radius: 16px;
  padding: 50px;
  max-width: 1640px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  gap: 60px;
  align-items: center;
  margin: auto;
}

.management-content {
  flex: 1;
  max-width: 700px;
}

.management-content h2 {
  font-size: 32px;
  color: #0a1739;
  font-weight: bold;
  margin-bottom: 16px;
}

.management-content p {
  font-size: 18px;
  color: #4a4e69;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0f4ff;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: bold;
  color: #0a1739;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 70%;
}

.service-item img {
  width: 38px;
  height: 38px;
  background-color: white;
}

.service-item:hover {
  background-color: #e0e7ff;
}

.service-item.active {
  background-color: #0056ff;
  color: white;
  padding: 18px 22px;
  border-radius: 14px;
}

.end-to-end-cover {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.management-description {
  font-size: 18px;
  color: #4a4e69;
  text-align: center;
  width: 80%;
  margin-top: 200px;
}

.management-image img {
  border-radius: 12px;
  height: 370px;
  width: 540px;
}

.wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #0a1739;
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.left-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
  flex: 1;
}

.image-box {
  border-radius: 60px;
  padding: 20px;
  text-align: center;
}

.image-box img {
  width: 100%;
  border-radius: 10px;
}

.yellow {
  background-color: #fce77d;
}
.blue {
  background-color: #c6e9fa;
}

.right-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-top: 70px;
}

.accordion-item {
  background-color: #f4f7fb;
  padding: 40px;
  border-radius: 34px;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.accordion-item.active {
  background-color: #b7d2ff;
}

.accordion-item h3 {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  color: #0a1739;
}

.profile-img {
  width: 128px;
  height: 65px;
  border-radius: 51px;
  margin-right: 5px;
}

.wrapper1 {
  max-width: 900px;
  margin: 40px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.heading1 {
  color: #1c1c6b;
}
.intro-text {
  color: #555;
  margin-bottom: 30px;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.info-card {
  background: white;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 30%;
}
.highlighted-card {
  background: #005eff;
  color: white;
}
.circle-number {
  font-weight: bold;
  background: white;
  padding: 5px 12px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}
.call-to-action {
  background: #005eff;
  color: white;
  padding: 40px 20px;
  margin-top: 30px;
  border-radius: 10px;
}
.call-to-action h3 {
  margin-bottom: 10px;
}
.action-btn {
  background: white;
  color: #005eff;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
