/* Component styles. Shared colour tokens are defined in css/custom.css. */

/** Free listing landing page start **/
.fl-page {
    overflow: hidden;
    background: var(--dreamnest-white);
    color: var(--dreamnest-dark);
    font-family: 'Jost', sans-serif;
}

.fl-hero {
    position: relative;
    isolation: isolate;
    padding: 88px 0 82px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, var(--dreamnest-light) 100%);
}

.fl-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
    background-image: radial-gradient(circle, rgba(25, 175, 216, 0.22) 1px, transparent 1.3px);
    background-size: 20px 20px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 68%);
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 68%);
}

.fl-hero-watermark {
    position: absolute;
    z-index: -1;
    top: 48%;
    left: 50%;
    color: rgba(12, 71, 169, 0.045);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(90px, 15vw, 210px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    user-select: none;
    white-space: nowrap;
}

.fl-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(40px, 6vw, 76px);
    align-items: center;
}

.fl-hero-text {
    max-width: 585px;
}

.fl-hero-eyebrow,
.fl-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    color: var(--dreamnest-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.28em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fl-hero-eyebrow-mark,
.fl-eyebrow-tick {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--dreamnest-secondary);
}

.fl-hero-title,
.fl-section-title,
.fl-empty-title {
    color: var(--dreamnest-dark);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.fl-hero-title {
    max-width: 540px;
    margin: 0;
    font-size: clamp(44px, 5vw, 66px);
    line-height: 1.02;
}

.fl-hero-title em,
.fl-section-title em,
.fl-empty-title em {
    position: relative;
    z-index: 0;
    color: var(--dreamnest-primary);
    font-style: italic;
}

.fl-hero-title em::after {
    position: absolute;
    z-index: -1;
    right: -3px;
    bottom: 7px;
    left: -3px;
    height: 10px;
    content: '';
    border-radius: 2px;
    background: rgba(25, 175, 216, 0.2);
}

.fl-hero-underline {
    display: block;
    width: 50px;
    height: 3px;
    margin: 19px 0 22px;
    background: var(--dreamnest-secondary);
}

.fl-hero-lead,
.fl-section-sub,
.fl-empty-sub {
    color: var(--dreamnest-text-muted);
    font-size: 15px;
    line-height: 1.75;
}

.fl-hero-lead {
    max-width: 530px;
    margin: 0 0 28px;
}

.fl-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
}

.fl-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
}

.fl-btn--primary {
    border-color: var(--dreamnest-dark);
    background: var(--dreamnest-dark);
    box-shadow: 0 14px 28px rgba(7, 27, 61, 0.18);
    color: var(--dreamnest-white);
}

.fl-btn--primary:hover,
.fl-btn--primary:focus-visible {
    transform: translateY(-2px);
    border-color: var(--dreamnest-primary);
    background: var(--dreamnest-primary);
    box-shadow: 0 18px 34px rgba(12, 71, 169, 0.26);
    color: var(--dreamnest-white);
}

.fl-btn--ghost {
    padding-right: 0;
    padding-left: 0;
    border-bottom-color: var(--dreamnest-dark);
    border-radius: 0;
    color: var(--dreamnest-dark);
}

.fl-btn--ghost:hover,
.fl-btn--ghost:focus-visible {
    border-bottom-color: var(--dreamnest-secondary);
    color: var(--dreamnest-primary);
}

.fl-btn:focus-visible {
    outline: 3px solid rgba(25, 175, 216, 0.5);
    outline-offset: 4px;
}

.fl-hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 21px;
    padding: 14px 22px;
    border: 1px solid var(--dreamnest-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(7, 27, 61, 0.08);
}

.fl-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fl-hero-stat b {
    color: var(--dreamnest-dark);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    line-height: 1;
}

