.footer-section-tpl1 .footer {
    background: var(--bv-footer-bg);
    color: var(--bv-footer-text);
    font-family: sans-serif;
}

.footer-section-tpl1 .container {
    max-width: 1200px;
    margin: auto;
}

.footer-section-tpl1 .footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section-tpl1 .footer-col h2 {}

.footer-section-tpl1 .footer-col h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-section-tpl1 .footer-col p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-section-tpl1 .time strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer-section-tpl1 .btn {
    display: inline-block;
    background: var(--bv-secondary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
    height: unset;
    line-height: unset;
}

.footer-section-tpl1 .btn.full {
    width: 100%;
    border: none;
    cursor: pointer;
}

.footer-section-tpl1 .links {
    list-style: none;
    padding: 0;
}

.footer-section-tpl1 li {
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    background-color: unset !important;
}

.footer-section-tpl1 li::before {
    content: "»";
    margin-right: 8px;
    color: #ffffff;
}

.footer-section-tpl1 li:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-section-tpl1 .post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-section-tpl1 .post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
}

.footer-section-tpl1 .post h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-section-tpl1 .post span {
    font-size: 12px;
    color: #ff3c00;
}

.footer-section-tpl1 .footer-col input {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: none;
    color: #000000;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer-section-tpl1 .footer-bottom {
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section-tpl1 .social a {
    width: 40px;
    height: 40px;
    background: #ffffff0a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
    color: var(--bv-footer-text);
    transition: 0.3s;
}

.footer-section-tpl1 .social a:hover {
    background: #ff3c00;
}

.footer-section-tpl1 .footer-col h2 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-size: 19px;
    font-weight: 700;
}

.footer-section-tpl1 li a {
    color: #fff;
}

.footer-section-tpl1 .social ul li:before {
    content: "";
    display: none;
}

.footer-section-tpl1 .footer-bottom .social ul {
    display: flex;
}

.footer-section-tpl1 .footer-col input::placeholder {
    color: #767676;
}

@media (max-width: 992px) {
    .footer-section-tpl1 .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-section-tpl1 .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-section-tpl1 .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}






































/* footer v2  */



