body {
    font-family: 'Poppins', sans-serif;

}


.nav-item{
    list-style: none;
    display: flex;

}
.navbar-expand-lg .navbar-nav .nav-link{
    color:#000;
    font-size:16px;
}
.sticky-top{
    background:#fff;
}
.carousel-inner img{
    height:100vh;
    object-fit:cover;
}
.nav-item .btn-primary{
    color:#fff !important;
    background:#000;
    border:1px solid #000;
    font-weight:600;
    text-transform: capitalize;
}

h1 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 0;
}

.text-accent {
    color: #00A1AB;
}

.fs-500 {
    font-size: 1.3125rem;
    margin: 0;
}

.mb {
    margin-bottom: 0.5em;
}

.btn {
    display: inline-block;
    padding: 0.5em 0.75em;
    border-radius: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #FFF;
    background: #00A1AB;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.7;
}

.btn-mb {
    margin-bottom: 3em;
}

.btn--light {
    color: #4E4E4E;
    background: #FFF;
}

.btn--dark {
    color: #FFF;
    background: #4E4E4E;
}
.plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
}

.plan {
    width: 16.5rem;
    padding: 2em;
    border-radius: 1em;
    margin: 0 0.5em 1em;
}

.plan--light {
    color: #4E4E4E;
    background: linear-gradient(-45deg, #E5E3E8, #FAFAFA);
}

.plan--light .plan-price {
    color: #00A1AB;
}

.plan--light .btn {
    color: #FFF;
    background: #4E4E4E;
}

.plan--accent {
    color: #FFF;
    background: linear-gradient(-45deg, #00A1AB, #3741A0);
}

.plan--accent .btn {
    color: #4E4E4E;
    background: #FFF;
}

.plan-title {
    text-transform: uppercase;
    margin: 0 0 1em;
}

.plan-price {
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}

.plan-price span {
    display: block;
    font-size: 1.5625rem;
    font-weight: 300;
}

.plan-description {
    margin: 2em 0;
    line-height: 1.5;
}

@media (max-width:767px){
    footer{
        text-align:center;
    }
    footer .nav-item{
        display:block;
    }
    .nav-item .btn-primary {
       
        display: block;
        width: 100%;
    }
    .plan {
        width: 100%;
       
    }
}

/*-----------*/

.sky {
    background-color: #0072AA;
}

.green {
    background-color: #21AA47;
}


.box {
    border-radius: 8px;
    box-shadow: 0px 10px 16px 0px #9e9e9e;
    /*min-height: 410px;*/
}

.box .card-body h5 {
    font-size: 28px;
    line-height: 1.4;
}

.login_box,.signup_box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 2px #6060608c;
    padding: 15px 10px;
    display: flex;
    text-decoration: none;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_box span i,.signup_box span i {
    font-size: 30px;
    color: #464444;
}

.login_box p,.signup_box p {
    color: #9e9e9e;
    font-size: 14px;
}

.login_box h5,.signup_box h5 {
    font-size: 20px !important;
    color: #464444;
}

.input_box input, .round_btn {
    border-radius: 12px;
}

.qr_box {
    display: inline-block;
    width: 30%;
}

.qr_box img {
    width: 100%;
}

.first_bnr {
    background: linear-gradient(0deg,rgba(93, 172, 255, 1) 0%, rgba(112, 242, 255, 1) 100%);
    position: relative;
}

.first_txt {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}

.first_txt h5, .first_txt span {
    font-size: 25px;
    color: #fff;
}

.first_txt p {
    font-size: 35px;
    color: #fff;
    max-width: 200px;
}

.first_txt h5 {
    font-weight: 400;
    font-size: 24px;
}

.carousel-item.custom-banner img{
    height: 300px;
}

.carousel-item.custom-banner .text{
    text-align: center;
    max-width: 320px;
}

.carousel-item.custom-banner .text p{
    font-size: 38px;
    font-weight: bold;
}

.carousel-item.custom-banner .text span{
    font-size: 30px;
}

.carousel-item.custom-banner .text h5
 {
    font-size: 30px;
}

.delivery_slide .carousel-inner img, .pharmacy_slide .carousel-inner img {
    height: auto;
    object-fit: none;
    width: 100%;
}

.gray_bg {
    background-color: #f8f8f8;
}

.both_line {
    position: relative;
    width: fit-content;
    margin: auto;
}

.both_line::before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 4px;
    width: 20%;
    top: 50%;
    left: -22%;
}

.both_line::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 4px;
    width: 20%;
    top: 50%;
    right: -22%;
}

