@charset "UTF-8";
/* Custom CSS for RapidMeds Template */

.container {
    max-width: 1300px !important;
}

/* Variables for common colors */
:root {
    --rapidmeds-green: #24840A; /* A dark green */
    --rapidmeds-light-green: #31AD0E; /* A very light green */
    --rapidmeds-thin-green: #CCFFBF; /* A very lighter green */
    --rapidmeds-white-green: #F3FFEF;
    --rapidmeds-white-bg: #FFFFFF;
    --rapidmeds-dark-bg: #1A1A1A; /* Dark background for mobile nav */
    --rapidmeds-purple: #6A1B9A; /* Purple for CQC logo area */
    --rapidmeds-text-light: #F8F9FA; /* Light text color for dark backgrounds */
    --rapidmeds-text-dark: #212529; /* Dark text color for light backgrounds */
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--rapidmeds-text-dark);
}

/* Top Header Styling */
.top-header {
    background-color: var(--rapidmeds-white-bg);
    border-bottom: 1px solid #dee2e6; /* Light border at the bottom */
}

.top-header .logo img {
    height: 45px; /* Adjust logo height */
    width: auto;
}

.top-header .tagline {
    font-size: 0.75rem;
    color: var(--rapidmeds-green);
    font-weight: 600;
}

/* Desktop Header Elements */
.header-desktop-elements {
    font-size: 0.9rem;
    color: var(--rapidmeds-text-dark);
}

.header-desktop-elements .cqc-logo img {
    height: 62px;
    width: auto;
    border-radius: 5px; /* Rounded corners for the CQC image */
	max-width:fit-content !important;
}

.header-desktop-elements .search-bar .form-control {
    border-color: var(--rapidmeds-green);
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 0.5rem;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right:0 !important;
}

.header-desktop-elements .search-bar .btn {
    background-color: none;
    border-color: var(--rapidmeds-green);
    color: #666666;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left:0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.header-desktop-elements .search-bar .btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
    color:#FFFFFF; /* White text on hover */
}

.header-desktop-elements .cart-icon {
    color: var(--rapidmeds-green);
}

.header-desktop-elements .cart-icon .badge {
    padding: 0.3em 0.5em;
    top: -9px !important;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    min-width: 20px;
    min-height: 20px;
    font-weight: 700;
    background-color: var(--rapidmeds-light-green);
}

.header-desktop-elements .phone-number {
    color: var(--rapidmeds-green);
    font-weight: 500;
}
.header-desktop-elements .phone-number i {
    border-radius: 50%;
    border: 1px solid var(--rapidmeds-green);
    padding: 0.25rem !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#78A55A;
    font-size: 15px;
}
.header-desktop-elements .phone-number span {
    white-space: nowrap;
}

.top-header .btn-success.login-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 25px; /* More rounded pills */
	color:#FFFFFF !important;
}

.top-header .btn-success.login-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

/* Main Navigation Styling - Default (Desktop) */
.main-nav {
    background-color: var(--rapidmeds-thin-green); /* Light green for desktop */
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Subtle shadow */
}

.main-nav .navbar-nav .nav-link {
    color: var(--rapidmeds-green);
    background-color: var(--rapidmeds-white-green);
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem; /* Slightly reduced margin */
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 10px !important;
}

.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
    background-color: var(--rapidmeds-light-green);
    color: var(--rapidmeds-white-bg);
}

.main-nav .dropdown-toggle {
    border:none !important;
    background-color: var(--rapidmeds-white-green);
    color: var(--rapidmeds-green);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 10px !important;
    transition: background-color 0.3s ease;
}

.main-nav .dropdown-toggle:hover {
    background-color: var(--rapidmeds-light-green);
    border-color: #256b2a;
    color: #FFFFFF;
}

.main-nav .dropdown-menu {
    background-color: var(--rapidmeds-light-green); /* Light background for desktop dropdown */
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-nav .dropdown-menu .dropdown-item {
    color: var(--rapidmeds-text-dark); /* Dark text for desktop dropdown items */
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.08); /* Slightly darker on hover */
    color: var(--rapidmeds-text-dark);
}


/* mega menu */

/* Mega Menu Specific Styling */
.main-nav .mega-menu {
    min-width: 1204px;
    width: 100%; /* Full width of the navbar */
    left: 0;
    right: 0;
    padding: 20px 20px 0 20px;
    background-color: white; /* White background as per screenshot */
    border: 3px solid var(--rapidmeds-light-green);
    border-radius: 0 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
}

.main-nav .mega-menu .dropdown-header {
    color: var(--rapidmeds-light-green); /* Green for category titles */
    font-weight: bold;
    margin-bottom: 0.75rem;
    padding: 0;
    white-space: normal;
    font-size: 17px;
}

.main-nav .mega-menu .dropdown-item {
    color: var(--rapidmeds-text-dark);
    padding: 0.25rem 0; /* Adjust padding for closer items */
    font-size: 0.9rem;
    transition: color 0.2s ease;
    white-space: normal;
    font-weight: bold;
}

.main-nav .mega-menu .dropdown-item:hover {
    background-color: transparent; /* No background on hover */
    color: var(--rapidmeds-green); /* Green text on hover */
}

.main-nav .mega-menu .row {
    margin-bottom: 1rem; /* Space between rows of categories */
}

.main-nav .mega-menu .see-all-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border-radius: 0;
    transition: background-color 0.3s ease;
    min-width: 1200px;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.main-nav .mega-menu .see-all-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}



/* Sign In Button in Nav */
.main-nav .sign-in-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 10px !important;
    transition: background-color 0.3s ease;
	color:#FFFFFF;
}

.main-nav .sign-in-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}
.mini-cart-icon {
    background-image: url('../../images/cart.png');
    width: 40px;
    height: 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}
.dropdown-toggle::after {
    font-family: "bootstrap-icons" !important;
    content: "\f282";
    border: none;
    vertical-align: middle;
}
.dropdown-toggle.show::after {
    content: "\f286";
}



/* General Card Styling for Placeholder Content */
.card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.card-title {
    color: var(--rapidmeds-green);
    font-weight: 600;
}



/* Footer Styling */
.site-footer {
    background-color: var(--rapidmeds-green); /* Dark green background */
    color: var(--rapidmeds-text-light); /* Light text color */
    font-size: 0.9rem;
}

.site-footer .footer-logo-section img {
    max-width: 331px; /* Adjust logo size */
    width:100%;
    height: auto;
    image-rendering: auto;
}

.site-footer .footer-logo-section .tagline {
    font-size: 0.75rem;
    font-weight: 600;
}

.site-footer .footer-logo-section .email-address {
    font-size: 1rem;
    font-weight: 500;
}
ul.list-unstyled.footer-links {
    list-style: disc;
    margin-left: 1rem;
    margin-top: 1.2rem;
}
ul.list-unstyled.footer-links li a {
    color:#FFFEFE;
}
.social-icons .social-icon img {
    width:32px;
    height: 33px;
}
.footer-divider {
    border-color: #FFFFFF;
    opacity: 1;
}
.footer-bottom-links li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.footer-bottom-links {
    margin-bottom: 1rem;
}
.footer-bottom-links li {
    margin-right: 2rem !important;
}
.footer-bottom a {
	color:#FFF;
}


/* slider */

/* Slider Section Styling */
.hero-slider {
    background-image: url('../../images/slider-bg.png'); /* Placeholder background image */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 0; /* Padding will be handled by inner content */
    min-height: 500px; /* Minimum height for the slider */
    position: relative;
    overflow: hidden; /* Hide overflowing parts of the background */
    height: 504px; /* Fixed height for the carousel container */
}

/* Overlay for background if needed for text readability */
.hero-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Slight dark overlay for text contrast */
    z-index: 1;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    height: 100%; /* Make carousel components take full height of the slider section */
}

.hero-slider .container {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
    height: 100%; /* Ensure container takes full height for vertical alignment */
}

.hero-content {
    padding-left: 50px; /* Indent content from the left */
    padding-top: 50px; /* Add some top padding */
    padding-bottom: 50px; /* Add some bottom padding */
}

.hero-heading {
    font-size: 3.5rem; /* Large heading for desktop */
    font-weight: normal;
    line-height: 1.2;
    color: white; /* White text for heading */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Subtle text shadow */
}

.hero-features {
    margin-top: 2rem;
    padding-left: 0;
}

.hero-features li {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    color: white;
    gap:20px;
}

.hero-features li i {
    color: var(--rapidmeds-green); /* White checkmark icon */
    font-size: 1.5rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem;
    border-radius: 5px;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
}
.hero-features li span.li-text {
    background-color: rgba(36, 132, 10, 0.7);
    border-radius: 5px;
    padding: 5px 30px;
    max-width: 310px;
    width: 100%;
}

.hero-image-col {
    position: relative;
    height: 591px;
}

.hero-doctors-img {
    max-width: 100%;
    height: auto;
    display: block;
    /* Adjust positioning to match screenshot */
    position: absolute;
    bottom: 0; /* Pull slightly below the container */
    right: 0; /* Align to the right */
}

/* Carousel Controls Styling */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 5%;
    z-index: 1000;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Darker background for icons */
    border-radius: 0;
    padding: 20px; /* Increase size of icon background */
}
.carousel-indicators {
    z-index: 1000 !important;
}


/* treatment category carousel */

.swiper-slide {
  background: #f0fff0;
  border-radius: 10px;
  box-shadow: 1px 5px 7px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  color: green;
  font-size: 16px;
  width: 200px !important;
  height: 125px !important;
  margin-bottom: 11px;
}
.treatment-swiper-box .swiper-slide {
	height:150px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.treatment-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-weight: bold;
  color: green;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.treatment-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}




/* About Us Section Styling */
.about-us-section {
    background-color: var(--rapidmeds-white-green); /* Light green background */
    padding: 5rem 0;
}

.about-us-section .section-subtitle {
    color: var(--rapidmeds-text-dark); /* Dark text for subtitle */
    font-size: 2rem;
    font-weight: 500;
}

.about-us-section .section-title {
    color: var(--rapidmeds-green); /* Green text for title */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.about-us-section .section-description {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    max-width: 700px; /* Limit width for readability */
    margin-left: auto;
    margin-right: auto;
}

.about-us-section .about-us-image-container {
    max-width: 550px; /* Max width for the image container */
    margin-left: auto;
    margin-right: auto;
}

.about-us-section .about-us-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.about-us-section .section-text {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px; /* Limit width for readability */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.about-us-section .more-about-us-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.about-us-section .more-about-us-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}

/* end about us*/


/* How It Work Section Styling */
.how-it-work-section {
    background-color: #FFFFFF; /* Dark background as per screenshot */
    padding: 5rem 0;
}

.how-it-work-section .section-subtitle {
    color: var(--rapidmeds-green); /* Green subtitle */
    font-size: 2rem;
    font-weight: 500;
}
.how-it-work-section .step-no {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color:#24840A;
    position: relative;
}

.how-it-work-section .section-title {
    color: #000; /* White title if you decide to add one */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.how-it-work-section .work-step-card {
    background-color: #F3F4FE;
    color: var(--rapidmeds-text-dark); /* Dark text for card content */
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Deeper shadow */
    height: 100%; /* Ensure cards have equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute content vertically */
}

.how-it-work-section .icon-box {
    background-color: var(--rapidmeds-thin-green); /* Light green background for cards */
    color: var(--rapidmeds-green); /* Green icon color */
    font-size: 3.5rem; /* Large icon size */
    margin-bottom: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -1.5rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}

.how-it-work-section .step-title {
    color: var(--rapidmeds-green); /* Green title for steps */
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left;
}

.how-it-work-section .step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1; /* Allow description to take available space */
    text-align: left;
}

.how-it-work-section .see-all-treatments-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.how-it-work-section .see-all-treatments-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}


/* Customer Reviews Section Styling */
.customer-reviews-section {
    background-color: #E7FFDF;
    padding: 5rem 0;
}

.customer-reviews-section .section-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.customer-reviews-section .section-location {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    max-width: 800px; /* Limit width for readability */
    margin-left: auto;
    margin-right: auto;
}

.customer-reviews-section .review-card {
    background-color: white; /* White background for review cards */
    color: var(--rapidmeds-text-dark);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    height: 100%; /* Ensure cards have equal height */
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    width:336px;
}
.reviewer-card {
    z-index: 9000;
}
.customer-reviews-section .review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 117px;
    background-image: url('../../images/Vector-9.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.customer-reviews-section .review-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.customer-reviews-section .reviewer-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--rapidmeds-text-dark);
}

.customer-reviews-section .star-rating {
    color: #FFC107; /* Gold color for stars */
    font-size: 1rem;
}

.customer-reviews-section .review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1; /* Allow review text to take available space */
}

