﻿/* ==========================================================================
   BIG SKY INTERNET DESIGN - COMPLETE STYLES.CSS

   Drop-in replacement for the entire styles.css file.

   STRUCTURE:
   1.  Base / typography
   2.  Utilities (back-to-top, video wrapper, blockquote, site links, images)
   3.  Page structure (.page-content, .mainContent)
   4.  Hero (parallax variants + content + pullquote + CTAs)
   5.  Generic section wrappers (.section-light/dark/image/white)
   6.  Section helpers (.section-inner, .section-intro)
   7.  Generic card grids (.card-grid-auto/3/2)
   8.  Generic cards (.card-light/dark/icon/addon + .addon-tag)
   9.  Stat strip (renamed and made global)
   10. Cycle animations (.cycle-slider, .cycle-list)
   11. FAQ (.faq-section/inner/item)
   12. Final CTA (.final-cta-section/inner/text)
   13. Pullquote variants (.pullquote-light) and utility classes
   14. Closing quote component
   15. Reviews / testimonials
   16. Footer
   ========================================================================== */


/* ==========================================================================
   1. BASE / TYPOGRAPHY
   ========================================================================== */

html {
  padding: 0;
  margin: 0;
}

.sofia-sans-condensed-<uniquifier> {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.google-sans-flex-<uniquifier> {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

@charset "utf-8";

img, object, embed, video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Google Sans Flex", sans-serif;
    font-size: 1.15rem;
    line-height: 1.25;
    background-color: #000;
    color: #ffffff;
}

h3{
	color:#000;
}

.testimonials{
	background-color:#fff;
	padding:20px;
	border-radius:8px;
}

.testimonial-stars {
	color:#e8652f;
}
/* ==========================================================================
   2. UTILITIES
   ========================================================================== */

/* Back to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 75px;
    height: 75px;
    display: none;
    text-decoration: none;
    text-align: center;
    border-radius: 35px;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 30px;
    font-size: 30px;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 10px;
}

/* Button containers */
.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0 5px 10px 0;
}

.button-container form,
.button-container form div {
    display: inline;
}

/* Video Wrapper */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Default blockquote (light-bg pullquote style) */
blockquote p {
    text-align: left;
    color: #464545 !important;
    font-style: italic;
    font-weight: 500;
    margin: 30px auto;
    padding-left: 1.8rem;
    border-left: 2px solid #f3832d;
}

blockquote cite {
    color: #f3832d;
    font-weight: bold;
    padding-left: 30px;
}