.pharmacy_slider {
    position: relative;
    overflow: hidden;
    /*padding: 50px;*/
}

.pharm_img {
    box-shadow: 0px 0px 17px -2px #9e9e9e;
}

.pharm_img img {
    width: 100%;
}

.pharm_swiper {
    padding: 25px;
}

.pharm_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -45px;
    z-index: 2;
}

.pharm_next {
    position: absolute;
    right: -26px;
}

.pharm_prev {
    position: absolute;
    left: -26px;
}

.pharm_next i, .pharm_prev i {
    font-size: 20px;
}

.delivery_slider {
    position: relative;
    overflow: hidden;
    /*padding: 50px;*/
}

.deliv_img {
    box-shadow: 0px 0px 17px -2px #9e9e9e;
}

.deliv_img img {
    width: 100%;
}

.deliv_swiper {
    padding: 30px;
}

.deliv_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -12px;
    z-index: 2;
}

.deliv_next {
    position: absolute;
    right: -30px;
}

.deliv_prev {
    position: absolute;
    left: -30px;
}

.deliv_next i, .deliv_prev i {
    font-size: 20px;
}

@media (max-width: 992px) {
     
    .login_box, .signup_box {
        margin-top: 20px;
    }

    
     
}

@media (max-width: 767px) {
     
    .carousel-item.custom-banner {
        
        align-items: center;
        justify-content: center;
        padding-right: 200px;
        position: relative;
        height: 458px;
        
    }
    
    .carousel-item.custom-banner img {
        margin-left: 200px;
        margin-bottom: 110px;
    }
    
    .carousel-item.custom-banner .text {
        width: 55%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    
    .carousel-item.custom-banner .text h5 {
    font-size: 14px;
}

.carousel-item.custom-banner .text p {
    font-size: 20px;
    font-weight: bold;
}


.carousel-item.custom-banner .text span {
    font-weight: 400;
    font-size: 14px;
}

.pharm_arrow {
        top: -80px;
    }
    
        .carousel-item.custom-banner {
        height: 400px;
    }
     
}


@media (max-width: 767px) {
       .pharm_arrow {
        top: -30px;
    }
    
        .deliv_arrow {
        top: -10px;
    }

}



.customer_icon {
    width: 10%;
    background-color: #fff;
    padding: 5px;
}

.customer_icon img {
    width: 100%;
}

.text_box {
    display: flex;
    align-items: center;
    gap: 15px;
}


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(248 248 248));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(248 248 248));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.delivery_items {
  display: inline-block;
  /*animation: 35s slides infinite linear;*/
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}


.carousel-item.custom-banner img {
    height: 600px;
}


.carousel-item.custom-banner{
    display: flex;
    background: linear-gradient(0deg, rgba(93, 172, 255, 1) 0%, rgba(112, 242, 255, 1) 100%);
    color: #fff;
    align-items: center;
    justify-content: center;
    padding-right: 200px;
    border-bottom-left-radius: 8px;
    height: 550px;
    border-bottom-right-radius: 8px;
    gap: 85px;
}
    
.carousel-item.custom-banner .text{
    text-align: center;
    max-width: 345px;
}

@media (max-width: 1600px) {
    
    .carousel-item.custom-banner img {
    height: 440px;
}

.carousel-item.custom-banner {
    height: 380px;
}

.customer_icon {
    width: 10%;
}

.login_box, .signup_box {
    min-height: 118px;
}

.qr_box {
    width: 20%;
}

.login_box h5, .signup_box h5 {
    font-size: 14px !important;

}

.box .card-body h5 {
    font-size: 24px;
}
    
} 

@media (max-width:1399px){
    
    .carousel-item.custom-banner img {
        height: 380px;
    }
    
}

@media (max-width: 1199px) {
    .carousel-item.custom-banner img {
        height: 335px;
    }
    
    .carousel-item.custom-banner {
        height: 440px;
    }
    
    .carousel-item.custom-banner .text h5 {
        font-size: 20px;
    }
    
    
    .carousel-item.custom-banner .text p span {
        font-size: 20px;
    }
    
    .carousel-item.custom-banner .text p {
        font-size: 25px;
    }
}


@media (max-width: 991px) {
    .carousel-item.custom-banner img {
        height: 270px;
    }
    
    .carousel-item.custom-banner {
        padding-right: 55px;
    }
    
    .carousel-item.custom-banner {
        height: 330px;
    }
}

