QHHT | Quantum Healing Hypnosis for Deep Transformation
Quantum Healing Hypnosis (QHHT)
Access your higher self, explore past lives, and unlock deep healing through guided hypnosis.
Quantum Healing Hypnosis (QHHT)
Access your higher self, explore past lives, and unlock deep healing through guided hypnosis.
/* — Base Section Style — */
.hero-section {
padding: 20px 15px;
text-align: center;
/* Reverted primary text color to dark purple for easy reading on light backgrounds */
color: #2E0041;
font-family: ‘Spline Sans Mono’, monospace;
border-radius: 12px;
max-width: 900px;
margin: 40px auto;
background: transparent;
/* Apply base animation to the container */
animation: fadeIn 1s ease forwards;
opacity: 0; /* Start hidden for animation */
overflow: hidden; /* Ensures content inside animates smoothly */
}
/* — Element Styles — */
.hero-h1 {
font-weight: 700;
font-size: clamp(36px, 6vw, 56px);
margin-bottom: 16px;
/* Subtle white shadow to make the dark text pop slightly against light backgrounds */
text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
/* Staggered load animation (Delay 1) */
animation: fadeInUp 1s ease 0.3s forwards;
opacity: 0; /* Start hidden */
}
.hero-p {
font-size: clamp(18px, 3vw, 22px);
max-width: 720px;
margin: 0 auto 30px;
line-height: 1.4;
/* UPDATED: Changed subtitle color to a very dark purple/almost black for maximum readability */
color: #1A002A;
font-weight: 700;
/* Added a very light text shadow for definition */
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
/* Staggered load animation (Delay 2) */
animation: fadeInUp 1s ease 0.6s forwards;
opacity: 0; /* Start hidden */
}
.hero-a {
display: inline-block;
padding: 14px 32px;
background-color: #6a0dad;
color: #fff;
font-weight: 600;
font-size: clamp(16px, 2.5vw, 20px);
border-radius: 30px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(106, 13, 173, 0.5);
transition: background-color 0.3s ease, transform 0.3s ease;
/* Staggered load animation (Delay 3) */
animation: fadeInUp 1s ease 0.9s forwards;
opacity: 0; /* Start hidden */
}
.hero-a:hover {
transform: scale(1.05); /* Added hover effect */
background-color: #7b1fa2; /* Slightly lighter purple on hover */
}
/* — Keyframe Animations (from user) — */
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* Used for the main container */
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* — Responsive adjustments (from user) — */
@media (max-width: 600px) {
.hero-section {
padding: 15px 10px;
margin: 20px 10px;
}
.hero-h1 {
font-size: clamp(28px, 8vw, 40px);
}
.hero-p {
font-size: clamp(16px, 4vw, 18px);
}
.hero-a {
padding: 12px 24px;
font-size: clamp(14px, 3vw, 18px);
}
}
QHHT | Quantum Healing Hypnosis for Deep Transformation
Quantum Healing Hypnosis (QHHT)
Access your higher self, explore past lives, and unlock deep healing through guided hypnosis.
Quantum Healing Hypnosis (QHHT)
Access your higher self, explore past lives, and unlock deep healing through guided hypnosis.
/* — Base Section Style — */
.hero-section {
padding: 20px 15px;
text-align: center;
/* Reverted primary text color to dark purple for easy reading on light backgrounds */
color: #2E0041;
font-family: ‘Spline Sans Mono’, monospace;
border-radius: 12px;
max-width: 900px;
margin: 40px auto;
background: transparent;
/* Apply base animation to the container */
animation: fadeIn 1s ease forwards;
opacity: 0; /* Start hidden for animation */
overflow: hidden; /* Ensures content inside animates smoothly */
}
/* — Element Styles — */
.hero-h1 {
font-weight: 700;
font-size: clamp(36px, 6vw, 56px);
margin-bottom: 16px;
/* Subtle white shadow to make the dark text pop slightly against light backgrounds */
text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
/* Staggered load animation (Delay 1) */
animation: fadeInUp 1s ease 0.3s forwards;
opacity: 0; /* Start hidden */
}
.hero-p {
font-size: clamp(18px, 3vw, 22px);
max-width: 720px;
margin: 0 auto 30px;
line-height: 1.4;
/* UPDATED: Changed subtitle color to a very dark purple/almost black for maximum readability */
color: #1A002A;
font-weight: 700;
/* Added a very light text shadow for definition */
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
/* Staggered load animation (Delay 2) */
animation: fadeInUp 1s ease 0.6s forwards;
opacity: 0; /* Start hidden */
}
.hero-a {
display: inline-block;
padding: 14px 32px;
background-color: #6a0dad;
color: #fff;
font-weight: 600;
font-size: clamp(16px, 2.5vw, 20px);
border-radius: 30px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(106, 13, 173, 0.5);
transition: background-color 0.3s ease, transform 0.3s ease;
/* Staggered load animation (Delay 3) */
animation: fadeInUp 1s ease 0.9s forwards;
opacity: 0; /* Start hidden */
}
.hero-a:hover {
transform: scale(1.05); /* Added hover effect */
background-color: #7b1fa2; /* Slightly lighter purple on hover */
}
/* — Keyframe Animations (from user) — */
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* Used for the main container */
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* — Responsive adjustments (from user) — */
@media (max-width: 600px) {
.hero-section {
padding: 15px 10px;
margin: 20px 10px;
}
.hero-h1 {
font-size: clamp(28px, 8vw, 40px);
}
.hero-p {
font-size: clamp(16px, 4vw, 18px);
}
.hero-a {
padding: 12px 24px;
font-size: clamp(14px, 3vw, 18px);
}
}