/*!
Theme Name: Pine
Theme URI: https://preview.treethemes.com/pine/
Author: Treethemes
Author URI: https://treethemes.com/
Description: Pine is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: pine
Text Domain: pine-child
Tested up to: 6.7
Requires PHP: 7.0
*/

.already_registered,
.sub-user,
.locations-section {
  display: none;
}

.already_registered_wait {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 1em;
}
.practice_is_new {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: green;
}
.form-step.active {
  display: block;
}

/* Grid layouts */
.form-grid-2,
.form-grid-3 {
  display: grid;
  gap: 1em;
}

.form-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.form-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 640px) {
  .form-grid-2,
  .form-grid-3 {
    grid-template-columns: 1fr;
  }
}

#custom-signup-form .check_practice_name_wrapper {
  display: flex;
  justify-content: center;
}

/* Buttons */
#custom-signup-form .next-step,
#custom-signup-form .prev-step,
#custom-signup-form .check_practice_name {
  background: #043b7c !important;
  border: none;
  border-radius: 0 !important;
  color: #043b7c;
  font-size: 18px;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 1em;
  padding: 0;
  width: fit-content;
  background-image: linear-gradient(to right, #043b7c 100%, transparent 0);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease, color 0.25s ease;
}

#custom-signup-form .password-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

#custom-signup-form .show-password {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
  font-size: 20px !important;
  align-self: end !important;
  text-transform: none !important;
  background-color: transparent !important;
  color: #043b7c !important;
}

#custom-signup-form input[name="user_pass"],
#custom-signup-form input[name="user_pass_confirm"] {
  padding-right: 55px !important;
}

#submit-registration {
  background-color: #b7111d;
  color: #fff;
  transition: 0.5s ease background;
  border: 1px solid #b7111d;
  border-radius: 0px;
  padding: 18px 60px 18px 60px;
}

#submit-registration:hover {
  background-color: #043b7c;
}

#custom-signup-form .navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
#custom-signup-form .navigation-buttons .next-step::after {
  content: "→";
  font-size: 1em;
}

#custom-signup-form .navigation-buttons .prev-step::before {
  content: "←";
  font-size: 1em;
}

#custom-signup-form .navigation-buttons .next-step,
#custom-signup-form .navigation-buttons .prev-step {
  visibility: hidden;
}

#custom-signup-form .navigation-buttons .navigation-buttons .next-step:hover,
#custom-signup-form .prev-step:hover {
  color: #005f8d;
  background-size: 100% 2px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* MemberPress Login */
#mepr_loginform input {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #69727d;
  min-height: 47px;
  padding: 6px 16px;
}

#mepr_loginform label {
  padding-bottom: 5px;
  color: #043b7c;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

#mepr_loginform .mp-form-row.mepr_password + div label {
  display: inline-flex;
  align-items: center;
}

#mepr_loginform .mp-spacer {
  display: none;
}

#mepr_loginform #wp-submit {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #69727d;
  padding: 10px 40px;
  transition: 0.5s linear background;
}

#mepr_loginform #wp-submit:hover {
  border-color: #05a8aa;
  background-color: #05a8aa;
}

.header-login-button {
  visibility: hidden;
}

/************************************************
 * 
 * Below style was imported from js_compose/custom.css, which was still in use even though you could not update it through WPBakery, and we need to get rid of WPBakery anyways.
 * It is after the other styles in this sheet because it was origionally loaded after this stylesheet
 *
 */

/* .navbar-nav a {
    pointer-events: auto !important;
}

*/

/* ===========================
   Global Typography
   =========================== */

body {
  line-height: 1.6 !important;
}

h1 {
  font-size: 60px !important;
  font-weight: bold !important;
}

h1.vc_custom_heading span.char {
  letter-spacing: 0.05em;
}

h2 {
  font-size: 36px !important;
  font-weight: bold !important;
}

h3 {
  font-size: 30px !important;
  font-weight: bold !important;
}

h4 {
  font-size: 28px !important;
  font-weight: bold !important;
}

h5 {
  font-size: 22px !important;
  font-weight: 500 !important;
}

h6 {
  font-size: 18px !important;
  font-weight: bold !important;
}

p,
li {
  font-size: 18px !important;
}