.footer-section-tpl2 .footer-v2 {
    position: relative;
    background: url(https://cms.codemonsterstudio.com/cm022/wp-content/uploads/2025/10/Subtract.png);
    color: #cbd5e1;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bv-footer-bg);
}

.footer-section-tpl2 .footer-wrap ul li {
    color: #Fff;
    padding-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

.footer-section-tpl2 .footer-wrap ul li a {
    color: #fff;
}

.footer-section-tpl2 .footer-wrap h2 {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.footer-section-tpl2 .footer-wrap .logo img {
    height: 64px;
}

.footer-section-tpl2 .footer-wrap h2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.footer-section-tpl2 .footer-wrap {
    position: relative;
    z-index: 1;
    padding: 70px 20px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
}

.footer-section-tpl2 .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-section-tpl2 .logo .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: conic-gradient(#ff5a1f, #ff8a50, #ff5a1f);
}

.footer-section-tpl2 .logo h2 {
    color: #fff;
}

.footer-section-tpl2 .brand p {
    line-height: 1.6;
    margin-bottom: 12px;
}

.footer-section-tpl2 .social a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    background: #ff5a1f;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
}

.footer-section-tpl2 .social a:hover {
    transform: translateY(-3px);
}

.footer-section-tpl2 .col h3 {
    color: #ff5a1f;
    margin-bottom: 20px;
}

.footer-section-tpl2 .links {
    list-style: none;
    padding: 0;
}

.footer-section-tpl2 .links li {
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-section-tpl2 .links li:hover {
    color: #fff;
}

.footer-section-tpl2 .links .active {
    color: #ff5a1f;
}

.footer-section-tpl2 .contact {
    list-style: none;
    padding: 0;
}

.footer-section-tpl2 .contact li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.footer-section-tpl2 .contact i {
    color: #ff5a1f;
    margin-top: 4px;
}

.footer-section-tpl2 .footer-bottom {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 500;
}



footer.footer .copyright {
    background-color: var(--bv-footer-bg);
}

@media (max-width: 1024px) {
    .footer-section-tpl2 .footer-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-section-tpl2 .footer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }

    .footer-section-tpl2 .logo {
        justify-content: center;
    }

    .footer-section-tpl2 .contact li {
        justify-content: center;
    }

    .footer-section-tpl2 .footer-v2::after {
        width: 400px;
        height: 400px;
        right: -150px;
        bottom: -150px;
    }
}









































































/* footer v3  */



.footer-section-tpl3 .footer-v3 {
    background: var(--bv-footer-bg);
    color: var(--bv-footer-text);
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-section-tpl3 .footer-main ul li {
    margin-left: 20px;
    list-style: disc;
}

.footer-section-tpl3 .footer-main ul li a {
    color: var(--bv-footer-text);
}

/* .footer-section-tpl3 .footer-main .logo img {
    height: 60px;
} */
.footer-section-tpl3 .footer-main h2 {
    color: #Fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.footer-section-tpl3 .footer-main h2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.footer-section-tpl3 .footer-v3::before {
    /* content: ""; */
    position: absolute;
    /* inset: 0; */
    /* background: url("https://www.transparenttextures.com/patterns/dots.png"); */
    opacity: 0.08;
}

.footer-section-tpl3 .newsletter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
    background: var(--bv-footer-bg);
    color: var(--bv-footer-text);
}

.footer-section-tpl3 .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-section-tpl3 .news-text h3 {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
}

.footer-section-tpl3 .news-form {
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    /* min-width: 437px; */
}

.footer-section-tpl3 .news-form input {
    border: none;
    padding: 12px;
    flex: 1;
    margin-bottom: 0px;
}

.footer-section-tpl3 .news-form button {
    background: var(--bv-secondary);
    color: #fff;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

.footer-section-tpl3 .footer-main {
    padding: 60px 0;
}

.footer-section-tpl3 .grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.footer-section-tpl3 .logo {
    color: #fff;
    margin-bottom: 15px;
}

.footer-section-tpl3 .logo img {
    max-width: 250px;
    max-height: 60px;
    object-fit: contain;
}

.footer-section-tpl3 .col p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-section-tpl3 .social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0b3a5b;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 6px;
}

.footer-section-tpl3 .col h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-section-tpl3 .col ul {
    list-style: none;
    padding: 0;
}

.footer-section-tpl3 .col ul li {
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-section-tpl3 .col ul li:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-section-tpl3 .contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer-section-tpl3 .contact i {
    margin-top: 4px;
}

.footer-section-tpl3 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-section-tpl3 .bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section-tpl3 .bottom-links a {
    margin-left: 20px;
    color: #cbd5e1;
}

.footer-section-tpl3 .container {
        padding: 0;
    max-width: 100%;
    margin: 0 -15px;
}

@media (max-width: 1024px) {
    .footer-section-tpl3 .grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-section-tpl3 .news-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-section-tpl3 .news-form {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .footer-section-tpl3 .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-section-tpl3 .bottom-wrap {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-section-tpl3 .footer-main {
        padding: 25px 0;
    }
}
















































































/* footer v4  */

.footer-section-v4 .footer-1 {
    color: #fff;
}

.footer-section-v4 .footer-1 .f1-hero {
    position: relative;
    height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section-v4 .footer-1 .f1-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?w=1600&q=80');
    background-size: cover;
    background-position: center 40%;
    filter: brightness(0.35) saturate(0.6);
    transform: scale(1.05);
    transition: transform 8s ease;
}

.footer-section-v4 .footer-1 .f1-hero:hover .f1-hero-bg {
    transform: scale(1);
}

.footer-section-v4 .footer-1 .f1-hero-content {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.footer-section-v4 .footer-1 .f1-hero-content h2 {
    font-size: clamp(48px, 7vw, 100px);
    font-weight: 400;
    font-style: italic;
    line-height: 0.95;
    margin-bottom: 28px;
    letter-spacing: -2px;
}

.footer-section-v4 .footer-1 .f1-hero-content h2 em {
    font-style: normal;
    font-weight: 700;
    color: #c9a96e;
}

.footer-section-v4 .footer-1 .f1-hero-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 480px;
    margin: 0 auto 32px;
    line-height: 1.7;
    font-style: italic;
}

.footer-section-v4 .footer-1 .f1-hero-content .cta-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.footer-section-v4 .footer-1 .f1-hero-content .btn-main {
    background: #c9a96e;
    color: #1a1208;
    padding: 14px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.footer-section-v4 .footer-1 .f1-hero-content .btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
    padding: 14px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    background: none;
    transition: border-color 0.3s, color 0.3s;
}

.footer-section-v4 .footer-1 .f1-strip {
    background: #006a6a;
    border-top: 1px solid rgba(201, 169, 110, 0.2);
}

.footer-section-v4 .footer-1 .f1-strip-inner {
    padding: 25px 0px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section-v4 .footer-1 .f1-strip-col {
    background: #006a6a;
    padding: 20px 0px;
}

.footer-section-v4 .footer-1 .f1-strip-col button {
    background: #fff;
}

.footer-section-v4 .footer-1 .f1-strip-col ul {
    margin-left: 18px;
}

.footer-section-v4 .footer-1 .f1-strip-col h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-section-v4 .footer-1 .f1-strip-col ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #fff;
}

.footer-section-v4 .footer-1 .f1-strip-col ul li a {
    font-size: 14px;
    color: #fff;
    font-style: italic;
    transition: color 0.3s;
}

.footer-section-v4 .footer-1 .f1-strip-col ul li a:hover {
    color: #c9a96e;
}

.footer-section-v4 .footer-1 .f1-strip-col.brand .logo img {
    max-width: 220px;
    width: 100%;
}

.footer-section-v4 .footer-1 .f1-strip-col.brand p {
    font-size: 14px;
    color: rgb(255 255 255);
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 11px;
}

.footer-section-v4 .footer-1 .f1-strip-col.brand .socials {
    display: flex;
    gap: 12px;
}

.footer-section-v4 .footer-1 .f1-strip-col.brand .socials img {
    width: 30px;
}

.footer-section-v4 .footer-1 .f1-bar {
    margin: 0 auto;
    padding: 14px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 78%);
    margin-top: 32px;
}

.footer-section-v4 .footer-1 .f1-bar p {
    font-size: 15px;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .footer-section-v4 {
        /* Footer 1 */
    }

    .footer-section-v4 .footer-1 .f1-strip-inner {
        grid-template-columns: 1fr 1fr;
        padding: 32px 24px 0;
    }

    .footer-section-v4 .footer-1 .f1-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 20px 24px;
    }
}

@media (max-width: 768px) {
    .footer-section-v4 {
        /* ── FOOTER 1 ── */
    }

    .footer-section-v4 .footer-1 .f1-hero {
        height: 320px;
    }

    .footer-section-v4 .footer-1 .f1-hero-content p {
        display: none;
    }

    .footer-section-v4 .footer-1 .f1-hero-content .cta-row {
        flex-direction: column;
        gap: 12px;
    }

    .footer-section-v4 .footer-1 .f1-hero-content .btn-main,
    .footer-section-v4 .footer-1 .f1-hero-content .btn-ghost {
        padding: 13px 28px;
        width: 100%;
        max-width: 260px;
    }

    .footer-section-v4 .footer-1 .f1-strip-inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 30px 0px;
        background: transparent;
    }

    .footer-section-v4 .footer-1 .f1-strip-col {
        padding: 15px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .footer-section-v4 .footer-1 .f1-bar {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 18px 24px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .footer-section-v4 {
        /* Footer 1 */
    }

    .footer-section-v4 .footer-1 .f1-hero {
        height: 280px;
    }

    .footer-section-v4 .footer-1 .f1-hero-content .eyebrow {
        letter-spacing: 4px;
        font-size: 9px;
    }
}



























































/* footer v5  */
.footer-section-v5 .footer-2 {

    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
}

.footer-section-v5 .footer-2 .f2-content-side h2 {
    color: #fff;
    margin-top: 15px;
    padding-bottom: 10px;
}

.footer-section-v5 .footer-2 .f2-image-side {
    position: relative;
    overflow: hidden;
}

.footer-section-v5 .footer-2 .f2-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) saturate(0.8);
    transition: transform 6s ease;
}

.footer-section-v5 .footer-2 .f2-image-side:hover img {
    transform: scale(1.08);
}

.footer-section-v5 .footer-2 .f2-image-side .f2-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, #1a1208);
    pointer-events: none;
}

.footer-section-v5 .footer-2 .f2-image-side .f2-img-quote {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    max-width: 280px;
    line-height: 1.5;
}

.footer-section-v5 .footer-2 .f2-image-side .f2-img-quote::before {
    content: '"';
    font-size: 80px;
    line-height: 0.5;
    color: #c9a96e;
    display: block;
    margin-bottom: 12px;
}

.footer-section-v5 .footer-2 .f2-content-side {
    background: #1a1208;
    padding: 45px 56px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-top .logo img {
    max-width: 220px;
    width: 100%;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-top .tagline {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(201, 169, 110, 0.5);
    margin-bottom: 32px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-links-group h5 {
    font-size: 17px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-links-group li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
    color: #fff;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-links-group a {
    font-size: 15px;
    color: rgb(255 255 255 / 73%);
    transition: color 0.3s;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-links-group a:hover {
    color: #fff;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter {
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    padding-top: 21px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    margin-bottom: 8px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter p {
    font-size: 12px;
    color: rgb(255 255 255);
    margin-bottom: 20px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter .email-row {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 169, 110, 0.25);
    margin-bottom: 0px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 13px 16px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    outline: none;
    margin-bottom: 0px;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.footer-section-v5 .footer-2 .f2-content-side .f2-newsletter button {
    background: #c9a96e;
    border: none;
    color: #1a1208;
    padding: 0 24px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    white-space: nowrap;
    height: unset;
    line-height: unset;
}

.footer-section-v5 .footer-2 .f2-content-side .f2-bottom {
    margin-top: 32px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .footer-section-v5 .footer-2 {
        grid-template-columns: 1fr;
    }

    .footer-section-v5 .footer-2 .f2-image-side {
        height: 340px;
    }

    .footer-section-v5 .footer-2 .f2-image-side .f2-img-overlay {
        background: linear-gradient(to top, #1a1208 20%, transparent 80%);
    }

    .footer-section-v5 .footer-2 .f2-content-side {
        padding: 40px 32px;
    }
}

@media (max-width: 768px) {
    .footer-section-v5 .footer-2 {
        display: flex;
        flex-direction: column;
    }

    .footer-section-v5 .footer-2 .f2-image-side {
        height: 260px;
    }

    .footer-section-v5 .footer-2 .f2-image-side .f2-img-quote {
        font-size: 16px;
        bottom: 24px;
        left: 24px;
        max-width: 220px;
    }

    .footer-section-v5 .footer-2 .f2-image-side .f2-img-quote::before {
        font-size: 56px;
    }

    .footer-section-v5 .footer-2 .f2-content-side {
        padding: 36px 24px;
        gap: 32px;
    }

    .footer-section-v5 .footer-2 .f2-content-side .f2-top .logo {
        font-size: 30px;
    }

    .footer-section-v5 .footer-2 .f2-content-side .f2-links {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}





























































/* footer v6  */

.footer-section-v6 .footer-4 {
    background: #1c2416;
    color: #d4dbc8;
}

.footer-section-v6 .footer-4 .f4-main {
    padding: 48px 0 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
}

.footer-section-v6 .footer-4 .f4-brand .logo img {
    max-width: 220px;
    width: 100%;
}

.footer-section-v6 .footer-4 .f4-brand p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 11px;
}

.footer-section-v6 .footer-4 .f4-brand .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.footer-section-v6 .footer-4 .f4-brand .info-item label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8aad6a;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.footer-section-v6 .footer-4 .f4-brand .info-item span {
    font-size: 14px;
    color: #d4dbc8;
}

.footer-section-v6 .footer-4 .f4-col h5 {
    font-size: 19px;
    /* letter-spacing: 4px; */
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 700;
}

.footer-section-v6 .footer-4 .f4-col ul {
    margin-left: 18px;
}

.footer-section-v6 .footer-4 .f4-col li {
    margin-bottom: 12px;
    list-style: disc;
}

.footer-section-v6 .footer-4 .f4-col a {
    font-size: 15px;
    color: #ffffff;
    transition: color 0.3s;
}

.footer-section-v6 .footer-4 .f4-col a:hover {
    color: #d4dbc8;
}

.footer-section-v6 .footer-4 .f4-bar {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.footer-section-v6 .footer-4 .f4-main h2 {
    padding-bottom: 13px;
}

.footer-section-v6 .footer-4 .f4-bar p {
    font-size: 14px;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .footer-section-v6 .footer-4 .f4-main {
        grid-template-columns: 1fr 1fr;
        padding: 40px 40px 0;
        gap: 40px;
    }

    .footer-section-v6 .footer-4 .f4-brand {
        grid-column: -1;
    }

    .footer-section-v6 .footer-4 .f4-bar {
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .footer-section-v6 .footer-4 .f4-main {
        grid-template-columns: 1fr;
        padding: 32px 24px 0;
        gap: 32px;
    }

    .footer-section-v6 .footer-4 .f4-brand .info-grid {
        grid-template-columns: 1fr;
    }

    .footer-section-v6 .footer-4 .f4-bar {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 18px 24px;
    }
}

































































/* footer v7  */
.footer-section-v7 .footer-6 {

    color: #3d2a1a;
    position: relative;
    overflow: hidden;
}

.footer-section-v7 .footer-6 .f6-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?w=1600&q=80');
    background-size: cover;
    background-position: center;
    filter: blur(5px);
}

.footer-section-v7 .footer-6 .f6-top-bar .footer-section {
    padding: 10px;
    background: #00000036;
    border-radius: 10px;
}

.footer-section-v7 .footer-6 .f6-strip-col h2 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
}

.footer-section-v7 .footer-6 .f6-strip-col ul li {
    list-style: disc;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 10px;
}

.footer-section-v7 .footer-6 .f6-strip-col ul li a {
    color: #fff;
}

.footer-section-v7 .footer-6 .f6-bg-overlay {
    position: absolute;
    inset: 0;
    background: #01796f94;
    opacity: 0.92;
}

.footer-section-v7 .footer-6 .f6-content {
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.footer-section-v7 .footer-6 .f6-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section-v7 .footer-6 .f6-top-bar .logo img {
    max-width: 321px;
    width: 100%;
}

.footer-section-v7 .footer-6 .f6-top-bar nav {
    display: flex;
    gap: 0;
}

.footer-section-v7 .footer-6 .f6-top-bar nav a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 20px;
    font-weight: 500;
    transition: color 0.3s;
    border-left: 1px solid rgb(255 255 255 / 10%);
}

.footer-section-v7 .footer-6 .f6-top-bar nav a:hover {
    color: #1a0e06;
}

.footer-section-v7 .footer-6 .f6-hero-strip {
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap: 0;
}

.footer-section-v7 .footer-6 .f6-strip-divider {
    background: rgb(255 255 255 / 42%);
}

.footer-section-v7 .footer-6 .f6-strip-col {
    padding: 0 56px;
}

.footer-section-v7 .footer-6 .f6-strip-col:first-child {
    padding-left: 0;
}

.footer-section-v7 .footer-6 .f6-strip-col:last-child {
    padding-right: 0;
}

.footer-section-v7 .footer-6 .f6-strip-col .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    color: rgb(255 255 255);
    line-height: 1;
    margin-bottom: 16px;
}

.footer-section-v7 .footer-6 .f6-strip-col h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer-section-v7 .footer-6 .f6-strip-col p {
    font-size: 13px;
    color: rgb(255 255 255 / 60%);
    line-height: 1.7;
}

.footer-section-v7 .footer-6 .f6-strip-col .addr {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 8px;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-style: italic;
    color: #fff;
    white-space: nowrap;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar .form-contact {
    display: flex;
    flex: 1;
    max-width: 480px;
    margin-bottom: 0px;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar input {
    flex: 1;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    border-bottom: 1.5px solid rgba(212, 184, 150, 0.4);
    padding: 10px 16px;
    color: #d4b896;
    font-size: 16px;
    outline: none;
    margin-bottom: 0px;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar input::placeholder {
    color: rgba(212, 184, 150, 0.35);
}

.footer-section-v7 .footer-6 .f6-newsletter-bar button {
    background: #c4a07a;
    border: none;
    color: #ffffff;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}

.footer-section-v7 .footer-6 .f6-copy {
    padding: 10px 0px 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff94;
}

.footer-section-v7 .footer-6 .f6-copy p {
    font-size: 14px;
    color: #fff;
}

.footer-section-v7 .bg-footer-bottom {
    background-color: #01796f;
}

.footer-section-v7 .footer-6 .f6-newsletter-bar input::placeholder {
    color: #fff;
}

@media (max-width: 1024px) {
    .footer-section-v7 .footer-6 .f6-top-bar {
        padding: 0 32px;
    }

    .footer-section-v7 .footer-6 .f6-top-bar nav a {
        padding: 0px 12px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer-section-v7 .footer-6 .f6-hero-strip {
        grid-template-columns: 1fr;
        padding: 48px 32px 40px;
        gap: 32px;
    }

    .footer-section-v7 .footer-6 .f6-strip-divider {
        display: none;
    }

    .footer-section-v7 .footer-6 .f6-strip-col {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 32px;
    }

    .footer-section-v7 .footer-6 .f6-strip-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-section-v7 .footer-6 .f6-newsletter-bar {
        padding: 28px 32px;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footer-section-v7 .footer-6 .f6-newsletter-bar .row {
        max-width: 100%;
        width: 100%;
    }

    .footer-section-v7 .footer-6 .f6-copy {
        padding: 16px 32px;
    }
}

@media (max-width: 768px) {
    .footer-section-v7 .footer-6 .f6-top-bar {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-section-v7 .footer-6 .f6-top-bar nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }

    .footer-section-v7 .footer-6 .f6-top-bar nav a {
        white-space: nowrap;
        padding: 0px 14px;
        border-left: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer-section-v7 .footer-6 .f6-hero-strip {
        padding: 36px 20px 28px;
        gap: 24px;
    }

    .footer-section-v7 .footer-6 .f6-newsletter-bar {
        padding: 24px 20px;
    }

    .footer-section-v7 .footer-6 .f6-newsletter-bar h4 {
        font-size: 20px;
        white-space: normal;
    }

    .footer-section-v7 .footer-6 .f6-copy {
        flex-direction: column;
        gap: 4px;
        padding: 14px 20px;
    }
}







































































/* footer v8  */
.footer-section-v8 .footer-7 {
    position: relative;
    background: #01796f;
    color: #fff;
    overflow: hidden;
}

.footer-section-v8 .footer-7 .f7-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-image: url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?w=800&q=80');
    background-size: cover;
    background-position: center;
    filter: brightness(0.4) saturate(0.5);
}

.footer-section-v8 .footer-7 .f7-bg-img::after {
    content: '';
    background: #0000001a;
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-section-v8 .footer-7 .f7-content {
    position: relative;
    z-index: 2;
    padding: 72px 0px 20px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 110px;
}

.footer-section-v8 .footer-7 .f7-left .big-name img {
    max-width: 220px;
    width: 100%;
}

.footer-section-v8 .footer-7 .f7-left .desc {
    font-size: 15px;
    color: rgb(255 255 255 / 97%);
    line-height: 1.9;
    max-width: 439px;
    margin-bottom: 40px;
    font-weight: 300;
}

.footer-section-v8 .footer-7 .f7-left .info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

.footer-section-v8 .footer-7 .f7-left .info-chip {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
}

.footer-section-v8 .footer-7 .f7-left .info-chip label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e8a0b4;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.footer-section-v8 .footer-7 .f7-left .info-chip span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 32px;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline p {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(255 255 255);
    margin-bottom: 16px;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline .row {
    display: flex;
    max-width: 472px;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline input {
    flex: 1;
    background: rgb(255 255 255 / 21%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    padding: 13px 18px;
    color: #fff;
    font-size: 14px;
    outline: none;
    margin-bottom: 0px;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline button {
    background: #1be2d2;
    border: none;
    color: #000000;
    padding: 0 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    cursor: pointer;
}

.footer-section-v8 .footer-7 .f7-right {
    padding-top: 12px;
}

.footer-section-v8 .footer-7 .f7-right .links-block {
    margin-bottom: 36px;
}

.footer-section-v8 .footer-7 .f7-right .links-block h5 {
    font-size: 19px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(232 160 180 / 75%);
}

.footer-section-v8 .footer-7 .f7-right .links-block ul {
    margin-left: 18px;
}

.footer-section-v8 .footer-7 .f7-right .links-block li {
    margin-bottom: 10px;
    list-style: disc;
}

.footer-section-v8 .footer-7 .f7-right .links-block a {
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 300;
    transition: color 0.3s;
}

.footer-section-v8 .footer-7 .f7-right .links-block a:hover {
    color: #fff;
}

.footer-section-v8 .footer-7 .f7-content .logo img {
    height: 65px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .footer-section-v8 .footer-7 .f7-bg-img {
        display: none;
    }

    .footer-section-v8 .footer-7 .f7-content {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 56px 0px;
    }

    .footer-section-v8 .footer-7 .f7-bar {
        padding: 20px 40px;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .footer-section-v8 .footer-7 .f7-content {
        grid-template-columns: 1fr;
        padding: 40px 4px;
        gap: 36px;
    }

    .footer-section-v8 .footer-7 .f7-left .info-row {
        gap: 12px;
    }

    .footer-section-v8 .footer-7 .f7-left .info-chip {
        padding: 10px 14px;
    }

    .footer-section-v8 .footer-7 .f7-left .newsletter-inline .row {
        max-width: 100%;
    }

    .footer-section-v8 .footer-7 .f7-bar {
        flex-direction: column;
        gap: 6px;
        padding: 16px 24px;
        text-align: center;
    }
}



