/* Full drop-in stylesheet */

/* Vars to keep card and footer edges in sync */
:root {
    --card-max: 420px;   /* card max-width */
    --card-gap: 20px;    /* space between the two cards */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the entire page vertically */
    align-items: center;      /* Center horizontally */
    color: #333;
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff") format("woff"),
         url("../fonts/Roboto-Regular.woff2") format("woff2"),
         url("../fonts/Roboto-Regular.eot") format("eot"),
         url("../fonts/Roboto-Regular.ttf") format("ttf"),
         url("../fonts/Roboto-Regular.svg") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Light.woff") format("woff"),
         url("../fonts/Roboto-Light.woff2") format("woff2"),
         url("../fonts/Roboto-Light.eot") format("eot"),
         url("../fonts/Roboto-Light.ttf") format("ttf"),
         url("../fonts/Roboto-Light.svg") format("svg");
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff") format("woff"),
         url("../fonts/Roboto-Bold.woff2") format("woff2"),
         url("../fonts/Roboto-Bold.eot") format("eot"),
         url("../fonts/Roboto-Bold.ttf") format("ttf"),
         url("../fonts/Roboto-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Poppins-Bold.woff") format("woff"),
         url("../fonts/Poppins-Bold.woff2") format("woff2"),
         url("../fonts/Poppins-Bold.eot") format("eot"),
         url("../fonts/Poppins-Bold.ttf") format("ttf"),
         url("../fonts/Poppins-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff") format("woff"),
         url("../fonts/Montserrat-Bold.woff2") format("woff2"),
         url("../fonts/Montserrat-Bold.eot") format("eot"),
         url("../fonts/Montserrat-Bold.ttf") format("ttf"),
         url("../fonts/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Lato-Bold.woff") format("woff"),
         url("../fonts/Lato-Bold.woff2") format("woff2"),
         url("../fonts/Lato-Bold.eot") format("eot"),
         url("../fonts/Lato-Bold.ttf") format("ttf"),
         url("../fonts/Lato-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Nunito';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Nunito-Bold.woff") format("woff"),
         url("../fonts/Nunito-Bold.woff2") format("woff2"),
         url("../fonts/Nunito-Bold.eot") format("eot"),
         url("../fonts/Nunito-Bold.ttf") format("ttf"),
         url("../fonts/Nunito-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Rubik';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Rubik-Bold.woff") format("woff"),
         url("../fonts/Rubik-Bold.woff2") format("woff2"),
         url("../fonts/Rubik-Bold.eot") format("eot"),
         url("../fonts/Rubik-Bold.ttf") format("ttf"),
         url("../fonts/Rubik-Bold.svg") format("svg");
}

@font-face {
    font-family: 'Rubik';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Rubik-SemiBold.woff") format("woff"),
         url("../fonts/Rubik-SemiBold.woff2") format("woff2"),
         url("../fonts/Rubik-SemiBold.eot") format("eot"),
         url("../fonts/Rubik-SemiBold.ttf") format("ttf"),
         url("../fonts/Rubik-SemiBold.svg") format("svg");
}

@font-face {
    font-family: 'Helvetica';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Helvetica-Bold.woff") format("woff"),
         url("../fonts/Helvetica-Bold.woff2") format("woff2"),
         url("../fonts/Helvetica-Bold.eot") format("eot"),
         url("../fonts/Helvetica-Bold.ttf") format("ttf"),
         url("../fonts/Helvetica-Bold.svg") format("svg");
}

.page-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 20px;
    text-align: center;
}

