.footerSec {
    background-color: #00435E;
    padding-top: 140px;

    .footerSecTop {
        padding-bottom: 30px;

        .footerLogo {
            width: calc(100% - 20px);
            max-width: 320px;
            height: 180px;
            background-color: #fff;
            border-radius: 30px;
            padding: 6px;

            a {
                display: block;
                width: 100%;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
        }

        .footerTopRt {
            .footerTopTxtDiv {
                display: inline-block;
                position: relative;

                .footerTopText {
                    padding-bottom: 35px;

                    a {
                        text-transform: uppercase;
                        color: #FFF;
                        text-align: center;
                        font-family: "Nunito_sans";
                        font-size: 100px;
                        line-height: 88px;
                        font-style: normal;
                        font-weight: 700;
                    }
                }

                .footHvrCir {
                    position: absolute;
                    right: 30%;
                    bottom: 0;
                    width: 68px;
                    height: 68px;
                    border-radius: 50%;
                    background: #C79F64;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 500;
                    z-index: 2;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-transform: capitalize;
                    transition: none !important;

                    img {
                        width: 22px;
                        height: auto;
                        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(139deg) brightness(103%) contrast(101%);
                    }
                }
            }

            .footerTopParaDiv {
                p {
                    color: #fff;
                }
            }

            .socialIconDiv {
                margin-top: 20px;

                .socialList {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;

                    li {

                        width: 40px;
                        height: 40px;
                        transition: .4s;
                        margin-bottom: 0;

                        &:not(:last-child) {
                            margin-right: 15px;
                        }

                        a {
                            width: 40px;
                            height: 40px;
                            display: block;
                            overflow: hidden;
                            position: relative;
                            border-radius: 50%;
                            background-size: auto;
                            background-repeat: no-repeat;
                            background-image: url(../images/common/social_media_img.png);
                            transition: .4s;

                        }

                        &.sm_2 {
                            a {
                                background-position-x: -55px;
                            }
                        }

                        &.sm_3 {
                            a {
                                background-position-x: -110px;
                            }
                        }

                        &.sm_4 {
                            a {
                                background-position-x: -165px;
                            }
                        }

                        &:hover {
                            a {
                                background-position-x: 0;
                                background-position-y: -40px;
                            }

                            &.sm_2 {
                                a {
                                    background-position-x: -55px;
                                    background-position-y: -40px;
                                }
                            }

                            &.sm_3 {
                                a {
                                    background-position-x: -110px;
                                    background-position-y: -40px;
                                }
                            }

                            &.sm_4 {
                                a {
                                    background-position-x: -165px;
                                    background-position-y: -40px;
                                }
                            }
                        }

                    }
                }
            }
        }
    }

    .fooerMid {
        border-top: 1px solid rgba(255, 255, 255, 0.32);
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);

        .footerMenu {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: clamp(4px, 2.5vw, 48px);

            li {
                a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    padding: 30px 10px;
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 400;
                    transition: all 0.5s;
                }

                &:hover {
                    a {
                        color: #C79F64;
                    }
                }
            }
        }
    }

    .footerBtm {
        padding: 40px 0px;

        .footerBtmCol {
            &:not(:last-child) {
                padding-right: 10px;
            }

            &:nth-child(2) {
                .footerBtmCard {
                    justify-content: flex-start;
                }
            }

            &:last-child {
                .footerBtmCard {
                    justify-content: flex-start;
                }
            }
        }

        .footerBtmCard {
            display: flex;
            align-items: center;

            .footBtmIcon {
                min-width: 60px;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background-color: #C79F64;
                padding: 10px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .footBtmTxt {
                padding-left: 20px;

                a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    font-size: 20px;
                    font-weight: 400;
                    color: #fff;
                    transition: all 0.5s;

                    &:hover {
                        color: #C79F64;
                    }
                }
            }

        }
    }

    .footerPatch {
        padding-top: 15px;
        padding-bottom: 8px;

        .footerPatchInn {
            background-color: #C79F64;
            padding: 10px 20px;
            border-radius: 50px;

            .footerPatchCol {
                &:nth-child(2) {
                    .footPatchCard {
                        text-align: center;
                    }
                }

                &:last-child {
                    .footPatchCard {
                        text-align: end;
                    }
                }
            }

            .footPatchCard {

                p,
                a {
                    color: #fff;
                    font-size: 14px;
                    margin-bottom: 0;
                    padding-bottom: 0;
                    transition: all 0.5s;
                }

                a {
                    &:hover {
                        color: #88401B;
                    }
                }
            }
        }
    }
}

