* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #efefef;
      font-family: "Poppins", sans-serif;
}

.template-1-wr {
    max-width: 400px;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    /* padding: 15px 0; */
  -webkit-box-shadow: -1px 5px 10px 2px #cccccc; 
  box-shadow: -1px 5px 10px 2px #cccccc;
}

.card-design {
  background-color: #f5f5f5;
  min-height: 300px;
}

.profile-info {
    text-align: center;
    padding: 20px;
    margin-top: -70px;
}

.profile-info img {
    border-radius: 100%;
      -webkit-box-shadow: -1px 5px 10px 2px #cccccc; 
    box-shadow: -1px 5px 10px 2px #cccccc;
}

.profile-info img {
    margin-bottom: 20px;
}

.profile-name {
    margin-bottom: 2px;
    line-height: 1;
}

.profile-tag-line,
.profile-position {
    color: #9c9c9c;
    margin-bottom: 20px;
}

.social-icons {
  
    min-height: 45px;
    margin:  0 auto 20px auto;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-icons a {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
    padding: 8px;
}

.social-icons a:hover {
    background-color: #0567ad;
    color: #fff;
}

.profile-description {
    color: #9c9c9c;
    font-size: 13px;
    line-height: 1.3;
}

.full-width {
    max-width: 100%;
}

/* Contact Card Styles */
.contact-card {
    width: 100%;
    font-size: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0px 0px 9px 10px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0px 0px 9px 10px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 0px 9px 10px rgba(0,0,0,0.03);
    max-width: 166px;
}

.card-icon {
    font-size:30px;
    background: #ff0000;
    color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    margin-bottom: 15px;
}

.card-heading {
    color: #9c9c9c;
}

.card-link {
    color: #000;
    text-decoration: none;
}

.contact-details {
    padding: 40px 15px;
    display: flex;
    gap:38px;
    align-items: start;
    flex-wrap: wrap;
}

.card-pin-icon {
    margin-left: auto;
    margin-right: auto;
}

/* Hour Styles */
.opening-hours {
    min-height: auto;
    padding: 15px;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
    gap: 10px;
}

.opening-hours span {
    background: #efefef;
    padding: 10px 0;
    border-radius: 8px;
    display:inline-block;
    width: 22.9%;
    font-size: 12px;
    text-align: center;
}


/* Medical Store Styles */
.profile-tag-line {
    margin-bottom: 5px;
    margin-top: -15px;
    color: #000;
}

.tagline-desc {
    margin-bottom: 20px;
}

.our-opening-hours,
.our-facilities {
    padding-top: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.our-opening-hours h2,
.our-facilities h2 {
    text-align: center;
}

.our-opening-hours {
    background: #fff;
}
.our-opening-hours .opening-hours {
    background: #fff;
}

.facilites-cards-wr {
    padding: 15px;
}

.facilities-card {
    display: flex;
    align-items: start;
    gap: 15px;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.facilities-card a {
    display:inline-block;
}

.facilities-card .card-icon {
    background: #25D366;
    height: 25px;
    width: 25px;
    font-size: 12px;
    margin: 0;
}

.footer-style {
    font-size: 12px;
    padding: 15px;
    text-align: center;
}

.contact-number {
    color: #2585d3; 
    font-size: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.address-info i, 
.contact-number i {
    font-size: 30px;
    /* border: 3px solid #fff; */
    background: #25D366;
    border-radius: 100%;
    padding: 8px;
    color: #fff;
    /* -webkit-box-shadow: 0px 0px 5px 2px #cccccc;  */
    /* box-shadow: 0px 0px 5px 2px #cccccc; */
}

/* Template Styles */
.header-background {
    height: 120px;
    overflow: hidden;
}

.address-info {
    margin-bottom: 30px;
    border: 1px solid #ccc; 
    padding: 20px;
    border-radius: 10px;
    background: #efefef;
}

.address-info i {
    margin-bottom: 15px !important;
    display:inline-block;
    padding: 12px;
    background: #ff0000;
}