.container {
    /* max-width: 900px;
    width: 90%;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    flex: 1 0 auto;            */
    /* Center content within container */
    /* Allow container to grow but not shrink below content */
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

header h1 {
    /* font-size: 2.5rem; */
    /* font-size: 2rem; */
    /* margin-bottom: 10px; */



    /* color: #0c0c0c;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 2.5rem; */
}

header p {
    /* font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 40px; */
}

header {
    /* margin-top: 5.2rem; */
}

.wrapper {
    /* max-width: 900px;
    width: 90%;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto; */

    padding: 20px 20px;
}

.header-main {
    /* margin-top: 0; */
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
}

.main .prescription-title {
    /* font-size: 2.5rem; */
    font-size: 2.75rem;
    color: #0c0c0c;
    /* font-weight: 700; */
    font-weight: 600;
    /* margin-bottom: 32px; */
    margin-bottom: 0;
    text-transform: capitalize;
    /* font-family: 'Montserrat';
    font-family: 'Lato';
    font-family: 'Nunito'; */
    font-family: 'Rubik';
}

.main .main-header_title {
    margin-top: 5.2rem;
    color: #0c0c0c;
    font-weight: 700;
    margin-bottom: 35px;
    /* margin-bottom: 0; */
    /* font-size: 2.5rem; */
    font-size: 2.25rem;
}

.sec-prescription-card .container {
    /* max-width: 100%;
    width: 100%;
    padding: 0;
    display: block; */

    padding: 0;
}

.button-container {
    display: flex;
    flex-wrap: nowrap; 
    /* gap: var(--card-gap); */
    /* gap: 80px; */
    /* gap: 100px; */
    gap: 130px;
    justify-content: center;
    width: 100%;
    /* margin: 32px 0; */
    margin: 0 0 32px 0;
    margin: 0 0 32px 0;
}

.subscription-button {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* padding: 30px; */
    /* padding: 40px 40px; */
    padding: 64px 64px;
    width: 100%;
    /* max-width: var(--card-max); */
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.subscription-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Same color pair on both cards.
   Left card: dark → light toward center.
   Right card: dark ← light toward center. */
.subscription-button.one-time {
    background: linear-gradient(90deg, #e2efff 0%, #f6fbff 100%);
    border: 1px solid #d6e7ff;
}

.subscription-button.recurring {
    background: linear-gradient(270deg, #e2efff 0%, #f6fbff 100%);
    border: 1px solid #d6e7ff;
}

.subscription-button .emoji {
    /* font-size: 2.5rem; */
    /* margin-bottom: 10px; */
    /* margin-bottom: 16px; */
    /* display: block; */
    position: relative;
    /* margin-bottom: 40px; */
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    top: -10px;
}

#btnOneTimeEmoji img {
    position: relative;
    width: 150px;
    top: -8px;
}

.emoji img {
    /* width: 55px; */
    /* height: 53px; */
    /* height: 55px; */
    /* height: 72px; */
    /* height: 84px; */
    width: 130px;
    object-fit: cover;
}

#btnOneTime .button-container_title-text {
    position: relative;
    top: -20px;
}

.subscription-button h2 {
    /* font-size: 1.6rem; */
    /* font-size: 1.75rem; */
    font-size: 2rem;
    margin-bottom: 5px;
    color: #2c3e50;
    font-weight: 700;
    /* line-height: 1.1722; */
}

.subscription-button p {
    /* font-size: 0.95rem; */
    font-size: 18px;
    color: #7f8c8d;
    margin: 0;
    /* line-height: 1.184; */
}

.hippa-soc_div {
    font-family: 'Poppins';
    width: 100%;
    font-weight: 700;
    /* font-size: 1.5rem; */
    font-size: 1.75rem;
    margin: 30px 0px;
    text-transform: uppercase;
    text-align: center;

    /* display: flex;
    align-items: center;
    justify-content: center; */

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 100px; */
    gap: 130px;
}

/* .prescription-title {
    font-size: 2.5rem;
    color: #0c0c0c;
    font-weight: 700;
    margin-bottom: 32px;
} */

.phone-no {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 30px 0;
}

/** Faqs **/
.sec-faqs {
    margin-top: 30px;
}

.faq-item {
    /* border-bottom: 1px solid #ddd; */
    /* padding: 15px 0; */

    border: 1px solid #d6e7ff;
    background: linear-gradient(90deg, #e2efff 0%, #f6fbff 100%);
    margin-bottom: 15px;
    border-radius: 15px;
}

.faq-question {
    position: relative;
    font-weight: 600;
    cursor: pointer;
    /* padding-right: 20px;  */

    padding: 15px 30px 15px 15px;
    font-family: 'Helvetica';
    font-size: 20px;
    color: #007bff;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer_inner {
    padding: 0 15px 15px 15px;
}
/** Faqs **/

/* .footer-main {
    text-align: center;
    margin-top: 30px;
    color: #333333;
    font-size: 0.9rem; 
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-main .footer-main_inner .footer-main_inner-number {
    font-size: 1.75rem;
    font-weight: 700;
} */