.fl-hero-stat span {
    color: var(--dreamnest-text-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fl-hero-stat-sep {
    width: 1px;
    height: 31px;
    background: var(--dreamnest-border);
}

.fl-hero-visual {
    position: relative;
    height: 470px;
}

.fl-hero-photo {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 61, 0.09);
    background: var(--dreamnest-light);
    box-shadow: 0 30px 58px rgba(7, 27, 61, 0.17);
}

.fl-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fl-hero-photo--main {
    top: 0;
    right: 0;
    width: 83%;
    height: 77%;
    border-radius: 12px;
}

.fl-hero-photo--sub {
    bottom: 0;
    left: 0;
    width: 53%;
    height: 47%;
    border: 6px solid var(--dreamnest-white);
    border-radius: 10px;
}

.fl-hero-badge {
    position: absolute;
    z-index: 2;
    top: -18px;
    right: -14px;
    display: flex;
    width: 108px;
    height: 108px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 7px solid var(--dreamnest-white);
    border-radius: 50%;
    background: var(--dreamnest-primary);
    box-shadow: 0 18px 34px rgba(7, 27, 61, 0.25);
    color: var(--dreamnest-white);
}

.fl-hero-badge b {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1;
}

.fl-hero-badge span {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fl-hero-dots {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 125px;
    height: 88px;
    opacity: 0.55;
    background-image: radial-gradient(circle, var(--dreamnest-secondary) 1.3px, transparent 1.5px);
    background-size: 14px 14px;
}

.fl-how,
.fl-listings,
.fl-submit {
    padding: 64px 0;
}

.fl-how {
    background: var(--dreamnest-white);
}

.fl-section-head {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}

.fl-section-head .fl-section-eyebrow {
    justify-content: center;
}

.fl-section-title {
    margin: 0 0 11px;
    font-size: clamp(30px, 3.1vw, 40px);
    line-height: 1.15;
}

.fl-section-sub {
    max-width: 590px;
    margin: 0 auto;
    font-size: 14px;
}

.fl-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fl-step {
    position: relative;
    min-height: 184px;
    padding: 25px 20px 22px;
    overflow: hidden;
    border: 1px solid var(--dreamnest-border);
    border-radius: 10px;
    background: var(--dreamnest-white);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.fl-step::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 3px;
    content: '';
    background: var(--dreamnest-secondary);
    transition: width 250ms ease;
}

.fl-step:hover {
    transform: translateY(-4px);
    border-color: rgba(12, 71, 169, 0.28);
    box-shadow: 0 16px 30px rgba(7, 27, 61, 0.1);
}

.fl-step:hover::before {
    width: 100%;
}

.fl-step-num {
    position: absolute;
    top: 17px;
    right: 18px;
    color: rgba(12, 71, 169, 0.09);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 39px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.fl-step h3 {
    margin: 0 0 8px;
    color: var(--dreamnest-dark);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
}

.fl-step p {
    max-width: 94%;
    margin: 0;
    color: var(--dreamnest-text-muted);
    font-size: 13px;
    line-height: 1.6;
}

.fl-listings {
    background: linear-gradient(180deg, var(--dreamnest-white) 0%, var(--dreamnest-light) 100%);
}

.fl-empty {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 48px 42px;
    border: 1px solid var(--dreamnest-border);
    border-radius: 12px;
    background: var(--dreamnest-white);
    box-shadow: 0 24px 52px rgba(7, 27, 61, 0.12);
    text-align: center;
}

.fl-empty::before,
.fl-empty::after {
    position: absolute;
    width: 26px;
    height: 26px;
    content: '';
    border: 1px solid var(--dreamnest-secondary);
    opacity: 0.65;
}

.fl-empty::before {
    top: 13px;
    left: 13px;
    border-right: 0;
    border-bottom: 0;
}

.fl-empty::after {
    right: 13px;
    bottom: 13px;
    border-top: 0;
    border-left: 0;
}

.fl-empty-icon {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--dreamnest-light);
    color: var(--dreamnest-primary);
    font-size: 28px;
}

.fl-empty-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--dreamnest-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.fl-empty-title {
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.15;
}

.fl-empty-sub {
    max-width: 480px;
    margin: 0 auto 24px;
    font-size: 14px;
}

.fl-submit {
    background: var(--dreamnest-white);
}

.fl-submit-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(32px, 5vw, 62px);
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 56px);
    border: 1px solid var(--dreamnest-border);
    border-radius: 12px;
    background: var(--dreamnest-white);
    box-shadow: 0 26px 56px rgba(7, 27, 61, 0.12);
}

.fl-submit-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 106px;
    content: '';
    border-radius: 12px 0 0;
    background: linear-gradient(180deg, var(--dreamnest-secondary), transparent);
}

.fl-submit-left .fl-section-title,
.fl-submit-left .fl-section-sub {
    text-align: left;
}

.fl-submit-left .fl-section-title {
    font-size: clamp(30px, 3vw, 39px);
}

.fl-submit-left .fl-section-sub {
    margin: 0;
}

.fl-submit-perks {
    padding: 0;
    margin: 23px 0 0;
    list-style: none;
}

.fl-submit-perks li {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid var(--dreamnest-border);
    color: var(--dreamnest-dark);
    font-size: 13px;
    font-weight: 600;
}

