﻿.new-slide .new-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* new-slider css begins  */

@media (min-width: 980px) {

    .new-slider, .new-slide {
        width: 100%;
        min-height: 500px;
        margin: 0;
        padding: 0;
    }
}

.new-slide {
    position: relative;
    background: #000;
}

    .new-slide .new-slide__img {
        width: 100%;
        min-height: 500px; /* Or your preferred slide height */
        position: relative;
        overflow: hidden;
        background-color: #000;
    }


@media (min-width: 980px) {

    .new-slide .new-slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}


.new-slide .new-slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.new-slide .new-slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(0, -50%);
    border: 0;
    text-align: left;
    padding: 0 0 0 0;
    width: 50%;
    max-width: 600px;
}

.new-slide .new-slide__content--headings {
    font-family: 'Poppins', sans-serif;
    display: block;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 135%;
}

    .new-slide .new-slide__content--headings h2 {
        font-family: 'Poppins', sans-serif;
        display: block;
        font-size: 50px !important;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 115%;
        font-weight: 800;
        letter-spacing: -0.035em;
    }

        .new-slide .new-slide__content--headings h2 span {
            font-size: 50px !important;
        }

    .new-slide .new-slide__content--headings h3 {
        font-family: 'Poppins', sans-serif;
        display: block;
        font-size: 34px;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: 400;
        letter-spacing: -0.035em;
        line-height: 130%;
    }

    .new-slide .new-slide__content--headings .animated {
        transition: all 0.5s ease;
    }

.new-slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-new-slider {
    margin-bottom: 15px !important;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            display: block;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

    .simple-dots .slick-dots li button {
        border-radius: 50%;
        background-color: white;
        opacity: 0.25;
        width: 20px;
        height: 20px;
    }

        .simple-dots .slick-dots li button:hover,
        .simple-dots .slick-dots li button:focus {
            opacity: 1;
        }

    .simple-dots .slick-dots li.slick-active button {
        color: white;
        opacity: 0.75;
    }

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

    .stick-dots .slick-dots li button {
        position: relative;
        background-color: white;
        opacity: 0.25;
        width: 50px;
        height: 3px;
        padding: 0;
    }

        .stick-dots .slick-dots li button:hover,
        .stick-dots .slick-dots li button:focus {
            opacity: 1;
        }

    .stick-dots .slick-dots li.slick-active button {
        color: white;
        opacity: 0.75;
    }

        .stick-dots .slick-dots li.slick-active button:hover,
        .stick-dots .slick-dots li.slick-active button:focus {
            opacity: 1;
        }


/******************* image zoom ********************/
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}


/*  text colors  */
.red-color {
    color: #ea7f74 !important;
}

.blue-color {
    color: #95add2 !important;
}

.green-color {
    color: #7cd1b5 !important;
}

.mauve-color {
    color: #b37089 !important;
}

.yellow-color {
    color: #F3B47F !important;
}

.purple-color {
    color: #766798 !important;
}

.light-purple-color {
    color: #8a78b2 !important;
}

.pink-color {
    color: #e67db0 !important;
}

.text-grey-color {
    color: #57585a !important;
}

.mid-grey-color {
    color: #78797b !important;
}

.light-grey-color {
    color: #ececee !important;
}


.new-slider strong {
    font-weight: 800 !important;
}

.new-slider .center {
    text-align: center !important;
}

.new-slider .white {
    color: white !important;
}

.new-slider small {
    font-size: 70% !important;
    display: inline-block;
    padding: 0 4px !important;
}


.ncpslogocaptioned {
    display: block;
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 150px;
}

.ncpslogocaptionedwhite {
    display: none !important;
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 150px;
}


.recquallogo {
    display: block;
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 150px;
}




