/* alpine css */
[x-cloak] {
    display: none !important;
}


html {
  scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

*:not(html)::-webkit-scrollbar {
    width: 8px;
}

*:not(html)::-webkit-scrollbar-track {
    background: transparent;
}

*:not(html)::-webkit-scrollbar-thumb {
    background-color: #024F96;
    border-radius: 6px;
}

/* Firefox */

*:not(html) {
    scrollbar-width: thin;
    scrollbar-color: #024F96 transparent;
}


.container {
    max-width: calc(1280px + 3rem);
}

.pharmacy_service {
    background-image: url('../../images/pharmacy-service.png');
    background-repeat: no-repeat;
}

.popup-seperator1 {
    left: calc(55% + 75px);
    height: calc(100% - 160px);
}

.popup-seperator2 {
    left: calc(80% + 80px);
    height: calc(100% - 160px);
}

.popup-seperator {
    left: calc(25% + 80px);
    height: calc(100% - 160px);
}

.mobile-menu {
      transform: translateX(-100%);
       transition: transform 0.5s ease-in-out;
}
.mobile-menu.open {
    transform: translateX(0);
}

.qr-code-img img {
    padding: 8px;
    border-radius: 12px;
    background-color: white;
}

.leaflet-tooltip{
    color: white !important;
    opacity: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    left: 1px !important;
    top: -1px !important;
}

.paragraph ol, .paragraph ul {
    padding: revert;
    margin: revert;
    list-style: revert;
}

.appantap_paragraph html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
 
.appantap_paragraph body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
 
.appantap_paragraph h1,
.appantap_paragraph h2,
.appantap_paragraph h3,
.appantap_paragraph h4,
.appantap_paragraph h5,
.appantap_paragraph h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-top: !important;
  margin-bottom: 16px !important;
  color: #1a1a1a;
  font-size: 16px;
}
 
.appantap_paragraph p {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 1.6;
}
 
.appantap_paragraph a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}
 
.appantap_paragraph a:hover {
  color: #0052a3;
  text-decoration: underline;
}
 
.appantap_paragraph a:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
 
.appantap_paragraph a:visited {
  color: #551a8b;
}
 
.appantap_paragraph i,
.appantap_paragraph em {
  font-style: italic;
}
 
.appantap_paragraph ul,
.appantap_paragraph ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}
 
.appantap_paragraph ul {
  list-style-type: disc;
}
 
.appantap_paragraph ol {
  list-style-type: decimal;
}
 
.appantap_paragraph li {
  margin-bottom: 4px;
  line-height: 1.6;
}
 
.appantap_paragraph ul ul,
.appantap_paragraph ul ol,
.appantap_paragraph ol ul,
.appantap_paragraph ol ol {
  margin-bottom: 0;
  margin-top: 8px;
}
 
.appantap_paragraph ul ul {
  list-style-type: circle;
}
 
.appantap_paragraph ul ul ul {
  list-style-type: square;
}
 
.appantap_paragraph mark {
  background-color: #ffeb3b;
  color: #000000;
  padding: 2px 4px;
  border-radius: 2px;
}
 
.appantap_paragraph dl {
  margin-top: 0;
  margin-bottom: 16px;
}
 
.appantap_paragraph dt {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 4px;
}
 
.appantap_paragraph dd {
  margin-left: 24px;
  margin-bottom: 8px;
}
 
.appantap_paragraph blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #dddddd;
  background-color: #f5f5f5;
  font-style: italic;
  color: #666666;
}
 
.appantap_paragraph blockquote p {
  margin-bottom: 0;
}
 
.appantap_paragraph blockquote p:not(:last-child) {
  margin-bottom: 16px;
}
 
.appantap_paragraph caption {
  font-weight: 600;
  text-align: left;
  padding: 8px 0;
  margin-bottom: 8px;
  color: #1a1a1a;
}
 
.appantap_paragraph tr {
  transition: background-color 0.2s ease;
}
 
.appantap_paragraph tr:hover {
  background-color: #f5f5f5;
}
 
.appantap_paragraph td,
.appantap_paragraph th {
  padding: 8px 16px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
 
.appantap_paragraph th {
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 2px solid #dddddd;
}
 
.appantap_paragraph img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
 
.appantap_paragraph picture {
  display: block;
}
 
.appantap_paragraph video {
  display: block;
  max-width: 100%;
  height: auto;
}
 
.appantap_paragraph canvas {
  display: block;
  max-width: 100%;
}
 
.appantap_paragraph svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: currentColor;
}
 
.appantap_paragraph hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 32px 0;
  height: 0;
}

@media (min-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: translateY(70px);
        transition: 0.5s ease;
    }

    .teams .swiper-wrapper .swiper-slide.swiper-slide-next+.swiper-slide {
        transform: translateY(140px);
        transition: 0.5s ease;
    }
}

@media (max-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
    }
}


:is(.service-tabs-swiper-sec,.pharmacy-first-swiper-sec,.service-swiper-sec) {
    &:has(.swiper-button-lock) {

        button[aria-label="Previous"],
        button[aria-label="Next"] {
            display: none;
        }
    }

    :has(.swiper-button-prev.swiper-button-disabled) {
        button[aria-label="Previous"] {
            opacity: 0.35;
            pointer-events: none
        }
    }

    :has(.swiper-button-next.swiper-button-disabled) {
        button[aria-label="Next"] {
            opacity: 0.35;
            pointer-events: none
        }
    }
}

/* Prevent animation flash on load */
.hero-section {
    opacity: 0;
    animation: fadeInHero 0.3s ease forwards;
    animation-delay: 0.1s;
}
 
@keyframes fadeInHero {
    to {
        opacity: 1;
    }
}
 
/* Ensure elements are visible by default */
[x-ref="centerCard"],
[x-ref="topLeft"],
[x-ref="bottomLeft"],
[x-ref="topRight"] {
    opacity: 1;
    transform: none;
}
 