.fl-submit-perks li:last-child {
    border-bottom: 0;
}

.fl-submit-perks i {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dreamnest-light);
    color: var(--dreamnest-primary);
    font-size: 10px;
}

.fl-submit-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fl-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fl-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fl-field > span {
    color: var(--dreamnest-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fl-field input,
.fl-field select,
.fl-field textarea {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid var(--dreamnest-border);
    border-radius: 5px;
    background: var(--dreamnest-white);
    color: var(--dreamnest-dark);
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.fl-field textarea {
    min-height: 96px;
    resize: vertical;
}

.fl-field input::placeholder,
.fl-field textarea::placeholder {
    color: #97a5b8;
}

.fl-field input:focus,
.fl-field select:focus,
.fl-field textarea:focus {
    border-color: var(--dreamnest-secondary);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(25, 175, 216, 0.16);
}

.fl-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--dreamnest-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.fl-check input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
    accent-color: var(--dreamnest-primary);
}

.fl-submit-btn {
    width: 100%;
    margin-top: 2px;
}

@media (max-width: 991.98px) {
    .fl-hero {
        padding: 64px 0 66px;
    }

    .fl-hero-grid,
    .fl-submit-card {
        grid-template-columns: 1fr;
    }

    .fl-hero-text {
        max-width: 680px;
    }

    .fl-hero-visual {
        width: min(100%, 590px);
        margin: 0 auto;
    }

    .fl-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .fl-hero,
    .fl-how,
    .fl-listings,
    .fl-submit {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .fl-hero-title {
        font-size: 42px;
    }

    .fl-hero-visual {
        height: 315px;
    }

    .fl-hero-photo--main {
        width: 88%;
        height: 76%;
    }

    .fl-hero-photo--sub {
        width: 55%;
        height: 45%;
    }

    .fl-hero-badge {
        top: -11px;
        right: -4px;
        width: 78px;
        height: 78px;
        border-width: 5px;
    }

    .fl-hero-badge b {
        font-size: 19px;
    }

    .fl-hero-badge span {
        font-size: 6.5px;
    }

    .fl-hero-stats {
        width: 100%;
        gap: 10px;
        justify-content: space-between;
        padding: 13px 14px;
    }

    .fl-hero-stat b {
        font-size: 20px;
    }

    .fl-hero-stat span {
        font-size: 7.5px;
        letter-spacing: 0.08em;
    }

    .fl-hero-stat-sep {
        height: 27px;
    }

    .fl-steps,
    .fl-row {
        grid-template-columns: 1fr;
    }

    .fl-step {
        min-height: 0;
    }

    .fl-empty {
        padding: 40px 23px;
    }

    .fl-submit-card {
        padding: 32px 22px;
    }
}

/** Free listing landing page end **/

.dn-location-section {
    position: relative;
    isolation: isolate;
    padding: 72px 0 64px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.dn-location-section::after {
    position: absolute;
    z-index: -1;
    top: 18px;
    right: max(18px, calc((100% - 1320px) / 2));
    width: 170px;
    height: 120px;
    content: '';
    opacity: 0.48;
    background-image: radial-gradient(circle, var(--dreamnest-secondary) 1.25px, transparent 1.4px);
    background-size: 14px 14px;
    -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 36%, #000 70%, transparent 100%);
    mask-image: linear-gradient(135deg, transparent 0%, #000 36%, #000 70%, transparent 100%);
}

.dn-location-section .container {
    position: relative;
}

.dn-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--dreamnest-border);
}

.dn-section-content {
    max-width: 720px;
    margin: 0;
    text-align: left;
}

.dn-section-title {
    margin: 0 0 8px !important;
    color: var(--dreamnest-dark);
    font-family: 'Jost', sans-serif;
    font-size: clamp(28px, 2.1vw, 36px) !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.dn-section-title span {
    color: var(--dreamnest-primary);
}

.dn-section-description {
    margin: 0 !important;
    color: var(--dreamnest-text-muted) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6;
}

.dn-section-action {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    border: 1px solid var(--dreamnest-border);
    border-radius: 999px;
    background: var(--dreamnest-white);
    box-shadow: 0 6px 16px rgba(7, 27, 61, 0.06);
    color: var(--dreamnest-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.dn-section-action:hover,
.dn-section-action:focus-visible {
    transform: translateY(-2px);
    border-color: var(--dreamnest-primary);
    background: var(--dreamnest-primary);
    color: var(--dreamnest-white);
}

.dn-section-action:focus-visible {
    outline: 3px solid rgba(25, 175, 216, 0.45);
    outline-offset: 3px;
}

.dn-section-action i {
    transition: transform 200ms ease;
}

.dn-section-action:hover i,
.dn-section-action:focus-visible i {
    transform: translateX(3px);
}

.dn-location-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.dn-location-grid-item {
    display: flex;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.dn-location-card {
    display: flex;
    width: 100%;
    min-height: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--dreamnest-border);
    border-radius: 16px;
    background: var(--dreamnest-white);
    box-shadow: 0 10px 24px rgba(7, 27, 61, 0.08);
    color: var(--dreamnest-dark);
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dn-location-card:hover {
    transform: translateY(-6px);
    border-color: rgba(12, 71, 169, 0.3);
    box-shadow: 0 18px 34px rgba(7, 27, 61, 0.16);
    color: var(--dreamnest-dark);
}

.dn-location-card:focus-visible {
    outline: 3px solid rgba(25, 175, 216, 0.5);
    outline-offset: 4px;
}

.dn-location-card-media {
    position: relative;
    display: block;
    min-height: 260px;
    overflow: hidden;
    background: var(--dreamnest-light);
}

.dn-location-card-image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 350ms ease;
}

.dn-location-card:hover .dn-location-card-image {
    transform: scale(1.045);
}

.dn-location-card-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 58%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 12%, rgba(7, 27, 61, 0.76) 100%);
}

.dn-location-card-name {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: block;
    overflow: hidden;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--dreamnest-dark);
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 220ms ease, color 220ms ease;
}

.dn-location-card:hover .dn-location-card-name {
    background: var(--dreamnest-primary);
    color: var(--dreamnest-white);
}

.dn-location-card-footer {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    color: var(--dreamnest-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.dn-location-card-arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dreamnest-light);
    color: var(--dreamnest-primary);
    transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.dn-location-card:hover .dn-location-card-arrow {
    transform: translateX(4px);
    background: var(--dreamnest-secondary);
    color: var(--dreamnest-white);
}

.dn-location-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.dn-location-cta {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 12px;
    padding: 7px 24px 7px 7px;
    border: 1px solid rgba(7, 27, 61, 0.08);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dreamnest-dark), var(--dreamnest-primary));
    box-shadow: 0 16px 32px rgba(7, 27, 61, 0.18);
    color: var(--dreamnest-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.dn-location-cta:hover,
.dn-location-cta:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(7, 27, 61, 0.26);
    color: var(--dreamnest-white);
}

.dn-location-cta:focus-visible {
    outline: 3px solid rgba(25, 175, 216, 0.55);
    outline-offset: 4px;
}

.dn-location-cta-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dreamnest-secondary);
    color: var(--dreamnest-white);
    font-size: 14px;
}

.dn-location-cta > i {
    color: var(--dreamnest-secondary);
    font-size: 12px;
    transition: transform 200ms ease;
}

.dn-location-cta:hover > i,
.dn-location-cta:focus-visible > i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .dn-location-section {
        padding: 56px 0 54px;
    }
}

