/* Start custom CSS for html, class: .elementor-element-b32d9c5 *//* Import Inter Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

/* CheapPillsUK Footer Styling */
.cheappillsuk-footer {
    background: linear-gradient(145deg, #a31e31 0%, #7a1e2e 100%); /* Updated gradient using #a31e31 as primary color for vibrant red theme */
    background-blend-mode: overlay; /* Subtle texture */
    color: #ffffff; /* White text */
    padding: 60px 0 20px; /* Reduced top/bottom padding for mobile */
    font-family: 'Inter', sans-serif; /* Inter font */
    line-height: 1.7;
    box-shadow: 0 -4px 12px rgba(163, 30, 49, 0.4); /* Shadow using rgba version of #a31e31 */
}

.cheappillsuk-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2px 15px;
}

.cheappillsuk-footer .footer-col {
    background: rgba(163, 30, 10, 0.10); /* Card background using rgba of #a31e31 for subtle red tint */
    padding: 20px; /* Base padding */
    border-radius: 12px;
    border: 1px solid white; /* Border accent with #a31e31 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.cheappillsuk-footer .footer-col:hover {
    transform: translateY(-3px); /* Subtle lift on hover */
    box-shadow: 0 4px 16px rgba(163, 30, 49, 0.3); /* Hover shadow using #a31e31 */
}

.cheappillsuk-footer .footer-col h3 {
    font-size: 1.25rem; /* Slightly smaller for mobile */
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.03em;
}

.cheappillsuk-footer .footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: white; /* Underline using #a31e31 */
    transition: width 0.3s ease;
}

.cheappillsuk-footer .footer-col h3:hover::after {
    width: 45px;
    background-color: #ffffff; /* Hover underline to white for contrast */
}

.cheappillsuk-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cheappillsuk-footer .footer-col ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.cheappillsuk-footer .footer-col ul li::before {
    content: '—'; /* Dash marker updated for better visibility */
    position: absolute;
    left: -10px;
    color: white; /* Dash color using #a31e31 */
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
}

.cheappillsuk-footer .footer-col ul li a {
    color: #e6e6e6;
    text-decoration: none;
    font-size: 0.9rem;
    position: relative;
    transition: color 0.3s ease;
}

.cheappillsuk-footer .footer-col ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white; /* Underline using #a31e31 */
    transition: width 0.3s ease;
}

.cheappillsuk-footer .footer-col ul li a:hover {
    color:white; /* Hover color to #a31e31 for accent */
}

.cheappillsuk-footer .footer-col ul li a:hover::after {
    width: 100%;
  
}

.cheappillsuk-footer .footer-col-1 .footer-logo {
    margin-bottom: 20px;
}

.cheappillsuk-footer .footer-col-1 .footer-logo img {
    max-width: 150px; /* Compact logo */
    height: auto;
    border-radius: 6px;
    transition: transform 0.3s ease;
    border: 2px solid rgba(163, 30, 49, 0.3); /* Logo border with #a31e31 tint */
    
}

.cheappillsuk-footer .footer-col-1 .footer-logo img:hover {
    transform: scale(1.06);
    border-color: #a31e31; /* Hover border to full #a31e31 */
}

