/*!
Theme Name: Femhaven Rx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prime-pulse-rx-men
*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --color-white: #ffffff;
    --color-dark-900: #000000;
    --color-dark-800: #333333;

    --primary-950: #008080;
    --primary-900: #4b0082;
    --primary-900-hover: #3a0263;
    --primary-800: #15803d;

    --secondary-900: #0d7232;

    --btn-color: #2563eb;
    --btn-color-hover: #0e50e0;
    --btn-red: #ff9999;
    --btn-red-hover: #f05858;
    --primary-color: #ffefe3;
    --section-bg-color: #e6f4ea;
}

html,
body,
.lenis .lenis-scroller,
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Raleway", sans-serif;
    background-color: #e6e6fa;
    font-weight: 400;
    color: var(--text-600);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", serif;
    color: var(--text-900);
}

main {
    display: block;
}

h1 {
    font-size: 2em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden] {
    display: none;
}

embed,
iframe,
object {
    max-width: 100%;
}

a {
    color: #4169e1;
}

a:visited {
    /* color: var(--primary-900); */
}

a:hover,
a:focus,
a:active {
    /* color: #191970; */
    /* color: var(--primary-900); */
}

a:focus {
    /* outline: thin dotted; */
}

a:hover,
a:active {
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.btn-newsl {
    background: var(--btn-color);
}

.btn-newsl:hover {
    background: var(--btn-color-hover);
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* 
Main CSS
BY Webgen Technologies
*/

/* for navbar start here */
/* === Glass Navbar === */
.glass {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border: 1px solid rgba(54, 54, 54, 0.5);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 22px 50px;
    z-index: 1000;
}

.scroll {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 9999;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.glassscroll {
    display: flex;
    justify-content: space-between;
}

.bi,
.user-icon,
.bar-icon {
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.user-icon svg path,
.bar-icon svg path {
    width: 24px;
    height: 24px;
    fill: #000000;
    transition: fill 0.3s ease;
}

.offcanvas-end {
    background: #f8fafc;
    /* color: #fff; */
    /* backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); */
    width: 675px !important;
}

.offcanvas .nav-link {
    font-size: 24px;
    padding: 0.75rem 0;
    transition: color 0.2s;
}

.offcanvas .nav-link:hover {
    color: var(--primary-900);
}

.nav_header_text {
    color: var(--primary-900);
    margin-bottom: 40px;
}

.offcanvas-body .accordion-item {
    background: transparent;
    font-size: 30px;
    color: #5b5b5b;
    margin-bottom: 40px;
}

.contact_section a {
    color: #848484;
    font-size: 24px;
}

.offcanvas-body .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.offcanvas-body .accordion-item:first-of-type>.accordion-header .accordion-button {
    background: transparent;
    font-size: 30px;
    color: #1e293b;
}

.offcanvas-body .accordion-title-link {
    display: block;
    /* padding: 15px; */
    font-size: 30px;
    text-decoration: none;
    font-weight: 400;
    color: #1e293b;
}

.offcanvas-body .accordion-title-link:hover {
    color: var(--primary-900);
}

.offcanvas-body .menu_bg_sec,
.offcanvas-body .accordion {
    background: #ffffff;
    border-radius: 30px;
    padding: 25px 25px 10px 25px;
    margin: 25px 0;
}

.offcanvas-body .accordion-icon-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    box-shadow: none;
}

.offcanvas-body .accordion-icon-btn:focus {
    border: none;
    background: none;
    box-shadow: none;
}

.offcanvas-body .bi-envelope,
.offcanvas-body .bi-telephone {
    color: var(--primary-900);
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    margin-right: 7px;
}

.offcanvas-body .accordion-icon-btn::after {
    transition: transform 0.2s;
}

.offcanvas-body .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.offcanvas-body .accordion-toggle-btn::after {
    display: none !important;
}

.offcanvas-body .accordion-toggle-btn {
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 0 0 5.8px rgba(125, 125, 125, 0.25);
    border-radius: 25px;
    background: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-body .icon-plus {
    display: block;
}

.offcanvas-body .icon-minus {
    width: 20px;
    height: 2px;
    background: #0f766e;
    display: none;
}

.offcanvas-body .accordion-toggle-btn:not(.collapsed) .icon-plus {
    display: none;
}

.offcanvas-body .accordion-toggle-btn:not(.collapsed) .icon-minus {
    display: block;
}

.offcanvas-body .women_section a {
    background: #ffffff;
}

/* for navbar end here */
.hero-section {
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.hero-section .container {
    z-index: 2;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* your requested overlay */
    z-index: 2;
}

.btn-consult {
    background-color: var(--btn-red);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    padding: 20px 40px;
    border: none;
}

.btn-consult:hover {
    background-color: var(--btn-red-hover);
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.why-section {
    background-color: var(--section-bg-color);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.why-container {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.why-fixed {
    flex: 0 0 200px;
    color: var(--primary-900);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    border-right: 1px solid #34d399;
}

.why-scroll-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.why-scroll {
    display: flex;
    align-items: center;
    gap: 80px;
    white-space: nowrap;
}

.feature-item {
    display: flex;
    align-items: center;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    gap: 7px;
    color: var(--primary-900);
    min-width: 240px;
}

.treatments-section {
    margin: 130px 0;
}

.treatment-card {
    background-color: var(--color-white);
    border-radius: 32px;
    color: var(--primary-900);
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    height: 90%;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.treatment-card img {
    align-self: flex-end;
}

.treatment-card .plus-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--btn-color);
    color: #ffffff;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.rolling-text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 184px;
    vertical-align: bottom;
    margin-left: 19px;
}

.rolling-text {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    will-change: transform;
}

.treatment-heading {
    color: var(--primary-900);
}

.restore_text {
    line-height: 175px;
    color: var(--primary-900);
}

.rolling-text span {
    display: block;
    font-weight: 700;
    color: var(--primary-900);
    font-size: 80px;
    line-height: 175px;
}

.rolling-text-section {
    position: relative;
    display: inline-block;
}

.rolling-text-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 98px;
    height: 6px;
    background-color: #2f0052;
}

.rolling-text-section::after {
    content: "";
    position: absolute;
    left: 202px;
    top: 140px;
    width: 301px;
    height: 5px;
    background-color: #2f0052;
    border-radius: 0;
}

.we-treat-section {
    /* background-color: #F8FAFC; */
    padding: 20px 0;
}

.strikethrough-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.strike-item {
    position: relative;
    display: block;
    width: fit-content;
    color: var(--primary-900);
    cursor: pointer;
    margin: 0 auto;
    overflow: visible;
}

.strike-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    /* height: 0.1px; */
    background-color: #000000;
    transform: translateY(-50%);
}

/* === Treatments Grid Adjustments === */
.treatments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

/* .treat-col {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.treatments-grid[data-count="4"] .treat-col:nth-child(4) {
	flex: 0 0 100%;
	max-width: 100%;
}

.treatments-grid[data-count="5"] .treat-col:nth-child(4),
.treatments-grid[data-count="5"] .treat-col:nth-child(5) {
	flex: 0 0 50%;
	max-width: 50%;
}

.treatments-grid[data-count="7"] .treat-col:nth-child(7) {
	flex: 0 0 100%;
	max-width: 100%;
}

.treatments-grid .treat-col:last-child:nth-child(3n+1):nth-last-child(1) {
	flex: 0 0 100%;
	max-width: 100%;
}

.treatments-grid .treat-col:nth-last-child(2):nth-child(3n+1),
.treatments-grid .treat-col:nth-last-child(1):nth-child(3n+2) {
	flex: 0 0 50%;
	max-width: 50%;
} */

.treat_the_cause {
    font-size: 70px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 70px;
    color: #1e293b;
}

.treat_the_cause_sub {
    color: var(--primary-900);
}

.treat_the_cause_box {
    border-radius: 30px;
    padding: 70px 18px 0px 14px;
}

.treat_the_cause_box_end {
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 100px;
}

.treat_the_cause_box_end .care_box {
    margin-bottom: 0px;
}

.treat_the_cause_box .top-text,
.treat_the_cause_box_end .top-text {
    font-size: 36px;
    color: #1e293b;
}

.treat_the_cause_box .sub_text,
.treat_the_cause_box_end .sub_text {
    color: #5c5c5c;
}

.treat_the_cause_box .color_text,
.treat_the_cause_box_end .color_text {
    color: var(--primary-900);
}

.color_text {
    color: var(--primary-900);
}

.treat_the_cause_box_end img {
    margin-right: 100px;
}

.care_box {
    margin-bottom: 40px;
}

.btn_custom_primary {
    font-size: 20px;
    background-color: var(--btn-color);
    border-radius: 35px;
    color: var(--color-white);
    text-decoration: none;
}

.care_btn {
    padding: 20px 85px;
}

.treatment_btn {
    padding: 20px 36px;
}

.progress_btn {
    padding: 20px 63px;
}

.btn_custom_primary:hover {
    background-color: var(--btn-color-hover);
    color: var(--color-white);
}

.treat_the_cause_box .dr-image {
    right: 0;
    bottom: 0;
}

.care_text_box {
    max-width: 59%;
}

.clinical_grade .overlay {
    background: rgba(230, 244, 234, 60%);
    z-index: 1;
}

.clinical_grade video {
    z-index: 0;
}

.clinical_grade .container-fluid {
    z-index: 2;
}

.clinical_grade .heading_text {
    width: 70%;
    color: var(--primary-900);
    line-height: 1.2;
}

/* Badge styling */
.animate_badge {
    padding: 20px;
    border-radius: 75px;
    display: inline-block;
    color: var(--primary-900);
    border: 1px solid var(--primary-900) !important;
    /* backdrop-filter: blur(8px); */
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Base structure */
.badges-section {
    width: 100%;
    overflow: hidden;
}

.badges-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 15px 0;
}

.badges-track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Continuous loop animations */
.marquee-right-left .badges-track {
    animation: scroll-left 25s linear infinite;
}

.marquee-left-right .badges-track {
    animation: scroll-right 25s linear infinite;
}

/* Keyframes for seamless looping */
/* @keyframes scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	from {
		transform: translateX(-10%);
	}

	to {
		transform: translateX(100%);
	}
} */

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.clinical_grade .bottom-text {
    color: var(--primary-900);
    font-size: 30px;
    width: 50%;
}

.btn_assessment {
    padding: 15px 50px;
}

.btn_red {
    background-color: var(--btn-red) !important;
    color: #000000;
}

.btn_red:hover {
    background-color: var(--btn-red-hover) !important;
}

/* how it wirk ======================== */
.text-teal {
    color: var(--primary-900);
    /* matches your screenshot’s teal tone */
}

/* Center line + dot setup */
.step-line {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 50px;
}

/* The teal dot */
.step-line .dot {
    width: 12px;
    height: 12px;
    background: #86efac;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 124, 122, 0.25);
    z-index: 2;
}

/* Connecting dotted lines */
.step-item .step-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-top: 2px dotted rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Arrow indicator */
.step-item:not(:last-child)::after {
    content: "›";
    position: absolute;
    top: 97px;
    right: 0%;
    font-size: 35px;
    color: #a2a2a2;
}

.step-item:nth-child(2) .text-teal {
    margin-bottom: 0 !important;
}

.step-item:nth-child(2) .step-line {
    height: 21px !important;
}

.step-item:nth-child(2) .small {
    margin-top: 17px !important;
}

/* Text styles */
.step-item h5 {
    font-size: 2rem;
    font-weight: 400;
    width: 80%;
}

.step-item p {
    max-width: 255px;
    color: #000000;
}

.how-it-works .heading {
    color: var(--primary-900);
}

/* testimonial Section */
.testimonials-section {
    /* background: url("https://primepulserx-dev.webgen.me/wp-content/uploads/2025/11/Rectangle-6469-1.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
    background: var(--section-bg-color);
}

.men-say-heading {
    color: var(--primary-900);
}

.card-inner {
    position: relative;
    height: 579px;
    border-radius: 30px;
    overflow: hidden;
}

.image-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition:
        background-image 0.5s ease,
        transform 0.4s ease;
    z-index: 1;
}

.testimonials_badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.overlay {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.6) 100%);
    transition: opacity 0.3s ease;
    z-index: 2;
    padding: 35px 20px;
}

.toggle-btn {
    position: absolute;
    bottom: 41px;
    right: 27px;
    width: 47px;
    height: 47px;
    /* font-size: 35px; */
    line-height: 1;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.testimonials_name {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.toggle-btn:active {
    transform: scale(0.96);
}

/* Expanded content */
.expanded-content {
    position: absolute;
    inset: 0;
    padding: 28px 0px 6px 25px;
    opacity: 0;
    transform: scale(0.98);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    pointer-events: none;
    z-index: 3;
}

.expanded-content .user_area {
    width: 52%;
}

.lead {
    /* color: #4B5563; */
}

.expanded-content .lead {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* width: 50%; */
}

.expanded-content span {
    font-size: 20px;
}

.expanded-content .service {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 14px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* width: 50%; */
}

/* State: expanded */
.testimonial-card.expanded .expanded-content {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.testimonial-card.expanded .overlay {
    opacity: 0;
    pointer-events: none;
    /* avoid intercepting clicks */
}

/* Swiper widths */
.testimonials-section .swiper-slide.expanded {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.testimonials-section .swiper-slide:not(.expanded) {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.swiper-pagination-bullet {
    border: 1px solid var(--color-white);
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: var(--color-white);
    transform: scale(1.2);
}

/* one app design section */
.regenerative-app-section {
    height: 920px;
    background: var(--section-bg-color);
}

.regenerative-app-section .heading_text {
    color: var(--primary-900);
    margin-bottom: 80px;
}

.regenerative-app-section .feature-item {
    border-bottom: 0.1px dotted #999999;
    margin-bottom: 85px !important;
    transition: all 0.3s ease;
}

.regenerative-app-section .feature-item .icon-wrap:hover {
    transform: translateY(-3px);
}

/* blog section */
.blog-section {
    margin-top: 130px;
}

.blog_heading_black {
    color: #1e293b;
}

.blog_heading_color {
    color: var(--primary-900);
}

.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 45px;
}

.blog-card img {
    height: 373px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-card .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 25px 35px;
    color: #fff;
    /* font-family: inter; */
    font-size: 36px;
    font-weight: 700;
}

.category-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 120px;
    border: 1px solid var(--primary-900);
    border-radius: 25px;
    font-size: 30px;
    color: #787878;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-pill:hover {
    background-color: var(--primary-900);
    color: #fff;
    border-color: var(--primary-900);
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: #fff !important;
    color: var(--primary-900) !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    line-height: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.owl-nav button:hover {
    background: var(--primary-900) !important;
    color: #fff !important;
}

.owl-nav .owl-prev {
    left: -60px;
}

.owl-nav .owl-next {
    right: -60px;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* matches the one-dup tactic */
}

.owl-carousel .owl-stage {
    display: flex;
    transition: none !important;
    will-change: transform;
}

/* Keep your existing nav styles; example: */
#blogCarousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: #fff !important;
    color: var(--primary-900) !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    line-height: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

#blogCarousel .owl-nav .owl-prev {
    left: -60px;
}

#blogCarousel .owl-nav .owl-next {
    right: -60px;
}

/* faq section */

.faq-section {
    padding: 80px 0;
}

.faq-title {
    color: var(--primary-900);
}

/* Accordion style */
.faq-section .accordion-item {
    border: none;
    padding: 15px 0;
    background: none;
}

.faq-section .accordion-button {
    background: transparent;
    box-shadow: none !important;
    font-size: 36px;
    font-weight: 400;
    padding: 20px 0;
    color: var(--primary-900) !important;
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke='%2315803D' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
    background-repeat: no-repeat;
    background-size: 45px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    width: 45px;
    height: 45px;
    content: "";
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke='%2315803D' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/></svg>");
    transform: rotate(180deg);
}

.faq-section .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
}

.faq-section .accordion-body {
    color: #7d7777;
    padding-left: 0;
    padding-top: 0;
    max-width: 95%;
}

/* View all button */
.view-all-btn {
    border: 1px solid #d3d3d3;
    background: var(--primary-800);
    border-radius: 40px;
    padding: 10px 11px 10px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: var(--secondary-900);
    color: #fff;
}

.view-all-btn i {
    color: var(--primary-900);
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    color: #fff;
    transform: translateX(4px);
}

footer ul li {
    margin-bottom: 25px;
}

.list-unstyled i,
.contact i {
    color: var(--primary-900);
}

footer .social_media_link {
    font-size: 24px;
    font-weight: 300;
}

.newsletter {
    margin: 80px 0;
}

.newsletter .first-text {
    color: var(--primary-900);
}

.newsletter input {
    font-size: 20px;
}

.newsletter input::placeholder {
    color: #ffffff;
    font-family: "lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.newsletter .form-control:focus {
    box-shadow: none;
    color: none;
    outline: none;
}

.women_section a {
    background: var(--primary-900);
    border-radius: 15px;
}

.women_section .title {
    font-family: raleway;
    font-size: 28px;
}

.copyright {
    margin-top: 124px;
    color: #ffffff;
}

/* ========================== Treatment Page ================================== */
.btn_gradiant {
    background: linear-gradient(90deg, #002f6c 0%, #0046a1 100%);
    border: none;
}

.banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.treatment-banner h2 {
    color: #1e293b;
}

.treatment-banner h2 .color_text {
    color: var(--primary-900);
}

.banner-section .row {
    padding-top: 200px;
}

.banner-section .content-box {
    border-radius: 0 35px 35px 0;
    padding: 65px 45px 65px 145px;
}

.content-box .lead {
    font-size: 32px;
    color: #4b5563;
}

.content-box ul li {
    font-size: 20px;
    padding-bottom: 10px;
    color: #4b5563;
}

.content-box ul li::marker {
    color: var(--primary-800);
}

.banner-section .left_img_section {
    /* z-index: 1; */
    display: flex;
    justify-content: center;
}

/* .why-section-treat {
	background-color: #17716f;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.why-container-treat {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.why-scroll-wrapper-treat {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.why-scroll-treat {
	display: flex;
	align-items: center;
	gap: 55px;
	white-space: nowrap;
	padding-inline: 30px;
}

.feature-item-treat {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 18px 28px;
	border-radius: 50px;
	min-width: 240px;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(6px);
	transition: all 0.3s ease;
}

.feature-item-treat:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-2px);
} */

/* ================= BMI Section ================= */
.bmi-section {
    padding: 145px 0;
}

.bmi-section .container {
    color: #fff;
    border-radius: 34px;
}

.bmi-wrapper {
    background: var(--section-bg-color);
    border-radius: 34px;
}

.bmi-left {
    padding: 50px 20px;
    color: var(--primary-900);
}

.bmi-left p {
    color: #4b5563;
}

.bmi-left h1 {
    font-size: 200px;
}

.bmi-right {
    max-width: 30%;
    border-radius: 28px;
    padding: 90px 25px;
}

.btn_green {
    font-size: 20px;
    background-color: var(--primary-800);
    border-radius: 35px;
    color: var(--color-white);
    text-decoration: none;
}

.btn_green:hover {
    background-color: var(--secondary-900);
    color: var(--color-white);
}

.bmi-right h1 {
    font-size: 55px;
    line-height: 69px;
}

.btn_bmi {
    padding: 15px 65px;
}

.bmi-heading {
    font-size: 42px;
}

/* ============ Product card section ================ */
/* .info-section {
	position: relative;
	display: inline-block;
	z-index: 30;
}

.info-hover-icon {
	font-size: 45px;
}

.info-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 20;
}

.info-float-box {
	position: absolute;
	top: 0%;
	left: 130%;
	background: #d7d7d7;
	border-radius: 16px;
	padding: 15px;
	width: 433px;
	max-width: 90vw;
	font-size: 14px;
	line-height: 1.7;
	color: #222;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s ease;
	z-index: 40;
}

.info-float-box ul {
	padding-left: 1.2rem;
	margin: 0;
}

.info-float-box li {
	margin-bottom: 12px;
	color: #5e5e5e;
}

.info-hover-icon:hover .info-float-box {
	opacity: 1;
	pointer-events: auto;
}

.info-hover-icon:hover .info-overlay {
	opacity: 1;
	pointer-events: auto;
} */

.left_sec {
    position: relative;
    display: inline-block;
}

.info-hover-icon {
    font-size: 45px;
}

/* overlay hidden by default */
.info-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 20;
}

/* tooltip hidden by default */
.info-float-box {
    position: absolute;
    top: 75%;
    left: 4%;
    transform: translateX(50%);
    background: #d7d7d7;
    border-radius: 16px;
    padding: 15px;
    width: 433px;
    max-width: 90vw;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
    z-index: 40;
}

/* show tooltip + overlay on hover */
.info-wrapper:hover .info-float-box,
.info-wrapper:hover .info-overlay {
    opacity: 1;
    pointer-events: auto;
}

.product-section .left_sec .text-color {
    color: var(--primary-900);
    width: 90%;
}

.product-card {
    padding: 20px;
    border-radius: 31px;
    transition: transform 0.3s ease;
    height: 555px;
}

.product-title {
    background: #f5f1f8;
    border-radius: 21px;
    padding: 30px;
    margin-bottom: 20px;
}

.product-title h5 {
    color: var(--primary-900);
}

.hover_product_content {
    display: none;
}

.hover_product_content p {
    color: #474747;
    padding-top: 19px;
}

.hover_product_content h5 {
    color: var(--primary-900);
    padding-top: 40px;
}

.product-card:hover .hover_product_content {
    display: block;
    margin-top: 10px;
    transition: all 0.5s ease;
}

.btn-product-card {
    padding: 13px 40px;
    border-radius: 47px;
}

.btn-product-dark {
    background: var(--btn-color);
    color: #ffff;
}

.btn-product-light {
    background: var(--primary-800);
    color: #ffff;
}

.btn-product-dark:hover {
    background: var(--btn-color-hover);
    color: #ffff;
}

.btn-product-light:hover {
    background: var(--secondary-900);
    color: #ffff;
}

.product-section .btn-nav {
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.product-section .btn-nav .bi-arrow-left::before {
    color: #000000;
}

.product-section .btn-nav .bi-arrow-right::before {
    color: var(--primary-900);
}

.product-section .btn-nav:hover {
    background: #d7d7d7;
    color: #fff;
}

/* ============ treatment info accordion ===========*/
.management-accordion {
    margin-top: 130px;
    background: #f8fafc;
    padding-top: 103px;
}

.management-accordion .color_text {
    color: var(--primary-900);
    font-size: 70px;
}

.management-accordion .black_text {
    color: #1e293b;
    font-size: 70px;
}

.management-accordion .steps-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin: 50px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.management-accordion .accordion-button {
    color: var(--primary-900);
    font-size: 32px;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 30px 0;
}

.management-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-900);
    background: transparent;
    box-shadow: none;
}

.management-accordion .accordion-item {
    border: none;
    position: relative;
    margin: 0;
}

.management-accordion .accordion-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right,
            rgba(197, 197, 197, 100) 60%,
            transparent 0%);
    background-size: 28px 5px;
    background-repeat: repeat-x;
}

.management-accordion .accordion-body {
    color: #000000;
    /* padding-top: 0;
	padding-left: 0; */
    padding: 0 0 50px 0;
}

.management-accordion .accordion-item:last-child {
    border-bottom: none;
}

.management-accordion .accordion-button::after {
    content: "";
    background-image: url("https://femhavenrx-dev.webgen.me/wp-content/uploads/2025/12/Arrow-11-Stroke.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    width: 32px;
    height: 20px;
    transform: rotate(-90deg);
    transition:
        transform 0.4s ease,
        background-size 0.3s ease;
    margin-left: auto;
}

.management-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-size: 24px;
}

.management-accordion .accordion-button:focus {
    box-shadow: none;
}

/* ====== Program Section ======*/
.program-section {
    margin: 130px auto;
}

.program-title {
    color: #1e293b;
}

.program-title span {
    color: var(--primary-900);
}

.program-hero {
    background-color: var(--section-bg-color);
    border-radius: 29px;
    color: #fff;
    padding: 20px 40px;
}

.program-hero .row {
    gap: 65px;
}

.program-hero-right {
    padding-left: 100px;
}

.program-hero-content h1 {
    color: var(--primary-900);
    font-size: 36px;
}

.program-hero-content p {
    color: #4b5563;
}

.program-hero-content .btn_custom_plan {
    border-radius: 35px;
    font-weight: 400;
    padding: 20px 40px;
    font-size: 20px;
    background: var(--btn-color);
    color: #ffffff;
    transition: all 0.3s ease;
}

.program-hero-content .btn_custom_plan:hover {
    background: var(--btn-color-hover);
    color: #ffffff;
}

.program-features {
    position: relative;
}

.program-features .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.program-features .swiper-wrapper {
    padding: 30px 0;
}

.program-feature-card {
    border-radius: 29px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.program-feature-card:hover {
    transform: translateY(-5px);
}

.program-feature-content {
    padding: 30px 20px;
    background-color: #ffffff;
    min-height: 180px;
    border-radius: 0 0 29px 29px;
}

.program-feature-content h4 {
    color: var(--primary-900);
}

.program-feature-content p {
    color: #6b7280;
}

.program-features .btn-nav {
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.program-features .btn-nav .bi-arrow-left::before {
    color: #000000;
}

.program-features .btn-nav .bi-arrow-right::before {
    color: var(--primary-900);
}

.program-features .btn-nav:hover {
    background: #d7d7d7;
    color: #fff;
}

/* =============== About section ===============*/
.about-section {
    margin-bottom: 130px;
}

.about-section .container {
    background: #f3f3f3;
    border-radius: 28px;
    padding: 15px;
}

.about-text-area h2 {
    font-size: 70px;
    font-weight: 500;
    color: #1e293b;
}

/* .about-text-area .black-text {
	color: #333333;
} */

.about-text-area .color-text {
    color: var(--primary-900);
}

/* --------------------------------- Section: Science Driven ----------------------------------*/
.science-driven-section {
    padding: 65px 0 0 0;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 200px;
}

.science-driven-section .row {
    gap: 100px;
}

.science-driven-content {
    width: 38%;
}

.science-driven-title {
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1e293b;
}

.science-driven-title span {
    color: var(--primary-900);
}

.science-driven-device {
    position: relative;
    text-align: center;
}

.science-driven-device .mobile-image {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.science-driven-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgb(92 92 92 / 26%);
    backdrop-filter: blur(10px);
    border-radius: 69px;
    color: #000000;
    font-size: 20px;
    width: 317px;
    padding: 23px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.science-driven-bubble:hover {
    transform: translateY(-3px);
}

.science-driven-bubble img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.science-driven-bubble:nth-child(3) {
    top: -3%;
    left: 0%;
}

.science-driven-bubble:nth-child(4) {
    top: 33%;
    left: -5%;
}

.science-driven-bubble:nth-child(5) {
    bottom: 10%;
    left: 0%;
}

/* right side bubble */
.science-driven-bubble:nth-child(6) {
    top: 19%;
    right: -5%;
    flex-direction: row-reverse;
}

.science-driven-bubble:nth-child(7) {
    bottom: 19%;
    right: -5%;
    flex-direction: row-reverse;
    padding: 17px;
}

/* ================ Modal Base ============== */
.bmi-modal-content {
    border-radius: 25px;
    overflow: hidden;
    border: none;
}

/* Section Styling */
.bmi-modal-section {
    background: #fff;
    border-radius: 25px;
}

.bmi-form-section {
    padding-right: 30px;
}

.bmi-title {
    font-size: 50px;
    color: #333333;
}

.bmi-subtitle {
    color: #5c5c5c;
}

.bmi-form-section .form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #ccc;
}

.bmi-calculate-btn {
    background-color: #001a3e;
    color: #fff;
    padding: 12px;
    border-radius: 35px;
    font-size: 18px;
    border: none;
    transition: 0.3s;
}

.bmi-calculate-btn:hover {
    background-color: #00356f;
}

.bmi-result-section {
    background-color: #4aa3a1;
    border-radius: 25px;
    color: #fff;
    padding: 25px;
    position: relative;
}

.bmi-value {
    text-align: center;
    position: absolute;
    font-size: 18px;
    top: 33%;
    transform: translateX(-50%);
    left: 50%;
}

.bmi-value p {
    font-size: 16px;
}

.bmi-number {
    font-size: 75px;
    font-weight: 400;
    font-family: inter;
}

.bmi-info {
    background: #2f8b88;
    color: #fff;
    font-size: 15px;
    border-radius: 38px;
}

.bmi-info p {
    font-family: inter;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.bmi-arc {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: inter;
}

.bmi-label {
    position: absolute;
    color: #fff;
}

.calc_bmiForm label {
    font-size: 20px;
    font-weight: 500;
}

.bmi-label:nth-child(1) {
    left: 18%;
    bottom: 0;
}

.bmi-label:nth-child(2) {
    left: 21%;
    bottom: 150px;
}

.bmi-label:nth-child(3) {
    right: 57%;
    bottom: 230px;
}

.bmi-label:nth-child(4) {
    right: 19%;
    bottom: 145px;
}

.bmi-label:nth-child(5) {
    right: 18%;
    bottom: 0;
}

/* ================ product Page ============*/
.product-page-banner .left_img_section {
    background: #f5f5f5;
    border-radius: 41px;
    padding: 70px;
}

.product-page-banner .right-box h2 {
    font-size: 64px;
    color: #1e293b;
}

.product-page-banner .right-box ul li,
.product-page-banner .right-box p {
    color: #4b5563;
}

.product-page-banner p a {
    color: var(--primary-900);
}

.product_studies {
    margin-top: 127px;
    background: var(--section-bg-color);
}

.product_studies .row {
    padding: 113px 0 65px 0;
}

.product_studies .up-to {
    color: var(--primary-900);
    font-size: 70px;
    /* line-height: 0; */
}

.product_studies .percent-num {
    color: var(--primary-900);
    font-size: 250px;
    line-height: 1;
}

.product_studies h1 {
    color: var(--primary-900);
    letter-spacing: -1.5px;
    font-size: 42px;
}

.product_studies p {
    width: 90%;
}

.product_overview {
    /* background: #F4F4F4; */
    padding: 100px 0;
}

.product_overview .heading-text {
    font-size: 70px;
    color: #1e293b;
}

.product_overview .sub-heading {
    font-size: 24px;
}

.product_overview .overview_box {
    background: #ffffff;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 30px;
}

.treat_btn {
    color: #3c3c3c;
    margin-right: 10px;
}

.btn_overview {
    font-size: 24px;
    background: var(--primary-900);
    color: #ffff;
    border-radius: 25px;
    padding: 15px 0;
    width: 100%;
}

.overview_sec {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
}

.overview_sec h5 {
    color: var(--primary-900);
}

.overview_sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right,
            #b7b7b7 1px,
            #b7b7b7 13px,
            transparent -2px,
            transparent 25px);
    opacity: 0.9;
}

.overview_sec:last-child::after {
    display: none;
}

.overview_sec:last-child {
    padding: 0;
}

.overview_sec p:last-child {
    margin: 0;
}

.product-about-section {
    padding: 125px 0;
}

.product-about-section .about-text-area {
    padding: 40px 144px 0 64px;
}

.product-about-section .about-text-area p {
    margin: 50px 0;
    color: #1f1f1f;
}

.product-about-section .container {
    background: #f3f3f3;
    border-radius: 51px;
    padding: 36px;
}

.safety_information {
    margin-bottom: 130px;
}

.safety_information_box {
    border: 1px solid #d9d9d9;
    border-radius: 69px;
    padding: 32px 30px;
}

.safety_information_box .top-text {
    font-size: 70px;
    color: #1e293b;
}

/* =========== Safety Information Page =========*/
.safety-banner-section h1 {
    font-size: 70px;
    color: var(--primary-900);
    text-align: center;
    padding-bottom: 100px;
}

.safety_info_section p {
    font-size: 20px;
    color: #1f1f1f;
}

/* =========== Blog Listing Page =========*/
.blog_listing .filter_section {
    margin-bottom: 30px;
}

.blog_listing .btn_blog_filter {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #0f766e;
}

.blog_listing .btn_blog_submit,
.single_blog_section .btn_blog_submit {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.blog_listing .btn_blog_search {
    font-size: 20px;
    color: #0f766e;
}

.blog_listing .blog-card {
    border-radius: 30px;
}

.blog_title {
    position: absolute;
    left: 5%;
    bottom: 5%;
    right: 5%;
    font-size: 26px;
    color: #ffffff;
}

.blog_sidebar {
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 40px 40px 0 40px;
    border-radius: 16px;
    /* z-index: -1; */
}

.text_head_side {
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--primary-900);
}

.text_head_side:nth-child(3),
.text_head_side:nth-child(5) {
    margin-top: 40px;
}

.btn_cat {
    background: var(--primary-800);
    border-radius: 30px;
}

.btn_cat:hover {
    background: var(--secondary-900);
}

.blog_sidebar ul {
    padding: 0;
}

.blog_sidebar ul li img {
    width: 107px;
    margin-right: 20px;
    border-radius: 5px;
}

.blog_sidebar ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #676767;
}

.blog_sidebar ul li {
    margin-bottom: 30px;
}

.blog_sidebar .cat_sidebar {
    margin-bottom: 25px;
}

.blog_sidebar .cat_sidebar a {
    font-size: 24px;
}

.filter_section .form-select {
    background-image: none !important;
}

.filter_section .form-select,
.filter_section .form-control,
.single_blog_section .form-select,
.single_blog_section .form-control {
    background-color: #f8fafc;
    border-color: #c8c8c8;
    font-size: 15px;
    border-radius: 11px;
    padding: 18px 50px 18px 18px;
}

.filter_section .form-select:focus,
.filter_section .form-control:focus,
.single_blog_section .form-select:focus,
.single_blog_section .form-control:focus {
    box-shadow: none !important;
    border-color: #0f766e !important;
}

.blog_listing .pagination-style {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.blog_listing .pagination-style li {
    font-size: 20px;
}

.blog_listing .pagination-style li a {
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
}

.blog_listing .pagination-style li span {
    padding: 10px 17px;
    border-radius: 50%;
}

.blog_listing .pagination-style .current {
    background-color: var(--primary-800);
    color: #fff !important;
}

.blog_listing .pagination-style li a:hover {
    color: #0f766e;
}

.blog_listing .pagination-style li .next {
    font-weight: 700;
}

/* ================ 404 Page ================ */
.error_sec404 {
    margin: 250px 0 150px 0;
    text-align: center;
}

.error_sec404 {
    padding: 4rem 0;
    position: relative;
}

.error_text {
    font-size: 350px;
    font-weight: 800;
    font-family: sans-serif;
    text-align: center;
    color: #0f766e26;
    line-height: 1;
}

.error_sec404 .page-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin-bottom: 0;
    transform: translateY(-50%);
}

.error_sec404 .page-title h1 {
    color: var(--primary-800);
    margin-bottom: 2rem;
    font-size: 60px;
}

.btn_404 {
    padding: 17px 50px;
    background: var(--btn-color);
    border-radius: 50px;
    color: #ffff;
}

.btn_404:hover {
    background: var(--btn-color-hover);
    color: #ffff;
}

.btn_404 .btn_icon {
    margin-left: 10px;
}

.single_blog_section {
    margin-top: 208px;
}

.single_blog_title {
    font-size: 60px;
    color: var(--primary-900);
}

.more_blogs {
    margin-bottom: 100px;
}

.more_blogs .blog-card {
    border-radius: 30px;
    padding: 10px 0;
}

.more_blogs .blog-card:hover img {
    transform: scale(1.05);
    border-radius: 30px;
}

.more_blogs .more_blogs_heading {
    color: var(--primary-900);
    font-size: 70px;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 45px;
}

.single_blog_section form {
    margin-bottom: 20px;
}

.searchresult-section h1 {
    font-size: 70px;
    color: #000000;
    text-align: center;
}

.search_results_page .form-control {
    padding: 20px !important;
    font-size: 20px !important;
}

.search-card {
    border: 1px solid #c8c8c8;
    padding: 10px;
    border-radius: 25px;
    max-height: 484px;
}

.search-card img {
    height: 275px;
}

.btn-searchresult {
    padding: 10px 45px;
    font-size: 18px;
    background-color: var(--btn-color);
    border-radius: 35px;
    color: var(--color-white);
    text-decoration: none;
}

.btn-searchresult:hover {
    background-color: var(--btn-color-hover);
    color: var(--color-white);
}

/* ============== News Letter ================== */
.noptin-form-footer {
    padding: 0;
    margin-top: 10px;
}

.newsletter input {
    font-size: 20px;
    padding: 0;
    background: transparent;
    border: none;
}

.noptin-form-footer .noptin-form-submit {
    padding: 5px 20px;
    border-radius: 50px;
}

/* ============= About Page ============= */
.about_banner {
    margin-top: 60px;
}

.about_banner .image_box {
    text-align: center;
}

.aboutpage-text-area h2 {
    font-size: 70px;
    color: var(--primary-900);
}

.aboutpage-text-area p {
    font-size: 25px;
    color: #4b5563;
}

.aboutpage-text-area h4 {
    font-size: 42px;
    color: var(--primary-900);
}

/* ============= Faq Page ============= */
.faq_page {
    margin: 75px 0 150px 0;
}

.faq_page .faq-section {
    padding: 0;
}

.faq_page .custom-tabs {
    gap: 30px;
}

.faq_page .faq_tab {
    font-size: 24px;
    font-weight: 500;
    padding: 15px 75px;
    border: 1px solid #000000;
    color: #7e7e7e;
    border-radius: 66px;
}

.faq_page .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-800) !important;
    border: 1px solid var(--primary-800);
    color: var(--color-white);
}

.popup-search input:focus {
    box-shadow: none;
    border-color: var(--primary-900);
}

/* Form Background */
.subscribe-form {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Email Field Container */
.subscribe-input {
    flex: 1;
    position: relative;
}

/* Email Input */
.subscribe-input input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 5px;
    font-size: 16px;
    color: #fff;
    outline: none;
}

/* Placeholder */
.subscribe-input input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Button Container */
.subscribe-btn {
    flex-shrink: 0;
}

/* Subscribe Button */
.subscribe-btn input[type="submit"] {
    background: #ff9999;
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

/* Button Hover */
.subscribe-btn input[type="submit"]:hover {
    background: #ff9191;
}

/* Remove default CF7 spacing */
.subscribe-form p {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
    .subscribe-form {
        flex-direction: column;
        align-items: stretch;
    }

    .subscribe-btn input[type="submit"] {
        width: 100%;
        margin-top: 15px;
    }
}

.blog_faq_heading {
    font-size: clamp(16px, 1.5rem + 0.5vw, 30px);
    color: var(--primary-900);
}

.blog-page-faq .accordion-button {
    font-size: clamp(16px, 1.5vw, 20px) !important;
    padding: 5px 0;
}

.blog-page-faq .accordion-button::after {
    background-size: 35px;
    width: 35px;
    height: 35px;
}

.blog-page-faq .accordion-item {
    /* padding: 10px 20px; */
    background: #ffffff78;
    margin: 15px 0;
    /* border-radius: 10px; */
}
.blog-page-faq .accordion-item {
    padding: clamp(8px, 2vw, 10px) clamp(10px, 4vw, 20px) !important;
    border-radius: clamp(6px, 1vw, 10px);
}

.blog-page-faq .accordion-body {
    padding-bottom: 0;
}

/* table of contents */
.custom-toc {
    background: #f3f4f6;
    border-radius: 1.25rem;
    padding: clamp(1rem, 3vw, 2rem);
    margin: clamp(1.5rem, 4vw, 3rem) 0;
    width: fit-content;
}

.custom-toc h3 {
    margin: 0 0 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    font-weight: 700;
}

.custom-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.custom-toc a {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    color: #222;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.5;
    font-weight: 500;
}

.custom-toc a:hover {
    color: var(--primary-800);
}

.custom-toc a i {
    color: var(--primary-800);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    flex-shrink: 0;
}

/* blog image issue fix */
.blog-content img {
    max-width: 100%;
    height: auto;
}