* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;

}

.container {
    max-width: 1318px !important;
    margin: auto;
    width: 95%;
}

a {
    color: var(--text-color);
    text-decoration: none;
    outline: 0
}

a::after {
    text-decoration: none;
    outline: 0
}

a::active {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

button:focus,
input:focus,
select:focus {
    outline: 0
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
ul {
    padding-left: 20px;
}
ul li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.section {
    padding: 50px 0;
}
a.navbar-brand img {
    max-height: 65px;
}
.navbar-brand {

    color: #388e3c !important;
    font-size: 36px !important;
    font-weight: 700 !important;
}
.content-page ul li p{
    margin-bottom: 0;
}
.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px !important;
}

.kamagra-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.kamagra-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to LEFT, #ff000000, #388e3c);
    z-index: 1;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 390px;
}

.banner-image-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.content-page h1 {
    font-size: 32px;
    font-weight: 700;
    color: #0e681e;
}
.banner-content {
    width: 43%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: left;
}
.banner-image {
    width: 100%;
    position: relative;
}

.banner-content h1 {
    font-size: 54px;
    color: #fff;
    text-align: left;
    line-height: 60px;
    margin: 0;
    font-weight: 700;
        position: relative;
    z-index: 1;
}

.delivery-time {
    margin: 7px 0 20px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.btn-discover {
    display: inline-block;
    padding: 0;
    background-color: #000;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    transition: background 0.3s ease;
    width: 200px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.features {
    display: grid;
    gap: 50px;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
}

.features .feature-box {
    display: flex;
    gap: 20px;
}

.features .feature-box img {
    width: 55px;
}

.features .feature-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
}
.feature-box figure i {
    font-size: 40px;
    color: #388e3c;
}
.features .feature-text {
    color: #000;
}

.wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}


.wrapper .blog-box {
    color: white;
    padding: 40px 0;
}


.wrapper .blog-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}


.wrapper .health-box {
    background: #8ac76c;
    padding: 40px;
    color: white;
}


.wrapper .health-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}


.wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.wrapper li {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
}


.wrapper li::before {
    margin-right: 8px;
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f101";
}
section.wrapper-section {
    background: #3c8c3d;
    background-image: url(../images/bg-mid.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}


.top-bar {
height: 6px;
background: linear-gradient(90deg, #e91e63, #ffeb3b, #4caf50, #2196f3);
}


.wrapper-footer {
padding: 40px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 40px;
}


.wrapper-footer h2 {
font-size: 20px;
color: #4caf50;
margin-bottom: 10px;
font-weight: 700;
}


.wrapper-footer .line {
width: 100%;
height: 2px;
background: #ccc;
margin: 5px 0 20px;
}


.wrapper-footer .info-box p,
.hours-box p {
margin: 6px 0;
font-size: 15px;
color: #444;
}


.wrapper-footer .contact-item {
display: flex;
align-items: center;
margin-bottom: 12px;
font-size: 15px;
}


.wrapper-footer .contact-item span {
margin-left: 8px;
}


.wrapper-footer .hours-row {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 15px;
}


.wrapper-footer .closed {
color: red;
font-weight: bold;
}


.footer-wrapper {
    text-align: center;
    padding: 0;
    background: #ffffff;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    margin: 0 15px;
    color: #040404;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-logos {
    margin: 20px 0;
}

.footer-logos img {
    margin: 0 15px;
    vertical-align: middle;
    height: 45px; /* adjust as needed */
}

.footer-note {

    margin: 15px auto;


}

.footer-copy {
    margin-top: 10px;

}

.footer-copy a {
   color: #040404;
    text-decoration: none;
}

.footer-copy a:hover {
    text-decoration: underline;
}


.featured-section {
    text-align: center;
}

.title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.subtitle {
    margin-top: 5px;
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.product-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 40px;
}

.product-card {
    border: 1px solid #eee;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.product-card img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    max-height: 140px;
}

.product-card h3 {
    font-size: 15px;
    font-weight: 600;
    min-height: 45px;
}

.price-box {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 14px;
}

.rrp {
    color: #000;
    font-weight: 600;
}

.save {
    color: red;
    font-weight: 700;
}

.buy-btn {
    display: inline-block;
    background: #8bc34a;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.buy-btn:hover {
    background: #76aa3f;
}


ul.bread {
    padding: 0;
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
}
ul.bread li a{
    text-decoration: none;
    color: #000;
}
.content-page h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}
.content-page p {

    margin: 0 0 25px;

}
.content-page ul {
    padding: 0 0 0 20px;
    margin: 0 0 25px;
}
.content-page ul li {
    padding: 10px 0;
    flex: 0 0 48%;
}
.content-page ul li:nth-child(5){
    flex:0 0 100%;
}
.info-box ul {
    padding: 0 0 0 0px;
    list-style: none;
}
.info-box ul li {
    padding: 3px 0;
}
section.bread-bg {
    background: #10681e;
}
.bread-bg li a {
    color: #fff !important;
}
.content-page ul li a {
    color: #10681e !important;
    font-weight: 600;
}
.content-page p a {
    color: #10681e !important;
    font-weight: 600;
}

.contact_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.contact_form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.contact_form ul li.full {
  grid-column: 1 / 3;
}

.contact_form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.contact_form .form-control {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: 0.3s ease;
}

.contact_form .form-control:focus {
  border-color: #388e3c;
  box-shadow: 0 0 5px rgba(56,142,60,0.3);
  outline: none;
}

.sbmt_btn {
  margin-top: 25px;
  background: #10681e;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s;
}

.sbmt_btn:hover {
  background: #2e7031;
}

/* Responsive */
@media (max-width: 768px) {
 
}