/* Site link styles */
a:link    { color: #e8652f; text-decoration: underline; }
a:visited { color: #e8652f; text-decoration: underline; }
a:active  { color: #e8652f; text-decoration: none; }
a:hover   { color: #5F2705; text-decoration: none; }

a:link.cta-button,
a:visited.cta-button,
a:active.cta-button,
a:hover.cta-button {
    color: #ffffff;
    text-decoration: none;
    font-family: "Google Sans Flex", sans-serif;
}

a:link.menu,
a:visited.menu,
a:active.menu,
a:hover.menu {
    color: #ffffff;
    text-decoration: none;
    font-family: "Google Sans Flex", sans-serif;
}

a:link.sm,
a:visited.sm,
a:active.sm {
    color: #ffffff;
    text-decoration: underline;
    font-family: Arial, 'Sans Serif';
    font-weight: bold;
    font-size: 9pt;
}

a:hover.sm {
    color: #421208;
    text-decoration: none;
    font-family: Arial, 'Sans Serif';
    font-weight: bold;
    font-size: 9pt;
}



.fsBody .fsForm {width:100%; max-width:1300px!important; margin-top:-10px!important} 



/* Image utilities */
.img {
    border: 2px solid #000000;
    margin: 5px;
    box-shadow: 0 0 5px 0 rgba(200, 153, 87, 0.75);
}

.image-right {
    float: right;
    max-width: 40%;
    margin: 0 0 1.2rem 1.5rem;
    padding: 8px;
}

.image-right img {
    width: 100%;
    height: auto;
    display: block;
}

.image-right figcaption {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
    margin-top: 8px;
    line-height: 1.25;
}

.image-left {
    float: left;
    max-width: 40%;
    margin: 0 1.5rem 1.2rem 0;
    padding: 8px;
}

.image-left img {
    width: 100%;
    height: auto;
    display: block;
}

.image-left figcaption {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
    margin-top: 8px;
    line-height: 1.25;
}

@media (max-width: 640px) {
    .image-right,
    .image-left {
        float: none;
        max-width: 100%;
        margin: 0 0 1.5rem 0;
        width: 100%;
    }
}

/* Legacy button */
.btn {
    display: inline-block;
    margin: 0;
    padding: .5em .75em;
    border: 0;
    border-radius: .3em;
    color: #fff;
    background-color: #FF0000;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-shadow: none;
}

.btn:focus,
.btn:hover {
    background-color: #3E0101;
}

.btn:active {
    background-color: #C29F56;
}


/* ==========================================================================
   3. PAGE STRUCTURE
   ========================================================================== */

.page-content {
    background: #f2f2f2;
    height: auto;
    min-height: 400px;
    background-image: url(../images/paper.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.mainContent {
    display: block;
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    max-width: 1300px;
}

.mainContent p {
    font-size: 1.15rem;
    line-height: 1.25;
    color: #000;
    margin-bottom: 1.25rem;
}

.mainContent h1 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    color: #000;
}

.mainContent h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    color: #000;
    text-align: center;
}

.mainContent h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    color: #000;
}

.mainContent ul, .mainContent ol {
    margin-left: 30px;
    margin-bottom: 10px;
    color: #000;
}

.mainContent li, .section-inner li{
    line-height: 1.25;
}

.section-inner ul, .section-inner ol {
    margin-left: 30px;
    margin-bottom: 10px;
    color:#000;
}


/* ==========================================================================
   4. HERO (parallax + content + pullquote + CTAs)
   ========================================================================== */

/* =============== HERO SECTION =============== */
.hero-parallax {
    position: relative;
    min-height: 70vh;
    padding: 100px 0 100px;     /* Consistent top/bottom spacing */
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

/* Background */
.hero-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url('images/heroHorse.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    transform: translateY(0);
    will-change: transform;
    z-index: 1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(26, 37, 51, 0.75) 0%,
        rgba(48, 18, 0, 0.65) 50%,
        rgba(0,0,0, 0.25) 100%
    );
    z-index: 2;
}

/* Content Container */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
}

.hero-content p {
    font-size: 1.25rem;
    line-height: 1.25;
    max-width: 700px;
    margin-bottom: 2rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.8rem;
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.pullquote {
    font-size: 1.35rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25;
    max-width: 550px;
    margin: 2.2rem 0 2.5rem 0;
    padding-left: 0;
    border-left: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.pullquote cite {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.05rem;
    font-style: normal;
    opacity: 0.95;
}

/* CTAs */
.hero-ctas {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    max-width: 700px;
}

.hero-ctas .cta-button {
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 15px;
}

.phone-cta {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

a.phone-link {
    color: white;
    text-decoration: none;
}

a.phone-link:hover {
    color: #f3832d;
    text-decoration: none;
}

.cta-button {
    display: inline-block;
    background-image: linear-gradient(to right bottom, #f3832d, #ee742d, #e8652f, #e15630, #d94632);
    color: white;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-image: linear-gradient(to left top, #f3832d, #ee742d, #e8652f, #e15630, #d94632);
    transform: translateY(-3px);
}

/* =============== RESPONSIVE =============== */

@media (max-width: 1000px) {
    .hero-parallax {
        min-height: 65vh;
        padding: 80px 0 80px;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 800px) {
    .hero-parallax {
        min-height: 75vh;
    }
}

@media (min-width: 1001px) {
    .hero-parallax {
        padding: 90px 0 90px;
    }
    
    .hero-content {
        margin-left: 8%;
        max-width: 70%;
        text-align: left;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .hero-content {
        margin-left: 10%;
    }
}
/* ==========================================================================
   5. GENERIC SECTION WRAPPERS
   ========================================================================== */

/* Light section - paper texture background, dark text. */
.section-light {
    padding: 4rem 20px;
    background: #f2f2f2;
    background-image: url(../images/paper.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.section-light h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.section-light p {
    font-size: 1.15rem;
    line-height: 1.25;
    color: #000;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .section-light h2 {
        font-size: 1.75rem;
    }
}


/* Dark section - dark gradient, light text. */
.section-dark {
    background: linear-gradient(135deg, #1f2937 0%, #000000 100%);
    padding: 60px 20px;
    width: 100%;
    color: #fff;
}

.section-dark h2 {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.section-dark p {
    color: #ddd;
    line-height: 1.25;
}

.section-dark a {
    color: #f3832d;
    text-decoration: none;
}

.section-dark a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* Image background section - set image inline on the element. */
.section-image {
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.section-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.section-image .section-inner {
    position: relative;
    z-index: 2;
}

.section-image h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-shadow:
        0 2px 10px rgba(0,0,0,0.65),
        0 0 25px rgba(0,0,0,0.4);
}

.section-image p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.25;
    color: #fff;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.7),
        0 0 20px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
    .section-image {
        padding: 50px 20px;
    }
}


/* White section - plain white with light borders. */
.section-white {
    background: #ffffff;
    padding: 4rem 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.section-white h2 {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1.2rem;
}

.section-white p {
    color: #444;
    line-height: 1.25;
}

@media (max-width: 800px) {
    .section-white h2 {
        font-size: 1.25rem;
    }
}


/* ==========================================================================
   6. SECTION HELPERS
   ========================================================================== */

.section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section-intro {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #333;
}

/* Section intro adapts color to parent section context */
.section-dark .section-intro {
    max-width: 900px;
    margin: 0 auto 3.5rem auto;
    color: #ddd;
}

.section-image .section-intro {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.section-white .section-intro {
    max-width: 900px;
    color: #444;
    line-height: 1.25;
}


/* ==========================================================================
   7. GENERIC CARD GRIDS
   ========================================================================== */

.card-grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
    align-items: start;
}

.card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 1000px) {
    .card-grid-3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 800px) {
    .card-grid-2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}


/* ==========================================================================
   8. GENERIC CARDS
   ========================================================================== */

/* LIGHT CARD - light background, dark text. Works on light or dark sections. */
.card-light {
    background: #f9f9f9;
    padding: 2rem 1.8rem;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}


.card-light:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-light h2,
.card-light h3 {
    margin-top: 0;
    color: #d94632;
}

.card-light p,
.card-light li {
    line-height: 1.25;
    color: #444;
    text-shadow: 0 2px 8px rgba(0,0,0,0.0), 0 0 20px rgba(0,0,0,0.0);
}

.card-light ul {
    padding-left: 1.4rem;
    margin: 0;
    flex-grow: 1;
}

.card-light li {
    margin-bottom: 0.75rem;
    color: #222;
}

.card-light a {
    color: #f3832d;
    font-weight: 600;
    text-decoration: none;
}

.card-light a:hover {
    color: #5F2705;
}

/* Restore paragraph spacing for multi-paragraph cards on dark/image sections.  Debbie this was added to be able to have what spaces in long blocks of text on  */
.section-dark  .card-light p + p,
.section-image .card-light p + p,
.section-white .card-light p + p {
    margin-top: 1.25rem;
}

/* DARK CARD - dark background, light text. Used on dark sections. */
.card-dark {
    background: #1A273D;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 5px;
    padding: 35px 30px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card-dark:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.card-dark h3 {
    color: #f3832d;
    font-size: 1.2rem;
    margin-bottom: 22px;
    line-height: 1.25;
    text-align: center;
}

.card-dark p,
.card-dark li,
.card-dark figcaption {
    color: #ffffff;
    line-height: 1.25;
    font-size: 1rem;
}

.card-dark a {
    color: #f3832d;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.card-dark a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.card-dark blockquote p {
    color: #ffffff !important;
    font-size: 1rem !important;
    padding-bottom: 10px;
}

.card-dark figure {
    margin: 0 auto 25px;
    text-align: center;
    max-width: 320px;
}

.card-dark img {
    width: 100%;
    display: block;
    max-height: 325px;
    object-fit: cover;
}

.card-dark figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.75;
}

.card-dark p:last-of-type {
    margin-bottom: 0;
}


/* ICON CARD - light background card with a circular icon at the top. */
.card-icon {
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 2.2rem 1.8rem;
    text-align: center;
    transition: all 0.3s ease;
}

.card-icon:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-icon-circle {
    width: 62px;
    height: 62px;
    margin: 0 auto 1.3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(217, 70, 50, 0.10);
    border-radius: 50%;
    color: #d94632;
    font-size: 1.5rem;
}

.card-icon-circle svg {
    width: 30px;
    height: 30px;
}

.card-icon h3 {
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #1f2937;
}

.card-icon p {
    color: #444;
    line-height: 1.25;
    margin: 0;
}


/* ADDON CARD - special "optional add-on" variant. Wider and more prominent. */
.card-addon {
    background: #f9f9f9;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(217, 70, 50, 0.15);
    margin: 20px auto;
    max-width: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-addon:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(217, 70, 50, 0.2);
}

.card-addon h3 {
    margin-top: 0;
    margin-bottom: 1.2rem;
    color: #d94632;
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.card-addon ul {
    padding-left: 1.4rem;
    margin: 0;
}

.card-addon li {
    margin-bottom: 0.75rem;
    color: #222;
    line-height: 1.25;
}

.addon-tag {
    background: #d94632;
    color: white;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (min-width: 801px) {
    .card-addon {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 1000px;
        margin: 20px auto;
    }
}

@media (max-width: 800px) {
    .card-addon {
        width: 100%;
    }
}

@media (max-width: 449px) {
    .card-addon h3 {
        flex-direction: column;
        text-align: center;
    }
    .card-addon .addon-tag {
        order: -1;
        margin-bottom: 8px;
        font-size: 0.95rem;
        padding: 6px 14px;
    }
}


/* ==========================================================================
   9. STAT STRIP (renamed from social-proof-strip, .stat-item now global)
   ========================================================================== */

.stat-strip {
    background: #f8f8f8;
    padding: 2.5rem 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.stat-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    text-align: center;
}

.stat-item {
    flex: 1;
    min-width: 160px;
    text-align: center;
}

.stat-item strong {
    display: block;
    font-size: 2.1rem;
    color: #d94632;
    margin-bottom: 0.3rem;
}

.stat-item span {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.25;
}

/* Modifier for larger stat numbers (used on home Real Results section) */
.stat-item-large {
    min-width: 220px;
    max-width: 320px;
}

.stat-item-large strong {
    font-size: 2.25rem;
}

.stat-item-large span {
    font-size: 1.08rem;
}

@media (max-width: 800px) {
    .stat-grid {
        gap: 2rem;
    }
    .stat-item strong {
        font-size: 1.8rem;
    }
    .stat-item-large strong {
        font-size: 1.9rem;
    }
}


/* ==========================================================================
   10. CYCLE ANIMATIONS (rotating list items)
   Used by What We Believe (About) and What Counts as Update (Hosting).
   ========================================================================== */

.cycle-slider {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cycle-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.cycle-list li {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 2.8vw, 2.6rem);
    line-height: 1.25;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.75),
        0 0 20px rgba(0,0,0,0.35);
}

.cycle-list li a {
	display: block;
    width: 100%;
    text-decoration:none;
}    

.cycle-list li.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cycle-list li {
    pointer-events: none;
}

.cycle-list li.active {
    pointer-events: auto;
}

@media (max-width: 768px) {
    .cycle-slider {
        min-height: 200px;
    }
    .cycle-list li {
        font-size: 1.35rem;
    }
}


/* ==========================================================================
   11. FAQ
   ========================================================================== */

.faq-section {
    background-image: url('../images/heroFinal.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4rem 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.faq-inner {
    max-width: 950px;
    margin: 0 auto;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 2.5rem;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 1.4rem 4.2rem 1.4rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    transition: background 0.25s ease;
}

.faq-item summary:hover {
    background: #fafafa;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; }

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    line-height: 1.25;
    color: #d94632;
    font-weight: 400;
    transition: transform 0.25s ease;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin: 0;
    line-height: 1.25;
    color: #444;
    font-size: 1.02rem;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 3rem 15px;
    }
    .faq-section h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .faq-item summary {
        font-size: 1.02rem;
        padding: 1.2rem 3.8rem 1.2rem 1.2rem;
    }
    .faq-item p {
        padding: 0 1.2rem 1.3rem 1.2rem;
        font-size: 1rem;
    }
}


/* ==========================================================================
   12. FINAL CTA
   ========================================================================== */

.final-cta-section {
    padding: 5rem 20px;
    background: linear-gradient(135deg, #1f2937 0%, #000000 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(217, 70, 50, 0.08);
    border-radius: 50%;
    top: -250px;
    right: -180px;
    pointer-events: none;
}

.final-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.final-cta-section h2 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.final-cta-text {
    color: rgba(255,255,255,0.88);
    font-size: 1.15rem;
    line-height: 1.9;
    max-width: 820px;
    margin: 0 auto 2.5rem auto;
}

.final-cta-text strong {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .final-cta-section {
        padding: 4rem 15px;
    }
    .final-cta-section h2 {
        font-size: 2rem;
    }
    .final-cta-text {
        font-size: 1.05rem;
        line-height: 1.8;
    }
}


/* ==========================================================================
   13. PULLQUOTE VARIANTS AND UTILITY CLASSES
   ========================================================================== */

/* Pullquote with light-section styling (dark text, orange left border).
   Different from default .pullquote (white text, used in hero/dark sections). */
.pullquote-light {
    text-align: left;
    color: #464545;
    font-style: italic;
    font-weight: 500;
    margin: 30px auto;
    padding-left: 1.8rem;
    border-left: 2px solid #f3832d;
}

.pullquote-light cite {
    color: #f3832d;
    font-weight: bold;
    padding-left: 30px;
    display: block;
    margin-top: 10px;
    font-style: normal;
}

/* Centered CTA wrapper */
.cta-center {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
}


/* ==========================================================================
   14. CLOSING QUOTE COMPONENT (small typographic moment)
   Used on About (Churchill). Available on any page.
   ========================================================================== */

.closing-quote {
    padding: 0;
}

.closing-quote-inner {
    text-align: center;
    padding: 40px 20px;
    font-style: italic;
    opacity: 0.75;
    color: #000;
}

.closing-quote-text {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.closing-quote-cite {
    font-style: normal;
    font-size: 0.9em;
    color: #555;
}


/* ==========================================================================
   15. REVIEWS / TESTIMONIALS BLOCKS
   ========================================================================== */

.reviews {
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.reviews h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: #000;
}

#testimonials h2 {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    color: #D11B28;
    text-align: left;
}


/* ==========================================================================
   16. FOOTER
   ========================================================================== */

.main-footer {
    position: relative;
    color: white;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/bg_footer.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 37, 51, 0.88);
    z-index: 2;
}

.footer-container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
}

.footer-container p {
    line-height: 1.15;
}

.footer-col h3 {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    color:#fff;
}

.footer-col h4 {
    margin: 0 0 20px 0;
    color: #e8652f;
    font-size: 1.25rem;
}

.dba {
    margin: 0 0 20px 0;
    opacity: 0.99;
    font-style: italic;
}

address {
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.small {
    font-size: 0.75rem;
    padding-left: 20px;
}

a.contact-link {
    color: white;
    text-decoration: none;
}

a.contact-link:hover {
    color: #FF9966;
    text-decoration: none;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: white;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-menu a:hover {
    color: #FF9966;
}

.footer-bottom {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    text-align: center;
    font-size: 0.95rem;
}

.footer-bottom .footer-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        text-align: left;
    }
}

@media (min-width: 800px) {
    .footer-container {
        grid-template-columns: 2fr 1.5fr 1.5fr;
        gap: 50px;
    }
    .footer-bottom .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .footer-container {
        padding: 50px 15px 30px;
    }
}


/* END OF FILE */

#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}
.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
    background: #f9f9f9;
    padding:10px;
    border-radius: 8px;
  flex: 32%;
  margin:5px;
  text-align:center;
}

.dark{
	background:#000;
	color:#fff
}

.hp-item img{
    border:4px double #B2975D;
    margin:5px;
    padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hp-item h3{
    font-size:24px;
    font-weight:bold;
    padding:10px;
    color:#1f2937;
}

.hp-item.dark h3{
	color:#e8652f;
}

.hp-item p{
    text-align:left;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}

.faq-search-wrap { max-width:700px; margin:0 auto 1.5rem auto; }
.faq-search { width:100%; padding:14px 18px; font-size:1.05rem; border:1px solid #ccc; border-radius:8px; box-sizing:border-box; }
.faq-search:focus { outline:none; border-color:#d94632; box-shadow:0 0 0 3px rgba(217,70,50,0.15); }
.faq-chips { text-align:center; max-width:1100px; margin:0 auto; }
.faq-chip { display:inline-block; background:none; border:1px solid #ccc; border-radius:4px; padding:7px 16px; margin:4px; font-size:0.95rem; color:#1f2937; text-decoration:none; transition:all .2s ease; cursor:pointer; }
.faq-chip:hover { border-color:#d94632; color:#d94632; }
.faq-category { scroll-margin-top:110px; font-size:1.6rem; color:#1f2937; margin:2.5rem 0 1.2rem 0; padding-bottom:.5rem; border-bottom:2px solid #d94632; }
.faq-category:first-of-type { margin-top:0; }
.faq-noresults { display:none; text-align:center; color:#777; font-style:italic; padding:2rem 0; }

