body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.common-font {
    font-size: 1.1rem !important;
}
.underline {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #007bff, #ff007b);
    border-radius: 2px;
}

/* end common css */

.owl-prev,
.owl-next {
    display: none !important;
}
.hero-slides-content {
    margin-top: 50px;
}

.no-space {
    margin: 0px !important;
}
/* float icons css */
/* #floating-icons {
    position: fixed;
    right: 1%;
    bottom: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
} */

#floating-icons {
    position: fixed;
    right: 1%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.float-icon {
    width: 55px;
    height: 55px;
    background: #25d366;
    color: white;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.float-icon:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
}

.email-icon {
    background: #d44638;
}

.padding-home-service {
    padding-top: 4.5em;
}

/* start other css */

.medilife-appoint-btn {
    background-color: #006cff;
}
.medilife-appoint-btn:hover {
    background-color: #ffffff;
    color: #006cff;
}

.navbar-brand {
    width: 17%;
}

.link {
    color: #000066 !important;
}

.link:hover,
.link.active,
.nav-item.active .link {
    color: #ffffff !important;
}

#appointment-btn .emergencies {
    color: #ffffff !important;
}

h6 {
    color: #000066 !important;
}

.text-color {
    color: #666666 !important;
}

/* Footer Adjustments */
.main-footer-area {
    max-width: 1140px;
}

.footer-logo-width {
    width: 84%;
}

.address-p {
    font-weight: 600;
}

.footer-padding {
    padding: 80px 0 10px 0;
}
.main-footer-area {
    max-width: 1180px;
    margin: 0 auto;
}

/* Social Icons Spacing */
.footer-social-info a {
    margin-right: 10px;
    font-size: 18px;
}

/* Quick Links and Services List */
.quick-links,
.services-list {
    list-style: none;
    padding-left: 0;
}

.quick-links li,
.services-list li {
    margin-bottom: 8px;
}

/* Newsletter Input Styling */
.footer-newsletter-area form {
    display: flex;
    flex-direction: column;
}

.footer-newsletter-area input {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.footer-newsletter-area button {
    padding: 10px;
    background: #006cff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.footer-newsletter-area button:hover {
    background: #004bb7;
}

.home-icon-size {
    font-size: 1em;
}

.extra-link {
    font-weight: 500 !important;
}

/* Home page */
.home-p-color {
    font-size: 1.2em;
    color: #000;
}
.chromex-hero-area {
    position: relative;
    width: 100%;
}
.chromex-slides .chromex-hero-slide {
    height: 100vh; /* Full screen height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.chromex-hero-content {
    max-width: 45%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 30px;
    border-radius: 10px;
}
.chromex-hero-content h2 {
    font-size: 2rem;
}
.chromex-hero-content h6 {
    font-size: 1rem;
}
.chromex-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.home-service-box {
    background: #fff;
    padding: 20px;
    height: 423px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Copywrite Section */
.copywrite-text {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.map-area {
    position: relative;
}
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}
.about-chromex {
    padding: 100px 0px 10px 0px;
}

/* Center align text vertically and horizontally */
.certificate-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Full height to center vertically */
    text-align: center;
}

/* Increase image size */
.certificate-img {
    width: 60%;
    max-width: 500px;
    user-select: none;
    pointer-events: none;
}

/* Prevent image download and right-click */
.certificate-box {
    position: relative;
    display: inline-block;
}

.certificate-box img {
    -webkit-user-drag: none;
    pointer-events: none;
}

/* Disable right-click */
.certificate-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.service-icon {
    font-size: 2rem;
    color: #007bff;
    background: #e3f2fd;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0px !important;
    margin-bottom: 15px;
}
.service-box {
    background: #fff;
    padding: 20px;
    height: 374px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.service-box:hover {
    transform: translateY(-5px);
}

.product-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.product-card img {
    width: 100%;
    /* height: 100%;
    max-height: 250px; */
    border-radius: 10px;
}

.fix-height {
    height: 100%;
    max-height: 250px;
}

.list-animated {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.list-animated:hover {
    transform: translateX(10px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.partner-info {
    border: 1px solid #006cff;
    border-radius: 5px;
}
.our-partner {
    color: #000066;
}
.footer-widget-area {
    padding: 20px;
}

.footer-widget-area:last-child {
    padding: 20px 8px;
}
.widget-title h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.quick-links,
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick-links li,
.services-list li {
    margin-bottom: 10px;
}
.quick-links li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}
.quick-links li a:hover {
    color: #f39c12;
}

/* General Styling */
.partner-section {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    padding-top: 100px;
}

/* .about-chr {
    font-size: 44px;
} */

.partner-info {
    margin: auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.partner-info:hover {
    transform: translateY(-5px);
}

/* Headings & Typography */
.our-partner {
    font-size: 1.8rem;
    color: #004085;
    margin-bottom: 3%;
}

.featured-products h3 {
    font-size: 1.6rem;
    color: #343a40;
}

/* List Group Styling */
.list-group-item {
    font-size: 1.1rem;
    border: none;
    padding: 10px 20px;
    position: relative;
    background: transparent;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

.list-group-item:hover {
    color: #007bff;
    font-weight: bold;
}
.text-capitalize {
    text-transform: capitalize;
}

.partner-sec-margin {
    margin-bottom: 4.5%;
}

.services-first {
}

/* Background Styling */
.medilife-services-area {
    background: #f8f9fa;
}
.axel-second-section {
    background: #f8f9fa;
    padding: 50px 0;
}

/* Service Item (Full Width) */
.service-item {
    align-items: center;
    background: linear-gradient(to right, #ffffff, #e3eaf2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Styling */
.service-content {
    padding: 30px;
    width: 100%;
    text-align: center;
}

.service-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #004085;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 1.1rem;
    color: #444;
}

.contact-top-padding {
    padding-top: 6em;
}

.image-concept {
    width: 85%;
}