/* ===========================
   Floating Widget Styles
   =========================== */

.floating-widget-button {
  background: #0b5394;
  color: white;
  border: none;
  padding: 18px;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.floating-widget-content {
  display: none;
  background: #0b5394;
  color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/* Close Button */
.close-widget-btn {
  position: absolute;
  background: none;
  border: none;
  color: white !important;
  cursor: pointer;
  font-size: 16px;
}

.widget-action-btn {
  color: white;
  background: #0b5394;
  border: none;
  padding: 14px 18px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.widget-links a {
  display: block;
  background: #fff;
  color: #0b5394;
  padding: 12px;
  margin: 6px 0;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget-links a:hover {
  background: #458faf;
  color: white;
}

@media (max-width: 768px) {
  #floating-widget {
    bottom: 20px !important; /* Move closer to the bottom */
    right: 20px !important; /* Move closer to the right */
  }
}

@media (max-width: 480px) {
  #floating-widget {
    bottom: 15px !important;
    right: 15px !important;
  }
}

/* ===========================
   Universal Button Styles (Excludes Floating Widget, Close Button, & Hamburger Menu)
   =========================== */
button:not(.floating-widget-button):not(.widget-action-btn):not(
    .close-widget-btn
  ):not(.dl-trigger),
button[id^="ubtn-"]:not(.floating-widget-button):not(.widget-action-btn):not(
    .close-widget-btn
  ):not(.dl-trigger),
.ubtn-ctn-inline .ubtn,
.ubtn-ctn-center .ubtn {
  font-family: inherit !important;
  font-size: clamp(0.85rem, 1.4vw, 1rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  background-color: #458faf !important;
  color: #f5f5f5 !important;
  border: none !important;
  display: inline-block !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer !important;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
  will-change: transform;
}

/* Hover Effect (Excludes Floating Widget, Close Button, & Hamburger Menu) */
button:not(.floating-widget-button):not(.widget-action-btn):not(
    .close-widget-btn
  ):not(.dl-trigger):hover,
button[id^="ubtn-"]:not(.floating-widget-button):not(.widget-action-btn):not(
    .close-widget-btn
  ):not(.dl-trigger):hover,
.ubtn-ctn-inline .ubtn:hover,
.ubtn-ctn-center .ubtn:hover {
  background-color: #0b5394 !important;
  transform: translateY(-3px) !important;
}

/* ===========================
   Responsive Adjustments (Excludes Floating Widget, Close Button, 
   Hamburger Menu & Slick Slider Buttons)
   =========================== */

/* 📊 Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  button:not(.floating-widget-button):not(.widget-action-btn):not(
      .close-widget-btn
    ):not(.dl-trigger):not(.slick-next):not(.slick-prev):not(.slick-arrow),
  button[id^="ubtn-"]:not(.floating-widget-button):not(.widget-action-btn):not(
      .close-widget-btn
    ):not(.dl-trigger):not(.slick-next):not(.slick-prev):not(.slick-arrow),
  .ubtn-ctn-inline .ubtn,
  .ubtn-ctn-center .ubtn {
    font-size: clamp(0.8rem, 1.2vw, 0.95rem) !important;
    padding: 14px 28px !important;
  }
}

/* 📱 Mobile (max-width: 768px) */
@media (max-width: 768px) {
  button:not(.floating-widget-button):not(.widget-action-btn):not(
      .close-widget-btn
    ):not(.dl-trigger):not(.slick-next):not(.slick-prev):not(.slick-arrow),
  button[id^="ubtn-"]:not(.floating-widget-button):not(.widget-action-btn):not(
      .close-widget-btn
    ):not(.dl-trigger):not(.slick-next):not(.slick-prev):not(.slick-arrow),
  .ubtn-ctn-inline .ubtn,
  .ubtn-ctn-center .ubtn {
    font-size: 0.85rem !important;
    padding: 12px 24px !important;
    border-radius: 40px !important;
  }
}

/* ===========================
   Hide Lines
   =========================== */

div[data-bg-override="ex-full"][data-bg-animation="left-animation"] {
  display: none !important;
}

#breadcrumbs a,
#breadcrumbs span {
  text-transform: capitalize !important;
}