@media (max-width: 767.98px) {
    .dn-location-section {
        padding: 46px 0 48px;
    }

    .dn-section-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
        padding-bottom: 16px;
    }

    .dn-section-title {
        font-size: 28px !important;
    }

    .dn-location-grid {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 18px;
    }

    .dn-location-card,
    .dn-location-card-media {
        min-height: 0;
    }

    .dn-location-card-image {
        height: 230px;
    }

    .dn-location-card-media {
        min-height: 230px;
    }

    .dn-location-cta-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .dn-location-section::after {
        top: 8px;
        right: -28px;
        width: 130px;
        height: 96px;
    }

    .dn-section-title {
        font-size: 25px !important;
    }

    .dn-section-description {
        max-width: 330px;
        font-size: 14px !important;
    }

    .dn-location-card-name {
        right: 14px;
        bottom: 14px;
        left: 14px;
        font-size: 15px;
    }

    .dn-location-card-footer {
        min-height: 76px;
        padding: 14px 16px;
    }
}

/** Sidebar nav start **/
.nav-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
    left: 0;
}

.nav-sidebar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.nav-sidebar .overlay.active {
    display: block;
    opacity: 1;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#dismiss {
    text-align: center;
    background: transparent;
    position: absolute;
    top: 24px;
    font-size: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-logo img {
    width: 80px;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 10px;
    text-decoration: none;
    color: #2e2e2e;
    letter-spacing: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-navigation .pt0{
    padding-top: 0;
}

.sidebar-navigation ul li a em {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4.5px 5px 5.5px;
    border-radius: 5px;
    font-weight: 100;
    color: #777;
}

.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    background-color: transparent;
    color: #2e2e2e;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
    display: none;
    background-color: transparent;
}

.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #2e2e2e;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    font-weight: 500;
    padding:6px;
    text-transform: inherit;
}

