
/* .sfd-card {
    margin-top: -175px;
}
.sfd-name-card {
    margin-top: -175px;
}
.sf-sub-card {
    margin-top: -175px;
}
.sfd-orders-card {
    margin-top: -175px;
}
.sf-wrapper {
    margin-top: -175px !important;
} */

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    display: none;
}

.sfd-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #333;
    margin-top: 300px !important;
}






/* ===============================
   RESET ADMIN BAR TO DEFAULT WP
   =============================== */

#wpadminbar {
    background: #23282d !important; /* WP default dark */
    border-bottom: none !important;
}

/* Default text & icons */
#wpadminbar * {
    color: #eeeeee !important;
}

/* Hover states */
#wpadminbar .ab-item:hover,
#wpadminbar .ab-item:focus,
#wpadminbar .ab-item.ab-item-active {
    background: #32373c !important;
    color: #ffffff !important;
}

/* WordPress logo */
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    color: #eeeeee !important;
}

/* Submenus */
#wpadminbar .ab-sub-wrapper,
#wpadminbar .ab-submenu {
    background: #32373c !important;
}

/* Submenu links */
#wpadminbar .ab-submenu .ab-item {
    color: #eeeeee !important;
}




/* ===== SFD Sign-in (native wp_login_form) ===== */

/* Wrapper */
.sfd-login { max-width: 420px; margin: 0 auto; }

/* Hide default labels; we rely on placeholders */
.sfd-login label { display: none; }

