/*
Theme Name: Design Build Sheds
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Marketing Media
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758637665
Updated: 2025-09-23 14:27:45
*/
:root {
    --primary-green: #C2C746;
    --Neutral-700: #133950;
    --orange: #D18900;
    --primary: #0A142F;
    --neutral-500: #6B8093;
    --neutral-200: #d1d8de;
    --neutral-100: #F4F5F6;
    --partners: #994B07;
    --base-foreground: #18181B;
    --charcoal: #1E2429;
}

body.logged-in.admin-bar #top-header {
    padding-top: 32px;
}

@media(max-width:880px) {
    body.logged-in.admin-bar header:not(.active) {
        padding-top: 32px;
    }
}

@media(max-width:783px) {
    body.logged-in.admin-bar header:not(.active) {
        padding-top: 46px;
    }
}

/*Globals*/
#top-header {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#top-header.hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

header {
    border-bottom: 1px solid var(#F4F5F6);
    background: var(--primary);
}

header .elementor-menu-toggle {
    color: var(--primary);
    background-color: transparent;
}

h2 span.overline {
    color: var(--primary-green);
}

header .elementor-nav-menu--dropdown {
    height: 83vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

#line {
    display: none;
}

#line.primary {
    background: #D1D8DE;
}

#line.secondary {
    background: #A8AFB7;
}

.active #line {
    background: #A8AFB7;
}

.elementor-widget-heading.number {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #C2C746;
}

#message-quote {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(20px);
    opacity: 0;
}

#message-quote.show {
    max-height: 200px;
    transform: translateY(0);
    opacity: 1;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s ease-out,
        opacity 0.4s ease-out;
}

@media(min-width: 1340px) {
    #line {
        position: absolute;
        width: 1px;
        height: 100%;
        left: calc(50% - (1480px / 2) - 60px);
        top: 0;
        background: #F4F5F6;
        z-index: 4;
        display: block;
    }
}

@media(min-width: 1880px) {
    #line {
        position: absolute;
        width: 1px;
        height: 100%;
        left: calc(50% - (1680px / 2) - 60px);
        top: 0;
        background: #F4F5F6;
        z-index: 4;
        display: block;
    }
}

@media(max-width:880px) {
    header {
        background-color: #fff;
    }

    header .elementor-nav-menu--dropdown #quote,
    header .elementor-nav-menu--dropdown #quote .contact {
        display: flex;
        align-items: center;
    }

    header .elementor-nav-menu--dropdown #quote .contact .elementor-icon-wrapper {
        display: flex;
    }

    header .elementor-nav-menu--dropdown #quote .contact svg path {
        stroke: var(--primary);
    }

    header .elementor-nav-menu--dropdown #quote .contact .elementor-widget-heading p.elementor-heading-title {
        color: var(--primary);
    }
}

/*Form Styles*/
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 16px;
    height: 16px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

form .e-form__buttons__wrapper__button-next,
form .e-form__buttons__wrapper__button-previous,
form .e-form__buttons__wrapper__button[type="submit"] {
    display: flex;
    gap: 8px;
    align-items: center;
}

form .e-form__buttons__wrapper__button-next:after,
form .e-form__buttons__wrapper__button-previous:before,
form .e-form__buttons__wrapper__button[type="submit"]:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/ChevronRight.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

form .e-form__buttons__wrapper__button-previous:before {
    rotate: 180deg;
}

form .elementor-field-type-html div.title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

form .elementor-mark-required .elementor-field-label:after {
    color: var(--orange);
}

form .elementor-field-type-radio.elementor-mark-required .elementor-field-label:after {
    content: none;
}

form .e-form__indicators__indicator--state-inactive {
    opacity: 0.4;
}

form .elementor-field-type-html div.title h5 {
    color: var(--Neutral-700, #133950);
    margin: 0;
    /* Desktop/Label */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

form .elementor-field-type-step:last-of-type .e-form__buttons {
    justify-content: space-between;
}

form .e-form__indicators__indicator--state-completed svg {
    fill: var(--primary-green);
}

/*Upload Button*/
#uploadBtn.elementor-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0c2c3c;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

#uploadBtn .elementor-button-icon svg,
#uploadBtn i {
    color: inherit;
    fill: none;
    stroke: currentColor;
}

#uploadBtn.elementor-button:hover {
    opacity: .85;
}

#uploadInfo {
    color: #0c2c3c;
    font-size: 14px;
}

#uploadList li {
    margin: 2px 0;
}

/* First Step always visible */
.elementor-form .e-form__step:first-child.elementor-hidden {
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
}

/* If the step has already been completed, we hide its next button */
.e-form__step.elementor-hidden .elementor-field-type-next {
    display: none !important;
}

/*Animated Text*/
.rotator {
    position: relative;
    display: inline-block;
    min-height: 2rem;
    width: 100%;
}

.rotator-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

.rotator-item.is-active {
    animation: fadeInUp 450ms ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rotator-item {
        transition: none;
        animation: none !important;
    }
}

@media(max-width: 548px) {
    .rotator {
        min-height: 4rem;
    }
}

/*MAP INTERACTIVE*/
#map-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 41px;
    flex-wrap: nowrap;
}