.banner {
    background: linear-gradient(0deg,rgba(93, 172, 255, 1) 0%, rgba(112, 242, 255, 1) 100%);
    padding: 0px 20px;
    margin-bottom: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.banner-left {
  flex: 1;
  text-align: right;
      margin-right: 190px;  
}

.shop-img {
  max-width: 500px;
  width: 100%;
  position: relative;
  left: 30px; /* subtle right shift */
}

.banner-right {
  flex: 1;
  color: #fff;
  text-align: left;
}

.line1 {
  font-size: 22px;
  margin: 0;
  
}







.line1 sup {
    top: 0;
}
.line3 sup {

    top: -20px;
    
    padding-left: 40px;
}





.line1 sup,
.line3 sup {
    font-size: 18px;
    font-weight: 600;
  position: relative;
}

.line2 {
  font-size: 44px;      /* bold text */
  font-weight: bold;
  padding-left: 20px;
}

.line3 {
  font-size: 44px;      /* HOME same style as LOCAL PHARMACY */
  font-weight: bold;
  margin: 0;
}

.home-icon {
  width: 40px;
  height: auto;
  vertical-align: middle;
  margin-left: 10px;
}




.highlight {
  font-weight: bold;
}

.home-icon {
  width: 80px;   /* bigger than before (was 40px) */
  height: auto;
  vertical-align: middle;
  margin-left: 12px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .banner-left {
    text-align: center;
    margin-right: 0; /* remove big gap for smaller screens */
    margin-bottom: 40px;
  }

  .shop-img {
    left: 0;
    max-width: 340px;
  }

  .line1 { font-size: 20px; }
  .line2 { font-size: 36px; }
  .line3 { font-size: 36px; }
  .home-icon { width: 60px; }
}


.line3 sup {
    top: -15px;
}

@media (max-width: 576px) {
  .line1 { font-size: 18px; }
  .line2 { font-size: 28px; }
  .line3 { font-size: 28px; }
  .shop-img { max-width: 260px; }
  .home-icon { width: 50px; }
  
  .line1 sup, .line3 sup
 {
    font-size: 15px;
}
  
.line3 sup {
    top: -10px;
}
}




/* Footer */
.footer {
  background: #fff; /* Light tint */
  color: #333;
  padding: 50px 20px 20px;
  /*margin-top: 60px;*/
  border-top: 1px solid #ddd;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  font-size: 22px;
  color: #004d66; /* Dark teal-blue */
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #004d66;
  position: relative;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #00bcd4; /* Accent color */
}

.footer-col p,
.footer-col ul li {
  font-size: 15px;
  color: #444;
  margin: 8px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #00bcd4;
}

.footer-col a {
  color: #00bcd4;
}

.social-links a {
  display: inline-block;
  margin-right: 12px;
}

.social-links img {
  width: 26px;
  height: 26px;
  transition: transform 0.3s;
}

.social-links img:hover {
  transform: scale(1.15);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.footer-bottom p {
  font-size: 14px;
  color: #666;
}



/* Banner */
.contact-banner {
    background: linear-gradient(135deg, #00bcd4, #3f51b5);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}

.contact-banner h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.contact-banner p {
  font-size: 18px;
  opacity: 0.9;
  margin-top: 10px;
}

/* Contact Section */
.contact-section {
  padding: 60px 20px;
  background: #f8fbfc;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: start;
}

/* Support Cards */


.support-card {
  flex: 1;
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  /*transition: transform 0.3s ease;*/
}

/*.support-card:hover {*/
/*  transform: translateY(-6px);*/
/*}*/

.support-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.support-card p {
  margin: 6px 0;
  font-size: 15px;
}

.support-card a {
  color: #fff;
  text-decoration: none;
}


.office-info {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.office-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #004d66;
}

.office-info p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.map iframe {
  width: 100%;
  border-radius: 8px;
}

/* Support Card Icon Image */
.icon-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  padding: 4px;
  background-color: #fff;
}

/* Heading Style */
.support-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    transition: transform 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0072AA;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #0072AA;
    font-weight: 600;
}


@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .support-cards {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .contact-banner h1 {
    font-size: 28px;
  }
  .contact-banner p {
    font-size: 16px;
  }
  .support-card {
    padding: 20px;
  }
  .office-info {
    padding: 20px;
  }
}
