body {
    overflow: visible;
}

section {
    overflow-x: hidden;
}

.keySec {
    &.infrasKeySec {
        .keyBox {
            min-height: 250px;

            .keyBoxTxt {
                margin-bottom: 20px;
            }
        }
    }
}

.labWrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;

    .labItem {
        width: calc(100% / 3);
        padding: 0 20px;
        position: relative;

        &::after {
            width: 1px;
            height: 100%;
            top: 0;
            right: 0;
            background-color: #cccccc;
            position: absolute;
            content: "";
        }

        &:last-child {
            &:after {
                display: none;
            }
        }

        .labItemInner {
            text-align: center;

            .labIcon {
                width: 60px;
                height: 60px;
                margin: 0 auto;
                margin-bottom: 20px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    filter: brightness(0) saturate(100%) invert(45%) sepia(92%) saturate(4426%) hue-rotate(184deg) brightness(102%) contrast(97%);
                }
            }

            .labTitle {
                font-size: 20px;
                color: var(--blue);
                display: block;
                margin-bottom: 10px;
                font-family: "Manjari", sans-serif;
                font-weight: 600;
            }
        }
    }
}

.labSec_2 {
    background-color: #E5F8E2;

    .secH {
        span {
            &::after {
                background-image: linear-gradient(to right, #E5F8E2, #B7EBAA);
            }
        }
    }

    .labSectxt2 {
        .labTextItem {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #9f9f9f;

            &:last-child {
                margin-bottom: 0px;
                padding-bottom: 0px;
                border-bottom: 0px;
            }

            h3 {
                font-size: 28px;
                font-weight: 600;
                font-family: "Manjari", sans-serif;
                margin-bottom: 10px;
            }
        }
    }
}

.labSec {
    .labSLider {
        .labSlide {
            padding: 0px 6px;

            .labImg {
                width: 100%;
                height: 200px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
        }

        .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);

            li {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #fff;
                opacity: .55;
                transition: all 0.4s;
                font-size: 0;
                border: none;
                cursor: pointer;

                &.slick-active {
                    width: 22px;
                    opacity: 1;
                    border-radius: 6px;
                }
            }
        }
    }
}

.infraCountWrap {
    padding-top: 30px;

    .infraCountInner {
        border-radius: 10px;
        padding: 20px 15px;
        background-color: #E6F5FF;
        border: 1px solid rgba(4, 143, 234, 0.5);
        text-align: center;

        h3 {
            font-family: "Nata Sans", sans-serif;
            font-weight: 700;
            font-size: 38px;
            margin-bottom: 15px;
        }
    }
}

