:root {
    --primary-color: #206d75;
    /*--secondary-color: #F19953;*/
    --secondary-color: #F6BD8E;
    --accent-color: #4a6542;
}


body {
    background-color: white;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

/* body.dark-mode {
    --primary-color: #206d75;
    --secondary-color: #F6BD8E;
    --accent-color: #4a6542;
  background-color: darkcyan;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    background-color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-light {
    background-color: #f6fbfe !important;
}

.bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.7);
}

.text-primary {
    color: var(--primary-color) !important;
}

.navbar {
    max-width: 100vw !important;
}

.navbar-brand img {
    height: 100px;
    object-fit: contain;
    padding: .25rem 0;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) center center/cover no-repeat;
    color: white;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 6px #000;
    margin-top: 100px;
}

.section-padding {
    padding: 2.5rem 0;
}

a {
    color: var(--primary-color);
}


h2,
h3 {
    color: var(--primary-color);
}

.pricing-box {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

.pricing-box:hover {
    transform: scale(1.02);
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
    border-width: 3px;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
    border-width: 3px;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--secondary-color);

}

.btn-outline-secondary {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    border-width: 3px;
}

.btn-outline-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-width: 3px;
}

.btn-outline-primary:hover {
    background-color: white;
    color: var(--primary-color);
}

.parallax-section {
    background: center center / cover fixed;
    color: white;
    background-size: cover;
}

.bg-runImage{
    background-image: url(../img/ianButler/DC-48.jpg);
}

.requirements-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    font-size: 0.95rem;
    color: #333;
}

.requirements-bar .item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-section .accordion-button {
    background-color: #f9f9f9;
    border: none;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

footer {
    background: var(--primary-color);
    color: white;
}

footer a {
    color: white;
}

/* Enhanced, clean navbar style */
.custom-navbar {
    background-color: transparent;
    transition: background-color 0.4s ease, box-shadow 0.3s ease;
    padding: 1rem 0;
}

.custom-navbar.scrolled {
    background-color: var(--primary-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.custom-navbar .navbar-brand img {
    height: 90px;
}

/* Buttons on navbar */
.btn,
.accordion-button {
    font-weight: 600;
    padding: 0.5rem 1rem;
}



.gallery-item {
    width: 100%;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: end;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-text {
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    padding-bottom: 1rem;
}
.gallery-item:hover .overlay {
    opacity: 1;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}


#navbarLogo {
    transition: all 0.3s ease;
}

.navbar-collapse a {
    transition: all 0.3s ease;
}

.logo-small {
    height: 60px !important;
}

.navbar-small {
    font-size: .8rem;
    padding: .5rem 1rem;
}

#modalImage {
    max-height: 90vh;
    max-width: 100%;
}

button:focus,
.btn:focus {
    outline: 2px solid var(--primary-color);
    /* A bright, visible color */
    outline-offset: 2px;
}

/*Header V2*/

.header-margin-video,
.header-margin-text {
    overflow: hidden;
    position: relative;
}

.dogfaceBG {
    background-image: url(../img/stock/dogface-sand.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.header-margin-video {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
}

.header-margin-text {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}

.dogfaceBG {
    background-size: contain;
    background-position: bottom;
}


.rounded-4 {
    border-radius: 1.5rem !important;
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(32, 109, 117, 0.5);
}

@media (min-width: 992px) {
    .header-margin-text {
        margin-top: 5rem;
        border-top-right-radius: 3rem !important;
        border-top-left-radius: 0px !important;
    }

    .header-margin-video {
        margin-bottom: 5rem;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 3rem !important;
    }

    .section-padding {
        padding: 5rem 0;
    }

    .block{
        padding-top: 8rem;
    }

}

.block {
    padding-top: 3rem;
}


.container-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}





@media (min-width: 576px) {
    .container-custom {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container-custom {
        max-width: 920px;
    }
}

@media (min-width: 992px) {
    .container-custom {
        max-width: 1160px;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1340px;

    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1520px;

    }
}

.mh-card {
    min-height: 400px !important;
}

@media (min-width: 992px) {
    .mh-card {
        min-height: 600px !important;
    }
}