/* Inputs */
.sfd-login input[type="text"],
.sfd-login input[type="password"] {
  width: 100%;
  border: 2px solid #bdbdbd;          /* darker, visible */
  border-radius: 9999px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* Placeholder color (light grey like Figma) */
.sfd-login input::placeholder { color: #9aa3af; opacity: 1; }

/* Focus ring */
.sfd-login input[type="text"]:focus,
.sfd-login input[type="password"]:focus {
  border-color: #7ED321;
  box-shadow: 0 0 0 2px rgba(126,211,33,.15);
}

/* Remember checkbox spacing */
.sfd-login .login-remember { margin: 8px 0 16px; }

/* Button */
.sfd-login .login-submit #wp-submit {
  width: 100%;
  border: none;
  border-radius: 9999px;
  padding: 12px 16px;
  font-weight: 600;
  background: #7ED321;                /* Figma green */
  color: #fff;
  cursor: pointer;
  transition: filter .2s ease;
}
.sfd-login .login-submit #wp-submit:hover { filter: brightness(.95); }

/* Forgot link (right aligned, pink) */
.sfd-login .sfd-forgot {
  margin-top: -10px;
  margin-bottom: 12px;
  text-align: right;
}
.sfd-login .sfd-forgot a {
  font-size: 13px;
  color: #ff3b6e;                     /* Figma pink */
  text-decoration: none;
}
.sfd-login .sfd-forgot a:hover { text-decoration: underline; }

/* Tighten vertical spacing a bit */
.sfd-login .login-username,
.sfd-login .login-password { margin-bottom: 12px; }


/* ===== SFD Reset Password (native WP flow) ===== */
.sfd-reset { max-width: 420px; margin: 0 auto; }
.sfd-reset .sfd-hide { display: none; }

.sfd-reset input[type="email"] {
  width: 100%;
  border: 2px solid #bdbdbd;
  border-radius: 9999px;
  padding: 12px 16px;
  font-size: 16px;
  color: #000;
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.sfd-reset input::placeholder { color: #9aa3af; opacity: 1; }

.sfd-reset input[type="email"]:focus {
  border-color: #7ED321;
  box-shadow: 0 0 0 2px rgba(126,211,33,.15);
}

.sfd-reset .sfd-actions { margin-top: 12px; }
.sfd-reset .sfd-btn {
  width: 100%;
  border: none;
  border-radius: 9999px;
  padding: 12px 16px;
  font-weight: 600;
  background: #7ED321;   /* green */
  color: #fff;
  cursor: pointer;
  transition: filter .2s ease;
}
.sfd-reset .sfd-btn:hover { filter: brightness(.95); }

/* success/error messages */
.sfd-alert { margin-bottom: 12px; padding: 10px 12px; border-radius: 8px; font-size: 14px; }
.sfd-ok  { background: #ecf9e6; color: #2f6b05; }
.sfd-err { background: #ffe8ec; color: #9d1733; }


.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto;
    border-radius: 15px;
}

#sfd-personal-card .sfd-dob-month {
    padding: 5px 15px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* 1) Hide Elementor's default circular play icon */
.elementor-custom-embed-play svg.e-eicon-play {
    display: none !important;
}

/* 2) Make the wrapper a positioned box */
.elementor-custom-embed-play {
    position: relative;
}

/* 3) Add a clean triangle play icon (no circle) */
.elementor-custom-embed-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 22px solid #ffffff;       /* triangle color */
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}


@media (max-width: 450px)
{


.ms-progress-track {
    width: 55% !important;
    height: 8px;
    background-color: #F2F2F2;
    border-radius: 6px;
    overflow: hidden;
}
        .elementor-561041 .elementor-element.elementor-element-d48acbf img {
    width: 300px !important;
    border-radius: 8px 8px 8px 8px;
}

        .sfd-next-week-thumb {
                width: 300px !important;
                height: 200px !important;
        }

        .elementor-561374 .elementor-element.elementor-element-45fd260 img {
    width: 320px !important;
    border-radius: 8px 8px 8px 8px;
}
.elementor-element-f8f6185 {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

        .jet-listing .e-con-full.e-con.e-child {
        min-height: auto !important;
        height: auto !important;
        align-items: flex-start !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

        .jet-listing .e-con-full.e-con.e-parent,
    .jet-listing .e-con-full.e-con.e-child {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        align-items: flex-start !important;
    }


        .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    gap: 8px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .e-n-tabs-heading .e-n-tab-title {
    flex: 1 1 45%;
    white-space: nowrap;
    text-align: center;
  }

  .e-n-tabs-heading::-webkit-scrollbar {
    display: none;
  }
}


.sfd-tab-content {
  display: none;
}

.sfd-tab-content.sfd-active {
  display: block;
}

.sfd-tab-btn.sfd-active {
  background: #8dc63f;
  color: #fff;
}

/*
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    flex-wrap: var(--n-tabs-heading-wrap);
    gap: var(--n-tabs-title-gap);
    justify-content: var(--n-tabs-heading-justify-content);
    overflow-x: var(--n-tabs-heading-overflow-x);
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: -75px;
    margin-bottom: 28px;
} */


/* Make the SuperMove sidebar scroll inside itself */
.sfd-supermove-scroll{
  max-height: calc(100vh - 180px); /* adjust 180px if header/spacing differs */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px; /* keeps scrollbar from overlapping content */
}

/* Optional: nicer scrollbar (Chrome/Edge) */
.sfd-supermove-scroll::-webkit-scrollbar{
  width: 8px;
}
.sfd-supermove-scroll::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.2);
  border-radius: 8px;
}


.sfd-dl-text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    color: #262626 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}
.elementor-kit-558788 h3 {
    color: #262626 !important;
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.elementor-kit-558788 a {
    color: #262626 !important;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.sfd-fit-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 1.2;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Slightly smaller thumbnail */
.sfd-fit-thumb{
  width: 120px !important;
  height: 80px !important;
  flex: 0 0 120px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #f2f2f2 !important;
  position: relative !important;
}

/* Make the image fill the box nicely */
.sfd-fit-thumb img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}


/* CSS related to articles visualization*/

body.single-post .elementor-element.elementor-element-2b0b4e35.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
  padding-bottom: 3em;
}

body.single-post .intro-content {
  padding-bottom: 3em;
  text-align: left !important;
}

body.single-post .elementor-widget-theme-post-content p, 
body.single-post .elementor-widget-theme-post-content h1,
body.single-post .elementor-widget-theme-post-content h2,
body.single-post .elementor-widget-theme-post-content h3,
body.single-post .elementor-widget-theme-post-content h4,
body.single-post .elementor-widget-theme-post-content ul,
body.single-post .elementor-widget-theme-post-content ol 
{

  margin-top: 2.5em;
}

.elementor-568367 .elementor-element.elementor-element-603de049 {
  padding-bottom: 3em !important;
}

body.single-post .elementor-element.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
  padding-top: 0;
}

body.single-post .elementor-element.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {
  width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
  padding-left: 16px;
  padding-right: 16px;
}


/* Added to force reload */