.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
    background-color: transparent;
}

.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #94aab0;
    color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: transparent;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-inner h3{
    margin: 0 0 20px;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
}

.sidebar-logo {
    padding: 20px 30px;
    border-bottom: solid 1px #00000024;
}

/** Get social start **/
.get-social {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin-right: 2px;
    border-radius: 5%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.get-social h3 {
    padding: 0;
}
/** Get social end **/

/** Get in touch start **/
.get-in-touch {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-in-touch h3 {
    padding: 0;
}

.get-in-touch .get-in-touch-box {
    margin-bottom: 10px;
}

.get-in-touch .get-in-touch-box i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f1e6e6;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #2e2e2e;
    border-radius: 3px;
}

.get-in-touch .get-in-touch-box a{
    color: #2e2e2e;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 400;
}
/** Get in touch end **/

/** Top header area start **/
.top-header {
    z-index: 999;
}

.top-header .social-list li {
    margin: 0 5px;
}

.top-header .list-inline {
    padding: 13px 0;
}

.top-header .list-inline a {
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
}

.top-header .list-inline a i {
    margin-right: 5px;
}

.top-header .list-inline a:last-child {
    margin-right: 0;
}

.top-header ul li {
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 15px;
}

/* .top-header .top-social-media li a{
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 20%);
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 20%);
} */

.th10 .top-social-media li a {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 20%);
    box-shadow: 0px 0px 0px 1px rgb(255 240 240 / 48%);
}

/** Top header 2 area start **/
#top-header-2 {
    background-color: var(--dreamnest-primary)!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 9999;
    border-bottom: none;
}

#top-header-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 500px;
    height: 50.5px;
    z-index: -1;
}

#top-header-2 .container-fluid{
    padding: 0 30px;
}

#top-header-2 .top-social-media li a {
    color: #fff!important;
    font-size: 13px!important;
    text-transform: uppercase;
    font-weight: 400;
}

#top-header-2 .top-social-media li a:hover{
    color: #fff!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Top header 3 area start **/
.top-header-3{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.top-header-3 .top-logo img{
    height: 50px;
}

.top-header-3 .top-header-inner {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    padding: 31px 0 32px;
    max-width: 640px;
    margin-left: auto;
}

.top-header-3 .top-header-inner .top-contact-item {
    display: flex;
    justify-content: center;
    position: relative;
}

.top-header-3 .top-header-inner .top-contact-item i {
    font-size: 40px;
    color: #ffffff;
    margin:0 10px 0 0;
}

.top-header-3 .top-header-inner .top-contact-item p {
    font-size: 18px;
    /* line-height: 1.2; */
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Barlow Condensed', sans-serif;
    margin-top: 3px;
    color: #fff;
}

.top-header-3 .top-header-inner .top-contact-item .content a {
    font-size: 21px;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
}

.top-header-3 .top-header-inner .top-contact-item::before {
    position: absolute;
    content: "";
    background: #9b9b9b85;
    width: 1px;
    height: 100%;
    right: -20%;
}

.top-header-3 .top-header-inner .top-contact-item.tci2::before{
    display: none;
}

/** Top header 4 area start **/
#top-header-4{
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
}

#top-header-4 .top-header-inner .top-contact-item .content a{
    color: #161616;
}

.top-header-5{
    background-color: var(--dreamnest-primary)!important;
    padding-bottom:20px
    
}

.top-header-5 .container-fluid{
    padding: 0 30px;
}

/** Main header start **/
.main-header{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.main-header .container{
    position: relative;
}

.main-header .logos {
    padding: 25px 0;
    margin-right: 50px;
    float: left;
}

.main-header .logos img {
    height: 70px;
}

.main-header .navbar-expand-lg {
    padding: 0;
}

.main-header .btn-md{
    margin-top: 20px;
}

.header-transparent {
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, .2)
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #636060;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 13px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #515151;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: transparent;
}

.main-header .navbar {
    padding: 0;
}

.main-header .form-inline .submit {
    padding: 7px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
}