.customer-reviews-section .view-more-link {
    color: #0C6EF9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.customer-reviews-section .view-more-link:hover {
    color: #256b2a; /* Slightly darker green on hover */
}

.customer-reviews-section .read-more-review-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.customer-reviews-section .read-more-review-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}
/* end review */


/* Clinically Approved Medication Section */
.clinically-approved-section {
    background-color: #FFFFFF;
    padding: 5rem 0;
}

.clinically-approved-section .clinically-approved-heading {
    color: var(--rapidmeds-green); /* Green heading */
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.clinically-approved-section .clinically-approved-features {
    padding-left: 0;
}

.clinically-approved-section .clinically-approved-features li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #000;
}

.clinically-approved-section .clinically-approved-features i {
    color: var(--rapidmeds-green); /* Green icons */
    font-size: 1.5rem;
    margin-right: 1rem;
}
.clinically-approved-section .clinically-approved-features i img {
    width: 28px;
    height:28px;
}

.clinically-approved-section .find-treatment-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.clinically-approved-section .find-treatment-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}

.clinically-approved-section .clinically-approved-illustration {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Team Section Styles */
.team-part {
    padding: 50px 0;
    background-color: #fff;
}
.team-part .swiper-slide {
    background-color: #C7E6FF !important;
    width: 301px !important;
    height: 416px !important;
    border-radius: 10px;
}
.team-title {
    color: var(--rapidmeds-green); /* Green heading */
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

/* Swiper Container */
.teamSwiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Team Card Styles */
.team-card {
    overflow: hidden;
    margin: 0 10px;
    height: 400px;
    display: flex;
    flex-direction: column;
}



/* Team Image */
.team-image {
    height: 268px;
    overflow: hidden;
    position: relative;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Team Info */
.team-info {
    padding: 10px 15px;
    flex-grow: 0.5;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    text-align: left;
    border-radius: 10px;
}

.team-name {
    font-size: 1.25rem;
    font-weight: semibold;
    color: #24840A;
    margin-bottom: 5px;
}

.team-title-desc {
    font-size: 0.7rem;
    color: #1A1A1A;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.4;
}

.team-qualification {
    font-size: 0.8rem;
    color: #1A1A1A;
    margin-bottom: 0;
    font-weight: normal;
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 10px !important;
    text-align: center;
    left: 1% !important;
    transform: translateX(-1%) !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 0.5;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #28a745;
    opacity: 1;
    transform: scale(1.2);
}

/* Safe and Secure Section */
.safe-secure-section {
    background-color: var(--rapidmeds-thin-green);
    padding: 80px 0;
    min-height: 500px;
}

/* Left Column - Static Content */
.safe-secure-content {
    padding: 40px 15px;
}

.safe-secure-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--rapidmeds-green);
    margin-bottom: 40px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 24px;
    color: #78A55A;
}

.feature-text h5 {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Right Column - Carousel */
.certifications-carousel {
    padding: 20px;
}

.certificationsSwiper {
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
}

.certification-card {
    padding: 15px;
    height: 350px;
    display: flex;
    flex-direction: column;
}


.cert-logo {
    margin-bottom: 20px;
    text-align: left;
}

.cert-logo img {
    height: 57px;
    object-fit: contain;
}

.cert-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cert-content h4 {
    color: var(--rapidmeds-green);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cert-content p {
    color: var(--rapidmeds-light-green);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 0.2;
}

.cert-content .btn {
    align-self: flex-start;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-color: var(--rapidmeds-green) !important;
    color: var(--rapidmeds-green) !important;
}

.btn-outline-success:hover {
    background: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white !important;
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 10px !important;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #31AD0E;
    opacity: 0.5;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #2d5016;
    opacity: 1;
    transform: scale(1.2);
}
.certifications-carousel .swiper-slide {
    width: 320px !important;
    height: 330px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.safe-secure-row {
    flex-flow: nowrap;
}


/* Contact Us Form Section Styling */
.contact-us-form-section {
    background-color: #fff;
    padding: 5rem 0;
}
.contact-us-form-section .row.form-container {
    border: 2px dashed var(--rapidmeds-green) !important;
}

.contact-us-form-section .contact-form-container {
    background-color: #fff;
    padding: 3rem;
}

.contact-us-form-section .form-section-subtitle {
    color: var(--rapidmeds-green); /* Green subtitle */
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-us-form-section .form-section-title {
    color: #060606;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
}
.form-sction-text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.8rem;
    font-weight: 400;
}
.contact-us-form-section .form-control {
    background-color: transparent; /* Transparent background for inputs */
    border: none; /* Remove default border */
    border-bottom: 2px solid rgba(49, 173, 14, 0.5);
    border-radius: 0; /* Remove border radius */
    color: var(--rapidmeds-green);
    padding: 0.75rem 0.5rem;
    font-size: 1.1rem;
    transition: border-color 0.3s ease;
}

.contact-us-form-section .form-control:focus {
    background-color: transparent;
    border-color: var(--rapidmeds-green); /* Green border on focus */
    box-shadow: none; /* Remove default focus shadow */
    color: var(--rapidmeds-green);
}

.contact-us-form-section .form-control::placeholder {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.contact-us-form-section textarea.form-control {
    resize: vertical; /* Allow vertical resizing */
}

.contact-us-form-section .submit-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact-us-form-section .submit-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}

.contact-us-form-section .form-illustration {
    max-width: 100%;
    height: auto;
    display: block;
}

/* home page mobile design */
.mobile-hero-slider-section {
    background-color: var(--rapidmeds-white-green);
    padding: 3rem 0 1rem 0 !important;
    text-align: left;
    padding-top: 1rem !important;
    box-shadow: 0px 1px 1px #ccc;
}

.mobile-hero-slider-section .mobile-hero-heading {
    color: var(--rapidmeds-green); /* Green heading */
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 1px 2px #ccc;
}
.mobile-hero-slider-section .mobile-hero-heading span {
    font-weight: 400;
}

.mobile-hero-slider-section .search-bar-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mobile-hero-slider-section .search-bar-mobile .form-control {
    border-color: rgba(36, 132, 10, 0.5);
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
    border-right: 0 !important; /* Remove right border for search icon */
    border-radius: 2px 0 0 2px !important;
}

.mobile-hero-slider-section .search-bar-mobile .form-control::placeholder {
    color: #6c757d; /* Darker placeholder for light background */
}

.mobile-hero-slider-section .search-icon-mobile {
    background-color: #FFF;
    border-color: rgba(36, 132, 10, 0.5);
    color: rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    border-left:0 !important;
    border-radius: 0 2px 2px 0 !important;
}

.mobile-hero-slider-section .search-icon-mobile:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.mobile-hero-slider-section .mobile-slider-card {
    background-color: white; /* White background for cards */
    color: var(--rapidmeds-text-dark);
    border-radius: 13px !important;
    box-shadow: 0px 0px 3px 0px rgba(36, 132, 10, 0.5) !important;
    height: 100%; /* Ensure equal height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.mobile-hero-slider-section .card-title-mobile {
    color: var(--rapidmeds-green); /* Green title for cards */
    font-size: 1.1rem;
    font-weight: 600;
}

.mobile-hero-slider-section .mobile-slider-card img {
    max-width: 100px; /* Adjust image size */
    height: auto;
    object-fit: contain;
}


/* Medical Team Section (visible only on mobile/tablet) */
.medical-team-section {
    background-color: #FFF; /* Light blue background */
    padding: 5rem 0;
}

.medical-team-section .medical-team-heading {
    color: #24840A;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.medical-team-section .medical-team-description {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; /* Limit width for readability */
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.medical-team-section .doctor-profile-card {
    background-color: white; /* White background for profile cards */
    padding: 2.5rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(
    circle at center,
    rgba(204, 232, 241, 0.3) 0%,   /* deeper blue */
    rgba(183, 223, 236, 0.2) 40%,  /* mid fade */
    rgba(255, 255, 255, 0) 100%    /* fully transparent at edges */
  );
  border-radius: 16px !important;
}

.medical-team-section .doctor-avatar {
    width: auto;
    height: 431px;
}

.medical-team-section .doctor-name {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    align-self: flex-start;
}

.medical-team-section .doctor-title {
    color: #24840A;
    font-size: 1.9rem;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    align-self: flex-start;
}

.medical-team-section .doctor-reg-no {
    color: #24840A;
    font-size: 1.9rem;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    align-self: flex-start;
}

/* contact form mobile */

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.custom-input {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: #fefefe;
    height: 48px;
}

.custom-input:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    outline: none;
}

.custom-textarea {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: #fefefe;
    resize: vertical;
    min-height: 120px;
}

.custom-textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    outline: none;
}

.custom-textarea::placeholder {
    color: #999;
    font-style: italic;
}

.custom-submit-btn {
    background-color: #28a745;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    height: 52px;
}

.custom-submit-btn:hover {
    background-color: #218838;
    transform: translateY(-1px);
}

.custom-submit-btn:active {
    transform: translateY(0);
}

.custom-submit-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* Mobile optimization */
.cf-form-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 100%;
    margin: 0 auto;
}

.cf-contact-form {
    width: 100%;
}
.cf-input-part {
    width: 100%;
    position: relative;
    height: 55px;
}
.cf-input-part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    border-left: 1px solid rgba(36, 132, 10, 0.6);
    width: 100%;
    z-index: 10000000;
    height: 100%;
    border-radius: 6px;
    border-right: 1px solid rgba(36, 132, 10, 0.6);
    border-top: 1px solid rgba(36, 132, 10, 0.6);
    border-bottom: 1px solid rgba(36, 132, 10, 0.6);
}
.cf-form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
    background: white;
    position: relative;
    z-index: 99999999;
    margin-left: 22px;
    width: auto;
    font-family: "Poppins", sans-serif;
}

.cf-input {
    border:none !important;
    padding: 8px 8px !important;
    font-size: 16px !important;
    transition: border-color 0.3s ease !important;
    background-color: transparent !important;
    height: 35px !important;
    position: relative;
    z-index: 1000000000;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    top: -7px;
}

.cf-input:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    outline: none;
}
.cf-input-part.mobile-textarea {
    height: 100px;
}
.cf-input-part.mobile-textarea::before {
    height: 100px;
    bottom: -10px;
}
.cf-textarea {
    resize: vertical;
    border: none !important;
    min-height: 80px !important;
    position: relative !important;
    z-index: 9999999999;
    background-color: transparent !important;
}

.cf-textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    outline: none;
}

.cf-textarea::placeholder {
    color: #999;
    font-style: italic;
}

.cf-submit-btn {
    background-color: #28a745;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    height: 52px;
}

.cf-submit-btn:hover {
    background-color: #218838;
    transform: translateY(-1px);
}

.cf-submit-btn:active {
    transform: translateY(0);
}

.cf-submit-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* Mobile optimization */
@media (max-width: 576px) {
    .cf-form-container {
        padding: 0;
        margin: 0;
    }
    
    .cf-input,
    .cf-textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
    
    .cf-submit-btn {
        font-size: 15px;
        padding: 16px 24px;
        height: 56px;
    }
}

/* Tablet optimization */
@media (min-width: 577px) and (max-width: 991px) {
    .cf-form-container {
        padding: 0;
        max-width: 600px;
    }
}

/* Hide on desktop (larger than 991px) */
@media (min-width: 992px) {
    .cf-form-container {
        display: none;
    }
    
    .cf-desktop-message {
        content: "This form is only available on mobile and tablet devices.";
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f8f9fa;
        font-size: 18px;
        color: #666;
        z-index: 1000;
    }
}

/* About Us Page Content Section */
.about-us-page-content {
    background-color: var(--rapidmeds-white-green); /* Dark background as per screenshot */
    color: white;
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}
.about-us-head {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px 2px #ccc;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 7rem 2rem 7rem;
}

.about-us-page-content .about-us-header-icon {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 130px;
    height:130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2rem auto; /* Center the icon */
    font-size: 2.5rem;
    color: var(--rapidmeds-light-green);
    box-shadow: 0.1px 0.1px 1px 1px #ddd;
    margin-top: -7rem;
}
.about-us-page-content .about-us-header-icon i {
    border-radius: 50%;
    box-shadow: 0.1px 0.1px 1px 1px #ddd;
    width: 100px;
    height: 100px;
    font-size: 60px;
	text-align:center;
}
.about-us-page-content .about-us-name {
    color: var(--rapidmeds-green); /* Green name */
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}
.about-us-page-content .about-us-main-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