.facilitySec {
    background-color: #E6F5FF;
    overflow: visible;

    .facilitySliderDiv {
        position: sticky;
        top: 100px;
    }

    .facilitySlider {
        .facilitySlide {
            padding: 0px 5px;
        }

        .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);

            li {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #fff;
                opacity: .55;
                transition: all 0.4s;
                font-size: 0;
                border: none;
                cursor: pointer;

                &.slick-active {
                    width: 22px;
                    opacity: 1;
                    border-radius: 6px;
                }
            }
        }
    }

    .facilityImg {
        width: 100%;
        height: 400px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            border-radius: 20px;
        }
    }

    .secH {
        span {
            &::after {
                background-image: linear-gradient(to right, #E6F5FF, #A8DDFF);
            }
        }
    }

    .facilityText {
        .facilityTextCard {
            background-image: linear-gradient(to right, #DFFFD7, #FFFFFF);
            padding: 30px 20px;
            border-radius: 15px;
            border-left: 4px solid var(--blue);
            margin-bottom: 20px;

            &:last-child {
                margin-bottom: 0px;
            }

            h3 {
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 15px;
            }
        }
    }
}

.infraSlider {
    figure {
        aspect-ratio: unset !important;
    }
}

/* manufacturing */
.manFacSec {
    background-color: #fff !important;

    .manFacBtm {
        padding-top: 30px;

        .manFacCard {
            h3 {
                text-align: center;
                margin-bottom: 12px;
                color: var(--blue);
            }

            .manFacSlider {
                padding-bottom: 50px;

                .slick-arrow {
                    position: absolute;
                    top: auto;
                    bottom: 0;
                    left: calc(50% - 50px);
                    width: 42px;
                    height: 42px;
                    border: 0;
                    border-radius: 50%;
                    background: rgba(255, 255, 255, 0.92);
                    color: #04213F;
                    font-size: 14px;
                    cursor: pointer;
                    box-shadow: 0 6px 18px rgba(4, 33, 63, 0.18);
                    font-size: 0;
                    transition: all 0.5s;

                    &::after {
                        content: '\f060';
                        font-family: fontawesome;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        color: #04213F;
                        transition: all 0.5s;
                        font-size: 18px;
                    }

                    &.slick-next {
                        left: auto;
                        right: calc(50% - 50px);

                        &::after {
                            content: '\f061';
                        }
                    }

                    &:hover {
                        background: linear-gradient(135deg, #048FEA, #0470C7);
                        color: #fff;

                        &::after {
                            color: #fff;
                        }
                    }
                }

                .manFacSlide {
                    padding: 0px 6px;

                    .manFacImg {
                        width: 100%;
                        height: 200px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 15px;
                        }
                    }
                }
            }
        }
    }
}

/* port */
.portNewSec {

    .overviewBoxWrap {
        border-radius: 30px;
        overflow: hidden;
        background-color: #048FEA;
        display: flex;
        flex-wrap: wrap;

        .overviewBoxItem {
            width: 50%;
            padding: 20px;
            border-right: 1px solid #ffffff70;
            border-bottom: 1px solid #ffffff70;

            h3 {
                font-size: 22px;
                margin-bottom: 10px;
                color: #fff;
            }
        }
    }

    .portSlider {
        .portSlide {
            padding: 0px 5px;

            .portImg {
                width: 100%;
                height: 400px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
        }

        .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);

            li {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #fff;
                opacity: .55;
                transition: all 0.4s;
                font-size: 0;
                border: none;
                cursor: pointer;

                &.slick-active {
                    width: 22px;
                    opacity: 1;
                    border-radius: 6px;
                }
            }
        }
    }
}

/* Responsive */
@media (max-width: 1600px) {
    .facilitySec {
        .facilityImg {
            /* height: 740px; */
        }
    }
}

@media (max-width: 1440px) {
    .facilitySec {
        .facilityImg {
            /* height: 690px; */
        }
    }
}

@media (max-width: 1366px) {
    .facilitySec {
        .facilityImg {
            /* height: 710px; */
        }
    }
}

@media (max-width: 1199px) {

    .infraCountWrap {
        .infraCountInner {
            h3 {
                font-size: 30px;
            }
        }
    }
}

@media (max-width: 1140px) {
    .facilitySec {
        .facilityImg {
            /* height: 725px; */
        }
    }
}

@media (max-width: 991px) {
    .labSec_2 {
        .infraSlider {
            .swiper-slide {
                height: 400px;

                figure {
                    height: 100%;
                }
            }
        }
    }

    body {
        overflow-x: hidden;
    }
}

@media (max-width: 575px) {
    .facilitySec {
        .facilityImg {
            /* height: auto !important; */
        }
    }

    .mapTab {
        padding: 8px 11px;
    }

    .portNewSec {
        .portSlider {
            .portSlide {
                .portImg {
                    height: 310px;
                }
            }
        }
    }

    .labWrap {
        padding-top: 10px;
    }

    .labSec {
        & .labSLider {
            & .labSlide {
                .labImg {
                    width: 100%;
                    height: 260px;
                }
            }
        }
    }

    .portNewSec {
        .overviewBoxWrap {
            .overviewBoxItem {
                width: 100%;
                border-right: unset;
                border-bottom: 1px solid #ffffff70;

                h3 {
                    font-size: 20px;
                }
            }
        }
    }
}

/* ==========================================================================
   Interactive Presence Map  (.mapSec)
   ========================================================================== */
