body {
  font-family: 'Inter', sans-serif;
    background-color: #ffffff;

}

/* Header */
.psy-header {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.psy-logo {
  height: 48px;
}


.psy-nav-item {
  font-size: clamp(12px, 1.1vw, 14px);
  color: #565D6D;
  text-decoration: none;
  padding: 9px 24px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  align-content:center;
}
.dropdown-item:hover {
  background-color:#afc5db !important;
}

.psy-nav-item:hover {
  color: #100640;
  background-color: rgba(201, 196, 252, 0.5); /* light purple hover */
}

@media (max-width: 1024px) {
  .psy-nav-item {
    padding: 6px 18px;
  }
  .container {
    max-width: 90vw !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 768px) {
  .psy-nav-item {
    padding: 4px 12px;
  }
  .container {
    max-width: 96vw !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 576px) {
    .psy-nav-item {
    padding: 3px 10px;
  }
  .container {
    max-width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Buttons */
.psy-btn-orange {
  background-color: #FF5704;
  color: #fff;
  border-radius: 18px;
  font-size: 14px;
  padding: 6px 20px;
  align-content: center;
}
.dropdown-menum {
  margin-top:400px;

}

.psy-btn-orange:hover {
  background-color: #CF4500;
}

.psy-btn-orange:active {
  background-color: #B53C00;
}
.psy-btn-outlinee {
  background-color: #ccc;  /* Disabled color */
  cursor: not-allowed;
}
.psy-btn-outlinee.enabled {
  background-color: green; /* Enabled color */
  cursor: pointer;
}
.psy-btn-outline {
  background-color: transparent;
  color: #100640;
  border-radius: 18px;
  font-size: 14px;
  padding: 6px 16px;
  align-content: center;
}

.psy-btn-outline:hover {
  background-color: #C9C4FC;
  color: #100640;
}

.psy-btn-outline:active {
  background-color: #A197FA;
}

/* Heroic Section */
.psy-hero {
  height: 80vh;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Hero Section */
.psy-hero {
  height: 80vh;
  width: 100%;
  background-color: #100640;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.banner-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
} 

.psy-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
}
.psy-header .container {
  max-width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
}
.psy-header .container {
  padding-left: 16px;
  padding-right: 16px;
}    


/* underline under "Psywell" */
.psy-underline {
  width: 190px; 
}

.psy-underline-other {
  width: 190px; 
  margin-left: -15px;
}

/* circular background */
.psy-circle-bg {
  background-color: #FFF5F0;
  width: 488px;
  height: 517px;
  border-radius: 244px 244px 0 0;
  position: relative;
  overflow: visible; /* allow elements to show outside */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
  left:10%;
}
/* person image */

/* Girl image - stays at bottom center */
.psy-girl-img {
  width: 350px;
  height: auto;
  z-index: 1;
  position: relative;
  top: 10%;
  left: 15%;
  padding-bottom: 0px;
}

.key-feature i {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  .psy-header .btn {
    padding: 4px 12px;
    font-size: 12px;
  }
}


/* feature card box */


/* Feature Card */
.psy-feature-card {
  position: absolute;
  top: 30%;
  left: 20%;
  /*transform: translateX(-50%);*/
  transform: translateX(calc(-12vw + 20px));

  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 320px;
  height: 350px;
  z-index: 2;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
}
@media (max-width: 768px) {
  .psy-circle-bg {
    width: 100%;
    border-radius: 0;
    padding-bottom: 20px;
    height: auto;
    background: none;
    left: 0;
  }

  .psy-girl-img {
    width: 240px;
    display: none;
  }

  .psy-feature-card {
    /*top: -60px;*/
    width: 90%;
      
        position: relative;
        transform: none;
        left: 0;
        margin: 0 auto !important;
        top: 12%;
  }
}


 @media (max-width: 1029px) {
      
        .free_assessment_button{
          width:100% !important;
        }
    }
.brand-type-h1 {
      font-weight: bold;
      font-size: 2.4rem;
      color:#08004a;
    }
    .brand-type-h1-highlight {
      color: #ff5400;
    }
.brand-type-h2 {
      font-weight: bold;
      font-size: 2.0rem;
      color:#08004a;
    }
    .brand-type-h2-highlight {
      color: #ff5400;
      /*font-weight: bold;*/
      font-size: 2.0rem;
    }

.brand-name {
      font-weight: bold;
      font-size: 3.2rem;
      color:#08004a;
    }
    .brand-highlight {
      color: #ff5400;
    }
    .feature-icon {
      width: 20px;
      height: 20px;
    }
    .key-feature {
      display: flex;
      align-items: center;
      padding: 0.6rem;
      border-radius: 0.5rem;
      background-color: #f8f9fa;
      margin-bottom: 0.8rem;
      cursor: pointer;
    }
    .key-feature i {
      margin-right: 0.5rem;
    }
    .btn-orange-outline {
      border: 1px solid #f36c21;
      color: #f36c21;
    }
    .btn-orange-outline:hover {
      background-color: #f36c21;
      color: white;
    }
    .image-wrapper img {
      max-width: 100%;
      border-radius: 1rem;
    }

    

.bi
{
  background: #F2F0FEFF;
}


 
/*--- Footer classes ----*/ 
    .footer {
      background-color: #f8f9fa;
      padding: 40px 20px;
    }

    .footer-links a {
      text-decoration: none;
      color: #333;
      margin: 0 10px;
      font-size: 14px;
    }

    .social-icons a {
      color: #333;
      margin-left: 15px;
      font-size: 1.2rem;
    }

    .newsletter-input {
      border-radius: 25px 0 0 25px;
    }

    .newsletter-button {
      border-radius: 0 25px 25px 0;
      background-color: #12007c !important;
    }

    .footer-logo img {
      max-width: 150px;
    }
    .person-img{
        width: 300px; 
        background-color:rgb(255 251 240);
        
    }

    /*-------*/
    .feature-card {
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
}
.bg-peach { background-color: #fde6de; }
.bg-light-purple { background-color: #e1dcf6; }
.bg-dark-purple { background-color: #cfc1f7; }
.bg-orange { background-color: #fce8d4; }


/* Tooltip container */
.feature-tooltip-box {
  position: absolute;
  min-width: 280px;
  max-width: 320px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.tooltip-inner {
  position: relative;
  /* padding-top: 16px;  creates top space under close button */
}

.close-btn {
  position: absolute;
  top: -8px;
  right: -4px;
  font-size: 20px;
  color: #fc0a0a;
  cursor: pointer;
  line-height: 1;
}

/* Each line */
.tooltip-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* Check mark */
.tooltip-line i.bi-check-circle-fill {
  color: #28a745;
  font-size: 1rem;
  margin-top: 0px;
  
}

/* Optional fix for long wrapped text alignment */
.tooltip-line span {
  flex: 1;
  text-align: left;
}