.about-us-page-content .about-us-description {
    color: rgba(0, 0, 0, 0.5); /* Lighter text for description */
    font-size: 1.1rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.about-us-page-content .info-regulation-row {
    margin-top: 3rem;
}

.about-us-page-content .info-card {
    background-color: #fff;
    color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 5px 2px #ccc !important;
    border-radius: 0 !important;
}

.about-us-page-content .info-card-title {
    color: var(--rapidmeds-green); /* Green title for info cards */
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.about-us-page-content .info-subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.1rem;
    font-weight: 600;
}

.about-us-page-content .info-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

.about-us-page-content .info-text a {
    color: #2A74ED;
    text-decoration: none;
    transition: color 0.2s ease;
}

.about-us-page-content .info-text a:hover {
    color: #256b2a; /* Darker green on hover */
    text-decoration: underline;
}

/* Our Doctors and Medical Team Sub-section */
.about-us-page-content .doctors-team-heading {
    color: var(--rapidmeds-green); /* Green heading */
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}
.medical-team-part .info-text {
    color: #000;
    font-weight: 400;
}
.about-us-page-content .doctor-profile-card {
    background-color: #C7E6FF !important;
    padding: 1rem 1rem !important;
    color: white;
    height: 100%; /* Ensure equal height cards */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Deeper shadow */
    border-radius: 10px !important;
}

.about-us-page-content .doctor-avatar {
    width: 260px;
    height: 270px;
    object-fit: cover;
}

.about-us-page-content .doctor-name {
    color: var(--rapidmeds-green);
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.about-us-page-content .doctor-title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 400;
}

.about-us-page-content .doctor-reg-no {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
    font-weight: 400;
}
.doctor-info {
    width: 100%;
    align-self: flex-start;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.2rem 1rem;
    text-align: left;
}
.text-color-green {
    color: var(--rapidmeds-green) !important;
}
.info-card .bg-hr {
    border-color: rgba(0, 0, 0, 0.5) !important;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}



/* How It Works Section Styling */
.how-it-works-section {
    background-color: #fff;
    padding: 5rem 0;
    color: #1A1A1A;
    font-family: "Poppins", sans-serif;
}

.how-it-works-section .how-it-works-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.how-it-works-section .how-it-works-subtitle {
    font-size: 2.8rem;
}
.how-it-works-section .how-it-works-title .question-mark {
    font-size: 4rem;
    vertical-align: middle;
    margin-left: 5px;
}

.how-it-works-section .how-it-works-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.how-it-works-section .how-it-works-steps .how-it-works-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ensure consistent height for alignment */
}

.how-it-works-section .how-it-works-step-item img {
    width: 360px;
    height: 260px !important;
    object-fit: contain;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.how-it-works-section .how-it-works-steps .step-number {
    color: var(--rapidmeds-green); /* Green step number */
    font-size: 1.39rem;
    font-weight: 400;
}

.how-it-works-section .how-it-works-steps .step-description {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0.5rem;
    max-width: 300px;
    font-weight: 500;
}

.how-it-works-section .start-consultation-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 5px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.how-it-works-section .start-consultation-btn:hover {
    background-color: #256b2a; /* Slightly darker green on hover */
    border-color: #256b2a;
}


/* Key Features Section Styling */
.key-features-section {
    background-color: #fff;
    padding: 5rem 0;
    font-family: "Roboto", sans-serif;
}

.key-features-section .feature-card {
    color: white; /* White text for all cards */
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    height: 100%; /* Ensure equal height cards */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 190px;
}

/* Specific background colors for each card */
.key-features-section .feature-card-light {
    background-color: #CCEDD6; /* Lighter green */
}

.key-features-section .feature-card-medium {
    background-color: #9ADAAC; /* Medium green */
}

.key-features-section .feature-card-dark {
    background-color: #68C882; /* Darker green */
}

.key-features-section .feature-card-darker {
    background-color: #10A42E; /* Even darker green (Rapidmeds green) */
}

.key-features-section .feature-icon-circle {
    background-color: #10A42E;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #FFFFFF;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.5);
}

.key-features-section .feature-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1.5rem;
    color: #000;
    text-shadow: 1px 1px 1px #000;
}


/* No Appointments, No Embarrassment Section Styling */
.no-appointments-section {
    background-color: #fff; /* Dark background as per screenshot */
    padding: 5rem 0;
    color: black;
    font-family: "Poppins", sans-serif;
}

.no-appointments-section .section-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4rem; /* More space below title */
}

.no-appointments-section .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.no-appointments-section .timeline-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.no-appointments-section .timeline-icon-container img {
    max-width: 100%; /* Ensure icon fits within the circle */
    max-height: 100%;
    object-fit: contain;
}

.no-appointments-section .timeline-text {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1.5rem; /* Space between icon and text */
    max-width: 370px; /* Limit text width for readability */
    font-weight: 500;
}

.no-appointments-section .timeline-arrow-icon {
    color: var(--rapidmeds-green); /* Green arrows */
    font-size: 1.5rem;
    margin: 1rem 0; /* Space above and below arrows */
    display: flex;
    flex-direction: column;
    gap: 5px; /* Space between arrow icons */
}
.timeline-box {
    max-width: 928px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timeline-icon-box {
    width: 100px;
    height: 100px;
    border: 1px solid var(--rapidmeds-green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    box-shadow: 0px 0px 4px 1px #000;
}



/* Delivery Information Section Styling */
.delivery-info-section {
    background-color: #fff;
    padding: 5rem 0;
    color: #1A1A1A;
    font-family: 'Poppins', sans-serif;
}

.delivery-info-section .delivery-icon-header img {
    max-width: 265px;
    height: auto;
}

.delivery-info-section .delivery-info-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.delivery-info-section .delivery-description {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

/* Delivery Table Styling */
.delivery-info-section .delivery-table-container {
    background-color: white; /* White background for table container */
    overflow: hidden; /* Ensures rounded corners apply to table content */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

.delivery-info-section .delivery-table {
    margin-bottom: 0; /* Remove default table margin */
    color: var(--rapidmeds-text-dark); /* Dark text for table content */
    font-size: 1rem;
}
.delivery-info-section .delivery-table thead {
    background-color: var(--rapidmeds-white-green) ;
    border: 2px solid rgba(0,0,0,0.1);
}

.delivery-info-section .delivery-table thead th {
    font-weight: 600;
    border-bottom: none; /* Remove default border */
    padding: 1rem 1.5rem;
    background-color: transparent !important;
    box-shadow: none !important;
    white-space: nowrap;
}
.delivery-info-section .delivery-table thead th.tex-color {
    color: var(--rapidmeds-green);
}

.delivery-info-section .delivery-table tbody td {
    background-color: white; /* White background for table rows */
    padding: 1rem 1.5rem;
    vertical-align: middle;
    border: 2px solid rgba(0,0,0,0.1);
}

/* Delivery Feature Cards */
.delivery-info-section .delivery-feature-card {
    background-color: white; /* White background for feature cards */
    color: var(--rapidmeds-text-dark);
    padding: 2.5rem;
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    height: 100%; /* Ensure equal height cards */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.delivery-info-section .feature-check-icon {
    color: var(--rapidmeds-green); /* Green checkmark icon */
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.delivery-info-section .feature-heading {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.delivery-info-section .feature-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.delivery-info-section .feature-check-icon img {
    width: 132px;
}
.feautre-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.delivery-policy a {
    color: rgba(0, 0, 0, 0.6);
}



/* Contact Us Page Section Styling */
.contact-us-page-section {
    background-color: var(--rapidmeds-white-green);
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}
.contact-header {
    margin-bottom: 3rem;
}
.contact-header h2 {
    font-weight: 500;
    font-size: 2.5rem;
}

/* Feedback Form Card Styling */
.feedback-form-card {
    background-color: white;
    padding: 2.5rem !important;
    padding-top: 5rem !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    height: 100%; /* Ensure equal height with contact info card */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute content vertically */
}

.feedback-form-card .form-heading {
    color: var(--rapidmeds-text-dark); /* Dark text color */
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left; /* Align heading to left */
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.feedback-form-card .form-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    text-align: left;
    margin-left: 1rem;
    float: left;
    position: relative;
    top: 1.2rem;
    background: white;
	z-index:1;
}

.feedback-form-card .form-control {
    border: 2px solid #ced4da; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    padding: 0.6rem 1rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
}

.feedback-form-card .form-control:focus {
    border-color: var(--rapidmeds-green); /* Green border on focus */
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25); /* Green focus shadow */
}

.feedback-form-card .form-control::placeholder {
    color: #6c757d; /* Muted placeholder text */
}

.feedback-form-card textarea.form-control {
    resize: vertical; /* Allow vertical resizing */
}

.feedback-form-card .submit-feedback-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 9px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.feedback-form-card .submit-feedback-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

/* Contact Information Card Styling */
.contact-info-card {
    background-color: #fff !important;
    padding: 2.5rem !important;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    height: 100%; /* Ensure equal height with feedback form card */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contact-main-icon {
    width: 60px;
    height: 60px;
    background-color: #11ce1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.contact-info-card .contact-main-icon {
    color: #fff;
    font-size: 1.5rem;
}

.contact-info-card .contact-heading {
    color: var(--rapidmeds-text-dark); /* Dark text for heading */
    font-size: 1.8rem;
    font-weight: 600;
}

.contact-info-card .contact-subheading {
    color: var(--rapidmeds-green); /* Green subheading */
    font-size: 1.5rem;
    font-weight: 500;
}

.contact-info-card .contact-description {
    color: var(--rapidmeds-text-dark);
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-card .contact-details-row {
    margin-top: 0;
}

.contact-info-card .contact-detail-item {
    text-align: left; /* Align text left within item */
}

.contact-info-card .contact-icon {
    color: var(--rapidmeds-green); /* Green icons for details */
    font-size: 1.5rem;
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-top: 0.2rem; /* Align icon with text baseline */
}

.contact-info-card .contact-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-info-card .contact-link {
    color: #2A74ED;
    font-size: 1rem;
    text-decoration: underline;
    line-height: 1.5;
}

.contact-info-card .contact-link:hover {
    color: var(--rapidmeds-green); /* Green on hover */
    text-decoration: underline;
}
.contact-hours {
    font-weight: 600;
}


/* Sign In Section Styling */
.sign-in-section {
    background-color: #E8F5E9;
    font-family: 'Poppins', sans-serif;
}

.sign-in-section .sign-in-card {
    background-color: white; /* White card background */
    padding: 3rem 2.5rem 3.1rem 2.5rem !important;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border: 2px solid rgba(0,0,0,0.2);
}

.sign-in-section .sign-in-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.2rem;
    font-weight: 700;
}

.sign-in-section .sign-in-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-in-section .sign-in-icon .form-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Floating Label Styling */
.sign-in-section .form-group {
    position: relative;
}

.sign-in-section .form-group .form-control {
    background-color: transparent;
    border: 1.5px solid #ced4da; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    padding: 1rem 1rem; /* Adjust padding for height */
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px; /* Fixed height for consistency */
}

.sign-in-section .form-group .form-control:focus {
    border-color: var(--rapidmeds-green); /* Green border on focus */
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25); /* Green focus shadow */
}

.sign-in-section .form-group label {
    position: absolute;
    top: -15%;
    left: 1rem;
    transform: translateY(-15%);
    color: #6c757d; /* Muted label color */
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: white; /* Background to cover border when floating */
    padding: 0 0.25rem;
    font-size: 1rem;
}

.sign-in-section .form-group .form-control:focus + label,
.sign-in-section .form-group .form-control:not(:placeholder-shown) + label {
    top: -7px;
    left: 0.9rem;
    font-size: 0.8rem;
    color: var(--rapidmeds-green); /* Green label when floating/filled */
}

/* Password Toggle Icon */
.sign-in-section .password-toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d; /* Icon color */
    font-size: 1.1rem;
}

/* Remember me checkbox */
.sign-in-section .form-check-input {
    border-color: var(--rapidmeds-green);
    margin-top: 0.25em; /* Adjust alignment */
}

.sign-in-section .form-check-input:checked {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
}

.sign-in-section .form-check-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
}

/* Buttons */
.sign-in-section .login-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.sign-in-section .login-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.sign-in-section .sign-up-btn {
    background-color: transparent;
    border-color: var(--rapidmeds-green);
    color: var(--rapidmeds-green);
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.sign-in-section .sign-up-btn:hover {
    background-color: var(--rapidmeds-green);
    color: white;
}

/* Links */
.sign-in-section .forgot-password-link,
.sign-in-section .register-now-link {
    color: #2A74ED;
    text-decoration: underline;
    font-weight: 400;
    transition: color 0.2s ease;
}

.sign-in-section .forgot-password-link:hover,
.sign-in-section .register-now-link:hover {
    color: #256b2a;
    text-decoration: underline;
}

.sign-in-section .text-muted {
    color: #6c757d !important; /* Ensure muted text color */
    font-size: 0.95rem;
}


/* Register Section Styling */
.register-section {
    background-color: #E8F5E9;
    font-family: "Poppins", sans-serif;
}

.register-section .register-card {
    background-color: white; /* White card background */
    padding: 3rem 2.5rem 3.1rem 2.5rem !important;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border: 2px solid rgba(0,0,0,0.2);
}

.register-section .register-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.2rem;
    font-weight: 700;
}

.register-section .register-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-section .register-icon .form-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Floating Label Styling (reused from sign-in) */
.register-section .form-group {
    position: relative;
}

.register-section .form-group .form-control {
    background-color: transparent;
    border: 1.5px solid #ced4da; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    padding: 1rem 1rem; /* Adjust padding for height */
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px; /* Fixed height for consistency */
}

.register-section .form-group .form-control:focus {
    border-color: var(--rapidmeds-green); /* Green border on focus */
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25); /* Green focus shadow */
}

.register-section .form-group label {
    position: absolute;
    top: -15%;
    left: 1rem;
    transform: translateY(-15%);
    color: #6c757d; /* Muted label color */
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: white; /* Background to cover border when floating */
    padding: 0 0.25rem;
    font-size: 1rem;
}

.register-section .form-group .form-control:focus + label,
.register-section .form-group .form-control:not(:placeholder-shown) + label {
    top: -7px;
    left: 0.9rem;
    font-size: 0.8rem;
    color: var(--rapidmeds-green); /* Green label when floating/filled */
}

/* Password Toggle Icon (reused from sign-in) */
.register-section .password-toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d; /* Icon color */
    font-size: 1.1rem;
}

/* Gender Selection Styling */
.register-section .gender-selection {
    margin-top: -7px !important;
}

.register-section .gender-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
}

.register-section .form-check-input {
    border-color: var(--rapidmeds-green);
    margin-top: 0.25em; /* Adjust alignment */
}

.register-section .form-check-input:checked {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
}

.register-section .form-check-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
}