.mapSec {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, #F5FBFF 0%, #FFFFFF 55%, #F3FAFF 100%);

    .mapDetSlider {
        width: 100%;
        padding-bottom: 60px;

        .slick-initialized .mapDetSlide {
            width: auto !important;
        }

        .mapDetSlide {
            width: 100%;
            padding: 0px 8px;

            .mapDetImg {
                width: 100%;
                height: 230px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
        }

        .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);

            li {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #fff;
                opacity: .55;
                transition: all 0.4s;
                font-size: 0;
                border: none;
                cursor: pointer;

                &.slick-active {
                    width: 22px;
                    opacity: 1;
                    border-radius: 6px;
                }
            }
        }
    }
}

.mapSec::before,
.mapSec::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.mapSec::before {
    width: 520px;
    height: 520px;
    top: -180px;
    left: -160px;
    background: radial-gradient(circle, rgba(4, 143, 234, .16) 0%, rgba(4, 143, 234, 0) 70%);
}

.mapSec::after {
    width: 620px;
    height: 620px;
    bottom: -240px;
    right: -200px;
    background: radial-gradient(circle, rgba(61, 199, 24, .14) 0%, rgba(61, 199, 24, 0) 70%);
}

.mapSec>.container {
    position: relative;
    z-index: 1;
}

.mapSec .headingWrap {
    margin-bottom: 45px;
}

/* 
.mapSec .row {
    align-items: center;
} */
.mapDetSlider {
    .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #ccc;
        font-size: 0px;
        position: absolute;
        top: auto;
        bottom: 0;

        &::before {
            content: "";
            font-family: "FontAwesome";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            top: 0;
        }

        &.slick-next {
            right: calc(50% - 50px);

            &:before {
                content: "\f061";
            }
        }

        &.slick-prev {
            left: calc(50% - 50px);

            &:before {
                content: "\f060";
            }
        }
    }
}

