@font-face {
    font-family: 'Ethnocentric';
    src: url('/Ethnocentric\ Rg\ It.otf') format('woff2'),
        url('/path-to-fonts/ethnocentric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.mobile-br {
  display: none;
}


.ppf-banner-container {
    width: 100%;
    height: 660px;
    background-image: url(./image/PPF1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out forwards;
}
.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}


.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ppf-banner-row {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ppf-banner-data {
    position: absolute;
    top: 22%;
    right: 6%;
    color: #fff;
}

.ppf-banner-data h1 {
    font-size: 95px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 1px;
}

.ppf-banner-data p {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.ppf-banner-data button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 14px;
    font-size: 41px;
    font-weight: 500;
}

.ppf-premium-container {
    width: 100%;
    height: 435px;
    background-image: url(./image/PPF1_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.ppf-premium-row {
    width: 73%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 26%;
    top: 79px;
}

.ppf-premium-data h1 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    background: linear-gradient(180deg, #84d7a0, #4a94ae);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0;
    line-height: 0.9;
}

.ppf-premium-data_2 {
    width: 356px;
}

.ppf-premium-data h2 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.ppf-premium-data_2 h3 {
    font-size: 32px;
    background: linear-gradient(180deg, #84d7a0, #4a94ae);
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    /* Extra Bold */
}

.ppf-premium-data_2 button {
    background: linear-gradient(180deg, #84d7a0, #4a94ae);
    border: none;
    padding: 10px 23px;
    border-radius: 60px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 0px 2px 10px #000;
    top: 10px;
}

.ppf-protection-kit {
    width: 100%;
    height: 2018px;
    background-image: url(./image/protection_kit-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ppf-protection-kit-row {
    /*width: 90%;*/
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.ppf-protection-kit-text {
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 135px;
    color: #fff;
}

.ppf-protection-kit-text h1 {
    font-size: 144px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1.4), 0px 6px 6px rgba(0, 0, 0, 1.3), 0px 9px 9px rgba(0, 0, 0, 1.2);
}

.ppf-protection-kit-text p {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}
.ppf-protechtion-center {
    width: 90%;
    margin: auto;
    position: relative;
}

.ppf-protechtion-center h1 {
    position: absolute;
    color: #fff;
    left: 21%;
    margin-top: 40%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    /* Extra Bold */

    letter-spacing: 2px;
    text-shadow: 0px 2px 10px #000;
}

.ppf-protection-row {
    position: relative;
}

.ppf-protection-kit-slider {
    /* position: absolute; */
    margin-top: 40%;
}

.slider-container {
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.swiper-slide-active img {
    transform: scale(2);
    opacity: 1;
}

.left-button {
    left: 37%;
}

.swiper {
    width: 100%;
    height: 150px;
    /*background: #1e2022bd;*/
    background: rgba(30, 32, 34, 0.6);
    /* Adjust 0.6 to lower for more transparency */

    padding: 0;
}


.swiper-slide {
    display: flex;
    transition: transform .5s ease-in-out;
    will-change: transform;
    height: 135px;
}

.tranding-slide-img {
    flex: 0 0 10.2857%;
    box-sizing: border-box;
    position: relative;
    transition: transform .5s ease-in-out;
    text-align: center;
    margin: 26px;
}

.tranding-slide-img img {
    width: 70% !important;
    transition: transform .5s ease-in-out;
    height: 100% !important;
    object-fit: contain;
    background-color: transparent;
}

*/ .tranding-slide-img.active img {
    transform: scale(2);
    filter: drop-shadow(2px 3px 11px #36daf0);
}

.text {
    position: absolute;
    bottom: 100px;
    /*right: 37%;*/
    /*width: 332px;*/
    /*color: #fff;*/
    width: 100%;
    color: #fff;
    text-align: center;
    background: transparent;
    padding: 5px;
    box-sizing: border-box;
    font-size: xxx-large;
    font-family: ethnocentric;
    text-shadow: 0px 3px 30px #00BCD4, 0px 0px 0 #42A5F5, 1px -2px 31px #00BCD4, -1px -3px 6px #00ACC1;
}

.active-image-details {
    width: 100%;
    margin: auto;
}

.searchdiv {
    position: relative;
    width: 100%;
    /* margin: auto; */
    left: 0;
    top: 1px;
    justify-items: center;
}
.iconsInput {
    position: absolute;
    color: #fff;
    font-size: 48px;
    top: 6px;
    left: 13px;
}

.searchdiv input {
    width: 338px;
    height: 55px;
    border-radius: 35px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
.searchdiv ul {
    width: 310px;
    background-color: #a6bcc354;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-left: 6px;
    margin-top: 0;
    overflow-y: auto;
    padding: 0;
    max-height: 300px;
}

.searchdiv ul li {
    padding: 6px 0;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins', sans-serif;

    font-size: 24px;
    text-shadow: 0px 1px 1px #fff;
}

.searchdiv ul .listarrow {
    background: #1480de;
    color: #fff;
    border-radius: 10px;
    border: 1px solid;
    margin-right: 12px;
    margin-left: 16px;
    padding: 0;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.searchdiv ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;

    text-decoration: none;
    font-size: 16px;
}

.searchdiv .iconsInput {
    position: absolute;
    color: #fff;
    font-size: 48px;
    top: 6px;
    left: 42%;
    /* width: 100%; */
}

.searchdiv button {
    border: none;
    background: #fff;
    padding: 0 11px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    position: absolute;
    top: 0px;
    left: 56%;
}

.searchdiv button img {
    width: 40px;
    height: 55px;
    transform: rotate(-90deg);
}

.ppf-after-container {
    width: 100%;
    height: 1000px;
    background-image: url(./image/after_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.before-after-slider {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    margin: 45px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

/* .slider-container {
    position: relative;
    width: 95%;
    height: 600px;
    margin: auto;
    overflow: hidden;
    border: none;
    box-shadow: none;
} */

/* .overlay-content-right {
    position: absolute;
    transform: translate(42%, 260%);
    color: #fff;
    width: 550px;
    right: 300px;
    text-align: end;
} */
.before-text {
    position: absolute;
    width: 529px;
    /* top: 445px; */
    left: 20px;
    text-align: justify;
}

.image-wrapper .before-text {
    position: absolute;
    bottom: 9%;
    left: 2%;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #fff;
    padding: 10px;
    /* height: fit-content; */
    border-radius: 5px;
    max-width: 90%;
}
.after-text h2,.before-text h2{
    font-size: 72px;
    font-weight: 800;
}
.after-section {
    display: flex
;
    position: absolute;
    margin: 30px 30px;
    top: 10%;
    z-index: 1;
}
.after-section-before-img{
    height: 81px;
}
.after-section h2 {
    color: #f4eaea;
    margin: 0;
    font-weight: 800;
    font-size: 32px;
}

/* .image-wrapper .after-text{
    position: absolute;
    bottom: 10%;
    left: 11%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    max-width: 90%;
} */
.image-wrapper .after-text {
    position: absolute;
    bottom: 9%;
    left: 68%;
    text-align: end;
    width: 548px;
    /* top: 22%; */
    /* background: rgba(0, 0, 0, 0.5); */
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    max-width: 90%;
}
.wrapping-what-container {
    width: 100%;
    height: 620px;
    background-image: url(./image/bg_effect.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
}
.slider-handle {
    position: absolute;
    top: 112px;
    bottom: 0;
    left: 50%;
    width: 0px;
    background-color: #fff;
    cursor: col-resize;
    z-index: 10;
    transform: translateX(-50%);
}
.slider-line {
    position: absolute;
    width: 2px;
    height: 88%;
    background: #fff;
}

.wrapping-what-row {
    width: 90%;
    margin: auto;
    padding-top: 6%;

}

.testimonial-heading {
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}

.testimonial-heading h1 {
    font-size: 85px;
    font-weight: bolder;
    width: 78%;
    font-family: 'Poppins', sans-serif;
    margin-left: 366px;
    margin-bottom: -108px;
    text-shadow: 1px 1px 6px #000;
}
.testimonial-container {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 70px;
    position: relative;
    background-image: linear-gradient(180deg, #84d7a0c4, #4a94aead);
    box-shadow: 0 0 10px #00000080;
    margin: 50px auto;
    width: 89%;
    height: 340px;
    /* max-width: 1000px; */
    z-index: -1;
}

.ppf-protechtion-center br {
    display: none;
}

.image-container {
    margin-top: -89px;
    margin-left: -200px;
    flex: 1;
    padding: 29px 25px;
    border-radius: 10px;
    background-image: url(./image/wrappingframe-removebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 329px;
}
.image-container img {
    width: 95%;
    height: 262px;
    margin-bottom: 0px;
    object-fit: cover;

}



.text-container {
    flex: 2;
    color: #fff;
    padding: 20px;
}

.text-container p {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 2px #000;
}

.client-details {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.navigation-buttons {
    position: absolute;
    bottom: -23px;
    right: 10px;
    cursor: pointer;
    DISPLAY: NONE !important;
}

.text {
    position: absolute;
    bottom: 1px;
    /* right: 35%; */
    /* width: 240px; */
    width: 100%;
    color: #fff;
    text-align: center;
    background: transparent;
    font-weight: 800;
    text-wrap-mode: nowrap;
    padding: 5px;
    box-sizing: border-box;
    font-size: 58px;
    font-family: 'Ethnocentric', sans-serif;
    text-shadow: 0px 3px 30px #00BCD4, 0px 0px 0 #42A5F5, 1px -2px 31px #00BCD4, -1px -3px 6px #00ACC1;
}
.ppf-protechtion-center h1 {
    position: absolute;
    color: #fff;
    left: 21%;
    font-size: 52px;
    margin-top: 40%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0px 2px 10px #000;
}

.swiper-button-next {
    right: 10px;
    left: 60%;
}

@media screen and (max-width: 1536px) {
    .ppf-banner-data {
    position: absolute;
    top: 35%;
    right: 6%;
    color: #fff;
}
.ppf-banner-data h1 {
    font-size: 76px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 1px;
}
.ppf-banner-data h1 {
    font-size: 76px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 1px;
}
.searchdiv .iconsInput {
    position: absolute;
    color: #fff;
    font-size: 48px;
    top: 6px;
    left: 40%;
    /* width: 100%; */
}
.ppf-protechtion-center h1 {
    position: absolute;
    color: #fff;
    left: 21%;
    font-size: 38px;
    margin-top: 49%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0px 2px 10px #000;
}
.ppf-protection-kit-slider {
    /* position: absolute; */
    margin-top: 45%;
}
.searchdiv button {
    border: none;
    background: #fff;
    padding: 0 11px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    position: absolute;
    top: 0px;
    left: 58%;
}
.image-wrapper .after-text {
    position: absolute;
    bottom: 9%;
    left: 60%;
    text-align: end;
    width: 548px;
    /* top: 22%; */
    /* background: rgba(0, 0, 0, 0.5); */
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    max-width: 90%;
}
.after-text h2, .before-text h2 {
    font-size: 55px;
    font-weight: 800;
}
.after-text p{
    font-size:14px;
}
.testimonial-heading h1 {
    font-size: 68px;
    font-weight: bolder;
    width: 78%;
    font-family: 'Poppins', sans-serif;
    margin-left: 279px;
    margin-bottom: -108px;
    text-shadow: 1px 1px 6px #000;
}
.image-container img {
    width: 101%;
    height: 223px;
    margin-bottom: 0px;
    object-fit: cover;
}
}
@media screen and (max-width: 1440px) {

    .ppf-banner-data {
        position: absolute;
        top: 30%;
        right: 6%;
        color: #fff;
    }
    .ppf-premium-row {
    width: 73%;
    margin: auto;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 26%;
    top: 91px;
}
    .ppf-protechtion-center h1 {
        position: absolute;
        color: #fff;
        left: 21%;
        font-size: 38px;
        margin-top: 51%;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 2px 10px #000;
    }

.ppf-premium-data h1 {
    font-size: 61px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    background: linear-gradient(180deg, #84d7a0, #4a94ae);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0;
    line-height: 0.9;
}
.ppf-premium-data h2 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.image-wrapper .after-text {
        position: absolute;
        bottom: 9%;
        left: 57%;
        text-align: end;
        width: 548px;
        /* top: 22%; */
        /* background: rgba(0, 0, 0, 0.5); */
        color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
    }
    .ppf-after-container {
    width: 100%;
    height: 745px;
    background-image: url(./image/after_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
}
    .wrapping-what-row {
    width: 84%;
    margin: auto;
    padding-top: 6%;
}
.wrapping-what-container {
    width: 100%;
    height: 516px;
    background-image: url(./image/bg_effect.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
}
    .testimonial-heading h1 {
        font-size: 60px;
        font-weight: bolder;
        width: 78%;
        font-family: 'Poppins', sans-serif;
        margin-left: 234px;
        margin-bottom: -95px;
        text-shadow: 1px 1px 6px #000;
    }
    .testimonial-container {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 70px;
    position: relative;
    background-image: linear-gradient(180deg, #84d7a0c4, #4a94aead);
    box-shadow: 0 0 10px #00000080;
    margin: 50px auto;
    width: 89%;
    height: 286px;
    /* max-width: 1000px; */
    z-index: -1;
}
.image-container {
    margin-top: -53px;
    margin-left: -205px;
    flex: 1;
    padding: 23px 20px;
    border-radius: 10px;
    background-image: url(./image/wrappingframe-removebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 272px;
}
    .image-container img {
        width: 101%;
        height: 197px;
        margin-bottom: 0px;
        object-fit: cover;
    }
    .text-container p {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 2px #000;
}
}


@media screen and (max-width: 1366px) {
    .ppf-protection-kit-slider {
        /* position: absolute; */
        margin-top: 51%;
    }
        .ppf-protechtion-center h1 {
        position: absolute;
        color: #fff;
        left: 21%;
        font-size: 38px;
        margin-top: 54%;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 2px 10px #000;
    }
    .ppf-after-container {
    width: 100%;
    height: 700px;
    background-image: url(./image/after_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
}
        .image-wrapper .after-text {
        position: absolute;
        bottom: 9%;
        left: 56%;
        text-align: end;
        width: 548px;
        /* top: 22%; */
        /* background: rgba(0, 0, 0, 0.5); */
        color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
    }
        .after-text h2, .before-text h2 {
        font-size: 46px;
        font-weight: 800;
    }
        .after-text p {
        font-size: 12px;
    }
    .before-text p{
         font-size: 12px;
    }
    .wrapping-what-container {
    width: 100%;
    height: 581px;
    background-image: url(./image/bg_effect.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
}
.wrapping-what-row {
    width: 82%;
    margin: auto;
    padding-top: 6%;
}
    .image-container img {
        width: 101%;
        height: 198px;
        margin-bottom: 0px;
        object-fit: cover;
    }
        .searchdiv .iconsInput {
        position: absolute;
        color: #fff;
        font-size: 48px;
        top: 6px;
        left: 39%;
        /* width: 100%; */
    }
    .image-container {
    margin-top: -89px;
    margin-left: -200px;
    flex: 1;
    padding: 23px 20px;
    border-radius: 10px;
    background-image: url(./image/wrappingframe-removebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 329px;
}
    .testimonial-heading h1 {
        font-size: 59px;
        font-weight: bolder;
        width: 78%;
        font-family: 'Poppins', sans-serif;
        margin-left: 238px;
        margin-bottom: -89px;
        text-shadow: 1px 1px 6px #000;
    }
}


@media screen and (max-width: 1280px) {
    .ppf-banner-container {
        width: 100%;
        height: 580px;
    }

    .ppf-banner-data h1 {
        font-size: 65px;
        font-family: 'Poppins', sans-serif;

    }
    .ppf-banner-data {
        position: absolute;
        top: 35%;
        right: 6%;
        color: #fff;
    }
    .ppf-premium-data h1 {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    background: linear-gradient(180deg, #84d7a0, #4a94ae);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0;
    line-height: 0.9;
}

.ppf-premium-data h2 {
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.after-text p {
        font-size: 12px;
    }
        .after-text h2, .before-text h2 {
        font-size: 50px;
        font-weight: 800;
    }
    .ppf-protection-kit {
        width: 100%;
        height: 1644px;
        background-image: url(./image/protection_kit-new.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slider-container {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        border: none;
        box-shadow: none;
    }

    .wrapping-what-container {
        width: 100%;
        height: 500px;
    }
    .ppf-premium-row {
        width: 77%;
        margin: auto;
        display: grid
    ;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
        align-items: center;
        color: #fff;
        position: absolute;
        left: 22%;
        top: 79px;
    }
        .ppf-protection-kit-slider {
        /* position: absolute; */
        margin-top: 41%;
    }
    .ppf-protection-kit-text {
        position: relative;
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 112px;
        color: #fff;
    }
    .ppf-protection-kit-text h1 {
        font-size: 112px;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        margin-bottom: 0;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1.4), 0px 6px 6px rgba(0, 0, 0, 1.3), 0px 9px 9px rgba(0, 0, 0, 1.2);
    }
    
    .ppf-protection-kit-text p {
        font-size: 26px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
    }    
    .ppf-protechtion-center h1 {
        position: absolute;
        color: #fff;
        left: 21%;
        font-size: 37px;
        margin-top: 46%;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 2px 10px #000;
    }
    .searchdiv .iconsInput {
        position: absolute;
        color: #fff;
        font-size: 48px;
        top: 6px;
        left: 38%;
        /* width: 100%; */
    }
    .searchdiv button {
        border: none;
        background: #fff;
        padding: 0 11px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        position: absolute;
        top: 0px;
        left: 60%;
    }
    .testimonial-heading h1 {
        font-size: 55px;
        font-weight: bolder;
        width: 67%;
        font-family: 'Poppins', sans-serif;
        margin-left: 260px;
        margin-bottom: -80px;
        text-shadow: 1px 1px 6px #000;
    }

    .image-container img {
        width: 100%;
        height: 175px;
        margin-bottom: 12px;
    }


    .ppf-after-container {
        width: 100%;
        height: 664px;
        background-image: url(./image/after_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex
    ;
    }
    .image-wrapper .after-text {
        position: absolute;
        bottom: 9%;
        left: 53%;
        text-align: end;
        width: 548px;
        /* top: 22%; */
        /* background: rgba(0, 0, 0, 0.5); */
        color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
    }
    .wrapping-what-row {
        width: 84%;
        margin: auto;
        padding-top: 6%;
    }
    .testimonial-container {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        padding: 70px;
        position: relative;
        background-image: linear-gradient(180deg, #84d7a0c4, #4a94aead);
        box-shadow: 0 0 10px #00000080;
        margin: 50px auto;
        width: 89%;
        height: 251px;
        /* max-width: 1000px; */
        z-index: -1;
    }
   .image-container {
        margin-top: 22px;
        margin-left: -200px;
        flex: 1;
        padding: 19px 17px;
        border-radius: 10px;
        background-image: url(./image/wrappingframe-removebg.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 330px;
    }
}

@media screen and (max-width: 992px) {
    .ppf-premium-container {
        width: 100%;
        height: 450px;
        background-image: url(./image/PPF1_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        position: relative;
    }

    .ppf-premium-row {
        width: 80%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
        align-items: center;
        color: #fff;
        position: absolute;
        left: 10%;
        top: 80px;
        gap: 80px;
    }

    .ppf-protection-kit-text h1 {
        font-size: 80px;
        font-family: 'Poppins', sans-serif;

    }

    .ppf-protechtion-center h1 {

        left: 20%;
        margin-top: 45%;
        font-size: 25px;

    }

    .searchdiv {
        position: relative;
        width: 40%;
        margin: auto;
     
        top: 20px;
    }

    .overlay-content-right {
        position: absolute;
        transform: translate(42%, 285%);
        color: #fff;
        width: 403px;
        right: 187px;
        text-align: end;
    }

    .before-text {
        position: absolute;
        width: 315px;
        top: 313px;
        left: 20px;
        text-align: justify;
    }

    .testimonial-heading h1 {
        font-size: 35px;
        margin-left: 255px;

    }
}


@media screen and (max-width: 480px) {
    .ppf-banner-container {
        width: 100%;
        height: 420px;
            background-image: url(./image/mobile-ppf1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
.mobile-br {
  display: inline;
}

    .ppf-banner-data {
        position: relative;
        color: #fff;
        text-align: center;
        width: 100%;
        right: 0;
        padding-top: 100px;
    }
    .after-text h2,.before-text h2{
        font-size: 12px;
    }
    
    .wrapping-what-container {
        width: 100%;
        height: 475px;
    }
    .after-section h2 {
        color: #f4eaea;
        margin: 0;
        font-weight: 800;
        font-size: 9px;
    }

.after-section-before-img{
    height: 26px;
}
.after-section {
    display: flex
;
    position: absolute;
    margin: 8px 30px;
    top: 22%;
    z-index: 1;
}
.text {
    position: absolute;
    bottom: 51px;
    /* right: 35%; */
    /* width: 240px; */
    width: 100%;
    color: #fff;
    text-align: center;
    background: transparent;
    font-weight: 800;
    text-wrap-mode: nowrap;
    padding: 5px;
    box-sizing: border-box;
    font-size: 26px;
    font-family: 'Ethnocentric', sans-serif;
    text-shadow: 0px 3px 30px #00BCD4, 0px 0px 0 #42A5F5, 1px -2px 31px #00BCD4, -1px -3px 6px #00ACC1;
}
.active-image-details .searchdiv {
    position: relative; /* Position ko rehne do, issue nahi karega jab width fix ho */
    width: 90%; /* Mobile friendly */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; /* Items stack ho mobile pe */
}

.searchdiv .iconsInput {
    position: absolute;
    color: #fff;
    font-size: 48px;
    top: 6px;
    left: 10%;
    /* width: 100%; */
}
.searchdiv ul {
    width: 258px;
    background-color: #a6bcc354;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-left: 6px;
    margin-top: 0;
    overflow-y: auto;
    padding: 0;
    max-height: 300px;
}
.searchdiv button {
    border: none;
    background: #fff;
    padding: 0 11px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    position: absolute;
    top: 0px;
    left: 78%;
}
.swiper-slide-active img {
    transform: scale(1.7);
    opacity: 1;
}

    .before-after-slider {
        position: relative;
        width: 100%;
        /* max-width: 1200px; */
        margin: 0;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }
    .slider-line {
        position: absolute;
        width: 2px;
        height: 74%;
        background: #fff;
    }
    .slider-handle {
        position: absolute;
        top: 66px;
        bottom: 0;
        left: 50%;
        width: 0px;
        background-color: #fff;
        cursor: col-resize;
        z-index: 10;
        transform: translateX(-50%);
    }
    .slider-button {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #000;
        color: #fff;
        border: none;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
    }

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ppf-banner-data button {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding: 2px 14px;
        font-size: 22px;
        font-weight: 500;
    }

    .ppf-protechtion-center br {
        display: block;
    }

    .ppf-protection-kit-text {

        margin-top: 85px;
        color: #fff;
    }

    .ppf-banner-data h1 {
        font-size: 35px;
        font-family: 'Poppins', sans-serif;

    }

    .ppf-banner-data p {
        font-size: 23px;
        font-family: 'Poppins', sans-serif;
    }

    .ppf-premium-container {
        width: 100%;
        height: 670px;

        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        position: relative;
        padding: 0;
    }

    .image-wrapper .after-text {
        position: absolute;
        /* bottom: 10%; */
        left: 11%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        top: -159px;
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
        height: 98px;
    }

    .ppf-premium-row {
        width: 90%;
        margin: auto;
        display: block;
        color: #fff;
        position: relative;
        left: 0%;
        text-align: center;
    }

    .ppf-premium-data h1 {
        font-size: 60px;
        font-family: 'Poppins', sans-serif;

        background: linear-gradient(180deg, #84d7a0, #4a94ae);
        -webkit-background-clip: text;
        color: transparent;
    }

    .ppf-premium-data h2 {
        font-size: 23px;
        font-family: 'Poppins', sans-serif;

    }

    .ppf-premium-data_2 {
        text-align: center;
        position: relative;
        display: inline-block;
    }

    .ppf-premium-data_2 h3 {
        width: 345px;
        font-size: 25px;
        background: linear-gradient(180deg, #84d7a0, #4a94ae);
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'Poppins', sans-serif;

        font-weight: 700;
    }

    .ppf-premium-data_2 p {
        width: 345px;
    }

    .ppf-protection-kit {
        width: 100%;
        height: 1322px;
        background-image: url(./image/mobile-protection_kit.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .ppf-protection-kit-text h1 {
        font-size: 45px;
        background: linear-gradient(to bottom, #1e2022bd, rgba(30, 32, 34, 0));

        width: 100%;
        padding: 8px 20px;
        font-family: 'Poppins', sans-serif;

    }

    .ppf-protection-kit-text p {
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
    }

    .ppf-protechtion-center h1 {
        position: absolute;
        color: #fff;
        left: 0%;
        width: 100%;
        font-size: 16px;
        margin-top: 85%;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        letter-spacing: 2px;
        text-shadow: 0px 2px 10px #000;
    }

    .overlay-content-right {
        position: absolute;
        transform: translate(42%, 260%);
        color: #fff;
        width: 550px;
        right: 300px;
        text-align: end;
    }

    .ppf-protection-kit-slider {
        /* position: absolute; */
        margin-top: 74%;
    }

    /* .text {*/
    /*    right: 10%;*/
    /*}*/
   
    .ppf-after-container {
        width: 100%;
        height: 269px;

        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
    }

    .wrapping-what-row {
        width: 100%;
        margin: auto;
        padding-top: 20%;
    }

    .testimonial-heading h1 {
        font-size: 24px;
        font-weight: bolder;
        width: 92%;
        font-family: 'Poppins', sans-serif;

        margin-left: 13px;
        text-shadow: 1px 1px 6px #000;
        position: absolute;
        margin-top: 146px;
    }

    .testimonial-container {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 40px;
        position: relative;
        background-image: linear-gradient(180deg, #84d7a0c4, #4a94aead);
        box-shadow: 0 0 10px #00000080;
        margin: 70px auto 50px;
        width: 95%;
        height: 270px;
        max-width: 1000px;
        z-index: -1;
    }

    .image-container {
        width: 100%;
        height: 205px;
        margin-top: -168px;
        margin-left: 0;
        flex: 1;
        padding: 18px;

        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .image-container img {
        display: block;
        width: 99%;
        height: 96%;
        object-fit: cover;
    }

    .text-container {
        flex: 2;
        color: #fff;
        padding: 12px 0;
        text-align: justify;
    }

    .text-container p {
        font-size: 12px;
        font-weight: 500;
        margin: 20px 0;
        font-family: 'Poppins', sans-serif;
        text-shadow: 1px 1px 2px #000;
    }

    .after-text h2,
    .before-text h2 {
        font-family: 'Poppins', sans-serif;

        font-size: 12px;
    }

    .after-text p,
    .before-text p {
        font-family: mypoppinsRegular;
        font-size: 5px;
        font-weight: 400;
    }

    .overlay-content-right {
        position: absolute;
        transform: translate(42%, 285%);
        color: #fff;
        width: 195px;
        right: 101px;
        text-align: end;
    }

    .image-wrapper .before-text {
        position: absolute;
        top: 158px;
        left: 5%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 11px;
        border-radius: 5px;
        max-width: 90%;
        width: 160px;
        height: 75px;
    }

}

@media screen and (max-width: 420px) {
    /*.active-image-details .searchdiv {*/
    /*    position: relative !important;*/
    /*    width: 40%;*/
    /*    margin: auto;*/
    /*            justify-items: center;*/
    /*    place-items: center;*/
    /*    left: 0 !important;*/
    /*    top: 0;*/
    /*}*/
   .active-image-details .searchdiv {
    position: relative; /* Position ko rehne do, issue nahi karega jab width fix ho */
    width: 90%; /* Mobile friendly */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; /* Items stack ho mobile pe */
}

.searchdiv input {
    width: 304px;            /* Fixed width - mobile screens me zyada wide */
    height: 55px;
    border-radius: 35px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}


    .divline {
        width: 40px;
        height: 2px;
        color: #fff;
        background: #fff;
        transform: rotate(90deg);
    }

    .testimonial-heading h1 {

        margin-top: 146px;
    }

    .image-wrapper .after-text {
        position: absolute;
        /* bottom: 10%; */
        left: 11%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        top: -156px;
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
        height: 98px;
    }
}

@media screen and (max-width: 390px) {
    /*.searchdiv input {*/
    /*    width: 304px;*/
    /*    height: 55px;*/
    /*    border-radius: 35px;*/
    /*    border: none;*/
    /*    outline: none;*/
    /*    padding-left: 65px;*/
    /*    font-size: 20px;*/
    /*    color: #fff;*/
    /*    background-image: linear-gradient(180deg, #85d89f, #4b96ae);*/
    /*}*/
.active-image-details .searchdiv {
    position: relative; /* Position ko rehne do, issue nahi karega jab width fix ho */
    width: 90%; /* Mobile friendly */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; /* Items stack ho mobile pe */
}

.searchdiv input {
    width: 304px;            /* Fixed width - mobile screens me zyada wide */
    height: 55px;
    border-radius: 35px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

      .searchdiv button {
        border: none;
        background: #fff;
        padding: 0 11px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        position: absolute;
        top: 0px;
               left: 270px;
    }

    .image-wrapper .after-text {
        position: absolute;
        /* bottom: 10%; */
        left: 11%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        top: -134px;
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
        height: 98px;
    }

    .searchdiv ul {
        width: 243px;
        background-color: #a6bcc354;
        box-shadow: 0 0 2px #50849496;
        list-style: none;
        margin-left: 20px;
        margin-top: 0;
        overflow-y: auto;
        padding: 0;
        max-height: 300px;
    }

    .testimonial-container {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 40px;
        position: relative;
        background-image: linear-gradient(180deg, #84d7a0c4, #4a94aead);
        box-shadow: 0 0 10px #00000080;
        margin: 70px auto 50px;
        width: 95%;
        height: 270px;
        max-width: 980px;
        z-index: -1;
    }

    .image-container {
        width: 100%;
        height: 205px;
        margin-top: -168px;
        margin-left: -17px;
        center: center;
        padding: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .image-container img {
        display: block;
        width: 99%;
        height: 84%;
        object-fit: cover;
    }

    .ppf-premium-data_2 h3 {
        width: auto;
        font-size: 25px;

    }

    .ppf-premium-data_2 p {
        width: auto;
    }

    .ppf-premium-data_2 {
        width: 100%;
    }

    .wrapping-what-container {
        width: 100%;

    }
}

@media screen and (max-width: 375px) {
    .image-container img {
        display: block;
        width: 99%;
        height: 82%;
        object-fit: cover;
    }
}