/* Buttons */
.register-section .create-account-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.register-section .create-account-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

/* Links */
.register-section .already-account-text {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
}

.register-section .log-in-link {
    color: #2A74ED;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.register-section .log-in-link:hover {
    color: #256b2a;
    text-decoration: underline;
}


/* User Dashboard Section Styling */
.user-dashboard-section {
    background-color: #E8F5E9; /* Light green background */
    min-height: 100vh; /* Full viewport height */
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
}

/* Responsive Sidebar Navigation */
.dashboard-sidebar {
    background-color: white;
    border: 1px solid #ddd;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.dashboard-sidebar ul {
    margin-bottom: 0; /* Remove default ul margin */
}

.dashboard-sidebar .sidebar-item {
    margin-bottom: 0.5rem; /* Spacing between desktop sidebar items */
    /* Mobile grid layout handled in media queries */
}

.dashboard-sidebar .sidebar-item a {
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    color: var(--rapidmeds-text-dark);
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 100%; /* Ensure full height for clickable area */
}

.dashboard-sidebar .sidebar-item a i {
    font-size: 1.2rem;
    color: var(--rapidmeds-green); /* Green icons */
}

.dashboard-sidebar .sidebar-item a span {
    white-space: nowrap; /* Prevent text wrapping */
}

.dashboard-sidebar .sidebar-item a:hover {
    background-color: #E8F5E9;
    color: var(--rapidmeds-green);
}

.dashboard-sidebar .sidebar-item.active a {
    background-color: #E8F5E9;
    color: var(--rapidmeds-green);
}

.dashboard-sidebar .sidebar-item.active a i {
    color: white; /* White icons for active item */
}


.dashboard-sidebar .sidebar-item a i.icon-for-sidepanel img {
    width: 26px;
    height: 25px;
    object-fit: cover;
}

/* Main Content Area */
.dashboard-content {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    padding-bottom: 5rem !important;
}

.dashboard-content .profile-picture {
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-content .welcome-heading {
    color: var(--rapidmeds-text-dark);
    font-size: 2rem;
    font-weight: 700;
}

.dashboard-content .welcome-message {
    color: #555;
    font-size: 1.1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Identity Verification Alert */
.dashboard-content .identity-alert {
    background-color: #ffebee; /* Light red background */
    border: 1px solid #ef9a9a; /* Red border */
    color: #d32f2f; /* Dark red text */
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-content .upload-identity-btn {
    background-color: #d32f2f; /* Red button */
    border-color: #d32f2f;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dashboard-content .upload-identity-btn:hover {
    background-color: #b71c1c; /* Darker red on hover */
    border-color: #b71c1c;
}

/* Edit Profiles Section Styling */

.edit-profiles-section .edit-profile-card {
    padding: 2.5rem;
}

.edit-profiles-section .edit-profile-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left; /* Align title to left */
    margin-bottom: 2.5rem; /* More space below title */
}

/* Floating Label Styling (reverted to first version) */
.edit-profiles-section .form-group {
    position: relative;
    margin-bottom: 1.5rem; /* Space between form groups */
}

.edit-profiles-section .form-group .form-control {
    background-color: transparent;
    border: 1.5px solid #ced4da; /* Light gray border as in first version */
    border-radius: 8px; /* Slightly rounded corners */
    padding: 1rem 1rem; /* Adjust padding for height */
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px; /* Fixed height for consistency */
}

.edit-profiles-section .form-group .form-control:focus {
    border-color: var(--rapidmeds-green); /* Green border on focus */
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25); /* Green focus shadow */
}

.edit-profiles-section .form-group label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #6c757d; /* Muted label color */
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: white; /* Background to cover border when floating */
    padding: 0 0.25rem;
    font-size: 1rem;
}

.edit-profiles-section .form-group .form-control:focus + label,
.edit-profiles-section .form-group .form-control:not(:placeholder-shown) + label {
    top: 0;
    left: 0.8rem;
    font-size: 0.8rem;
    color: var(--rapidmeds-green); /* Green label when floating/filled */
}

.edit-profiles-section textarea.form-control {
    resize: vertical; /* Allow vertical resizing */
    height: auto; /* Allow textarea to adjust height */
    min-height: 100px; /* Minimum height for textarea */
}

/* Gender Selection Styling (reused from register) */
.edit-profiles-section .gender-selection {
    margin-top: -30px; /* Space above gender options */
}

.edit-profiles-section .gender-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
}

.edit-profiles-section .form-check-input {
    border-color: var(--rapidmeds-green);
    margin-top: 0.25em; /* Adjust alignment */
}

.edit-profiles-section .form-check-input:checked {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
}

.edit-profiles-section .form-check-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
}

/* File Upload Styling */
.edit-profiles-section .upload-photo-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.95rem;
    font-weight: 500;
}



.edit-profiles-section .custom-file-upload {
    display: inline-block;
    background-color: #f8f9fa; /* Light background for button */
    border: 1px solid #ced4da; /* Light border */
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: var(--rapidmeds-text-dark);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.edit-profiles-section .custom-file-upload:hover {
    background-color: #e2e6ea;
    border-color: #b8c2cc;
}

.edit-profiles-section .profile-photo-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid var(--rapidmeds-green); /* Green border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.edit-profiles-section .save-details-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.edit-profiles-section .save-details-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.edit-profiles-section .cancel-btn {
    background-color: transparent;
    border-color: #6c757d; /* Gray border */
    color: #6c757d; /* Gray text */
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.edit-profiles-section .cancel-btn:hover {
    background-color: #6c757d;
    color: white;
}

/* Select Field Specific Styling */
.edit-profiles-section .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232E7D32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); /* Custom green arrow */
    background-size: 16px 12px; /* Adjust arrow size */
    background-position: right 1rem center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 55px;
}
.edit-profiles-section .form-select:focus {
    border-color: var(--rapidmeds-green);
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}
/* File Upload Styling */
.edit-profiles-section .upload-photo-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.8rem;
    color: var(--rapidmeds-green);
    font-weight: 400;
    position: absolute;
    background: white;
    left: 12px;
    top: -11px;
}

/* .edit-profiles-section .form-control-file {} */

.edit-profiles-section .custom-file-upload {
    display: inline-block;
    background-color: white; /* White background for button */
    border: 1px solid #ced4da; /* Light gray border */
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: var(--rapidmeds-text-dark);
    transition: background-color 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05); /* Subtle shadow for button */
}

.edit-profiles-section .custom-file-upload:hover {
    background-color: #e2e6ea;
    border-color: #b8c2cc;
}

.edit-profiles-section .form-group label.select-label {
    top: 0;
    font-size: 0.8rem;
    color: var(--rapidmeds-green);
    font-weight: 400;
}
.form-control-file {
    background-color: transparent;
    border: 1.5px solid #ced4da;
    border-radius: 8px;
    padding: 1rem 1rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px;
}


/* medicine */
.dashboard-form-content .form-group .form-control {
    border: 1px solid #000;
}
.dashboard-form-content .form-group label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: white;
    padding: 0 0.25rem;
    font-size: 1rem;
}
.dashboard-form-content .form-group .form-control + label, .dashboard-form-content .form-group .form-control:not(:placeholder-shown) + label {
    top: 0;
    left: 0.8rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    font-weight: 500;
}
.save-btn {
    border-radius: 10px !important;
    background-color: var(--rapidmeds-green);
    font-size: 1.2rem;
}
.dashboard-form-content .password-toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #24840A;
    font-size: 1.1rem;
}

/* View Orders Section Styling */


.view-orders-section .view-orders-card {
    
    padding: 2.5rem;
}

.view-orders-section .view-orders-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left; /* Align title to left */
}

.view-orders-section .view-orders-description {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    text-align: left; /* Align description to left */
    margin-bottom: 2rem; /* Space below description */
}

/* Table Styling */
.view-orders-section .view-orders-table {
    width: 100%;
    border-collapse: collapse; /* Collapse borders */
    margin-bottom: 0; /* Remove default table margin */
}

.view-orders-section .view-orders-table thead th {
    font-weight: 600;
    padding: 1rem 1.5rem;
    text-align: left; /* Align header text to left */
    border-bottom: none; /* Remove default bottom border */
    background-color: transparent !important;
}

.view-orders-section .view-orders-table thead {
    background-color: #E8F5E9;
}
.view-orders-section .view-orders-table thead tr {
    border: 2px solid rgba(0, 0, 0, 0.1)
}
.view-orders-section .view-orders-table tbody td {
    background-color: white; /* White background for rows */
    color: var(--rapidmeds-text-dark);
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee; /* Light border between rows */
    vertical-align: middle;
    font-size: 1rem;
}

.view-orders-section .view-order-details-link {
    color: #2A74ED;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.view-orders-section .view-order-details-link:hover {
    color: #256b2a; /* Darker green on hover */
    text-decoration: underline;
}


/* Medical Questionnaire Section Styling */
.medical-questionnaire-section {
    background-color: var(--rapidmeds-white-green); /* Light green background */
    padding: 3rem 0;
    font-family: 'Poppins', sans-serif;
}
.question-feature-title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.question-feature-title h1 {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 3.3rem;
}
.medical-questionnaire-section .questionnaire-card {
    padding: 0;
}

.medical-questionnaire-section .questionnaire-section-block {
    margin-bottom: 2.5rem;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 3px 1px #ccc;
}
.questionnaire-part {
    position: relative;
}
.medical-questionnaire-section .section-title {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    position: absolute;
    left: 0;
    top: -30px;
    background-color: var(--rapidmeds-light-green);
    padding: 0.3rem 1rem;
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
    width: 360px;
}

