/*====================================================
PILLZA
Single Pharmacy
====================================================*/

body {
    background: #f8f9fc;
    font-family: 'Poppins', sans-serif;
}



/*====================================================
Hero
====================================================*/

.pharmacy-hero {

    position: relative;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    margin-bottom: 60px;

}

/* Cover */

.hero-cover {

    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #eee;

}

.hero-cover img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Logo */

.hero-logo {

    position: absolute;
    left: 50px;
    top: 230px;

    width: 160px;
    height: 160px;

    border-radius: 50%;
    overflow: hidden;

    background: #fff;
    border: 6px solid #fff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);

}

.hero-logo img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Content */

.hero-content {

    padding: 100px 45px 45px;

}

.hero-content h2 {

    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;

}

.hero-content .badge {

    font-size: 13px;
    margin-left: 10px;

}

/* Rating */

.hero-rating {

    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 17px;

}

.hero-rating span {

    font-weight: 700;

}

.hero-rating small {

    color: #777;

}

/* Address */

.hero-location {

    color: #666;
    font-size: 15px;

}

.hero-location i {

    color: #ff4d7e;
    margin-right: 6px;

}


.hero-info {

    background: #fff5f8;

    border-radius: 18px;

    padding: 25px;

    border: 1px solid #ffe2ea;

}

.hero-info div {

    margin-bottom: 25px;

}

.hero-info div:last-child {

    margin-bottom: 0;

}

.hero-info i {

    color: #ff4d7e;

    font-size: 22px;

    margin-right: 8px;

}

.hero-info strong {

    color: #222;

}


.hero-buttons {

    display: flex;

    gap: 15px;

    flex-wrap: wrap;

}

.hero-buttons .btn {

    padding: 12px 30px;

    border-radius: 12px;

    font-weight: 600;

}

.btn-pink {

    background: #ff4d7e;

    color: #fff;

    border: none;

}

.btn-pink:hover {

    background: #e93b6d;

    color: #fff;

}

.btn-outline-pink {

    border: 2px solid #ff4d7e;

    color: #ff4d7e;

}

.btn-outline-pink:hover {

    background: #ff4d7e;

    color: #fff;

}



/*====================================================
About Pharmacy
====================================================*/

.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-body {
    padding: 35px;
}

.card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.card p {
    color: #666;
    line-height: 1.9;
}

/*====================================================
Contact Information
====================================================*/

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    width: 50px;
    height: 50px;
    background: #fff0f5;
    color: #ff4d7e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    margin-bottom: 5px;
    color: #222;
}

.contact-item p {
    margin: 0;
    color: #666;
}

.contact-item a {
    color: #ff4d7e;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}


/*====================================================
Statistics
====================================================*/

.stat-card {

    background: #fff;

    border-radius: 20px;

    padding: 35px 20px;

    text-align: center;

    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);

    transition: .35s;

    height: 100%;

}

.stat-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

}

.stat-card i {

    font-size: 45px;

    color: #ff4d7e;

    margin-bottom: 15px;

}

.stat-card h2 {

    font-size: 34px;

    font-weight: 700;

    color: #222;

    margin-bottom: 10px;

}

.stat-card p {

    margin: 0;

    color: #777;

    font-size: 15px;

    font-weight: 500;

}

.list-unstyled li {

    font-size: 15px;

    color: #555;

}

.list-unstyled i {

    margin-right: 10px;

    color: #28a745;

}



.list-unstyled li {

    font-size: 15px;

    color: #555;

}

.list-unstyled i {

    margin-right: 10px;

    color: #28a745;

}