/* ---------- Left : map ---------------------------------------------------- */
.mapImg {
    position: relative;
    padding: 30px 25px;
    border-radius: 24px;
    background:
        radial-gradient(120% 120% at 20% 0%, #FFFFFF 0%, #EFF8FF 55%, #E4F2FF 100%);
    border: 1px solid rgba(4, 143, 234, .16);
    box-shadow: 0 24px 60px -30px rgba(6, 60, 110, .35);
}

.mapImg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background-image:
        linear-gradient(rgba(4, 143, 234, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 143, 234, .07) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(circle at 50% 45%, #000 35%, transparent 78%);
    mask-image: radial-gradient(circle at 50% 45%, #000 35%, transparent 78%);
    pointer-events: none;
}

.mapCanvas {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.mapCanvas .indiaSvg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.indiaShape {
    fill: url(#indiaFill);
    stroke: #0B7BD6;
    stroke-width: 9;
    stroke-linejoin: round;
    filter: drop-shadow(0 14px 22px rgba(6, 80, 140, .18));
    transition: fill .5s ease;
}

/* ---------- Pins ---------------------------------------------------------- */
.mapPin {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    background: none;
    border: 0;
    z-index: 3;

    &.mapPin-1 {
        left: 9.33% !important;
        top: 42.19% !important;
        --pin-delay: 0.00s !important;
    }

    &.mapPin-2 {
        left: 24.88% !important;
        top: 51.28% !important;
        --pin-delay: 0.24s !important;
    }

    &.mapPin-3 {
        left: 13.64% !important;
        top: 51.12% !important;
        --pin-delay: 0.12s !important;
    }

    &.mapPin-4 {
        left: 44.5% !important;
        top: 75.92% !important;
        --pin-delay: 0.60s !important;
    }

    &.mapPin-5 {
        left: 45.86% !important;
        top: 72.09% !important;
        --pin-delay: 0.48s !important;
    }

    &.mapPin-6 {
        left: 65.95% !important;
        top: 52.39% !important;
        --pin-delay: 0.36s !important;
    }
}

.mapPin:focus {
    outline: none;
}

.mapPinDot {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    background: linear-gradient(145deg, #4FB4F7 0%, #048FEA 45%, #1F3A93 100%);
    box-shadow: 0 6px 14px -4px rgba(6, 60, 110, .55);
    cursor: pointer;
    transform-origin: 50% 100%;
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), background .35s ease, box-shadow .35s ease;
}

.mapPinDot::before {
    /* the pointed tail of the teardrop */
    content: "";
    position: absolute;
    left: 50%;
    top: 78%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: inherit;
    border-radius: 2px;
    transform: rotate(45deg);
    z-index: -1;
}

.mapPinDot::after {
    /* white centre */
    content: "";
    position: absolute;
    left: 50%;
    top: 44%;
    width: 9px;
    height: 9px;
    margin: -4.5px 0 0 -4.5px;
    border-radius: 50%;
    background: #fff;
    transition: background .35s ease;
}

.mapPinRing {
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    border-radius: 50%;
    border: 2px solid rgba(4, 143, 234, .55);
    opacity: 0;
    pointer-events: none;
}

.mapPinLabel {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translate(-50%, 6px);
    white-space: nowrap;
    font-family: "Nata Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .3px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #048FEA, #23306E);
    box-shadow: 0 10px 22px -10px rgba(6, 60, 110, .8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.mapPinLabel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    background: #23306E;
    transform: rotate(45deg);
    border-radius: 1px;
}

/* keep the two edge pins inside the card */
.mapPin.pinEdgeLeft .mapPinLabel {
    left: 0;
    transform: translate(-12%, 6px);
}

.mapPin.pinEdgeLeft .mapPinLabel::after {
    left: 22px;
}

/* hover + active states */
.mapPin:hover .mapPinDot,
.mapPin:focus-visible .mapPinDot {
    transform: scale(1.18) translateY(-3px);
}

.mapPin:hover .mapPinLabel,
.mapPin:focus-visible .mapPinLabel,
.mapPin.is-active .mapPinLabel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.mapPin.pinEdgeLeft:hover .mapPinLabel,
.mapPin.pinEdgeLeft:focus-visible .mapPinLabel,
.mapPin.pinEdgeLeft.is-active .mapPinLabel {
    transform: translate(-12%, 0);
}

.mapPin.is-active {
    z-index: 5;
}

.mapPin.is-active .mapPinDot {
    background: linear-gradient(145deg, #6BE04B 0%, #3DC718 45%, #14892C 100%);
    transform: scale(1.32) translateY(-4px);
    box-shadow: 0 10px 20px -6px rgba(20, 137, 44, .6);
}

.mapPin.is-active .mapPinLabel {
    background: linear-gradient(135deg, #3DC718, #14892C);
}

.mapPin.is-active .mapPinLabel::after {
    background: #14892C;
}

.mapPin.is-active .mapPinRing {
    opacity: 1;
    animation: mapPulse 2s ease-out infinite;
}

.mapPin.is-active .mapPinRing.ring2 {
    animation-delay: .9s;
}

@keyframes mapPulse {
    0% {
        transform: scale(.55);
        opacity: .85;
        border-color: rgba(61, 199, 24, .8);
    }

    70% {
        opacity: .12;
    }

    100% {
        transform: scale(2.9);
        opacity: 0;
        border-color: rgba(61, 199, 24, 0);
    }
}

/* pins drop in when the section scrolls into view.
   .mapAnimReady is added by JS, so pins stay visible if JS never runs. */
.mapSec.mapAnimReady .mapPin .mapPinDot {
    opacity: 0;
}

.mapSec.is-inview .mapPin .mapPinDot {
    animation: mapPinDrop .7s cubic-bezier(.22, 1.4, .4, 1) forwards;
    animation-delay: var(--pin-delay, 0s);
}

/* once the drop has played, hand control back to the transitions */
.mapSec.anim-done .mapPin .mapPinDot {
    animation: none;
    opacity: 1;
}

@keyframes mapPinDrop {
    0% {
        opacity: 0;
        transform: translateY(-34px) scale(.4);
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.mapHint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #5C7A94;
    position: relative;
    z-index: 1;
}

.mapHint i {
    color: var(--blue);
}

/* ---------- Right : details ---------------------------------------------- */
.mapDetWrap {
    padding-left: 20px;
}

.mapDetDiv {
    display: block;
    position: relative;
    border-radius: 22px;
    padding: 42px 40px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F2FAFF 60%, #EAF7E7 100%);
    border: 1px solid rgba(4, 143, 234, .18);
    box-shadow: 0 26px 60px -34px rgba(6, 60, 110, .5);
    overflow: hidden;
}

.mapDetDiv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #048FEA, #3DC718);
}

.mapDetDivInn {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity .45s ease, transform .55s cubic-bezier(.22, 1, .36, 1), visibility .45s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
}

.mapDetDivInn.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.mapDetIndex {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Nata Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--blue);
    margin-bottom: 16px;
}

.mapDetIndex span {
    width: 26px;
    height: 1px;
    background: linear-gradient(to right, var(--blue), rgba(4, 143, 234, 0));
    display: block;
}

.mapPlantNm {
    display: inline-block;
    font-family: "Nata Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #14892C;
    background: rgba(61, 199, 24, .12);
    border: 1px solid rgba(61, 199, 24, .3);
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.mapCompName {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #0C1B33;
    margin-bottom: 14px;
}

.mapDetLoc {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
    color: #48627A;
    margin-bottom: 18px;
}

.mapDetLoc i {
    color: var(--blue);
    font-size: 15px;
}

.presenceInfoDesc {
    font-size: 17px;
    line-height: 1.65;
    color: #3B4A57;
}

/* chips / tabs */
.mapTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.mapTab {
    font-family: "Nata Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #33506B;
    background: #fff;
    border: 1px solid rgba(4, 143, 234, .28);
    border-radius: 30px;
    padding: 10px 18px;
    cursor: pointer;
    transition: .35s ease;
}

.mapTab:hover {
    border-color: var(--blue);
    color: var(--blue);
    transform: translateY(-2px);
}

.mapTab.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #048FEA, #23306E);
    box-shadow: 0 12px 24px -12px rgba(4, 143, 234, .9);
}

/* ---------- Responsive ---------------------------------------------------- */
@media (max-width: 1199px) {
    .mapCompName {
        font-size: 30px;
    }

    .mapDetDiv {
        padding: 34px 30px;
    }
}

@media (max-width: 991px) {
    .mapSec {
        padding: 70px 0;
    }

    .mapDetWrap,
    .mapTabs {
        padding-left: 0;
        margin-top: 34px;
    }

    .mapCanvas {
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .mapSec {
        padding: 55px 0;
    }

    .mapImg {
        padding: 16px 10px;
    }

    .mapPinDot,
    .mapPinRing {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .mapPinLabel {
        font-size: 11px;
        padding: 6px 9px;
        bottom: 36px;
    }

    .mapDetDiv {
        padding: 28px 22px;
    }

    .mapCompName {
        font-size: 25px;
    }

    .mapTab {
        font-size: 13px;
        padding: 8px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .mapSec .mapPin .mapPinDot {
        opacity: 1;
        animation: none !important;
    }

    .mapSec .mapPin .mapPinRing {
        animation: none !important;
    }

    .mapDetDivInn {
        transition: none;
    }
}

.commonSlick {
    padding-bottom: 70px;

    .slick-arrow {
        position: absolute;
        top: auto;
        bottom: 0;
        left: calc(50% - 55px);
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.92);
        color: #04213F;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0 6px 18px rgba(4, 33, 63, 0.18);
        font-size: 0;
        z-index: 3;
        transition: all 0.5s;

        &::after {
            content: '\f060';
            font-family: fontawesome;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #04213F;
            transition: all 0.5s;
            font-size: 18px;
        }

        &.slick-next {
            left: auto;
            right: calc(50% - 55px);

            &::after {
                content: '\f061';
            }
        }

        &:hover {
            background: linear-gradient(135deg, #048FEA, #0470C7);
            color: #fff;
        }
    }
}