#map-container .map {
    width: 60%;
}

#map-container .map svg {
    width: 100%;
    height: auto;
}

#map-container path.region {
    fill: var(--neutral-200);
    transition: fill 0.3s ease, stroke 0.3s ease;
}

#map-container path.region.orange.active {
    fill: var(--orange);
}

#map-container path.region.green.active {
    fill: var(--primary-green);
}

#map-container path.region.build.active {
    fill: var(--neutral-500);
}

#map-container path.region.partners.active {
    fill: var(--partners);
}

#map-container .map svg .letter {
    fill: var(--Neutral-700);
    transition: fill 0.3s ease;
}

#map-container .map svg .letter.green.active {
    fill: var(--Neutral-700);
}

#map-container .map svg .letter.build.active,
#map-container .map svg .letter.partners.active,
#map-container .map svg .letter.orange.active {
    fill: #fff;
}

#map-container .items {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#map-container .items .item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 4px;
    color: var(--neutral-100);
    cursor: pointer;
}

#map-container .items .item[data-active="orange"] .icon {
    background-color: var(--orange);
}

#map-container .items .item[data-active="green"] .icon {
    background-color: var(--primary-green);
}

#map-container .items .item[data-active="build"] .icon {
    background-color: var(--neutral-500);
}

#map-container .items .item[data-active="partners"] .icon {
    background-color: var(--partners);
}

#map-container .items .item .icon {
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--neutral-500);
    transition: background-color 0.3s ease;
    width: 47px;
}

#map-container .items .item .icon svg {
    width: 29px;
    height: 26px;
}

#map-container .items .item .text {
    padding: 7px 8px;
    background-color: var(--neutral-500);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0px 12px 12px 0px;
    width: calc(100% - 47px);
    max-width: 200px;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 142%;
}

#map-container .items .item[data-active="orange"] .text {
    background-color: var(--orange);
}

#map-container .items .item[data-active="green"] .text {
    background-color: var(--primary-green);
    color: var(--Neutral-700);
}

#map-container .items .item[data-active="build"] .text {
    background-color: var(--neutral-500);
}

#map-container .items .item[data-active="partners"] .text {
    background-color: var(--partners);
}

@media(max-width:768px) {
    #map-container {
        flex-direction: column;
    }

    #map-container .map {
        width: 100%;
    }

    #map-container .items {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #map-container .items .item {
        width: calc(50% - 6px);
    }

    #map-container .items .item .text {
        min-width: auto;
        font-size: 10px;
        text-overflow: ellipsis;
    }

}

/*line progress intersection observer*/
#line-progress {
    width: 0;
    transition: width 1.5s ease-out;
}

#line-progress.fill-line {
    width: 100%;
}

/* Custom Select Dropdown System */
.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.custom-select-trigger {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #4A5568;
    background-color: #FFFFFF;
    border: 1px solid #D1D8DE;
    border-radius: 6px;
    cursor: pointer;
    line-height: 142%;
    transition: border-color 0.15s ease;
}

.custom-select-trigger:hover {
    border-color: #A0AEC0;
}

.custom-select.open .custom-select-trigger {
    border-color: #1A3B5D;
}

.custom-select .chevron-icon {
    width: 12px;
    height: 12px;
    stroke: #71717A;
    transition: transform 0.2s ease;
}

.custom-select.open .chevron-icon {
    transform: rotate(180deg);
}

.custom-options-container {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    border: 1px solid #D1D8DE;
    border-radius: 6px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}

.custom-select.open .custom-options-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-options {
    max-height: 320px;
    overflow-y: auto;
}

.custom-options::-webkit-scrollbar {
    width: 6px;
}

.custom-options::-webkit-scrollbar-track {
    background: transparent;
}

.custom-options::-webkit-scrollbar-thumb {
    background: #CBD5E0;
    border-radius: 3px;
}

.custom-options::-webkit-scrollbar-thumb:hover {
    background: #A0AEC0;
}

.custom-option {
    padding: 10px 16px;
    font-size: 14px;
    color: #5C6B73;
    cursor: pointer;
    border-bottom: 1px solid #E5E9EC;
    transition: background-color 0.12s ease, color 0.12s ease;
    text-align: left;
}

.custom-option:last-child {
    border-bottom: none;
}

.custom-option:hover {
    background-color: #F8FAFC;
    color: #18181B;
}

.custom-option.selected {
    color: #1A3B5D;
    font-weight: 500;
    background-color: #F8FAFC;
}

/* ======================== */
/* SINGLE POSTS */
/* ======================== */
#content-post {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

#content-post h1,
#content-post h2,
#content-post h3,
#content-post h4,
#content-post h5,
#content-post h6 {
    margin: 0;
    font-size: var(--e-global-typography-1e0c87c-font-size);
    line-height: var(--e-global-typography-1e0c87c-line-height);
    color: var(--base-foreground);
    max-width: 100%;
    margin-bottom: 40px;
}

#content-post p,
#content-post ul {
    color: var(--charcoal);
    max-width: 100%;
}

#content-post ul {
    padding-left: 20px;
}

#content-post hr {
    color: var(--neutral-500);
    border-color: var(--neutral-500);
    border-width: 1px;

}