/* Health Master Nutri — custom theme */
:root {
  --hmn-ink: #253808;
  --hmn-body: #49636a;
  --hmn-teal: #85a905;
  --hmn-teal-dark: #4f8b07;
  --hmn-mint: #e9f6f3;
  --hmn-lime: #b8d96b;
  --hmn-cream: #fbfaf5;
  --hmn-line: #dce9e7;
  --hmn-white: #ffffff;
  --hmn-danger: #b42318;
  --hmn-shadow: 0 20px 55px rgba(8, 47, 56, .10);
  --hmn-shadow-sm: 0 10px 30px rgba(8, 47, 56, .08);
  --hmn-radius: 22px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--hmn-body);
  background: var(--hmn-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
::selection { color: var(--hmn-ink); background: var(--hmn-lime); }
a { color: var(--hmn-teal-dark); text-decoration: none; }
a:hover { color: var(--hmn-teal); }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
  color: var(--hmn-ink);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.13;
}
p:last-child { margin-bottom: 0; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 2000;
  padding: .7rem 1rem; color: #fff; background: var(--hmn-ink);
}
.skip-link:focus { top: 1rem; }

/* Header */
.topbar { color: #cce1e1; background: var(--hmn-ink); font-size: .82rem; }
.topbar a { color: #fff; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar-note { display: flex; align-items: center; gap: .5rem; }
.topbar-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hmn-lime); box-shadow: 0 0 0 5px rgba(184,217,107,.12); }
.site-header { position: sticky; top: 0; z-index: 1040; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,233,231,.8); backdrop-filter: blur(12px); }
.navbar { min-height: 82px; }
.navbar-brand { display: inline-flex; align-items: center; gap: .7rem; margin-right: 2rem; }
.brand-mark { width: 250px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { color: var(--hmn-ink); font-weight: 850; font-size: 1rem; letter-spacing: -.02em; }
.brand-sub { margin-top: .28rem; color: var(--hmn-teal); font-weight: 800; font-size: .63rem; letter-spacing: .18em; }
.navbar-nav { gap: .15rem; }
.navbar .nav-link { position: relative; padding: .7rem .72rem !important; color: #36545b; font-size: .93rem; font-weight: 650; }
.navbar .nav-link::after { content: ""; position: absolute; left: .72rem; right: .72rem; bottom: .35rem; height: 2px; background: var(--hmn-teal); transform: scaleX(0); transition: transform .2s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--hmn-ink); }
.navbar .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { padding: .5rem; border: 1px solid var(--hmn-line); border-radius: 10px; box-shadow: none !important; }

/* Buttons */
.btn { border-radius: 10px; padding: .78rem 1.15rem; font-weight: 750; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { --bs-btn-bg: var(--hmn-teal); --bs-btn-border-color: var(--hmn-teal); --bs-btn-hover-bg: var(--hmn-teal-dark); --bs-btn-hover-border-color: var(--hmn-teal-dark); --bs-btn-active-bg: var(--hmn-teal-dark); --bs-btn-active-border-color: var(--hmn-teal-dark); box-shadow: 0 9px 20px rgba(12,124,134,.2); }
.btn-dark { --bs-btn-bg: var(--hmn-ink); --bs-btn-border-color: var(--hmn-ink); --bs-btn-hover-bg: #041f25; --bs-btn-hover-border-color: #041f25; }
.btn-outline-primary { --bs-btn-color: var(--hmn-teal-dark); --bs-btn-border-color: #77b5b8; --bs-btn-hover-bg: var(--hmn-teal); --bs-btn-hover-border-color: var(--hmn-teal); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--hmn-teal-dark); font-weight: 800; }
.text-link .arrow { transition: transform .18s ease; }
.text-link:hover .arrow { transform: translateX(4px); }

/* Shared */
.section-pad { padding: 6rem 0; }
.section-pad-sm { padding: 4.5rem 0; }
.bg-soft { background: var(--hmn-mint); }
.bg-cream { background: var(--hmn-cream); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1rem; color: var(--hmn-teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--hmn-teal); }
.display-title { max-width: 760px; margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.35rem); }
.section-copy { max-width: 650px; font-size: 1.05rem; }
.section-head { margin-bottom: 2.7rem; }
.section-head.center { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-head.center .eyebrow::after { content: ""; width: 25px; height: 2px; background: var(--hmn-teal); }
.section-head.center .section-copy { margin-right: auto; margin-left: auto; }
.kicker { color: var(--hmn-teal-dark); font-weight: 800; }
.check-list { padding: 0; margin: 1.5rem 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; margin-bottom: .8rem; color: #294c54; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; display: grid; width: 1.35rem; height: 1.35rem; place-items: center; color: var(--hmn-ink); background: var(--hmn-lime); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.icon-box { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 1.2rem; color: var(--hmn-teal-dark); background: var(--hmn-mint); border-radius: 14px; font-weight: 900; font-size: 1.25rem; }
.icon-box svg { width: 24px; height: 24px; }

/* Home hero */
.hero { position: relative; overflow: hidden; padding: 5.2rem 0 5.8rem; background: #f1f8f6; }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; right: -180px; top: -220px; border: 95px solid rgba(184,217,107,.25); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-right: 2rem; }
.hero h1 { max-width: 720px; margin-bottom: 1.4rem; font-size: clamp(2.65rem, 5.4vw, 5rem); letter-spacing: -.06em; }
.hero h1 span { color: var(--hmn-teal); }
.hero .lead { max-width: 620px; color: #395a61; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 1.2rem; padding: 0; margin: 1.7rem 0 0; list-style: none; color: var(--hmn-ink); font-size: .87rem; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: .4rem; color: var(--hmn-teal); }
.hero-media { position: relative; min-height: 530px; }
.hero-image-wrap { position: absolute; inset: 0 0 0 2rem; overflow: hidden; border-radius: 85px 18px 85px 18px; box-shadow: var(--hmn-shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,47,56,.22)); }
.hero-float { position: absolute; left: -1rem; bottom: 2.4rem; z-index: 2; display: flex; max-width: 260px; align-items: center; gap: .9rem; padding: 1rem; color: var(--hmn-body); background: #fff; border: 1px solid var(--hmn-line); border-radius: 16px; box-shadow: var(--hmn-shadow-sm); }
.hero-float strong { display: block; color: var(--hmn-ink); }
.hero-float-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--hmn-ink); background: var(--hmn-lime); border-radius: 12px; font-size: 1.3rem; }
.trust-strip { position: relative; z-index: 3; margin-top: -1.5rem; }
.trust-panel { color: #d4e4e5; background: var(--hmn-ink); box-shadow: 0 20px 45px rgba(8,47,56,.18); }
.trust-item { position: relative; padding: 1.7rem 1.8rem; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: 0; top: 25%; width: 1px; height: 50%; background: rgba(255,255,255,.14); }
.trust-value { display: block; color: #fff; font-size: 1.55rem; font-weight: 850; line-height: 1; }
.trust-label { margin-top: .35rem; font-size: .84rem; }

/* Image blocks */
.image-feature { position: relative; min-height: 520px; }
.image-feature > img { width: calc(100% - 2rem); height: 500px; object-fit: cover; border-radius: 18px; box-shadow: var(--hmn-shadow); }
.image-note { position: absolute; right: 0; bottom: 0; max-width: 270px; padding: 1.3rem; color: #d7e8e9; background: var(--hmn-ink); }
.image-note strong { display: block; margin-bottom: .3rem; color: #fff; font-size: 1.1rem; }

/* Cards */
.feature-card { height: 100%; padding: 1.65rem; background: #fff; border: 1px solid var(--hmn-line); border-top: 3px solid var(--hmn-teal); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--hmn-shadow-sm); }
.feature-card h3 { font-size: 1.12rem; }
.feature-card p { font-size: .93rem; }
.service-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--hmn-line); box-shadow: 0 10px 35px rgba(8,47,56,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--hmn-shadow); }
.service-card-img { position: relative; overflow: hidden; height: 225px; background: var(--hmn-mint); }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-card-img img { transform: scale(1.04); }
.service-card-body { display: flex; min-height: 250px; flex-direction: column; padding: 1.55rem; }
.service-card h3 { margin-bottom: .7rem; font-size: 1.25rem; }
.service-card p { font-size: .94rem; }
.service-card .text-link { margin-top: auto; padding-top: 1rem; }
.testimonial-card { position: relative; height: 100%; padding: 1.8rem; background: #fff; border: 1px solid var(--hmn-line); }
.quote-mark { color: var(--hmn-lime); font-family: Georgia, serif; font-size: 4.2rem; line-height: .7; }
.stars { margin: .6rem 0 .9rem; color: #d99d20; letter-spacing: .12em; }
.testimonial-copy { color: #294b53; font-size: 1rem; }
.person { display: flex; align-items: center; gap: .75rem; margin-top: 1.35rem; }
.person-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--hmn-teal); border-radius: 50%; font-weight: 850; }
.person strong { display: block; color: var(--hmn-ink); font-size: .92rem; }
.person span { display: block; font-size: .78rem; }
.blog-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--hmn-line); }
.blog-card-img { height: 215px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 1.55rem; }
.blog-card h3 { font-size: 1.25rem; }

/* FAQ */
.faq-wrap { max-width: 900px; margin: 0 auto; }
.accordion-item { margin-bottom: .8rem; overflow: hidden; border: 1px solid var(--hmn-line) !important; border-radius: 0 !important; }
.accordion-button { padding: 1.25rem 1.35rem; color: var(--hmn-ink); background: #fff; font-weight: 780; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--hmn-teal-dark); background: var(--hmn-mint); }
.accordion-button::after { filter: saturate(.5); }
.accordion-body { padding: .35rem 1.35rem 1.35rem; }

/* CTA */
.cta-wrap { position: relative; overflow: hidden; padding: 3.5rem; color: #cfe1e2; background: var(--hmn-ink); }
.cta-wrap::after { content: "+"; position: absolute; right: 2rem; bottom: -5.5rem; color: rgba(184,217,107,.12); font-size: 18rem; font-weight: 300; line-height: 1; }
.cta-wrap h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); }
.cta-wrap .row { position: relative; z-index: 1; }
.cta-wrap .form-control { border-color: rgba(255,255,255,.25); }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; padding: 4.5rem 0; background: var(--hmn-mint); border-bottom: 1px solid var(--hmn-line); }
.page-hero::after { content: "+"; position: absolute; right: 6%; top: -5.2rem; color: rgba(12,124,134,.09); font-size: 16rem; line-height: 1; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p { max-width: 720px; font-size: 1.1rem; }
.breadcrumb { margin: 0 0 1rem; font-size: .84rem; font-weight: 700; }
.breadcrumb-item + .breadcrumb-item::before { color: #789095; }

/* About */
.value-card { height: 100%; padding: 1.8rem; background: var(--hmn-ink); }
.value-card h3 { color: #fff; font-size: 1.2rem; }
.value-card p { color: #c7dddf; font-size: .93rem; }
.number-step { display: flex; align-items: flex-start; gap: 1.1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--hmn-line); }
.number-step:last-child { border-bottom: 0; }
.number { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--hmn-ink); background: var(--hmn-lime); font-weight: 900; }
.number-step h3 { margin-bottom: .35rem; font-size: 1.08rem; }

/* Contact and forms */
.contact-card { height: 100%; padding: 1.5rem; background: #fff; border: 1px solid var(--hmn-line); }
.contact-card h3 { margin-bottom: .55rem; font-size: 1.05rem; }
.contact-card address { margin: 0; }
.contact-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 1rem; color: var(--hmn-teal-dark); background: var(--hmn-mint); border-radius: 50%; font-size: 1.15rem; }
.form-panel { padding: 2.2rem; background: #fff; border: 1px solid var(--hmn-line); box-shadow: var(--hmn-shadow-sm); }
.form-label, .form-check-label { color: #294c54; font-size: .89rem; font-weight: 700; }
.form-control, .form-select { min-height: 50px; color: var(--hmn-ink); border-color: #c9dcda; border-radius: 8px; }
textarea.form-control { min-height: 150px; }
.form-control:focus, .form-select:focus { border-color: var(--hmn-teal); box-shadow: 0 0 0 .22rem rgba(12,124,134,.12); }
.form-check-input:checked { background-color: var(--hmn-teal); border-color: var(--hmn-teal); }
.required-mark { color: var(--hmn-danger); }
.form-note { color: #678087; font-size: .79rem; }
.form-status { display: none; margin-top: 1rem; padding: .85rem 1rem; font-size: .9rem; border-left: 4px solid var(--hmn-teal); background: var(--hmn-mint); }
.form-status.show { display: block; }
.form-status.error { color: #7a271a; border-color: var(--hmn-danger); background: #fff0ed; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-control.is-invalid, .form-select.is-invalid { border-color: var(--hmn-danger); }
.newsletter-panel { height: 100%; padding: 2rem; color: #cfe1e2; background: var(--hmn-ink); }
.newsletter-panel h2, .newsletter-panel h3 { color: #fff; }
.newsletter-panel .check-list li { color: #d4e7e8; }
.location-panel { min-height: 280px; padding: 2.2rem; color: #cce0e1; background: var(--hmn-teal-dark); }
.location-panel h3 { color: #fff; }
.location-mark { font-size: 3rem; }

/* Legal */
.legal-layout { align-items: flex-start; }
.legal-nav { position: sticky; top: 115px; padding: 1.4rem; background: var(--hmn-mint); }
.legal-nav a { display: block; padding: .45rem 0; color: #31545b; font-size: .9rem; font-weight: 700; }
.legal-content h2 { margin-top: 2.4rem; margin-bottom: .9rem; font-size: 1.6rem; scroll-margin-top: 125px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 1.4rem; font-size: 1.05rem; }
.legal-content li { margin-bottom: .45rem; }
.notice { padding: 1.25rem 1.4rem; background: #fff8e6; border-left: 4px solid #d7a52b; }

/* Footer */
.site-footer { color: #a9c0c3; background: #05262d; }
.footer-main { padding: 4.5rem 0 3rem; }
.site-footer .brand-name { color: #fff; }
.site-footer p { font-size: .9rem; }
.site-footer h2, .site-footer h3 { margin-bottom: 1rem; color: #fff; font-size: .95rem; letter-spacing: 0; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: #bdd0d2; font-size: .89rem; }
.footer-links a:hover { color: #fff; }
.footer-form { display: flex; gap: .55rem; }
.footer-form .form-control { min-width: 0; min-height: 45px; }
.footer-form .btn { flex: 0 0 auto; padding: .65rem .85rem; }
.footer-bottom { padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom a { color: #d7e5e6; }
.disclaimer { margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem !important; }

/* Utility */
.max-620 { max-width: 620px; }
.max-760 { max-width: 760px; }
.text-teal { color: var(--hmn-teal-dark) !important; }
.border-line { border-color: var(--hmn-line) !important; }
.back-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1020; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--hmn-teal); border: 0; border-radius: 50%; opacity: 0; visibility: hidden; box-shadow: var(--hmn-shadow-sm); transition: opacity .2s, visibility .2s, transform .2s; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { color: #fff; transform: translateY(-3px); }

@media (max-width: 1199.98px) {
  .navbar .nav-link { padding-right: .55rem !important; padding-left: .55rem !important; }
  .hero h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
}
@media (max-width: 991.98px) {
  .topbar { display: none; }
  .navbar { min-height: 72px; }
  .navbar-collapse { position: fixed; left: 0; right: 0; top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; padding: 1rem 1.25rem 1.5rem; background: #fff; border-bottom: 1px solid var(--hmn-line); box-shadow: var(--hmn-shadow-sm); }
  .navbar-nav { margin-bottom: 1rem; }
  .navbar .nav-link { padding: .8rem 0 !important; }
  .navbar .nav-link::after { left: 0; right: auto; bottom: .55rem; width: 34px; }
  .hero { padding-top: 4rem; }
  .hero-copy { padding-right: 0; }
  .hero-media { min-height: 460px; margin-top: 3rem; }
  .hero-image-wrap { left: 0; }
  .trust-strip { margin-top: 0; }
  .trust-item + .trust-item::before { top: 0; left: 10%; width: 80%; height: 1px; }
  .section-pad { padding: 4.7rem 0; }
  .image-feature { margin-bottom: 2.8rem; }
  .legal-nav { position: static; margin-bottom: 2rem; }
}
@media (max-width: 767.98px) {
  .section-pad { padding: 4rem 0; }
  .section-pad-sm { padding: 3.4rem 0; }
  .hero { padding: 3.4rem 0 4rem; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .hero-media { min-height: 390px; }
  .hero-image-wrap { border-radius: 55px 14px 55px 14px; }
  .hero-float { left: .6rem; bottom: 1rem; }
  .image-feature { min-height: 430px; }
  .image-feature > img { width: 100%; height: 420px; }
  .image-note { right: 1rem; bottom: -1rem; }
  .service-card-img, .blog-card-img { height: 210px; }
  .cta-wrap { padding: 2.3rem 1.3rem; }
  .page-hero { padding: 3.5rem 0; }
  .form-panel, .newsletter-panel { padding: 1.4rem; }
  .footer-form { flex-direction: column; }
  .footer-form .btn { width: 100%; }
}
@media (max-width: 575.98px) {
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: .9rem; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; gap: .5rem; }
  .hero-media { min-height: 340px; }
  .hero-float { max-width: 235px; padding: .8rem; font-size: .8rem; }
  .image-feature { min-height: 380px; }
  .image-feature > img { height: 365px; }
  .image-note { max-width: 235px; padding: 1rem; font-size: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


.contact-container {
    background: #ffffff;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


input, textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.captcha-box {
    margin: 10px 0;
    font-weight: bold;
}

.success-message {
    display: none;
    margin-top: 15px;
    color: green;
    text-align: center;
    font-weight: bold;
}

.error-message {
    color: red;
    font-size: 14px;
}

.blog-content {
  text-align: justify;
}

.newsletter-container {
    background: #ffffff;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


input[type="text"],
input[type="email"],
input[type="date"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-group input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}


.success-message {
    display: none;
    margin-top: 15px;
    color: green;
    text-align: center;
    font-weight: bold;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.success-message{
    display:none;
    margin-top:20px;
    background:#d1e7dd;
    color:#0f5132;
    border:1px solid #badbcc;
    padding:15px;
    border-radius:8px;
    text-align:center;
}

.checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:20px;
}

.checkbox input{
    margin-top:3px;
    width: 16px;
    height: 16px;
}

.checkbox label{
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    color:#555;
}

.unsubscribe-container{
    width:100%;
    max-width:100%;
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.form-group{
    margin-bottom:18px;
}

label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#333;
}

input[type="text"],
input[type="email"],
input[type="date"]{
    width:100%;
    padding:14px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:15px;
    outline:none;
    transition:.3s;
}

input:focus{
    border-color:#0d6efd;
}
