/* Sentient font-family: self-hosted OTFs
   Place your .otf files in ./fonts relative to this CSS file.
   You can rename the paths below if your structure differs.
*/
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-ExtralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sentient';
    src: url('webfonts/Sentient-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Optional: set as your site default */
:root {
--font-sans: 'Sentient', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

/* Prevent horizontal scroll on mobile */
html {
    overflow-x: hidden;
    max-width: 100vw;
}

body { 
    background: url('../../images/dtc-par/fastaxol__lander1__main-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #001C38;
    font-family: var(--font-sans);
    overflow-x: hidden;
    max-width: 100vw;
}

.hero-section {
	background: url('../../images/dtc-par/fastaxol__lander1__HERO-bg.webp') no-repeat center center;
	background-size: cover;
}

/* Constrain containers and content to viewport (avoids horizontal scroll on mobile) */
.container,
.container-fluid {
}

h1 {
    font-family: 'Sentient', serif;
    font-weight: 400;
    font-size: 42px;
    font-style: normal;
    letter-spacing: -2px;
    line-height: 1.1;
}

h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1.3;
}

.text-primary {
    color: #001C38 !important;
}

.text-secondary {
    color: #F9B738 !important;
}

.pill {
    background-color: #FFF;
    border: 2px solid #001C38;
    border-radius: 100px;
    color: #001C38;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 10px 40px;
}

.pill-xl {
    background-color: #FFF;
    border: 2px solid #001C38;
    border-radius: 100px;
    color: #001C38;
    font-family: 'Sentient', serif;
    padding: 12px 0px;
}

.pill-xl h1 {
    font-size: 34px;
}

.pill-xl h4 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.line-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.line-list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}

.line-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: #F9B738;
	border-radius: 2px;
}

.line-list li h2 {
    color: #001C38;
    font-family: 'Sentient', serif;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
}

.blockquote {
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px 50px;
    position: relative;
}

.blockquote .img-left {
    position: absolute;
    left: -14px;
    top: 19px;
    width: 55px;
}

.blockquote .img-right {
    position: absolute;
    right: -7px;
    top: 19px;
    width: 55px;
}

/* Equal height cards */
.equal-height-cards .card {
    transition: transform 0.2s ease-in-out;
}

.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.card-body {
    padding: 15px 10px;
}

.card h4,
.media-body h4 {
    font-family: 'Sentient', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
}

.card h5,
.media-body h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
}

/* Cleanse Button Styling */
.cleanse-button {
    background: linear-gradient(135deg, #F9B738 0%, #E8A625 100%);
    border: none;
    border-radius: 10px;
    color: #001C38 !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 18px 0px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(249, 183, 56, 0.3);
    position: relative;
    overflow: hidden;
    width: 100%;
    animation: pulse 2s infinite;
}

.cleanse-button:hover {
    background: linear-gradient(135deg, #E8A625 0%, #D69519 100%);
    color: #001C38 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 183, 56, 0.4);
    text-decoration: none !important;
}

.cleanse-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(249, 183, 56, 0.3);
}

.cleanse-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 183, 56, 0.5);
}

/* Add a subtle pulse animation */
.cleanse-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cleanse-button:hover::before {
    left: 100%;
}

/* Pulse animation keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(249, 183, 56, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(249, 183, 56, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(249, 183, 56, 0.3);
    }
}

/* Ingredient Media Object Styling */
.media {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    -ms-flex-align: center!important;
    align-items: center !important;
}

.media:hover {
    transform: translateY(-3px);
}

.media-object-container {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.media img {
    width: 100%;
    height: 100%;
}

.media-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-body-testimonial p {
    font-size: 18px;
    margin-bottom: 0;
}

.hr {
    border-color: #DADADA;
    border-width: 1px;
    margin: 20px 0;
}

.equal-height-cards .card p {
    font-size: 30px;
}

.equal-height-cards .card .card-body-testimonial p {
    font-size: 18px;
}

.equal-height-cards .card .card-body-testimonial p sup {
    top: -7px;
}

#main-footer .address:before {
    background: url('../../images/dtc-par/fastaxol__lander1__icon-location1.svg') no-repeat no-repeat;

}

#main-footer .phone:before {
    background: url('../../images/dtc-par/fastaxol__lander1__icon-phone1.svg') no-repeat no-repeat;

}

#main-footer .mail:before {
    background: url('../../images/dtc-par/fastaxol__lander1__icon-mail1.svg') no-repeat no-repeat;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Mobile responsive adjustments for ingredient media object */
@media (max-width: 767px) {
    .ingredient-media {
        padding: 20px;
        text-align: center;
        flex-direction: column;
    }
    .media-object-container {
        margin: 0 15px 15px auto;
    }
    .ingredient-title {
        font-size: 22px;
        text-align: center;
    }
    .ingredient-description {
        font-size: 16px;
        text-align: center;
    }

    /* Prevent blockquote and its absolute images from causing horizontal overflow */
    .blockquote {
        padding: 20px 15px 20px 45px;
        overflow: hidden;
    }
    .blockquote .img-left {
        left: 8px;
    }
    .blockquote .img-right {
        right: 8px;
    }

    /* Campaign bar: smaller font and padding on mobile to prevent overflow */
    .campaign-bar {
        padding: 8px 12px !important;
        width: 100%;
        min-width: 0;
    }
    .campaign-bar h4,
    .campaign-bar h5 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 0.95rem;
        line-height: 1.25;
        margin-bottom: 2px;
    }
    .campaign-bar h4 {
        font-size: 1.05rem;
    }
}