.main-header .dropdown-menu {
    min-width: 12rem;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    border: none;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    border-radius: 0;
    border-top: solid 1px #f1f1f1;
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu{
    margin: -1px;
}

.main-header .dropdown-menu a {
    padding: 10px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    background: transparent!important;
}

.main-header .dropdown-menu a:hover {
    background: transparent;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.main-header .dropdown-toggle::after {
    top: 17px;
}

/** Main header 1 area start **/
#main-header-1 {
    z-index: 999;
    top: 0px;
    background-color: #fff;
}

#main-header-1 .navbar-expand-lg .navbar-nav .nav-link {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #515151;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 42px 15px 34px;
    border-bottom: solid 3px transparent;
    border-radius: 0;
}

#main-header-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 30%;
    height: 100px;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: skew(23deg);
    transform: skew(23deg);
    border-radius: 0 10px 10px 0;
}

.header-with-top2 .container-fluid{
    padding: 0 30px;
}

/** Main header 3 area start **/
#main-header-3 {
    z-index: 999;
    top: 30px;
    background-color: transparent;
    box-shadow: none;
}

#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 36px 15px 34px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #515151;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-header-3 .header-inner{
    background: #fff;
    padding: 0 15px 0 25px;
}

#main-header-3 .logos {
    margin-right: 10px;
    padding: 25px 0;
}

#main-header-3 .logos img{
    height: 40px;
}

/** Main header 4 area start **/
#main-header-4 {
    top: 50px;
    background: #fff;
}

#main-header-4 .contact-now{
    display: flex;
    align-items: center;
}

#main-header-4 .contact-now .left{
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: var(--dreamnest-primary);
}

#main-header-4 .contact-now .right {
    padding-left: 10px;
}

#main-header-4 .contact-now .right h5{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 5px 0 3px;
}

#main-header-4 .contact-now .right h4{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

#main-header-4 .contact-now .right h4 a{
    color: #fff;
}

#main-header-4 .header-right {
    padding: 22.5px 0 22.5px 20px;
    width: 260px;
    margin-left: auto;
}

#main-header-4 .header-left{
    padding-left: 30px;
}

#main-header-4 .header-centar{
    margin-left: auto;
}

#main-header-4 .logos {
    padding: 25px 0;
    margin-right: 0;
}

#main-header-4 .navbar-expand-lg .navbar-nav .nav-link {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #161616;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 42px 16px 35px;
    border-bottom: solid 3px transparent;
    border-radius: 0;
}

#main-header-4 .header-search .form-inline {
    margin: 20px 100px 0 auto;
}

/** Main header 5 area start **/
.main-header-5{
    width: 100%;
    transition: 0.3s;
    top: 110px!important;
    background: transparent;
    box-shadow: none;
}

.main-header-5 .header-inner{
    background-color: #ffffff38!important;
    box-shadow: 0px 0px 20px 0px rgb(0 6 91 / 6%);
    z-index: 999;
    top: 30px;
}

.main-header-5 .header-inner {
    background: #fff;
    padding: 0;
}

.main-header-5 .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding: 19px 16px 18.5px;
    color: #fff;
    text-transform: uppercase;
}

.main-header-5  .navbar-expand-lg .navbar-nav{
    padding-left: 10px;
}

.main-header-5 .logos{
    display: none;
}

.main-header-5 .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}

.main-header-5 .navbar-expand-lg .navbar-nav .h-icon {
    background: #fff!important;
    padding: 20px 25px 17.5px;
}

/** Main header 6 area start **/
#main-header-6 .navbar-expand-lg .navbar-nav {
    padding-left: 0;
}


/** Media all **/
@media all and (min-width: 992px) {
    .sticky-header .nav-link::after {
        display: none !important;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #fff!important;
    }

    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #515151;
    }

    .sticky-header {
        position: fixed;
        background: transparent;
        top: 50px;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    #main-header-2.sticky-header {
        /*top: 0px;*/
        border-bottom: none;
        border-bottom: 1px solid rgba(220, 220, 220, .2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .main-header-7.sticky-header {
        top: 50px!important;
        border-bottom: none;
        border-bottom: none;
        box-shadow: none;
    }

    .header-with-top2.sticky-header{
        border-bottom: none!important;
    }

    #main-header-4.sticky-header {
        border-bottom: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    }

    #main-header-6.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .header-shrink .open-offcanvas {
        color: #515151;
    }

    .header-shrink {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    #main-header-5.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #f3f3f3;
    }

    #main-header-5.sticky-header {
        box-shadow: none;
    }
}

