﻿body {
  /*  font-family: 'Poppins', sans-serif;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
}
#agk {
    fill: transparent;
    stroke: rgba(112, 112, 112, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}
.agk {
    padding-top: 6%;
    height: 1px;
    width:100%;
}
.faq h2 {
    font-weight: bold;
    font-size: 64px;
    color: #590b25;
    letter-spacing: 0.9px;
}
.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-left: 5%;
    margin-right: 3%;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    transition: all 0.25s ease-out;
    background-color: rgb(242 242 242);
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
    transition: all 0.25s ease-out;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 10px;
        position: relative;
        right: 20px;
        top: 2px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 10px;
        color: #590b25;
    }

    /* OPTIONAL HOVER STATE */
    .faq-drawer__title:hover {
        color: #4E4B52;
    }

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
    display: none;
}

.faq-drawer__content p {
    font-size: 15px;
}


.hero {
    border-radius: 10%;
    margin: 3%;
    position: relative;
    background: url(/medical/assets/images/bgmedicine.png) no-repeat center center / cover;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    /* background-color: #f9f9f9;*/
}

.hero img {
   border-radius:10%;
}
.hero-image {
    flex: 1;
}

    .hero-image img {
        max-width: 100%;
        border-radius: 10px;
    }

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 550px;
}

.content-card, .input-card {
    /* margin-right: 10%;*/
    background: #ebe7e2;
    opacity: 80%;
    padding: 8%;
    padding-top: 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .content-card h1 {
        font-size: 28px;
        line-height: 46px;
        letter-spacing: 0.8px;
        font-size: 35px;
    }
    .input-card h4 {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .content-card p {
        font-size: 16px;
        line-height: 26px;
        font-size: 14px;
    }

.btn {
    background-color: #590b25;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2px;
    line-height: 28px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.input-card input {
    width: 75%;
    padding: 18px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.benefits-section {
    margin:2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    flex-wrap: wrap;
}

.benefits-image {
    margin-right:5%;
    flex: 1;
    text-align: center;
}
.benefits img {
    width: 40%;
}
    .benefits-image img {
        max-width: 100%;
        height: auto;
    }

.benefits-content {
    flex: 2;
    text-align: left;
}

    .benefits-content h2 {
        line-height: 60px;
        color: #800020;
        text-align: center;
        font-size: 45px;
        letter-spacing: 0.8px;
        margin-bottom: 10%;
    }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.benefit-card {
    background: #f8f8f8;
    opacity: 100%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .benefit-card h3 {
        margin-bottom: 10px;
    }

    .benefit-card p {
        font-size: 14px;
        color: #555;
    }

    .benefit-card a {
        color: #800020;
        text-decoration: none;
        font-weight: bold;
    }
.related-products h2 {
    line-height: 60px;
    color: #590b25;
    text-align: left;
    letter-spacing: 0.8px;
    margin-bottom: 5%;
    margin-left: 8%;
    text-align: center;
    font-size: 50px;
}

.related-products {
    text-align: center;
    padding: 50px 5%;
    background: #f8f8f8;
    margin: 3%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.product {
    background: #590b25;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.faq {
    padding: 50px 15%;
    text-align: center;
    background: #fff;
}

.faq-item {
    background-color: rgb(242 242 242);
    padding-left: 4%;
    margin: 4% 0;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
}

    .faq-item::after {
        content: '\2713';
        color: #590b25;
        font-size: 20px;
        margin-right: 3%;
    }
.contact-section {
    background: url('footer-bg.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 5%;
    text-align: center;
}


.cards {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.card {
    background-color: #590b25;
    color: white;
    padding: 22px;
    border-radius: 20px;
    line-height: 22px;
    width: 380px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .card img {
        width: 150px;
        height: 100px;
        /*margin-bottom: 10px;*/
    }

    .card h3 {
        /*  font-size: 18px;*/
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .card p {
        /*  font-size: 14px;*/
        margin-bottom: 15px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }

    .card a {
        font-size: 27px;
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        /*  border-bottom: 2px solid white;*/
        line-height: 108px;
    }

@media (max-width: 768px) {
    
    /*  nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
*/
    .content-card p {
        font-size: 13px;
    }

    .content-card h1 {
        font-size: 20px;
    }

    .content-card h4 {
        font-size: 16px;
    }

    .content-card, .input-card {
        padding: 5%;
    }

        .input-card h4 {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.2px;
        }


    .hero {
        flex-direction: column;
        text-align: center;
    }

        .hero img {
            margin-top: 20px;
        }

    .hero-boxes {
        position: static;
        width: 100%;
    }

    .benefits-section {
        flex-direction: column;
        text-align: center;
    }

    .benefits-content,
    .benefits img {
        width: 100%;
        text-align: center;
    }

    .benefits-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .content-card h1 {
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .faq-item {
        line-height: 22px;
        font-size: 12px;
    }

    .faq h2 {
        font-size: 34px;
    }

    .related-products h2 {
        font-size: 33px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

    .benefits-content h2 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

    .benefits-image {
        display: none;
    }

    .faq-drawer__title {
        line-height: 22px;
        font-size: 12px;
        padding-left: 3%;
    }

    .faq {
        padding: 50px 9%;
    }
    .agk {
        height:0px;
    }
    .faq-drawer__title::after {
        margin-left: 9%;
    }
}
@media (min-width: 769px) and (max-width: 1128px) {
    .content-card h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .benefits-section {
        padding: 0px;
    }

    .card h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .card p {
        line-height: 20px;
        font-size: 16px;
    }

    .card {
        width: 280px;
    }

    .related-products h2 {
        font-size: 40px;
    }

    .faq h2 {
        font-size: 44px;
    }

    .cards {
        column-gap: 10px;
    }

    .related-products {
        padding: 50px 1%;
    }

    .faq-drawer__title {
        font-size: 14px;
    }
    .benefits-section {
        margin: 4%;
        display: block;
    }
    .benefits-image {
        display: none;
    }
}