/* Campaign bar: prevent horizontal overflow on all viewports */
.campaign-bar {
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .pill {
        font-size: 20px;
        padding: 10px 60px;
    }
    h1 {
        font-size: 60px;
    }
    p {
        font-size: 22px;
    }
    .blockquote {
        padding: 20px;
    }
    .blockquote .img-left {
        left: -20px;
    }
    .blockquote .img-right {
        right: -20px;
    }
    .cleanse-button {
        font-size: 27px;
        padding: 18px 10px;
    }
    .pill-xl {
        padding: 20px 0px;
    }
    .pill-xl h1 {
        font-size: 60px;
    }
    .pill-xl h4 {
        font-size: 22px;
    }
    .equal-height-cards .card p {
        font-size: 22px;
    }
}

/* Fade-in on scroll animations */
.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.fade-in-element.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered fade-in for cards and lists */
.fade-in-stagger {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-in-stagger.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-in from left */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.fade-in-left.fade-in-visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fade-in from right */
.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.fade-in-right.fade-in-visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale fade-in for important elements */
.fade-in-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease-out;
}

.fade-in-scale.fade-in-visible {
    opacity: 1;
    transform: scale(1);
}

/* Delay classes for staggered animations */
.fade-delay-1 { transition-delay: 0.1s; }
.fade-delay-2 { transition-delay: 0.2s; }
.fade-delay-3 { transition-delay: 0.3s; }
.fade-delay-4 { transition-delay: 0.4s; }
.fade-delay-5 { transition-delay: 0.5s; }
.fade-delay-6 { transition-delay: 0.6s; }
.fade-delay-7 { transition-delay: 0.7s; }
.fade-delay-8 { transition-delay: 0.8s; }
.fade-delay-9 { transition-delay: 0.9s; }
.fade-delay-10 { transition-delay: 1.0s; }

/* Responsive animation adjustments */
@media (max-width: 767px) {
    /* Reduce transform distance on mobile for better performance */
    .fade-in-element {
        transform: translateY(30px);
    }
    
    .fade-in-left {
        transform: translateX(-30px);
    }
    
    .fade-in-right {
        transform: translateX(30px);
    }
    
    /* Faster animations on mobile */
    .fade-in-element,
    .fade-in-stagger,
    .fade-in-left,
    .fade-in-right,
    .fade-in-scale {
        transition-duration: 0.6s;
    }
    
    /* Reduce delays on mobile for faster reveals */
    .fade-delay-1 { transition-delay: 0.05s; }
    .fade-delay-2 { transition-delay: 0.1s; }
    .fade-delay-3 { transition-delay: 0.15s; }
    .fade-delay-4 { transition-delay: 0.2s; }
    .fade-delay-5 { transition-delay: 0.25s; }
    .fade-delay-6 { transition-delay: 0.3s; }
    .fade-delay-7 { transition-delay: 0.35s; }
    .fade-delay-8 { transition-delay: 0.4s; }
    .fade-delay-9 { transition-delay: 0.45s; }
    .fade-delay-10 { transition-delay: 0.5s; }
}

@media (prefers-reduced-motion: reduce) {
    /* Respect user's motion preferences */
    .fade-in-element,
    .fade-in-stagger,
    .fade-in-left,
    .fade-in-right,
    .fade-in-scale {
        transition: opacity 0.3s ease-out;
        transform: none;
    }
    
    .fade-in-element.fade-in-visible,
    .fade-in-stagger.fade-in-visible,
    .fade-in-left.fade-in-visible,
    .fade-in-right.fade-in-visible,
    .fade-in-scale.fade-in-visible {
        transform: none;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1400px;
        margin: 0 auto;
    }
}

/* index3-morebottles.php — protocol section */
.protocol-section .protocol-eggs-callout {
    background: #fff;
    border: 2px solid #ad231b;
    border-left: 6px solid #ad231b;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(173, 35, 27, .12);
    margin-bottom: 24px;
    padding: 24px 28px;
}

.protocol-section .protocol-eggs-callout h3 {
    margin-bottom: 16px;
}

.protocol-section .protocol-eggs-callout p {
    color: #001C38;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    text-align: center;
}

.protocol-section .timeline-section .timeline-road {
    padding-left: 8px;
    margin-bottom: 0;
}

.protocol-section .timeline-section .timeline-road:before {
    left: 23px;
    top: 24px;
    bottom: 24px;
    width: 4px;
}

.protocol-section .timeline-section .tl-item {
    padding: 0 0 20px;
    align-items: start;
}

.protocol-section .timeline-section .timeline-road > .tl-item:last-child {
    padding-bottom: 0;
}

.protocol-section .timeline-section .tl-marker {
    padding-top: 24px;
}

.protocol-section .timeline-section .tl-dot {
    width: 36px;
    height: 36px;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.protocol-section .timeline-section .tl-body {
    background: #fffafa;
    border: 1px solid rgba(0, 28, 56, .1);
    border-top: 5px solid var(--tl-accent);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 20px rgba(0, 28, 56, .07);
    padding: 22px 26px;
}

.protocol-section .timeline-section .tl-item.tl-orange .tl-body {
    background: #fffdf8;
}

.protocol-section .timeline-section .tl-item.tl-green .tl-body {
    background: #f8fdf9;
}

@media (max-width: 767px) {
    .protocol-section .protocol-eggs-callout {
        padding: 18px 20px;
    }

    .protocol-section .protocol-eggs-callout p {
        font-size: 19px;
    }

    .protocol-section .timeline-section .timeline-road {
        padding-left: 4px;
    }

    .protocol-section .timeline-section .timeline-road:before {
        left: 19px;
    }

    .protocol-section .timeline-section .tl-body {
        padding: 18px 16px;
    }

    .protocol-section .timeline-section .tl-marker {
        padding-top: 20px;
    }
}