/** Media max **/
@media (max-width: 1200px){
    #main-header-2 .navbar-expand-lg .navbar-nav .nav-link {
        letter-spacing: 0;
        padding: 40px 11px;
    }

    .main-header .form-inline .submit {
        margin-left: 10px;
    }

    #main-header-2::after {
        width: 23%;
    }

    #main-header-4 .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    #main-header-4 .contact-now .right h4 {
        font-size: 18px;
    }

    #main-header-4 .contact-now .right h5 {
        font-size: 12px;
    }

    #main-header-6 .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff!important;
    }

    #main-header-4 .header-right {
        width: 235px;
    }

}

@media (max-width: 992px) {
    .main-header .logos img {
        height: 40px;
    }

    .main-header .dropdown-menu {
        border-top: solid 1px #f1f1f1;
        border-bottom: solid 1px #f1f1f1;
    }

    .main-header .navbar-expand-lg .navbar-nav .link-color {
        padding: 10px 15px!important;
        border-radius: 0;
        border: none;
        font-size: 14px;
        background: #f9f9f9!important;
        border: transparent !important;
        margin: 0;
        color: #515151!important;
    }

    .main-header .search-fields button {
        background: #efefef;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        background: #f9f9f9;
    }

    .main-header .navbar-expand-lg .navbar-nav .link-color:hover {
        background: #f9f9f9;
    }

    .main-header .dropdown-menu a {
        padding: 10px 30px;
    }

    .main-header .form-inline .submit {
        margin: 0 0 50px 10px;
        font-size: 12px;
    }

    .navbar-light .navbar-toggler {
        border: none!important;
        font-size: 18px;
        font-weight: 400;
    }

    .navbar-light .navbar-toggler span{
        color: #fff;
    }

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        padding: 0;
        width: 40px;
        height: 40px;
        outline: none;
        border-radius: 0;
    }

    #main-header-4 .header-centar{
        display: none;
    }

    #main-header-4 .header-left {
        padding-left: 0;
    }

    .main-header-5 .navbar-toggler{
        border: solid 1px #fff!important;
        background: transparent!important;
    }

    #main-header-6 .navbar-toggler{
        border: solid 1px #fff!important;
        background: transparent!important;
    }

    #top-header-2::after {
        width: 480px;
    }

    #main-header-2.sticky-header {
        border-bottom: 1px solid rgba(220, 220, 220, .2);
    }

    .header-with-top2.sticky-header {
        border-bottom: none!important;
    }

    .header-with-top2 {
        background: #fff;
    }

    #main-header-3 .logos {
        padding: 20px 0;
    }

    #main-header-3 {
        top: 15px;
    }

    #main-header-2::after {
        width: 30%;
        height: 80px;
    }

    .main-header .logos {
        padding: 20px 0;
    }

    #main-header-4 .header-right {
        display: none;
    }

    #main-header-4 .logos {
        padding: 20px 0;
    }

    #main-header-4 .navbar-expand-lg {
        padding: 0 30px;
    }

    .main-header-5 .logos{
        display: flex;
    }

    .main-header-5 {
        top: 0px!important;
    }

    .main-header-5 .header-inner {
        padding: 0;
    }

    #main-header-6 {
        background: #fff!important;
    }

    .main-header-5 .header-inner {
        box-shadow: none;
    }

    .header-with-top2 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    #main-header-1 {
        top: 0;
    }
     .main-header .logos img {
    height: 50px;
}
    #main-header-2::after {
        width: 35%;
        left: -4%;
    }

    #main-header-4 {
        top: 0;
    }

    #top-header-2{
        display: none;
    }

    #top-header-2 .container-fluid {
        padding: 0 15px;
    }

    #top-header-2 .top-social-media li a {
        font-size: 14px;
    }

    #top-header-2::after {
        width: 55%;
        -webkit-transform: skew(23deg);
        transform: skew(337deg);
    }

    .top-header .d-none-768{
        display: none;
    }

    #main-header-4 .navbar-expand-lg {
        padding: 0 15px;
    }

    .top-header .list-inline a {
        margin-right: 0;
    }

    .top-header .sign-in, .top-header .sign-in:hover {
        padding: 6px 9px;
    }

    .main-header .company-logo img {
        height: 40px;
    }

    .top-header{
        display: none;
    }

    .main-header {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    }
}

@media (max-width: 575px) {
    .top-header .n-575{
        display: none;
    }

    .main-header .logos img {
    height: 35px;
}
}

@media all and (min-width: 992px) {
    .header-fixed.small {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        top: 0;
        z-index:1000!important;
    }
}

