@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    color: black;
    margin: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: transparent !important;
    padding-left: 80px;
    padding-right: 80px;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
    color: #ed4f50;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    margin-left: auto;
}

.redrops-section {
    padding-top: 80px; /* Ensure it starts right below the navbar */
    padding-bottom: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.redrops-section .row {
    width: 100%;
}

.redrops-section .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.custom-button {
    background-color: #ed4f50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #ed4f50;
}
.hidden {
    display: none;
}
/* Adjust spacing between elements */
.gap {
    gap: 20px; /* Adjust the value to your preference */
}

/* Optionally adjust margins if needed */
.added-tests {
    margin-right: 20px; /* Adjust the value to your preference */
}

.added-test-count {
    margin-bottom: 10px; /* Space below the count */
}

.added-amount {
    margin-bottom: 0; /* No space below the amount */
}
