* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

.callingIcon {
    display: flex;
    background-color: green;
    padding: 8px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    top: 90%;
    position: fixed;
    z-index: 1;
}

.uppernav {
    display: flex;
    justify-content: space-between;
    background-color: #34495E;
    color: #fff;
    font-size: clamp(0.5rem, 0.3187rem + 0.7735vw, 0.9375rem);
}

.uppernavbarlast ul li {
    list-style: none;

}

.navlast a {
    text-decoration: none;
    color: white;
}

#call_icon a {
    text-decoration: none;
}

#search-input {
    width: 200px;
}

.navbar img {
    width: 160px;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.offcanvas-body,
.offcanvas-header {
    background-color: #34495E;
}

.btn-close {
    background-color: white;
}

.navbar-toggler {
    border-color: white;
}

.nav-link {
    color: white;
}

.navbar {
    background-color: #34495E;
    margin: 0;
    padding: 0;
}

.nav-item,
.nav-link {
    text-transform: uppercase;
    color: white;
}

#navbarhome {
    color: #1ebbd7;
}

.nav-item {
    position: relative;
}

.nav-link::after {
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #1ebbd7;
    transition: width 1s ease 0s;
    position: absolute;
}

.nav-link:hover::after {
    width: 100%;
}

.carousel-inner>.item {
    position: relative;
}

.carousel-inner>.carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-item {
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.aboutext {
    text-align: justify;
}

#see_btn {
    background-color: #34495E;
    color: aquamarine;
}

#medicalspcialaties,
#customerdetails {
    background-color: #34495E;
}

.medicalsection {
    height: 300px;
    max-height: initial;
    overflow: hidden;
    transition: all 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.medicalsection a {
    text-decoration: none;
    color: black;
}

.medicalsection:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

.view_btn {
    background-color: #1ebbd7;
    color: black;
    padding: 6px 12px;
    /* Standardize padding */
    vertical-align: middle;
}

/* Ensure Add to Cart matches styling */
.enquirybtn .btn-dark {
    padding: 6px 12px;
    vertical-align: middle;
}

.textdetails {
    font-size: small;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.enquirybtn {
    text-align: center;
}

#mailsubscription {
    display: flex;
    justify-content: center;
    width: 50%;
}

.compamydetails {
    background-color: #D6DBDF;
    text-align: center;
    align-items: center;
}

.compamydetails img {
    width: 80px;
    height: 80px;
    border: 2px solid #1ebbd7;
    margin-top: 10px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.contactsection {
    background-color: #1ebbd7;
}

#contact_icon i {
    text-align: center;
    width: 100%;
}

#contact_icon h4 {
    margin-top: 20px;
}

#contact_icon {
    border: 2px solid #1ebbd7;
}

.contactcard {
    border: 2px solid #1ebbd7;
    padding: 20px;
}

#contact_icon .contactcard {
    border: 2px solid #1ebbd7;
    padding: 20px;
}

#FormSection {
    width: 70%;
    justify-content: center;
    text-align: center;
}

hr {
    border: 2px solid #1ebbd7;
}

#footersection a,
#footersection-general a,
#footersection-links a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    color: #34495E;
}

#footersection h5,
#footersection-general h5,
#footersection-links h5 {
    color: #1ebbd7;
}

#footersection a:hover,
#footersection-general a:hover,
#footersection-links a:hover {
    color: #1ebbd7;
}

footer {
    background-color: #34495E;
}

.footerrights {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 5vh;
}

.footericonimage {
    margin-top: 13vh;
    margin-left: 20px;

}

.footericonimage img {
    width: 25vw;
}

.pricebtn {
    border: 1px solid #34495E;
    text-decoration: none;
    padding: 5px;
}

#productdetails {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

#lefticons i {
    width: 50px;
    height: 50px;
    border: 1px solid #34495E;
    border-radius: 50%;

}

.icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #1ebbd7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #34495E;
}

#leftside-details {
    background-color: #D6DBDF;

}

#left-details {
    margin-left: 20px;
}

#rightside-details {
    background-color: white;
}

.card-body {
    font-size: clamp(0.5rem, 0.3187rem + 0.7735vw, 0.9375rem);
}

.footermain {
    background-color: #D6DBDF;
}
/* Contact Popup Backdrop Blur */
.modal-backdrop.show {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0.8;
}

/* Ensure modal content stands out */
#contactModal .modal-content {
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: none;
}