/* button over push */
@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes push {
    50% {
        -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
        transform: scale(0.96);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.push {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .push:hover {
        -webkit-animation-name: push;
        animation-name: push;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }



/* redbutton */
a.redbutton {
    padding: 14px 30px !important;
    margin: 20px 0 0 -4px;
    display: inline-block;
    position: relative;
    line-height: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 0.015em;
    text-align: center;
    text-decoration: none !important;
    background: #ea7f74;
    border: 0;
    color: #fff !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    a.redbutton:hover {
        background: #7cd1b5;
        border: 0;
        color: #fff !important;
        -webkit-appearance: none;
        -moz-appearance: none;
    }





@media (max-width: 1280px) {

    .new-slide .new-slide__content {
        padding: 0 30px;
        width: 50%;
    }

    .new-slide .new-slide__content--headings {
        font-size: 18px;
    }

        .new-slide .new-slide__content--headings h2 {
            font-size: 38px !important;
        }

            .new-slide .new-slide__content--headings h2 span {
                font-size: 38px !important;
            }

        .new-slide .new-slide__content--headings h3 {
            font-size: 28px;
        }

    .ncpslogocaptioned {
        display: block !important;
        position: relative;
        float: none;
        margin: 20px 0 0 -10px;
        width: 100%;
        max-width: 140px;
    }

    .recquallogo {
        display: block;
        position: relative;
        float: none;
        margin: 20px 0 0 -10px;
        width: 100%;
        max-width: 140px;
    }
}



@media (max-width: 980px) {

    .new-slide .new-slide__content {
        position: absolute;
        width: 100% !important;
        max-width: 100% !important;
        top: 50%;
        right: auto;
        left: auto;
        transform: translate(0, -50%);
        padding: 0 0 0 0;
        text-align: center !important;
    }

    .new-slide .new-slide__img {
        min-height: auto;
        height: auto;
        position: relative;
    }

        .new-slide .new-slide__img img {
            opacity: 0.55 !important;
            /* Add these to ensure full width and height scaling if needed */
            width: 100%;
            height: auto;
        }

    .ncpslogocaptioned {
        display: none !important;
    }

    .ncpslogocaptionedwhite {
        display: block !important;
        position: relative;
        float: none;
        margin: 20px auto 0 auto;
        max-width: 22%;
    }

    a.redbutton {
        margin: 20px auto 0 auto;
        font-size: 13px;
    }

    .recquallogo {
        display: block;
        position: relative;
        float: none;
        margin: 20px auto 0 auto;
        max-width: 22%;
    }
}


@media (max-width: 768px) {

    .new-slide .new-slide__content {
        padding: 0 5% 0 5%;
    }

    .new-slide .new-slide__img {
        min-height: auto;
        height: auto;
        position: relative;
    }

        .new-slide .new-slide__img img {
            width: 100%;
            height: auto;
        }


    .new-slide .new-slide__content--headings {
        font-size: 14px;
    }

        .new-slide .new-slide__content--headings h2 {
            font-size: 28px !important;
        }

            .new-slide .new-slide__content--headings h2 span {
                font-size: 28px !important;
            }

        .new-slide .new-slide__content--headings h3 {
            font-size: 24px;
        }

    a.redbutton {
        padding: 10px 28px !important;
        margin: 15px auto 0 auto;
        font-size: 11px;
    }

    .recquallogo {
        display: block;
        position: relative;
        float: none;
        margin: 20px auto 0 auto;
        max-width: 22%;
    }

    .ncpslogocaptionedwhite {
        max-width: 22%;
    }
}



@media (max-width: 480px) {

    .new-slide .new-slide__content {
        padding: 0 3% 0 3%;
        width: 100%;
    }

    .new-slide .new-slide__content--headings {
        font-size: 12px;
    }

        .new-slide .new-slide__content--headings h2 {
            font-size: 22px !important;
        }

            .new-slide .new-slide__content--headings h2 span {
                font-size: 22px !important;
            }

        .new-slide .new-slide__content--headings h3 {
            font-size: 20px;
        }

    a.redbutton {
        padding: 8px 20px !important;
        margin: 15px auto 0 auto;
        font-size: 10px;
    }

    .recquallogo {
        display: none !important;
        margin: 15px auto 0 auto;
        max-width: 20%;
    }

    .ncpslogocaptionedwhite {
        display: none !important;
        margin: 15px auto 0 auto;
        max-width: 20%;
    }
}

/* new-slider css ends  */