.cheappillsuk-footer .footer-col-1 .footer-contact p {
    margin-bottom: 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.cheappillsuk-footer .footer-col-1 .footer-contact i {
    color: white; /* Icons using #a31e31 */
    margin-right: 8px;
    font-size: 1.1rem;
}

.cheappillsuk-footer .footer-col-1 .footer-contact a {
    color: #e6e6e6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cheappillsuk-footer .footer-col-1 .footer-contact a:hover {
    color: white; /* Hover to #a31e31 */
}

.cheappillsuk-footer .footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 15px;
    border-top: 1px solid rgba(163, 30, 49, 0.4); /* Border using #a31e31 tint */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cheappillsuk-footer .footer-copyright p {
    font-size: 0.85rem;
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
}

.cheappillsuk-footer .footer-bottom-links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.cheappillsuk-footer .footer-bottom-links ul li a {
    color: #e6e6e6;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.cheappillsuk-footer .footer-bottom-links ul li a:hover {
    color: #a31e31; /* Hover to #a31e31 */
}

.cheappillsuk-footer .footer-payment-icons {
    display: flex;
    gap: 12px; /* Smaller gap for mobile */
    align-items: center;
}

.cheappillsuk-footer .footer-payment-icons img {
    max-width: 40px; /* Smaller icons for mobile */
    height: auto;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(163, 30, 49, 0.25); /* Shadow using #a31e31 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.cheappillsuk-footer .footer-payment-icons img:hover {
    transform: scale(1.12);
    box-shadow: 0 0 8px rgba(163, 30, 49, 0.6); /* Hover glow using #a31e31 */
}

/* Toggle Icon Styling */
.cheappillsuk-footer .toggle-icon {
    display: none; /* Hidden on desktop */
    font-size: 1.1rem;
    transition: transform 0.3s ease;
    color: #a31e31; /* Toggle icon using #a31e31 */
}

/* Responsive Design */
@media (max-width: 992px) {
    .cheappillsuk-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .cheappillsuk-footer {
        padding: 50px 0 15px; /* More compact for mobile */
    }

    .cheappillsuk-footer .footer-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
        gap: 15px; /* Tighter gap */
        text-align: center; /* Center-align for mobile */
    }

    .cheappillsuk-footer .footer-col {
        padding: 15px; /* Reduced padding */
        box-shadow: 0 2px 8px rgba(163, 30, 49, 0.15); /* Subtle shadow for depth using #a31e31 */
    }

    .cheappillsuk-footer .footer-col.active {
        box-shadow: 0 4px 12px rgba(163, 30, 49, 0.3); /* Enhanced shadow when active using #a31e31 */
    }

    .cheappillsuk-footer .footer-col h3 {
        font-size: 1.15rem; /* Smaller heading */
        padding: 12px; /* Larger touch target */
        justify-content: center; /* Center toggle icon */
        background: rgba(163, 30, 49, 0.1); /* Subtle background for header using #a31e31 */
        border-radius: 8px;
        border: 1px solid rgba(163, 30, 49, 0.2); /* Mobile header border */
    }

    .cheappillsuk-footer .footer-col h3::after {
        display: none; /* Remove underline for mobile */
    }

    .cheappillsuk-footer .footer-col-2 h3 .toggle-icon,
    .cheappillsuk-footer .footer-col-3 h3 .toggle-icon,
    .cheappillsuk-footer .footer-col-4 h3 .toggle-icon {
        display: inline-block; /* Show toggle icon */
        margin-left: 10px;
    }

    .cheappillsuk-footer .footer-col-2 .footer-content,
    .cheappillsuk-footer .footer-col-3 .footer-content,
    .cheappillsuk-footer .footer-col-4 .footer-content {
        display: none; /* Hidden by default */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; /* Smoother transition */
        opacity: 0;
        margin-top: 10px;
    }

    .cheappillsuk-footer .footer-col.active .footer-content {
        display: block;
        opacity: 1;
        max-height: none; /* Let JS handle dynamic height */
    }

    .cheappillsuk-footer .footer-col.active h3 .toggle-icon {
        transform: rotate(45deg); /* Rotate + to x */
        color: #ffffff; /* Active toggle to white for contrast */
    }

    .cheappillsuk-footer .footer-col ul li {
        padding-left: 0; /* Center-align list items */
    }

    .cheappillsuk-footer .footer-col ul li::before {
        display: none; /* Hide dash for centered mobile view */
    }

    .cheappillsuk-footer .footer-col-1 .footer-contact p {
        justify-content: center; /* Center contact info */
    }

    .cheappillsuk-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px; /* Tighter gap */
        padding: 15px;
    }

    .cheappillsuk-footer .footer-bottom-links ul {
        flex-direction: column;
        gap: 8px;
    }

    .cheappillsuk-footer .footer-payment-icons {
        justify-content: center; /* Center icons */
    }
}

/* Styling for the social media section */
.footer-social {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

/* Style each icon */
.footer-social a {
    font-size: 0px; /* Size of icons */
    color: #ffffff; /* Default color updated to white for better contrast */
    text-decoration: none;
    transition: color 0.3s, transform 0.3s; /* Add smooth transition for color and hover effect */
}

/* Change color on hover */
.footer-social a:hover {
    color: #ffffff; /* Hover text to white */
    transform: scale(1.1); /* Slight scale-up effect */
}

/* Style icons for specific platforms */
.footer-social a i {
    font-size: 24px; /* Set icon size */
}

/* Optional: Add some padding around the icons */
.footer-social a {
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(163, 30, 49, 0.8); /* Default background using #a31e31 tint */
    border: 2px solid rgba(163, 30, 49, 0.3); /* Border with #a31e31 */
}

/* Optional: Add a border and hover effect for better visibility */
.footer-social a:hover {
    background-color: #a31e31; /* Full #a31e31 on hover */
    color: #ffffff;
    border-color: #ffffff; /* White border on hover for pop */
    box-shadow: 0 4px 12px rgba(163, 30, 49, 0.4); /* Glow using #a31e31 */
}/* End custom CSS */