/* get in touch */
.getInTouchBtn {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 100;
    background: linear-gradient(90deg, #F1C444 0%, #88401B 79.73%);
    background-color: #fff;
    color: #fff;
    border: none;
    border: 1px solid #88401B;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;

    span {
        transition: all 0.5s;
    }

    &:hover {
        background: #fff;
        color: #88401B;
    }
}

.sideformOverflow {
    display: none;
}

/* sidebar form */
.sideform {
    width: 340px;
    height: 100%;
    position: fixed;
    transition: 0.5s;
    top: 0;
    transform: translateX(100%);
    background-color: #fff;
    padding: 20px 12px;
    z-index: 999;
    right: 0;
    border-left: 3px solid #c57248;

    &::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 300px;
        width: 100%;
        background-image: url(../images/home/product-right-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.3;
        z-index: -1;
    }

    .sideformClose {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;

        i {
            font-size: 18px;
        }
    }

    .getInTouchHead {
        color: #3C3C3C;
        font-weight: 600;
        margin-bottom: 16px;
        font-size: 25px;
        text-align: center;
    }

    .sideFormInner {
        height: calc(100vh - 200px);
        overflow-y: auto;
        padding-right: 8px;
        overflow-x: hidden;

        .sideFormWrap {
            form {
                .form-group {
                    margin-bottom: 15px;
                }

                .nice-select {
                    border-color: rgba(0, 0, 0, 0.65);
                    margin-bottom: 15px;
                    z-index: 1;

                    &::after {
                        filter: brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(0%) hue-rotate(60deg) brightness(97%) contrast(98%);
                        width: 16px;
                        height: 16px;
                        right: 0;
                    }
                }

                textarea {
                    height: 80px;
                }

                .submitBox {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 20px;

                    input {
                        border: 1px solid transparent !important;
                        transition: all 0.5s;

                        &:hover {
                            background-color: #fff !important;
                            color: #88401B !important;
                            border-color: #88401B !important;
                        }
                    }
                }
            }
        }

        .sideAddress {
            padding-top: 10px;

            h3 {
                font-size: 24px;
                font-weight: 600;
                margin-top: 10px;
                margin-bottom: 10px;
                color: #3C3C3C;
            }

            ul {
                li {
                    display: flex;

                    img {
                        width: 20px;
                        height: 20px;
                        object-fit: contain;
                        filter: brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(6191%) hue-rotate(345deg) brightness(88%) contrast(89%);
                        margin-right: 6px;
                        margin-top: 3px;
                    }

                    &:not(:last-child) {
                        margin-bottom: 10px;
                    }

                    a,
                    p {
                        font-size: 15px;
                        color: #000;
                        transition: all 0.5s;
                        font-weight: 500;

                        &:hover {
                            color: #88401B;
                        }
                    }

                    &.footerCall {
                        img {
                            width: 18px;
                            height: 18px;
                        }
                    }
                }

            }
        }
    }
}

.sideFormWrap {
    .sideformOverflow {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        background-color: #0000008c;
        z-index: 250;
        backdrop-filter: blur(12px);
    }

    .sideform {
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 1600px) {
    .footerSec {
        padding-top: 90px;

        .footerSecTop {
            .footerLogo {
                height: 190px;
            }

            .footerTopRt {
                .footerTopTxtDiv {
                    .footerTopText {
                        a {
                            font-size: 80px;
                            line-height: 60px;
                        }
                    }

                    .footHvrCir {
                        width: 60px;
                        height: 60px;
                    }
                }
            }
        }
    }

    .sideform {
        .sideFormInner {
            .sideFormWrap {
                form {

                    input,
                    select,
                    textarea {
                        height: 45px;
                        padding: 7px 0px;
                    }

                    textarea {
                        height: 70px;
                    }

                    .nice-select {
                        height: 45px;
                        line-height: 45px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1440px) {
    .footerSec {
        .footerSecTop {
            .footerLogo {
                height: 170px;
            }

            .footerTopRt {
                .footerTopTxtDiv {
                    .footerTopText {
                        padding-bottom: 25px;

                        a {
                            font-size: 72px;
                            line-height: 55px;
                        }
                    }
                }
            }
        }

        .fooerMid {
            .footerMenu {
                li {
                    a {
                        padding: 20px 10px;
                        font-size: 16px;
                    }
                }
            }
        }

        .footerBtm {
            .footerBtmCard {
                .footBtmIcon {
                    min-width: 50px;
                    width: 50px;
                    height: 50px;
                }

                .footBtmTxt {
                    a {
                        font-size: 18px;
                    }
                }
            }
        }
    }

    .sideform {

        .getInTouchHead {
            font-size: 22px;
        }

        &::after {
            height: 260px;
        }

        .sideFormInner {
            height: calc(100vh - 160px);

            .sideFormWrap {


                form {
                    .form-group {
                        margin-bottom: 10px;
                    }

                    input,
                    select,
                    textarea {
                        height: 40px;
                        padding: 6px 0px;
                    }

                    .nice-select {
                        height: 40px;
                        line-height: 40px;
                        margin-bottom: 10px;

                        .list {
                            max-height: 170px;
                        }
                    }

                    textarea {
                        height: 60px;
                    }

                    input[type="submit"] {
                        height: 40px;
                    }
                }
            }

            .sideAddress {
                h3 {
                    font-size: 20px;
                    /* margin-top: 0; */
                }

                ul {
                    li {

                        a,
                        p {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    .getInTouchBtn {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .sideform {
        .sideFormInner {
            .sideFormWrap {
                form {
                    .nice-select {
                        &::after {
                            top: 16px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1199px) {
    .footerSec {
        .footerSecTop {
            .footerLogo {
                height: 140px;
            }

            .footerTopRt {
                .footerTopTxtDiv {
                    .footerTopText {
                        a {
                            font-size: 60px;
                            line-height: 45px;
                        }
                    }
                }
            }
        }

        .footerBtm {
            padding: 25px 0px;

            .footerBtmCard {
                .footBtmTxt {
                    a {
                        font-size: 16px;
                    }
                }
            }
        }

        .footerPatch {
            .footerPatchInn {
                .footPatchCard {

                    p,
                    a {
                        font-size: 13px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .footerSec {
        .footerSecTop {
            .footerTopRt {
                .footerTopTxtDiv {
                    padding-right: 75px;

                    .footerTopText {
                        padding-bottom: 18px;
                    }

                    .footHvrCir {
                        width: 52px;
                        height: 52px;
                        position: absolute !important;
                        opacity: 1 !important;
                        transform: scale(1) translateY(-50%) !important;
                        pointer-events: auto !important;
                        right: 0 !important;
                        left: auto !important;
                        top: 30% !important;
                    }
                }
            }
        }
    }

    .sideform {
        .sideFormInner {
            height: 80vh;
        }
    }
}

@media (max-width: 991px) {
    .footerSec {
        padding-top: 70px;

        .footerSecTop {
            .footerLogo {
                width: 220px;
                height: auto;
                margin: 0px auto 40px;
            }

            .footerTopRt {
                text-align: center;

                .footerTopTxtDiv {
                    .footerTopText {
                        a {
                            font-size: 50px;
                        }
                    }
                }

                .socialIconDiv {
                    .socialList {
                        justify-content: center;
                    }
                }
            }
        }

        .fooerMid {
            padding: 15px 0px;

            .footerMenu {

                li {
                    a {
                        padding: 8px 12px;
                        font-size: 14px;
                    }
                }
            }
        }

        .footerBtm {
            .footerBtmCard {
                .footBtmIcon {
                    min-width: 42px;
                    width: 42px;
                    height: 42px;
                    padding: 8px;
                }

                .footBtmTxt {
                    padding-left: 15px;

                    a {
                        font-size: 14px;
                    }
                }
            }
        }

        .footerPatch {
            .footerPatchInn {
                border-radius: 20px;

                .footerPatchCol {
                    &:not(:last-child) {
                        margin-bottom: 3px;
                    }
                }

                .footPatchCard {
                    text-align: center !important;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .footerSec {
        padding-top: 50px;

        .footerSecTop {
            .footerLogo {
                width: 180px;
            }

            .footerTopRt {
                .footerTopTxtDiv {
                    padding-right: 60px;

                    .footerTopText {
                        padding-bottom: 10px;

                        a {
                            font-size: 36px;
                        }
                    }

                    .footHvrCir {
                        width: 46px;
                        height: 46px;
                        top: 40% !important;

                        img {
                            width: 18px;
                        }
                    }
                }
            }
        }

        .fooerMid {
            .footerMenu {
                justify-content: center;
            }
        }

        .footerBtm {
            .footerBtmCol {
                &:not(:last-child) {
                    padding-right: 15px;
                    margin-bottom: 12px;
                }

                .footerBtmCard {
                    justify-content: flex-start !important;

                    .footBtmIcon {
                        min-width: 38px;
                        width: 38px;
                        height: 38px;
                    }
                }
            }
        }
    }
}

@media (max-width: 575px) {
    .footerSec {
        padding-bottom: 70px;

        .footerSecTop {
            .footerLogo {
                width: 140px;
                border-radius: 16px;
                margin: 0 auto 20px;
            }

            .footerTopRt {
                .footerTopTxtDiv {
                    padding-right: 65px;

                    .footerTopText {
                        a {
                            font-size: 32px;
                        }
                    }
                }
            }
        }

        .fooerMid {
            .footerMenu {
                li {
                    a {
                        padding: 8px 6px;
                    }
                }
            }
        }
    }

    .getInTouchBtn {
        display: none;
    }
}

/*==== min width ====*/
@media (min-width: 1921px){
    .footerSec {
        .fooerMid {
            .footerMenu {
                li {
                    a {
                        font-size: clamp(18px, 0.9vw, 20px);
                    }
                }
            }
        }

        .footerPatch {
            .footerPatchInn {
                .footPatchCard {

                    p,
                    a {
                        font-size: clamp(14px, 0.9vw, 16px);
                    }
                }
            }
        }
    }

    .getInTouchBtn{
        font-size: clamp(16px, 0.9vw, 18px);
    }
}
/* ============================================================
   Footer semantics + accessibility support
   Added 2026-08-18 alongside the footer markup rework.
   New selectors only - nothing here overrides the responsive
   rules above.
   ============================================================ */

/* Screen-reader-only label text ("Address:", "Phone:", "Email:").
   Removed from the visual flow without hiding it from assistive tech. */
.footerSec .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* "LET'S CONNECT" is now a real <h2> for the document outline.
   Strip the UA heading styles so it renders exactly as before. */
.footerSec .footerTopText .footerTopHeadWrap {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

/* The contact row is now an <address>; kill the UA italics. */
.footerSec .footerContact {
    font-style: normal;
    margin: 0;
}

/* Visible keyboard focus - previously there was none anywhere in the footer. */
.footerSec a:focus-visible {
    outline: 2px solid #C79F64;
    outline-offset: 3px;
    border-radius: 2px;
}

/* Social icons are background sprites on empty anchors, so give the
   focus ring a shape that matches the circular button. */
.footerSec .socialList a:focus-visible {
    outline-offset: 2px;
    border-radius: 50%;
}