.medical-questionnaire-section .question-item {
    margin-bottom: 1.5rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.seperated {
    border: 1px solid rgba(0,0,0,0.1);
}
.medical-questionnaire-section .question-text {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.75rem; /* Reduced margin to match screenshot */
    max-width: 950px;
}
.medical-questionnaire-section .question-text.w-100 {
    max-width: 100% !important;
}

.medical-questionnaire-section .form-check-group {
    /* Used for aligning Yes/No radio buttons */
    gap: 1.5rem; /* Space between Yes/No radios */
}

.medical-questionnaire-section .form-check-input {
    border-color: var(--rapidmeds-green);
    margin-top: 0.25em; /* Adjust alignment */
}

.medical-questionnaire-section .form-check-input:checked {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
}

.medical-questionnaire-section .form-check-label {
    color: var(--rapidmeds-text-dark);
    font-size: 1rem;
}

.medical-questionnaire-section .checklist-items {
    padding-left: 0;
    margin-bottom: 1.5rem;
}


/* radio button design */

.radio-group {
    display: flex;
    width: 80px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    gap: 1rem;
    align-self: flex-start;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group .btn {
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px !important;
}

.radio-group .yes {
  background-color: white;
  color: var(--rapidmeds-green);
  border: 1px solid var(--rapidmeds-green);
}

.radio-group .no {
  background-color: white;
  color: var(--rapidmeds-green);
  border: 1px solid var(--rapidmeds-green);
}

/* Optional: Change styles when selected */
.radio-group input#yes:checked + label.yes,
.radio-group input#no:checked + label.no {
  background-color: var(--rapidmeds-green);
  color: #FFF;
}
.question-text ul {
    padding-left: 1rem !important;
}
.question-text ul li {
    font-size: 0.9rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.medical-questionnaire-section .checklist-items li {
    display: flex;
    align-items: flex-start; /* Align icon and text at the top */
    color: var(--rapidmeds-text-dark);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-align: left;
}

.medical-questionnaire-section .checklist-items li i {
    color: var(--rapidmeds-green); /* Green checkmark */
    font-size: 1.1rem;
    margin-right: 0.5rem;
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-top: 0.2rem; /* Adjust icon vertical alignment */
}

.medical-questionnaire-section .checkbox-list .form-check {
    margin-bottom: 0.5rem; /* Space between checkboxes */
}

.medical-questionnaire-section .terms-link {
    color: var(--rapidmeds-green);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.medical-questionnaire-section .terms-link:hover {
    color: #256b2a;
    text-decoration: underline;
}

.medical-questionnaire-section .proceed-btn {
    background-color: var(--rapidmeds-light-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 3rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.medical-questionnaire-section .proceed-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}
.questionnaire-section-block {
    margin-bottom: 3.6rem !important;
}

/* id check */

.id-check {
    font-size: 2.2rem !important;
    color: #000 !important;
    margin-bottom: 1rem !important;
}


.basic-form-section .form-group {
    position: relative !important;
    margin-bottom: 1.5rem !important;
}
.basic-form-section.form-group label {
    position: absolute !important;
    top: 50% !important;
    left: 1rem !important;
    transform: translateY(-50%) !important;
    color: #6c757d !important;
    pointer-events: none !important;
    transition: all 0.2s ease-out !important;
    background-color: white !important;
    padding: 0 0.25rem !important;
    font-size: 1rem !important;
}
.basic-form-section .form-group label.select-label {
    top: -7px !important;
    font-size: 0.8rem !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.basic-form-section .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232E7D32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); /* Custom green arrow */
    background-size: 16px 12px; /* Adjust arrow size */
    background-position: right 1rem center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 55px;
}
.basic-form-section .upload-photo-label {
    color: var(--rapidmeds-text-dark);
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
    position: absolute;
    background: white;
    left: 12px;
    top: -11px;
}
.basic-form-section .create-account-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}
.basic-form-section .create-account-btn::before {
    content: "\F285";
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 0;
    right: 20px;
}

.basic-form-section .identity-alert {
    background-color: #ffebee;
    border: 1px solid #ef9a9a;
    color: #d32f2f;
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}


/* Start Consultation Section Styling */
.start-consultation-section {
    background-color: var(--rapidmeds-white-green); /* Dark background as per screenshot */
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}

.start-consultation-section .consultation-heading {
    color: var(--rapidmeds-green); /* Green heading */
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.start-consultation-section .consultation-features {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.start-consultation-section .consultation-features li {
    display: flex;
    align-items: center;
    color: var(--rapidmeds-green);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.start-consultation-section .consultation-features li i {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    background: var(--rapidmeds-green);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    
}

.start-consultation-section .norton-secured-logo img {
    max-width: 150px; /* Adjust logo size */
    height: auto;
    margin-top: 0;
}

.start-consultation-section .consultation-illustration {
    max-width: 100%;
    height: auto;
    display: block;
}

.start-consultation-section .start-free-consultation-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 600;
    padding: 0.8rem 3rem;
    border-radius: 15px !important;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: auto; /* Allow button to size based on content */
    min-width: 280px; /* Minimum width for the button */
}

.start-consultation-section .start-free-consultation-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.consult-body {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Treatments Page Section Styling */
.treatments-page-section {
    background-color: #FFF; /* Light green background */
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
}

/* Search Bar Styling */
.treatments-page-section .treatment-search-bar {
    max-width: 370px;
    
}

.treatments-page-section .treatment-search-bar .form-control {
    border-color: var(--rapidmeds-green);
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0;
}

.treatments-page-section .treatment-search-bar .btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.treatments-page-section .treatment-search-bar .btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

/* Treatment Category Block */
.treatments-page-section .treatment-category-block {
    background-color: var(--rapidmeds-white-green); /* White background for each category block */
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 2.5rem; /* Space between category blocks */
}

.treatments-page-section .category-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2rem; /* Space below title */
}

/* Treatment Item Card */
.treatments-page-section .treatment-item-card {
    background-color: #fff;
    border-radius: 30px !important;
    position: relative; /* For positioning the plus icon */
    height: 100%; /* Ensure consistent height for cards */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Very subtle shadow */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    min-height: 60px;
}

.treatments-page-section .treatment-item-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
}
a.treatment-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.treatments-page-section .treatment-item-card img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%; /* Circular images */
    border: 3px solid white; /* White border around image */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -7px;
    top: 55%;
    transform: translate(7px, -55%);
}
.treatment-name-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 75%;
    width: 175px;
    transform: translatex(-75%);
}

.treatments-page-section .treatment-item-card .item-name {
    color: var(--rapidmeds-green);
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.3; /* Adjust line height for multiline names */
    width: 150px;
    text-align: left;
    padding-left: 5px;
}
.treatment-category-block .col-12.col-sm-12.col-md-3.col-lg-3 {
    margin-bottom: 1.5rem;
}

.treatments-page-section .treatment-item-card .add-icon {
    color: var(--rapidmeds-green); /* Green icon */
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s ease;
    width: 30px;
}

.treatments-page-section .treatment-item-card .add-icon:hover {
    color: #256b2a; /* Darker green on hover */
}

/* product category styling */
.product-categories-section {
    background-color: #FFF;
    font-family: "Poppins", sans-serif;
}
h1.treatment-name {
    color: var(--rapidmeds-green);
    font-weight: 500;
    font-size: 2rem;
}
.consult-icon {
    width: 193px;
    height: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.consult-icon img.consult-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.treatment-name-part {
    gap:1rem;
}
.consult-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
}
.consult-text span a {
    color: #000;
    text-decoration: underline;
}
.product-categories-section .start-consultation-section {
    background-color: transparent;
    padding: 0;
}
.product-categories-section .start-consultation-section .consultation-heading {
    font-weight: 500;
    font-size: 1.1rem;
}

.products-section {
    background-color: #FFF;
    padding: 3rem 0;
    font-family: 'Poppins', sans-serif;
	padding-top:1rem !important;
}
.sidebar-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1.5rem;
}
/* Sidebar Styling */
.product-categories-sidebar {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 8px !important;
    font-family: "Roboto", sans-serif;
}

.product-categories-sidebar .category-list {
    padding-left: 0;
    list-style: none;
}

.product-categories-sidebar .category-list li {
    margin-bottom: 0.5rem;
}

.product-categories-sidebar .category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.5rem;
    color: var(--rapidmeds-text-dark);
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.product-categories-sidebar .category-list li a:hover {
    background-color: var(--rapidmeds-thin-green);
    color: var(--rapidmeds-green);
}

.product-categories-sidebar .category-list li a i {
    font-size: 0.9rem;
    color: var(--rapidmeds-green);
}

.product-categories-sidebar .category-list li a:hover i {
    color: var(--rapidmeds-green); /* Green arrow on hover */
}

.product-categories-sidebar .category-list li a i.bi-chevron-right::before {
    font-weight: 700 !important;
}