/** Media min **/
@media (min-width: 992px) {
    .animation-img{
        animation: bgburnsEast 25s linear infinite alternate;
        -webkit-animation: bgburnsEast 25s linear infinite alternate;
    }

    #main-header-2 .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff!important;
    }

    #main-header-5 .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff!important;
    }

    #main-header-6 .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff!important;
    }
}

@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        max-width: 700px;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media (min-width: 180px){
    .header-fixed.small {
        background: #fff!important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
        top: 0!important;
    }

    #main-header-5.small {
        background: var(--dreamnest-primary)!important;
    }

    #main-header-5.small .header-inner {
        background: var(--dreamnest-primary)!important;
    }

    .header-shrink {
        background: #fff!important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    #main-header-3.header-shrink {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .main-header-7.header-shrink {
        top: 0px !important;
    }
}

/* Why Dreamnest temporary home section */
.dn-why-section {
    padding: 82px 0 88px;
    background: #f6f8fc;
    position: relative;
    overflow: hidden;
}

.dn-why-section::before,
.dn-why-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dn-why-section::before {
    width: 330px;
    height: 330px;
    right: -145px;
    top: -170px;
    background: rgba(20, 113, 204, .07);
}

.dn-why-section::after {
    width: 240px;
    height: 240px;
    left: -155px;
    bottom: -165px;
    background: rgba(17, 183, 190, .09);
}

.dn-why-section .container {
    position: relative;
    z-index: 1;
}

.dn-why-heading {
    max-width: 650px;
    margin: 0 auto 38px;
    text-align: center;
}

.dn-why-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #11aab5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.4px;
}

.dn-why-heading h2 {
    margin: 0;
    color: #0b2146;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.16;
}

.dn-why-heading h2 span {
    color: #1171cc;
}

.dn-why-heading p {
    max-width: 560px;
    margin: 13px auto 0;
    color: #62718b;
    font-size: 15px;
    line-height: 1.65;
}

.dn-why-layout {
    display: grid;
    grid-template-columns: minmax(260px, .84fr) minmax(0, 1.56fr);
    gap: 22px;
    align-items: stretch;
}

.dn-why-intro {
    display: flex;
    min-height: 100%;
    padding: 35px;
    flex-direction: column;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #0a2550 0%, #103f7c 100%);
    box-shadow: 0 18px 38px rgba(12, 42, 84, .18);
}

.dn-why-intro-icon,
.dn-why-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 14px;
    font-size: 20px;
}

.dn-why-intro-icon {
    margin-bottom: 32px;
    color: #0a356a;
    background: #fff;
}

.dn-why-intro h3 {
    max-width: 295px;
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 750;
    line-height: 1.24;
}

.dn-why-intro > p {
    margin: 16px 0 26px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.7;
}

.dn-why-proof {
    display: flex;
    gap: 15px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.dn-why-proof div {
    display: grid;
    gap: 3px;
}

.dn-why-proof strong {
    color: #79e2e1;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.dn-why-proof span {
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 600;
}

.dn-why-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.dn-why-card {
    min-height: 205px;
    padding: 29px;
    border: 1px solid #e6ebf2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(18, 42, 75, .055);
    transition: transform .25s ease, box-shadow .25s ease;
}

.dn-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(18, 42, 75, .12);
}

.dn-why-card-icon {
    margin-bottom: 20px;
    color: #1171cc;
    background: #eaf4ff;
}

.dn-why-card:nth-child(2) .dn-why-card-icon {
    color: var(--dreamnest-secondary);
    background: #e7f8fc;
}

.dn-why-card:nth-child(3) .dn-why-card-icon {
    color: var(--dreamnest-primary);
    background: #eaf4ff;
}

.dn-why-card:nth-child(4) .dn-why-card-icon {
    color: var(--dreamnest-secondary);
    background: #e7f8fc;
}

.dn-why-card h3 {
    margin: 0 0 9px;
    color: #0b2146;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
}

.dn-why-card p {
    margin: 0;
    color: #6c7990;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .dn-why-layout {
        grid-template-columns: 1fr;
    }

    .dn-why-intro {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .dn-why-section {
        padding: 60px 0;
    }

    .dn-why-heading {
        margin-bottom: 28px;
    }

    .dn-why-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dn-why-intro,
    .dn-why-card {
        padding: 25px;
        border-radius: 16px;
    }

    .dn-why-card {
        min-height: 0;
    }

    .dn-why-intro-icon {
        margin-bottom: 24px;
    }
}