.product-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%; /* Ensure cards have consistent height */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute content vertically */
    font-family: "Roboto", sans-serif;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.pro-img-card {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 1.4rem;
    width: 100%;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.pro-img-card .product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card .product-name {
    color: var(--rapidmeds-green);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-card .star-rating {
    color: #ffc107; /* Gold color for stars */
    font-size: 1rem;
    margin-bottom: 1rem;
}

.product-card .star-rating i {
    margin-right: 2px;
}

.product-card .product-actions {
    margin-top: 20px;
    width: 100%;
}

.product-card .check-eligibility-btn {
    border-color: var(--rapidmeds-green);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px !important;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    background-color: var(--rapidmeds-green);
    color: white;
}

.product-card .check-eligibility-btn:hover {
    background-color: transparent;
    color: var(--rapidmeds-green) !important;
}

.product-card .see-more-btn {
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    background-color: transparent;
    color: var(--rapidmeds-green) !important;
    border-color: var(--rapidmeds-green);
}

.product-card .see-more-btn:hover {
    background-color: var(--rapidmeds-green);
    color: white !important;
}

/* FAQ Section Styling */
.page-template-faq-page .about-us-description {
	width:100%;
}
.faq-section {
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}

.faq-section .faq-illustration {
    max-width: 100%;
    height: auto;
    display: block;
}

.faq-section .faq-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2.5rem;
}

.faq-section .accordion-item {
    background-color: transparent;
    border: 0;
    border-top: 1px solid var(--rapidmeds-light-green);
    margin-bottom: 1rem;
    border-radius: 0 !important;
    overflow: hidden;
}
.faq-section .accordion-item:last-child {
    border-bottom: 1px solid var(--rapidmeds-light-green);
}

.faq-section .accordion-header {
    margin-bottom: 0; /* Remove default margin */
}

.faq-section .accordion-button {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 0;
    text-align: left;
    border: none;
    border-radius: 0; /* No border-radius on button itself, handled by item */
    transition: background-color 0.2s ease;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color:#fff;
    color: #000;
    box-shadow: none; /* Remove default shadow */
}

.faq-section .accordion-button:focus {
    box-shadow: none; /* Remove focus outline */
    border-color: transparent;
}

.faq-section .accordion-button::after {
    color: var(--rapidmeds-green);
    font-size: 1.2rem;
    transition: transform 0.2s ease-in-out;
}

.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.faq-section .accordion-body {
    background-color: #fff;
    color: #000; /* Lighter text for body content */
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Acne Information Section Styling */
.acne-info-section {
    background-color: #fff;
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}

.acne-info-section .acne-info-title {
    color: #000;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
}

.acne-info-section .acne-info-summary-heading {
    color: var(--rapidmeds-green); /* Green color for "Summary of condition" */
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.acne-info-section .acne-info-description {
    color: #000; /* White text for description */
    font-size: 1.1rem;
    line-height: 1.6;
}

.acne-info-section .acne-info-link-text {
    color: #000;
    font-size: 1.9rem;
    margin-top: 2rem;
    font-weight: 500;
}

.acne-info-section .read-more {
    font-weight: 500;
    border-radius: 30px;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #2A74ED;
    
}

.acne-info-section .read-more:hover {
    color: #000; /* White text on hover */
}
.product-carousel-mobile{
    padding: 10px 0 40px 0;
    position: relative;
    font-family: "Poppins", sans-serif !important;
  }
.product-carousel-mobile .swiper-button-next, .product-carousel-mobile .swiper-button-prev {
    color: #fff;
  }


  .product-carousel-mobile .swiper-pagination-bullet-active {
    background: #28a745; /* Active dot color */
  }
  .product-carousel-mobile .swiper-slide {
    width: 100% !important;
    min-height: 550px;
    font-weight: 500;
    box-shadow: none !important;
    background-color: transparent;
  }
  .product-carousel-mobile .product-card {
    height: 470px;
    font-family: "Poppins", sans-serif !important;
  }
  .pro-carousel-navig {
    position: absolute;
    bottom: 20px;
    right: 0.5rem;
    background: var(--rapidmeds-green);
    width: 80px;
    height: 30px;
    border-radius: 50px;
  }
  .product-carousel-mobile .pro-carousel-navig .swiper-button-next, .product-carousel-mobile .pro-carousel-navig .swiper-button-prev {
    position: absolute;
    right: 0 !important;
    bottom: 8px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    top: inherit !important;
  }
  .product-carousel-mobile .pro-carousel-navig .swiper-button-next {
    right: 17px !important;
  }
  .product-carousel-mobile .pro-carousel-navig .swiper-button-prev {
    left: -40px !important;
  }
  .product-carousel-mobile .swiper-pagination {
    bottom: 20px !important;
    text-align: center;
    text-align: left;
    left: 15px !important;
  }

  .product-carousel-mobile .pro-carousel-navig .swiper-button-next:after, .product-carousel-mobile .pro-carousel-navig .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bolder;
  }
   .product-carousel-mobile .product-card .product-actions {
    gap: 20px;
   }

   .product-carousel-mobile .product-card .check-eligibility-btn, .product-carousel-mobile .product-card .see-more-btn {
    border-radius: 30px !important;
    padding: 0.6rem 0.8rem !important;
   }


/* Single Product View Section Styling */
.single-product-section {
    background-color: #fff;
    padding: 5rem 0;
    font-family: "Roboto", sans-serif;
}

.single-product-section .single-product-card {
    padding: 2.5rem;
    color: var(--rapidmeds-text-dark); /* Dark text for content inside the card */
}

.single-product-section .product-main-image {
    width: 220px;
    height: auto;
    display: block;
}

.single-product-section .product-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.single-product-section .star-rating {
    color: #ffc107; /* Gold color for stars */
    font-size: 1.2rem;
}

.single-product-section .product-price {
    color: var(--rapidmeds-green); /* Green price text */
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.select-wrapper {
    display: flex;
    position: relative;
    height: 50px;
}
.select-wrapper::before {
    position: absolute;
    content: "\F282";
    right: 10px;
    top: 50%;
    font-family: "bootstrap-icons" !important;
    color: #000;
    font-size: 1.2rem;
    font-weight: bolder;
    transform: translateY(-50%);
}
.woocommerce .quantity .qty {
    width: 100% !important;
}
.single-product-section .product-option-select, .input-text, .product_type_variable  {
    border: 1px solid green;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 2rem 0.75rem 1.25rem; /* right padding for icon */
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(to right, #a8e6cf, #dcedc1) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
}
.cart-btn-wrapper::before {
    content: "";
    width: 35px;
    height: 40px;
    position:absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../images/cart-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.cart-btn-wrapper {
   
    position: relative;
    height: 50px;
}
span.our-prices-note {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
}
.single-product-section .product-option-select:focus {
    border-color: var(--rapidmeds-green);
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.single-product-section .add-to-cart-btn {
    background: linear-gradient(to right, #a8e6cf, #dcedc1);
    border-color: var(--rapidmeds-green);
    color: #000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    height: 50px;
    border-radius: 5px;
}

.single-product-section .add-to-cart-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.single-product-section .return-consultation-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 5px;
}

.single-product-section .return-consultation-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.single-product-section .product-divider {
    border-top: 1px solid #eee; /* Light gray divider */
}

/* Patient Information Leaflet Section */
.single-product-section .patient-info-section {
    color: var(--rapidmeds-text-dark);
    font-family: "Poppins", sans-serif;
}

.single-product-section .info-leaflet-title {
    font-size: 1.8rem;
    font-weight: 700;
}
.single-product-section .info-leaflet-title a {
    color: #2A74ED;
    text-decoration: underline;
}

.single-product-section .info-leaflet-description {
    color: var(--rapidmeds-text-dark);
    font-size: 1rem;
    line-height: 1.6;
}

.single-product-section .info-leaflet-link-text {
    color: var(--rapidmeds-text-dark);
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.single-product-section .info-external-link {
    color: #2A74ED; /* Standard blue link color */
    text-decoration: underline;
    font-size: 1.5rem;
    word-break: break-all; /* Ensure long URLs break */
}

.single-product-section .info-external-link:hover {
    color: #0056b3;
}
.adding-product-cart-body {
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px #B2DFC2;
    padding: 0;
}
.product-image-col {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 3rem;
}
.quantity-select-option {
    padding: 2rem 4rem 3rem 4rem;
}
.review-start {
    gap: 2rem;
    align-items: center;
}
.quantity-text {
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    margin-bottom: 0.6rem;
}


/* Checkout page design */

/* Delivery Method Selection Section Styling */
.delivery-method-section {
    padding: 5rem 0;
}
.delivery-method-container {
    background-color: var(--rapidmeds-white-green);
    padding: 5rem 2rem 2rem 2rem;
    box-shadow: 0px 0px 3px -2px #000;
}
.delivery-method-section .delivery-question {
    color: var(--rapidmeds-green); /* Green question text */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.delivery-method-section .delivery-option-card {
    background-color: #F3F3F3;
    border-radius: 10px !important;
    padding: 2.5rem;
    height: 100%; /* Ensure equal height for cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 470px;
}
.delivery-method-section .delivery-option-card.local-collect-card {
    background-color: #fff;
}

.delivery-method-section .delivery-option-card .icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delivery-method-section .delivery-option-card .option-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.delivery-method-section .delivery-option-card.local-collect-card .option-title {
    color: #7F7F7F;
}
.delivery-method-section .delivery-option-card .option-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: left;
}

.delivery-method-section .selected-btn {
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border-radius: 10px !important;
    font-size: 1.1rem;
    min-width: 250px; /* Ensure consistent button width */
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* Specific styling for Home Delivery card (active/selected state) */
.delivery-method-section .home-delivery-card .selected-btn.active {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
}

.delivery-method-section .home-delivery-card .selected-btn:not(.active) {
    background-color: #7F7F7F; /* Lighter gray for non-active */
    border-color: #f0f0f0;
    color: #FFF; /* Muted text for non-active */
}

/* Specific styling for Local Collect card (non-active state in screenshot) */
.delivery-method-section .local-collect-card .selected-btn {
    background-color: #7F7F7F; /* Lighter gray for non-active */
    border-color: #f0f0f0;
    color: #fff; /* Muted text for non-active */
}

.delivery-method-section .local-collect-card .selected-btn.active {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
}

/* Hover effects for buttons */
.delivery-method-section .selected-btn:hover {
    opacity: 0.9; /* Slight opacity change on hover */
}

.form-headline h2 {
    font-size: 2.5rem;
    color: var(--rapidmeds-green);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.form-details-content p {
    font-size: 1.2rem;
    color: #000;
}
.general-form .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.general-form .form-group .form-control {
    background-color: transparent;
    border: 1.5px solid #ced4da;
    border-radius: 8px;
    padding: 1rem 1rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px;
}

.general-form .form-group label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: white;
    padding: 0 0.25rem;
    font-size: 1rem;
}

.general-form .form-group .form-control + label, .general-form .form-group .form-control:not(:placeholder-shown) + label {
    top: 0;
    left: 0.8rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    font-weight: 500;
}
.general-form.checkout-form {
    margin-top: 4rem;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.general-form.checkout-form form {
    width: -moz-available;           /* Firefox */
    width: -webkit-fill-available;   /* Chrome/Safari */
    width: fill-available;           /* Future spec */
}
.general-form.checkout-form form h2 {
    font-weight: 500;
    font-size: 1.9rem;
    color: var(--rapidmeds-green);
    margin-bottom: 3rem;
}
.general-form.checkout-form .form-select.form-control {
    border-radius: 0 !important;
    border: 1px solid var(--rapidmeds-light-green) !important;
}
.continue-payment {
    margin-left: auto;
    margin-right: auto;
}


/* Check Your Order Section Styling */
.check-order-section {
    background-color: var(--rapidmeds-white-green);
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}

.check-order-section .order-check-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.check-order-section .order-check-subtitle {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
}

.check-order-section .order-details-card {
    padding: 0 !important;
    border-radius: 0 !important;
}
.order-details-heading-col {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #F5F5F5;
}
.check-order-section .order-detail-column {
    padding: 0 !important;
}

.check-order-section .column-title {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
}

.check-order-section .address-text {
    color: var(--rapidmeds-text-dark);
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

.check-order-section .form-check-label {
    color: var(--rapidmeds-text-dark);
    font-size: 1rem;
    text-align: left;
}

.check-order-section .form-check-input {
    border-color: var(--rapidmeds-green);
    margin-top: 0.25em;
}

.check-order-section .form-check-input:checked {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
}

.check-order-section .product-summary-item .form-control {
    border: 1px solid #ddd; /* Light gray border for readonly input */
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    background-color: #f8f9fa; /* Light background for readonly */
}

.check-order-section .product-delivery-info {
    color: #6c757d; /* Muted text for delivery info */
    font-size: 0.9rem;
    text-align: left;
}

.check-order-section .product-total-price {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
}

.check-order-section .product-total-price .total-amount {
    color: var(--rapidmeds-green); /* Green for total amount */
    font-size: 1.2rem;
    font-weight: 700;
}

/* Payment Buttons */
.check-order-section .paypal-btn {
    background-color: #212529; /* Dark background for PayPal button */
    border-color: #212529;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-order-section .paypal-btn:hover {
    background-color: #000;
    border-color: #000;
}

.check-order-section .paypal-logo {
    height: 20px; /* Adjust PayPal logo size */
    width: auto;
}

.check-order-section .powered-by {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.check-order-section .or-divider {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin: 2rem 0;
}

.check-order-section .worldpay-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-order-section .worldpay-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}

.check-order-section .card-logos {
    height: 20px; /* Adjust card logos size */
    width: auto;
}
.order-details-card thead tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.order-details-card th {
    background-color: #F5F5F5;
    box-shadow: none !important;
    padding: 0.8rem 1rem !important;
}
.order-details-card tbody tr td {
    background-color: #fff;
    box-shadow: none !important;
    padding: 0.8rem 1rem !important;
    border: 2px solid rgba(0,0,0,0.1);
}
.paypal-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
button.paypal-user-method {
    width: 106px;
    height: 70px;
    background-image: url(../../images/paypal-btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
}
button.paypal-debit-credit-method {
    width: 460px;
    height: 50px;
    background-image: url(../../images/paypal-debit-credit-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
}
button.paypal-debit-credit-method:hover {
    opacity: 0.9;
}
.powerd-by {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}
.powerd-by p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.powerd-by .paypal-logo {
    width: 45px;
    height: 15px;
    object-fit: contain;
}
.payment-method-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.payment-method-logo img {
    width: 106px;
    height: 70px;
}
.payment-other-method {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.world-pay-method-btn {
    width: 100%;
    border: 0;
    height: 50px;
    border-radius: 4px;
    background-color: var(--rapidmeds-light-green);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}
.world-pay-method-btn:hover {
    opacity: 0.9;
}
p.payment-alternative-text {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.payment-method-body {
    gap: 1.5rem;
}


/* Thank You Section Styling */
.thank-you-section {
    background-color: var(--rapidmeds-white-green); /* Light green background as per screenshot */
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}

.thank-you-section .thank-you-card {
    background-color: white; /* White card background */
    padding: 2.5rem !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.thank-you-section .checkmark-icon-container {
    color: var(--rapidmeds-green); /* Green checkmark icon */
    font-size: 4rem; /* Large icon size */
}

.thank-you-section .thank-you-title {
    color: var(--rapidmeds-green); /* Green title */
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.thank-you-section .thank-you-message {
    color: var(--rapidmeds-text-dark);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 670px; /* Limit width for readability */
    margin-left: auto;
    margin-right: auto;
}

.thank-you-section .close-btn {
    background-color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.thank-you-section .close-btn:hover {
    background-color: #256b2a;
    border-color: #256b2a;
}


/* sidebar category menu */

.category-product {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f8f9fa;
}

.category-product.active {
    max-height: 300px;
}

.category-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-product li {
    border-bottom: 1px solid #dee2e6;
}

.category-product li:last-child {
    border-bottom: none;
}
.category-product li a {
    padding-left: 0.9rem !important;
}
.category-product a {
    display: block;
    padding: 12px 40px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.category-product a:hover {
    background-color: #e9ecef;
    padding-left: 45px;
}
.category-list li i {
            transition: transform 0.3s ease;
        }
.category-list li.active i {
    transform: rotate(90deg);
}

/* login form and search bar */

.search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--rapidmeds-text-dark);
	line-height: 1.3rem;
}

.login form {
	margin: inherit;
	padding: inherit !important;
	overflow:inherit;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
.login .select2-container .select2-selection--single .select2-selection__rendered {
	padding: .5em;
}
.search-bar .select2-container--default .select2-selection--single {
	border-radius:8px;
	border-color: var(--rapidmeds-green);
}
.login {
	font-family:'Poppins', sans-serif;
}
.login p:not(.forgetmenot) label, .login .user-pass-wrap label {
	color: #6c757d !important;
	font-size: 1rem;
}
.login p input[type="text"], .login input[type="password"] {
    background-color: transparent;
    border: 1.5px solid #ced4da;
    border-radius: 8px;
    padding: 1rem 1rem;
    font-size: 1rem;
    color: var(--rapidmeds-text-dark);
    height: 55px;
}
.login a, .login .button.wp-hide-pw .dashicons {
	color: var(--rapidmeds-green);
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: var(--rapidmeds-green);
    border-color: var(--rapidmeds-green);
    background: #f6f7f7;
    vertical-align: top;
}


/* mini-cart design */
.mini-cart-dropdown {
	display:block !important;
	visibility:hidden;
	opacity:0;
	height:0;
}
.header-desktop-elements .cart-icon:hover .mini-cart-dropdown {
	visibility:visible;
	opacity:1;
	height:auto;
	transition: all .5s ease;
}

.mini-cart-dropdown .woocommerce-mini-cart {
	padding:0;
	list-style:none;
	font-family:"Poppins", sans-serif;
}
.mini-cart-dropdown .woocommerce-mini-cart li {
    display: flex;
    justify-content: space-between;
	gap: 0.9rem;
	margin-bottom:1rem;
}
a.remove.remove_from_cart_button {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    background-color: rgba(49, 173, 14, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    padding: 10px;
	margin-top:3px;
}
.single-product a.remove.remove_from_cart_button {
	display:flex !important;
}
.mini-cart-dropdown .woocommerce-mini-cart li a img {
	width:50px;
	height:50px;
	object-fit:contain;
}
.mini-cart-dropdown .woocommerce-mini-cart li a {
	text-decoration:none;
	color: var(--rapidmeds-green);
}
.mini-cart-dropdown .woocommerce-mini-cart li a.mini-cart-thumb-label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
	font-weight:400;
}
.productname-quantity {
    display: flex;
    flex-direction: column;
    text-align: right;
	color:#000;
	font-size: 13px;
}
p.woocommerce-mini-cart__total.total {
    text-align: center;
    background-color: #F3FFEF;
	border: 1px solid;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 300;
    padding: 6px;
    font-size: 15px;
	color:#212529;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
p.woocommerce-mini-cart__buttons.buttons .button {
    background-color: var(--rapidmeds-green);
    color: #FFF;
    text-decoration: none;
    padding: 6px 14px;
    width: fit-content;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.woocommerce-mini-cart__buttons.buttons .button.checkout {
	display:none;
}
p.woocommerce-mini-cart__buttons.buttons .button:hover {
	background-color: var(--rapidmeds-light-green);
	transition: all .3s ease;
}


/* wocoomerce cart style */

.cart-page-section {
    background-color: var(--rapidmeds-white-green);
}

.cart-section {
    background: white;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.product-item {
    display: flex;
    align-items: center;
    padding: 1.4rem 0;
    border-bottom: 2px solid #ccc;
    position: relative;
    gap: 1rem;
}

.product-item:last-child {
    border-bottom: none;
}

.product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 1rem;
    flex-shrink: 0;
}

.product-details {
    flex-grow: 1;
}

.product-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.product-variant {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.quantity-controls {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.qty-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-right: 0.5rem;
}

.quantity-input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    width: 60px;
    text-align: center;
    background: white;
}

.quantity-input:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.product-price {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin-left: 1rem;
    flex-shrink: 0;
}

.remove-btn {
    position: absolute;
    top: 0.2rem;
    right: 0;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
}

.remove-btn:hover {
    color: #dc3545;
}

.subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.delivery-options {
    margin: 1.5rem 0;
}

.form-check {
    margin-bottom: 0.75rem;
}

.form-check-input:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.form-check-label {
    color: #333;
    font-size: 0.9rem;
}

.delivery-price {
    color: #000;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-continue {
    background-color: var(--rapidmeds-light-green);
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    margin-top: 1rem;
    color: white;
    transition: all 0.2s ease;
}

.btn-continue:hover {
    background-color: var(--rapidmeds-green);
    transform: translateY(-1px);
    color: white;
}

.btn-checkout {
    background-color: var(--rapidmeds-light-green);
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    color: white;
    transition: all 0.2s ease;
}

.btn-checkout:hover {
    background-color: var(--rapidmeds-green);
    transform: translateY(-1px);
    color: white;
}

.form-control, .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background-color: #fafafa;
}

.form-control:focus, .form-select:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.country-field {
    position: relative;
}

.flag-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
}

.change-address-btn {
    background-color: #ddd;
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.change-address-btn:hover {
    background-color: #e9ecef;
    color: #333;
    text-decoration: none;
}

/* You may also like design */

.like-product {
    background-color: var(--rapidmeds-white-green);
}

.like-pro-title {
    color: var(--rapidmeds-green);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    text-decoration: underline;
}
.like-pro-card {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #ddd;
    min-height: 310px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.likeProSwiper .swiper-slide {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    text-align: inherit;
    padding: 15px;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    width:250px !important;
    height: 360px !important;
    margin-bottom: 0;
}
.like-pro-image {
/*     background-color: #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 150px;
    border-radius: 4px;
	box-shadow: 0px 0px 8px 2px #eee;
}
.like-pro-image  img {
    max-width: 100%;
    max-height: 100%;
	height: 120px;
    object-fit: contain;
}
.like-pro-info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.like-pro-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--rapidmeds-green);
    
}
.like-pro-price {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}
span.like-pro-discount-price {
    text-decoration: line-through;
    opacity: 0.6;
}
.btn-continue.to-cart {
    padding: 0.5rem 2rem;
    border-radius: 6px;
    background-color: var(--rapidmeds-green);
}
.btn-continue.to-cart:hover {
    background-color: var(--rapidmeds-light-green);
    color: white;
}


/* Blog part css */

.blog-section {
    background-color: var(--rapidmeds-white-green);
    padding: 5rem 0;
    font-family: "Poppins", sans-serif;
}
.our-blog .blogthree {
    margin-bottom: 50px;
}
.blogthree {
    position: relative;
}
.blogthree figure {
    margin: 0 0 1rem;
}
.blogthree figure {
    overflow: hidden;
    margin-bottom: 0;
}
.blogthree img {
    width: 100%;
}
.blogthree span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--rapidmeds-light-green);
    padding: 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding-top: 5px;
}
.our-blog .blogthree span {
    left: 20px;
    top: 20px;
}
.blogthree-text {
    background-color: #fff;
    width: 92%;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 18px;
    padding-top: 34px;
    padding-left: 0;
}
.our-blog .blogthree-text {
    width: 95%;
    padding-left: 30px;
}
.blogthree h4 {
    color: var(--rapidmeds-light-green);
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 6px;
}
.our-blog .blogthree-text h2 {
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    line-height: 44px;
    padding-bottom: 16px;
}
.our-blog .blogthree-text h2 a {
    color: var(--rapidmeds-green);
    text-decoration: none;
}
.blogthree a {
    text-decoration: none;
    transition: all 0.3s ease;
}
.blogthree a i {
    border: 1px solid var(--rapidmeds-light-green);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rapidmeds-light-green);
    margin-top: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.blogthree a i:hover {
    background-color: var(--rapidmeds-light-green);
    border-color: var(--rapidmeds-light-green);
    color: #FFFFFF;
}
.pagination {
    display: flex;
    margin-top: 30px;
    width: fit-content;
    position: relative;
    padding: 0px 40px;
    margin-left: 15px;
    border: 1px solid #bbbbbb;
    display: inline-flex;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.09);
}
.pagination li.prev {
    width: 40px;
    border-radius: 0;
    color: #000;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}
.pagination li.prev {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background-color: var(--rapidmeds-green);
}
.pagination li.next {
    position: absolute;
    border-radius: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}
.pagination li.next {
    position: absolute;
    border-radius: 50px;
    right: -20px;
    width: 40px;
    background-color: var(--rapidmeds-green);
}
.pagination li a {
    font-size: 16px;
    line-height: 15px;
    text-decoration: none;
    color: var(--rapidmeds-light-green);
}
.pagination li.prev a, .pagination li.next a {
    border-right: 0;
    padding-right: 0;
}
.pagination li.prev a {
   color: var(--rapidmeds-light-green);
}
.pagination li.prev a, .pagination li.next a {
    color: var(--rapidmeds-light-green);
    font-weight: bold;
    text-transform: uppercase;
}
.pagination li.prev a i, .pagination li.next a i {
    font-size: 12px;
    color: #fff;
}
.pagination li {
    padding: 20px;
    height: 60px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 800;
}
.pagination li.next:hover, .pagination li.prev:hover {
    background-color: var(--rapidmeds-light-green);
}
.sidebar {
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #bbbbbb;
}
.sidebar h3 {
    font-size: 24px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 800;
}
.boder {
    display: block;
    width: 50px;
    height: 6px;
    background-color: var(--rapidmeds-green);
    margin-bottom: 26px;
}
.recent-post li {
    display: flex;
    align-items: center;
}
ul.recent-post li {
    padding-bottom: 20px;
}
ul.recent-post {
    padding-left: 0;
}
ul.recent-post li figure {
    margin-right: 20px;
}
.recent-post img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.recent-post a {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
ul.recent-post span {
    padding-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #444444;
}
.recent-post i {
    padding-right: 10px;
    font-size: 12px;
}
.recent-post i, .recent-post a:hover, ul.Meta li a:hover, ul.quick-links li a:hover {
    color: var(--rapidmeds-green);
}
ul.categories {
    padding-left: 0;
}
ul.categories li {
    list-style: none;
}
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    border-radius: 49px;
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    width: 96%;
    transition: all 0.3s ease;
    text-decoration: none;
}
ul.categories li a span {
    background-color: var(--rapidmeds-green);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    margin-right: -22px;
    color: #fff;
}
ul.categories li a:hover {
    background-color: var(--rapidmeds-light-green);
    color: #fff;
}
ul.quick-links {
    padding-left: 0;
}
ul.quick-links li {
    padding-bottom: 15px;
    list-style: none;
}
ul.quick-links li a {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.quick-links i {
    color: var(--rapidmeds-light-green);
    padding-right: 10px;
}
ul.quick-links li.end {
    padding-bottom: 0px;
}


.blog-img img {
    width: 100%;
}
.quote {
    display: flex;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: var(--rapidmeds-green);
}
.quote i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rapidmeds-thin-green);
    padding: 17px;
    border-radius: 50%;
    margin-right: 30px;
}
.quote i {
    margin-right: 0;
    margin-bottom: 20px;
}
.quote i svg {
    height: auto;
}
.quote h3 {
    font-style: italic;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.blog-details-text ul.list-style {
    padding: 0;
    margin: 0;
    margin-top: 22px;
}
ul.list-style li {
    position: relative;
    padding: 0;
    padding-left: 24px;
    padding-bottom: 10px;
    list-style: none;
}
ul.list-style li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--rapidmeds-green);
    content: "";
    top: 5px;
    left: 0;
}
.author-name {
    margin-bottom: 40px;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 40px;
    padding: 31px 30px;
    position: relative;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
    background-color: var(--rapidmeds-thin-green);
}
.author-name img {
    border-radius: 50%;
    margin-right: 30px;
    border: 3px solid #fff;
    position: relative;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.social-media-Intege {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.author-name h4 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}
ul.social-media {
    display: flex;
    justify-content: center;
}
ul.social-media li {
    position: relative;
    display: block;
    list-style: none;
}
.social-media-Intege ul.social-media a {
    background-color: #fff;
}
.social-media-Intege ul.social-media a i {
    color: #000;
    border: none;
    margin: 0;
    border-radius: 50%;
}
ul.social-media a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 5px;
    color: #fff;
}

.social-media-Intege ul.social-media a:hover i {
    color: #FFFFFF;
}
.prvious-story {
    padding: 40px;
    border: 3px solid var(--rapidmeds-light-green);
    width: 49%;
}
.prvious-story.two {
    text-align: right;
}
.prvious-story h3 {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
}
.prvious-story h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #000;
    font-weight: bold;
}
.comment {
    padding-top: 60px;
}
.comment h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.comment ul {
    padding-left: 0;
}
.comment li {
    display: flex;
    padding: 15px 34px;
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
    align-items: center;
    border: 1px solid #bbbbbb;
}
li.reply-comment {
    margin-left: 52px;
    width: 94%;
}
.comment li img {
    position: relative;
    left: 0%;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
    width: 80px;
    height: 80px   ;
}
.comment-data {
    padding: 26px;
    padding-left: 0;
}
.comment-data h4 {
    font-size: 24px;
    font-weight: bold;
    display: inline;
}
.comment-data span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    position: inherit;
    background-color: transparent;
}
.comment-data p {
    padding-top: 14px;
}



.comment li a.btn {
    color: #fff;
    position: absolute;
    right: 14px;
    font-weight: 600;
    padding: 2px 12px;
    font-size: 14px;
    border-radius: 0;
    top: 14px;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;
    background-color: var(--rapidmeds-light-green);
    box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border: 0;
}
form.leave.contact-us-form-section {
    padding: 0;
}

/* woocom checkout */

.woocommerce-checkout, #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    font-family: 'Poppins', sans-serif;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:500;
}
.woocommerce-checkout .p-FieldLabel {
	font-family: 'Poppins', sans-serif !important;
}
.woocommerce-checkout-review-order {
	display:flex;
	gap:2rem;
	padding-bottom:3rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color:#24840A !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
	background-color:#31AD0E !important;
}
.cart-subtotal td {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce table.shop_table {
	border-collapse:collapse;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	font-family:'bootstrap-icons' !important;
	content:"\F733" !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 3px solid #24840A !important;
}
.woocommerce-info a {
	color: var(--rapidmeds-green);
}
.woocommerce-info::before {
	color: var(--rapidmeds-green);
}
.woocommerce-checkout section.cart-page-section.py-5 {
	padding-bottom:0.1rem !important;
}
.gpayalt {
	position:relative;
}
.gpayalt:before {
	font-family:'bootstrap-icons' !important;
	content:"\F63B" !important;
	margin-right: 0.1rem;
	font-weight:300;
}
.gpayalt:after {
	font-family:'bootstrap-icons' !important;
	content:"\F63B" !important;
	margin-left: 0.1rem;
	font-weight:300;
}

/* review */
.review-source img {
    width: 100px;
}
p.logged-in-as {
    display: none;
}


/* Footer css */

.footer-logo-section {
    background-color: #FFF;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2rem;
    height: 250px;
}
.ftr-ccq {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}
.ftr-ccq img {
    height: 53px !important;
    object-fit: contain;
}

.note-textarea textarea {
    min-height: 190px !important;
}
/* .note-textarea textarea::placeholder {
	opacity:0 !important;
} */

/* empty basket */

p.return-to-shop .button.wc-backward {
    background-color: var(--rapidmeds-green);
    color: #FFFFFF;
    border-radius: 10px;
    padding: 0.9rem 2rem;
    font-size: 1.3rem !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
p.return-to-shop {
    display: flex;
    justify-content: center;
}

/* wocommerce gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 80px !important;
	height: 80px !important;
	margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	padding: 12px;
}

/* registration allert */

.register-card .alert.alert-success {
    margin-bottom: 2.5rem;
}

.error-note.informative-error {
    background-color: lightgoldenrodyellow;
    color: #666;
    border: 1px solid var(--rapidmeds-green);
}

a.rapidmed_registration_link {
    background-color: var(--rapidmeds-green);
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
}
.rapidme_registration_email_notice {
    background: lightgoldenrodyellow !important;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

#cf-turnstile-3518507809 {
	margin-left:0 !important
}
.login .privacy-policy-page-link {
	margin-top:1rem !important;
	margin-bottom:1rem !important;
}

/* prescription submit */
.feedback-form-card.prescription-submit-card {
	box-shadow: none !important;
	padding-top:1rem !important;
}

/* coupon */
tr.coupon-row {
    background: #CCFFBF;
}
.coupon-toggle-wrapper a {
    font-size: 1rem !important;
}
#my_coupon_result .woocommerce-error::before {
	display:none;
}

/* cf7 msg */
/* Move CF7 response output to top */

.wpcf7 form .wpcf7-response-output {
    order: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
	text-align:center;
}

.wpcf7 form {
    display: flex;
    flex-direction: column;
}

.wpcf7 form > * {
    order: 1;
}
.gpayalt {
	display:none !important;
}
.single-product #wc-stripe-express-checkout-element {
	display:none !important;
}

/* weight Loss Landing page */


.rapidmeds-lp .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

        

        .rapidmeds-lp .btn-primary { background:#10b981; color:white; padding:.625rem 1.5rem; border-radius:.5rem; border:none; font-weight:500; cursor:pointer; transition:background .3s; text-decoration:none; display:inline-block; }
        .rapidmeds-lp .btn-primary:hover { background:#059669; }
        .rapidmeds-lp .btn-secondary { background:white; color:#1f2937; padding:1rem 2rem; border:2px solid #d1d5db; border-radius:.5rem; font-weight:600; font-size:1.125rem; cursor:pointer; transition:border-color .3s; }
        .rapidmeds-lp .btn-secondary:hover { border-color:#9ca3af; }

        .rapidmeds-lp .hero { padding:3rem 1.5rem 5rem; background-image: linear-gradient(to bottom, rgb(236, 253, 245), rgb(255, 255, 255)); }
        .rapidmeds-lp .hero-grid { display:grid; grid-template-columns:1fr; gap:3rem; align-items:center; max-width:1280px; margin:0 auto; }

        .rapidmeds-lp .badge { display:inline-flex; align-items:center; gap:.5rem; background:#d1fae5; color:#065f46; padding:.5rem 1rem; border-radius:9999px; font-size:.875rem; font-weight:500; margin-bottom:1.5rem; }
        .rapidmeds-lp h1 { font-size:3rem; font-weight:bold; line-height:1.2; margin-bottom:1.5rem; color:#111827; }
        .rapidmeds-lp .hero h1 span { display:block; color:#10b981; margin-top:.5rem; }

        .rapidmeds-lp .hero-text { font-size:1.25rem; color:#4b5563; margin-bottom:2rem; line-height:1.75; }
        .rapidmeds-lp .btn-group { display:flex; flex-direction:column; gap:1rem; margin-bottom:2rem; }
        .rapidmeds-lp .hero-features { display:flex; flex-wrap:wrap; gap:1.5rem; font-size:.875rem; color:#4b5563; }
        .rapidmeds-lp .hero-features div { display:flex; align-items:center; gap:.5rem; }

        .rapidmeds-lp .hero-image { position:relative; }
        .rapidmeds-lp .hero-image-wrapper { aspect-ratio:1; background:linear-gradient(to bottom right,#d1fae5,#99f6e4); border-radius:1.5rem; overflow:hidden; }
        .rapidmeds-lp .hero-image-wrapper img { width:100%; height:100%; object-fit:cover; }

        .rapidmeds-lp .hero-stat { position:absolute; bottom:-1.5rem; left:-1.5rem; background:white; padding:1.5rem; border-radius:1rem; box-shadow:0 20px 25px -5px rgba(0,0,0,.1); }
        .rapidmeds-lp .hero-stat-content { display:flex; gap:1rem; align-items:center; }
        .rapidmeds-lp .hero-stat-icon { background:#d1fae5; padding:.75rem; border-radius:.75rem; }
		.rapidmeds-lp .hero-stat-icon i { --tw-text-opacity: 1; color: rgb(5 150 105 / var(--tw-text-opacity, 1)); }
        .rapidmeds-lp .hero-stat-number { font-size:1.5rem; font-weight:bold; color:#1f2937; }
        .rapidmeds-lp .hero-stat-label { font-size:.875rem; color:#4b5563; }

        .rapidmeds-lp .features { padding:4rem 1.5rem; background:#f9fafb; }
        .rapidmeds-lp .features-grid { display:grid; grid-template-columns:1fr; gap:2rem; max-width:1280px; margin:0 auto; }
        .rapidmeds-lp .feature-card { background:white; padding:2rem; border-radius:1rem; box-shadow:0 1px 3px rgba(0,0,0,.1); transition:box-shadow .3s; }
        .rapidmeds-lp .feature-card:hover { box-shadow:0 4px 6px rgba(0,0,0,.1); }
        .rapidmeds-lp .feature-icon { width:3.5rem; height:3.5rem; background:#d1fae5; border-radius:.75rem; display:flex; align-items:center; justify-content:center; margin-bottom:1.5rem; }
		.rapidmeds-lp .feature-icon i { color: #059669; }
        .rapidmeds-lp .feature-card h3 { font-size:1.25rem; font-weight:bold; margin-bottom:.75rem; }
        .rapidmeds-lp .feature-card p { color:#4b5563; line-height:1.75; }

        .rapidmeds-lp .how-it-works { padding:5rem 1.5rem; }
        .rapidmeds-lp .section-header { text-align:center; margin-bottom:4rem; }
        .rapidmeds-lp .section-header h2 { font-size:2.5rem; font-weight:bold; margin-bottom:1rem; color:#111827; }
        .rapidmeds-lp .section-header p { font-size:1.25rem; color:#4b5563; max-width:42rem; margin:0 auto; }

        .rapidmeds-lp .steps-grid { display:grid; grid-template-columns:1fr; gap:2rem; max-width:1280px; margin:0 auto; }
        .rapidmeds-lp .step-number { font-size:3.75rem; font-weight:bold; color:#d1fae5; margin-bottom:1rem; }
        .rapidmeds-lp .step-card h3 { font-size:1.25rem; font-weight:bold; margin-bottom:.75rem; }
        .rapidmeds-lp .step-card p { color:#4b5563; line-height:1.75; }
		.rapidmeds-lp .step-card { position:relative;}
		.rapidmeds-lp .step-card:first-child::before { display:none; }
		.rapidmeds-lp .step-card::before { content:""; width: 33px; height: 2px; --tw-bg-opacity: 1; background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1)); position:absolute; left: -40px; top: 60px;}

        .rapidmeds-lp .results { padding:5rem 1.5rem; background:linear-gradient(to bottom,#fff,#d1fae5); }
        .rapidmeds-lp .testimonials-grid { display:grid; grid-template-columns:1fr; gap:2rem; max-width:1280px; margin:0 auto; }
        .rapidmeds-lp .testimonial-card { background:white; padding:2rem; border-radius:1rem; box-shadow:0 1px 3px rgba(0,0,0,.1); }
        .rapidmeds-lp .stars { display:flex; gap:.25rem; margin-bottom:1rem; }
        .rapidmeds-lp .star { color:#10b981; }
        .rapidmeds-lp .testimonial-quote { color:#374151; line-height:1.75; font-style:italic; margin-bottom:1.5rem; }
        .rapidmeds-lp .testimonial-author { display:flex; align-items:center; gap:1rem; }
        .rapidmeds-lp .testimonial-avatar { width:3rem; height:3rem; background:linear-gradient(to bottom right,#34d399,#14b8a6); border-radius:50%; }
        .rapidmeds-lp .testimonial-name { font-weight:bold; }
        .rapidmeds-lp .testimonial-weight { color:#10b981; font-weight:600; }

        .rapidmeds-lp .faq { padding:5rem 1.5rem; }
        .rapidmeds-lp .faq-container { max-width:48rem; margin:0 auto; }
        .rapidmeds-lp .faq-item { background:white; border:1px solid #e5e7eb; border-radius:.75rem; margin-bottom:1rem; overflow:hidden; }
        .rapidmeds-lp .faq-question { width:100%; padding:1.5rem; display:flex; justify-content:space-between; align-items:center; background:white; border:none; cursor:pointer; font-size:1rem; font-weight:600; text-align:left; transition:background .3s; }
        .rapidmeds-lp .faq-question:hover { background:#f9fafb; }
        .rapidmeds-lp .faq-answer { padding:0 1.5rem 1.5rem; color:#4b5563; line-height:1.75; display:none; }
        .rapidmeds-lp .faq-item.active .faq-answer { display:block; }
        .rapidmeds-lp .faq-icon { transition:transform .3s; }
        .rapidmeds-lp .faq-item.active .faq-icon { transform:rotate(180deg); }

        .rapidmeds-lp .cta { padding:5rem 1.5rem; background:linear-gradient(to bottom right,#10b981,#0d9488); color:white; text-align:center; }
        .rapidmeds-lp .cta-container { max-width:56rem; margin:0 auto; }
        .rapidmeds-lp .cta h2 { font-size:2.5rem; font-weight:bold; margin-bottom:1.5rem; }
        .rapidmeds-lp .cta-text { font-size:1.25rem; margin-bottom:2.5rem; color:#d1fae5; }
        .rapidmeds-lp .cta-form { display:flex; flex-direction:column; gap:1rem; max-width:36rem; margin:0 auto 1.5rem; }
        .rapidmeds-lp .cta-input { flex:1; padding:1rem 1.5rem; border-radius:.5rem; border:none; font-size:1rem; }
        .rapidmeds-lp .cta-input:focus { outline:4px solid rgba(209,250,229,.5); }
        .rapidmeds-lp .btn-cta { background:#1f2937; color:white; padding:1rem 2rem; border-radius:.5rem; border:none; font-weight:600; cursor:pointer; transition:background .3s; white-space:nowrap; }
        .rapidmeds-lp .btn-cta:hover { background:#111827; }
        .rapidmeds-lp .cta-note { font-size:.875rem; color:#d1fae5; }
		.rapidmeds-lp .cta-form p { margin-bottom: 0;}

        

        .rapidmeds-lp .icon { width:1.5rem; height:1.5rem; display: flex; align-items: center; justify-content: center; }
        .rapidmeds-lp .icon-lg { width:1.75rem; height:1.75rem; }

        /* Responsive */
        @media (min-width: 768px) {
            .rapidmeds-lp .nav-links { display:flex; }
            .rapidmeds-lp .hero-grid { grid-template-columns:repeat(2,1fr); }
            .rapidmeds-lp .btn-group { flex-direction:row; }
            .rapidmeds-lp .features-grid { grid-template-columns:repeat(3,1fr); }
            .rapidmeds-lp .steps-grid { grid-template-columns:repeat(4,1fr); }
            .rapidmeds-lp .testimonials-grid { grid-template-columns:repeat(3,1fr); }
            .rapidmeds-lp .cta-form { flex-direction:row; }
			
            .rapidmeds-lp h1 { font-size:3.75rem; }
            .rapidmeds-lp .section-header h2 { font-size:3rem; }
            .rapidmeds-lp .cta h2 { font-size:3rem; }
        }
@media only screen and (max-width: 768px) {
	.rapidmeds-lp .step-card::before {display:none;}
	.rapidmeds-lp .cta-input {
		margin-bottom: 0.5rem;
		margin-bottom: 1rem;
        padding: 1rem 0.4rem;
        text-indent: 10px;
		width: 100%;
	}
	.rapidmeds-lp .btn-cta {
		width: 100%;
	}
}