﻿

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-image {
    position: relative;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    gap: 15px;
    /* margin-right: 20px; */
    border-radius: 18px;
    /* overflow: hidden; */
    /* height: 500px; */
    /* width: 500px; */
    box-shadow: 0px 0px 34px rgb(0 0 0 /10%);
}

.about-image-box {
    width: calc(50% - 15px);
}

.about-img-2 {
    margin-bottom: 15px;
}

    .about-img-1 figure,
    .about-img-2 figure,
    .about-img-3 figure {
        display: block;
        border-radius: 20px;
    }

    .about-img-1 img,
    .about-img-2 img,
    .about-img-3 img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
    /* aspect-ratio: 1 / 1.07; */
    height: 325px;
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .get-free-security-circle img {
        width: 100%;
        max-width: 166px;
        /*animation: infiniterotate 20s infinite linear;*/
    }

/*@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}*/

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px;
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: var(--white-color);
    clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px;
}

    .about-us-body-img figure {
        width: 180px;
        height: 145px;
        clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
        overflow: hidden;
    }

    .about-us-body-img img {
        width: 180px;
        height: 145px;
    }

.about-us-body-content {
    width: calc(100% - 190px);
}

    .about-us-body-content h3 {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-us-body-content p {
        color: var(--white-color);
        margin: 0;
    }

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.about-footer-list,
.about-footer-content {
    width: calc(50% - 15px);
}

    .about-footer-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .about-footer-list ul li {
            background: url('../images/icon-check.svg') no-repeat;
            background-position: left top;
            background-size: 24px auto;
            line-height: 1.5em;
            padding-left: 35px;
            margin-bottom: 20px;
        }

            .about-footer-list ul li:last-child {
                margin-bottom: 0;
            }

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .about-contact-btn .icon-box {
        position: relative;
        height: 46px;
        width: 46px;
        background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .about-contact-btn:hover .icon-box {
        background-position: right center;
    }

    .about-contact-btn .icon-box img {
        width: 100%;
        max-width: 28px;
    }

.about-footer-btn-content {
    width: calc(100% - 56px);
}

    .about-footer-btn-content h3 {
        font-size: 20px;
        color: var(--primary-color);
        margin: 0;
    }

        .about-footer-btn-content h3 a {
            color: inherit;
        }



/*---------------------------------------------------services----------------------------------------------*/
.sustainability-section {
    padding: 80px 0px 0px;
    background: #fff;
}

.sustainability-heading {
    margin-bottom: 40px;
}

.sustainability-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0b63ce;
    margin-bottom: 10px;
}

.sustainability-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #0b63ce;
    margin: 0;
    max-width: 900px;
}

.sustainability-card {
    background: #005ebd;
    border-radius: 0 0 48px 0px;
    overflow: hidden;
    height: 100%;
    transition: .4s;
    /* border-bottom: 2px solid #fff; */
}

    .sustainability-card:hover {
        /* transform:translateY(-6px); */
    }

.sustainability-img {
    height: 410px;
    overflow: hidden;
    border-radius: 0 0 48px 0px;
    border-bottom: 1.5px solid #fff;
}

    .sustainability-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.sustainability-content {
    padding: 12px 14px 15px;
}

    .sustainability-content h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        /* text-decoration:underline; */
    }

    .sustainability-content p {
        color: #fff;
        font-size: 15px;
        line-height: 1.75;
        margin: 0;
        font-weight: 400;
    }

@media(max-width:1399px) {

    .sustainability-title {
        font-size: 40px;
    }

    .sustainability-img {
        height: 300px;
    }
}

@media(max-width:991px) {

    .sustainability-title {
        font-size: 40px;
    }

    .sustainability-img {
        height: 330px;
    }
}

@media(max-width:767px) {

    .sustainability-section {
        padding: 50px 0;
    }

    .sustainability-title {
        font-size: 32px;
    }

    .sustainability-img {
        height: 300px;
    }

    .sustainability-content {
        padding: 20px;
    }

        .sustainability-content h4 {
            font-size: 22px;
        }

        .sustainability-content p {
            font-size: 15px;
            line-height: 1.7;
        }
}



.velox-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #0167ce;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
}

    .velox-readmore i {
        font-size: 12px;
        transition: all .3s ease;
    }

.about-area3 h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.about-area3 p {
    margin-bottom: 10px;
}
/*-----------------------------------------------------end--------------------------------------------------*/


/*----------------------------------------------------why choose us-----------------------------------------*/
.velox-why-choose-section {
    padding: 100px 0;
    background: #005dbd;
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    border-radius: 0px 0px 140px 0px;
}

.velox-subtitle {
    display: inline-block;
    background: #ffffff;
    color: #005dbd;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.velox-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
}

.velox-content p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.velox-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.velox-feature-item {
    display: flex;
    gap: 15px;
    background: #0e65c0;
    padding: 12px;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.06); */
    transition: .4s;
    border: 1px solid #477eb6;
}

    .velox-feature-item:hover {
        transform: translateY(-5px);
    }

.velox-icon {
    min-width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005dbd;
    font-size: 22px;
    /* filter: blur(10px); */
    /* z-index: 10; */
}

.velox-feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

.velox-feature-item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.velox-image-box {
    position: relative;
    padding-left: 40px;
}

    .velox-image-box img {
        width: 100%;
        border-radius: 25px;
        height: 650px;
        object-fit: cover;
        /* box-shadow: 0 20px 60px rgba(0,0,0,.15); */
    }

.velox-exp-box {
    position: absolute;
    left: 15px;
    bottom: 40px;
    background: #005dbd;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-width: 180px;
}

    .velox-exp-box h3 {
        font-size: 48px;
        font-weight: 700;
        margin: 0;
        line-height: 1;
        color: #fff;
    }

    .velox-exp-box span {
        display: block;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 500;
    }

.velox-bottom-box {
    margin-top: 30px;
    background: linear-gradient(135deg,#0b5ed7,#0f172a);
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
}

    .velox-bottom-box i {
        font-size: 22px;
    }

@media(max-width:991px) {

    .velox-why-choose-section {
        padding: 70px 0 100px;
    }

    .velox-content h2 {
        font-size: 26px;
    }

    .velox-feature-grid {
        grid-template-columns: 1fr;
    }

    .velox-image-box {
        padding-left: 0;
        margin-top: 40px;
    }

        .velox-image-box img {
            height: 450px;
        }

    .velox-exp-box {
        left: 20px;
        bottom: 20px;
    }
}

/*------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------highlight------------------------------------------*/

.velox-highlight-section {
    padding: 80px 0;
    background: #fff;
}

.highlight-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a4285;
    margin-bottom: 10px;
}

.highlight-subtitle {
    color: #777;
    font-size: 16px;
    margin-bottom: 50px;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* border-top: 1px solid #d9d9d9; */
    /* border-left: 1px solid #d9d9d9; */
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s ease;
    background: #fff;
}

    .highlight-item:hover {
        background: #f8f9fa;
    }

.highlight-icon {
    min-width: 60px;
    text-align: center;
}

    .highlight-icon i {
        font-size: 38px;
    }

.highlight-item:nth-child(1) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(2) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(3) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(4) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(5) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(6) .highlight-icon i {
    color: #005ebe;
}

.highlight-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.highlight-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 991px) {
    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .highlight-title {
        font-size: 34px;
    }

    .highlight-item {
        padding: 25px;
    }

    .highlight-icon i {
        font-size: 35px;
    }
}

.highlight-item:nth-child(4),
.highlight-item:nth-child(5),
.highlight-item:nth-child(6) {
    border-bottom: 0;
}

.highlight-item:nth-child(3),
.highlight-item:nth-child(6) {
    border-right: 0;
}
/*-------------------------------------------------------end-------------------------------------------------*/
.core-ard-slider .swiper-button-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}

.core-ard-slider .swiper-button-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}


@media (max-width: 767px) {
    .weddingSwiper .swiper-slide {
        width: 85%;
    }

    .slide-overlay {
        left: 32%;
    }
}


/*=====================================================PARK RING===============================================*/


/*-------------------------------------------------------TRACKING-----------------------------------------------*/

.tracking-section {
    /* background: #fff; */
    padding: 80px 0px 0px;
    /* overflow: hidden; */
    position: relative;
}

.section-heading span {
    display: inline-block;
    color: #004aad;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 15px;
}

.section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
}

.tracking-content-box {
    /* padding-left: 20px; */
}

.tracking-icon {
    width: 70px;
    height: 70px;
    background: #eff6ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .tracking-icon i {
        font-size: 32px;
        color: #2563eb;
    }

.tracking-content-box h3 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 20px;
}

.tracking-content-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #2a2b2d;
    margin-bottom: 20px;
}

.tracking-feature {
    background: #0033a1;
    border-radius: 8px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    border: 1px solid #1d5fb7;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all .4s ease;
    /*border-left: 4px solid #004aad;*/
}

    .tracking-feature:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(37,99,235,.15);
    }

    .tracking-feature i {
        width: 40px;
        height: 40px;
        background: #ffffff24;
        border-radius: 50%;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex: none;
    }

    .tracking-feature span {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
    }

.tracking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    padding: 9px 30px;
    background: #feb901;
    color: #00255b;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
    font-size: 14px;
    text-transform: uppercase;
    gap: 8px;
}

    .tracking-btn:hover {
        background: #0b2d5c;
        color: #fff;
    }


.tracking-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .feature-left i {
        font-size: 17px;
    }


.right-arrow i {
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    height: 0px;
    width: 0px;
    margin-right: 8px;
}

.tracking-feature:hover .right-arrow {
    background: #2563eb;
}

    .tracking-feature:hover .right-arrow i {
        color: #fff;
        /* transform:translateX(3px); */
    }

.tracking-bg {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    border: 1px solid rgba(76, 74, 75, 0.1);
}

.tracking-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.gallery-item {
    border-radius: 14px;
    overflow: hidden;
    height: 230px;
    padding: 0px;
}

    .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: .6s;
        border-radius: 14px;
    }

    .gallery-item:hover img {
        transform: scale(1.08);
    }

.gallery-big {
    height: 230px;
}

.gallery-wide {
    height: 230px;
}

@media (max-width: 991px) {

    .tracking-content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }

        .tracking-content-box h3 {
            font-size: 36px;
        }

    .section-heading h2 {
        font-size: 34px;
    }

    .tracking-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item,
    .gallery-big,
    .gallery-wide {
        height: 250px;
    }
}
/*---------------------------------------------------------end-------------------------------------------------*/


/*------------------------------------------------------helpline-----------------------------------------------*/
.pr-services-section {
    padding: 80px 0px 0px;
    background: #fff;
}

.pr-services-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

    .pr-services-header h2 {
        font-size: 42px;
        font-weight: 700;
        color: #0b5dd0;
        margin-bottom: 15px;
    }

        .pr-services-header h2 span {
            color: #2563eb;
        }

    .pr-services-header p {
        font-size: 15px;
        color: #2a2b2d;
        line-height: 1.8;
    }

.pr-service-box {
    /* background:#fff; */
    border-radius: 20px;
    /* padding:25px 15px; */
    text-align: center;
    height: 100%;
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    transition: .4s;
    /* border:1px solid #e5eefc; */
}

    .pr-service-box:hover {
        transform: translateY(-8px);
        /* box-shadow:0 20px 40px rgba(37,99,235,.15); */
    }

.pr-service-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    border-radius: 50%;
    /* background:#eff6ff; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .pr-service-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.pr-service-box h5 {
    font-size: 12px;
    font-weight: 600;
    color: #0b5dd0;
    margin: 0;
    text-transform: uppercase;
}

/*----------------------------------------------------------end------------------------------------------------*/

/*---------------------------------------------------------security---------------------------------------------*/
.pr-security-section {
    padding: 80px 0px 0px;
    background: #ffffff;
}

.pr-security-heading {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

    .pr-security-heading h2 {
        font-size: 42px;
        font-weight: 700;
        color: #0056b3;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }


    .pr-security-heading p {
        position: relative;
        /* left:0; */
        /* top:80px; */
        font-size: 15px;
        /* font-style:italic; */
        color: #2a2b2d;
    }

.pr-language-btn {
    position: absolute;
    right: 0;
    top: 80px;
    color: #d81b60;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #d81b60;
    padding-bottom: 8px;
}

.pr-security-card {
    text-align: center;
    transition: .4s;
}

    .pr-security-card:hover {
        transform: translateY(-8px);
    }

    .pr-security-card img {
        width: 100%;
        max-width: 165px;
        height: 145px;
        object-fit: contain;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,.08);
    }

    .pr-security-card h6 {
        margin-top: 15px;
        font-size: 13px;
        font-weight: 600;
        color: #0c4f95;
        text-transform: uppercase;
    }

@media(max-width:991px) {

    .pr-security-heading p,
    .pr-language-btn {
        position: static;
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    .pr-security-heading h2 {
        font-size: 34px;
    }

    .pr-security-card img {
        max-width: 130px;
        height: 130px;
    }
}

/*---------------------------------------------------------end-------------------------------------------------*/


/*------------------------------------------------------FAQ-----------------------------------------------------*/
.pp-faq-section {
    padding: 40px 0px 80px;
    background: #ffffff;
}

.pp-faq-title {
    margin-bottom: 50px;
}

    .pp-faq-title h2 {
        font-size: 40px;
        font-weight: 700;
        color: #17396b;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .pp-faq-title p {
        color: #2a2b2d;
        font-size: 16px;
    }

.pp-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
}

.pp-faq-accordion .accordion-button {
    background: #f1f3f4;
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 25px;
    box-shadow: none;
    /* border-left:4px solid transparent; */
    border-radius: 14px;
    border-bottom-width: 0px !important;
    border-bottom-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border: none;
}

    .pp-faq-accordion .accordion-button:not(.collapsed) {
        background: #f1f3f4;
        /* color:#2563eb; */
        /* border-left:4px solid #2563eb; */
        border-bottom: 0px;
    }

    .pp-faq-accordion .accordion-button:focus {
        box-shadow: none;
    }

.pp-faq-accordion .accordion-body {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    /* border: none; */
}

.accordion-collapse {
    border: solid rgba(0,0,0,.125);
    border-width: 0px;
    border-radius: 0px 0px 4px 4px;
    background: #f1f3f4;
}

@media(max-width:768px) {

    .pp-faq-title h2 {
        font-size: 30px;
    }

    .pp-faq-accordion .accordion-button {
        font-size: 16px;
        padding: 18px;
    }
}

/*----------------------------------------------------------end------------------------------------------------*/

.counter-bg {
    background-color: #17396b;
    padding: 30px 100px;
    border-radius: 100px;
    width: 1000px;
    margin: 0 auto;
}

/*----------------------------------------------------------why choose us---------------------------------------*/
.pp-why-section {
    padding: 80px 0;
    background-color: #fff;
    background-image: url("../img/about/web-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 50px 0px 0px;
}

.pp-title span {
    color: #0063db;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.pp-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 18px 0;
    color: #17396b;
}

.pp-title p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}

.pp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0063db;
    color: #fff;
    text-decoration: none;
    padding: 13px 23px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

    .pp-btn:hover {
        background: #ffbe00;
        color: #000;
    }

.pp-feature-card {
    background: #fff;
    padding: 26px;
    border-radius: 18px;
    transition: .4s;
    height: 100%;
    border: 1px solid #edf2f8;
    box-shadow: 0 8px 30px rgb(0 0 0 / 8%);
}

    .pp-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 45px rgba(0,99,219,.15);
    }

.pp-icon {
    width: 65px;
    height: 65px;
    background: #ffb707;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: .4s;
}

.pp-feature-card:hover .pp-icon {
    background: #17396b;
}

.pp-icon i {
    font-size: 30px;
    color: #ffffff;
    transition: .4s;
}

.pp-feature-card:hover .pp-icon i {
    color: #fff;
}

.pp-feature-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #17396b;
    margin-bottom: 10px;
}

.pp-feature-card p {
    color: #000;
    line-height: 25px;
    margin: 0;
    font-size: 15px;
}

@media(max-width:991px) {

    .pp-title {
        margin-bottom: 50px;
    }

        .pp-title h2 {
            font-size: 36px;
        }
}

@media(max-width:576px) {

    .pp-title h2 {
        font-size: 30px;
    }

    .pp-feature-card {
        padding: 25px;
    }
}
/*-----------------------------------------------------------end------------------------------------------------*/

.img-box1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .img-box1 img {
        display: inline-block;
        position: relative;
        -webkit-mask-image: url(../img/shape/about-1-mask.png);
        mask-image: url(../img/shape/about-1-mask.png);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        width: 100%;
    }

.about-wrap1 .about-text {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.333;
    font-family: var(--title-font);
    margin-bottom: 0;
}

@media(max-width: 1199px) {
    .about-wrap1 .about-text {
        font-size: 40px;
    }
}

@media(max-width: 991px) {
    .about-wrap1 .about-text {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    .about-wrap1 .about-text {
        font-size: 30px;
    }
}

@media(max-width: 575px) {
    .about-wrap1 .about-text {
        font-size: 24px;
    }
}

.about-tag {
    display: inline-block;
    position: relative;
    padding: 22px;
}

    .about-tag .about-tag-thumb {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
    }

.about-experience-tag {
    display: inline-block;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    z-index: 1;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--body-font);
    color: var(--white-color);
    line-height: normal;
    text-align: center;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}

    .about-experience-tag span {
        --rotate-letter: 7deg;
        height: 127px;
        position: absolute;
        width: 20px;
        left: 42%;
        top: -2px;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: rotate(var(--rotate-letter));
        transform: rotate(var(--rotate-letter));
    }

        .about-experience-tag span.char2 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
            transform: rotate(calc(var(--rotate-letter) * 2));
        }

        .about-experience-tag span.char3 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
            transform: rotate(calc(var(--rotate-letter) * 3));
        }

        .about-experience-tag span.char4 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
            transform: rotate(calc(var(--rotate-letter) * 4));
        }

        .about-experience-tag span.char5 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
            transform: rotate(calc(var(--rotate-letter) * 5));
        }

        .about-experience-tag span.char6 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
            transform: rotate(calc(var(--rotate-letter) * 6));
        }

        .about-experience-tag span.char7 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
            transform: rotate(calc(var(--rotate-letter) * 7));
        }

        .about-experience-tag span.char8 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
            transform: rotate(calc(var(--rotate-letter) * 8));
        }

        .about-experience-tag span.char9 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
            transform: rotate(calc(var(--rotate-letter) * 9));
        }

        .about-experience-tag span.char10 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
            transform: rotate(calc(var(--rotate-letter) * 10));
        }

        .about-experience-tag span.char11 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
            transform: rotate(calc(var(--rotate-letter) * 11));
        }

        .about-experience-tag span.char12 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
            transform: rotate(calc(var(--rotate-letter) * 12));
        }

        .about-experience-tag span.char13 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
            transform: rotate(calc(var(--rotate-letter) * 13));
        }

        .about-experience-tag span.char14 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
            transform: rotate(calc(var(--rotate-letter) * 14));
        }

        .about-experience-tag span.char15 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
            transform: rotate(calc(var(--rotate-letter) * 15));
        }

        .about-experience-tag span.char16 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
            transform: rotate(calc(var(--rotate-letter) * 16));
        }

        .about-experience-tag span.char17 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
            transform: rotate(calc(var(--rotate-letter) * 17));
        }

        .about-experience-tag span.char18 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
            transform: rotate(calc(var(--rotate-letter) * 18));
        }

        .about-experience-tag span.char19 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
            transform: rotate(calc(var(--rotate-letter) * 19));
        }

        .about-experience-tag span.char20 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
            transform: rotate(calc(var(--rotate-letter) * 20));
        }

        .about-experience-tag span.char21 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
            transform: rotate(calc(var(--rotate-letter) * 21));
        }

        .about-experience-tag span.char22 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
            transform: rotate(calc(var(--rotate-letter) * 22));
        }

        .about-experience-tag span.char23 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
            transform: rotate(calc(var(--rotate-letter) * 23));
        }

        .about-experience-tag span.char24 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
            transform: rotate(calc(var(--rotate-letter) * 24));
        }

        .about-experience-tag span.char25 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
            transform: rotate(calc(var(--rotate-letter) * 25));
        }

        .about-experience-tag span.char26 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
            transform: rotate(calc(var(--rotate-letter) * 26));
        }

        .about-experience-tag span.char27 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
            transform: rotate(calc(var(--rotate-letter) * 27));
        }

        .about-experience-tag span.char28 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
            transform: rotate(calc(var(--rotate-letter) * 28));
        }

        .about-experience-tag span.char29 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
            transform: rotate(calc(var(--rotate-letter) * 29));
        }

        .about-experience-tag span.char30 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
            transform: rotate(calc(var(--rotate-letter) * 30));
        }

        .about-experience-tag span.char31 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
            transform: rotate(calc(var(--rotate-letter) * 31));
        }

        .about-experience-tag span.char32 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
            transform: rotate(calc(var(--rotate-letter) * 32));
        }

        .about-experience-tag span.char33 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
            transform: rotate(calc(var(--rotate-letter) * 33));
        }

        .about-experience-tag span.char34 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
            transform: rotate(calc(var(--rotate-letter) * 34));
        }

        .about-experience-tag span.char35 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
            transform: rotate(calc(var(--rotate-letter) * 35));
        }

        .about-experience-tag span.char36 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
            transform: rotate(calc(var(--rotate-letter) * 36));
        }

        .about-experience-tag span.char37 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
            transform: rotate(calc(var(--rotate-letter) * 37));
        }

        .about-experience-tag span.char38 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
            transform: rotate(calc(var(--rotate-letter) * 38));
        }

        .about-experience-tag span.char39 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
            transform: rotate(calc(var(--rotate-letter) * 39));
        }

        .about-experience-tag span.char40 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
            transform: rotate(calc(var(--rotate-letter) * 40));
        }

.author-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .author-grid .author-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .author-grid .author-profile .author-profile-name {
            font-size: 18px;
            font-weight: 700;
            letter-spacing: .02em;
            margin-bottom: 2px;
        }

        .author-grid .author-profile .author-desig {
            margin-bottom: 0;
            font-size: 16px;
        }

.about-area-2 {
    position: relative;
    left: calc((100% - var(--main-container))/2);
}

.about-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .about-wrap2 .checklist {
        padding-right: 40px;
        border-right: 1px solid #c2d6c2;
        margin-right: 40px;
    }

@media(max-width: 1299px) {
    .about-wrap2 .checklist {
        padding-right: 30px;
        margin-right: 30px;
    }

        .about-wrap2 .checklist.style2 li {
            font-size: 16px;
        }
}

@media(max-width: 991px) {
    .about-wrap2 .checklist {
        padding-right: 40px;
        margin-right: 40px;
    }
}

@media(max-width: 575px) {
    .about-wrap2 {
        display: block;
    }

        .about-wrap2 .checklist {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
        }
}

.about-wrap2.style-theme .checklist {
    border-color: var(--theme-color);
}

.call-btn .icon-btn {
    background: var(--title-dark);
    --btn-size: 52px;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 15px;
}

    .call-btn .icon-btn img {
        width: 20px;
        -webkit-filter: invert(1);
        filter: invert(1);
    }

.call-btn .btn-title {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--title-color);
    margin-bottom: 11px;
}

.call-btn .btn-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

    .call-btn .btn-text a {
        color: inherit;
    }

    .call-btn .btn-text:hover {
        color: var(--theme-color);
    }

.call-btn.style2 .icon-btn {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--theme-color);
}

.call-btn.style2 .btn-title {
    color: var(--theme-color2);
    font-weight: 400;
}

.call-btn.style2 .btn-text a {
    color: var(--white-color);
}

    .call-btn.style2 .btn-text a:hover {
        color: var(--theme-color2);
    }

.call-btn.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .call-btn.style3 .icon-btn {
        background: var(--white-color);
        color: var(--theme-color);
        --btn-size: 40px;
        font-size: 18px;
        margin-bottom: 0;
        position: relative;
    }

        .call-btn.style3 .icon-btn:after {
            content: "";
            position: absolute;
            inset: -10px;
            background: hsla(0,0%,100%,.1);
            border-radius: 50%;
        }

    .call-btn.style3 .btn-title {
        color: var(--th-border-color);
        margin-bottom: 5px;
    }

    .call-btn.style3 .btn-text a {
        color: var(--white-color);
        font-family: var(--title-font);
    }

        .call-btn.style3 .btn-text a:hover {
            color: var(--theme-color);
        }

@media(max-width: 1399px) {
    .call-btn .btn-text {
        font-size: 22px;
    }
}

@media(max-width: 1299px) {
    .call-btn .btn-text {
        font-size: 20px;
    }
}

@media(max-width: 575px) {
    .call-btn {
        margin-top: 30px;
    }
}

.img-box2 {
    position: relative;
}

    .img-box2 .about-tag {
        position: absolute;
        top: 60px;
    }

        .img-box2 .about-tag .play-btn {
            --icon-size: 150px;
            border: 1px solid var(--smoke-color);
            border-radius: 50%;
        }

            .img-box2 .about-tag .play-btn:after, .img-box2 .about-tag .play-btn:before {
                display: none;
            }

            .img-box2 .about-tag .play-btn i {
                line-height: 110px;
                background: var(--smoke-color);
                --icon-font-size: 26px;
                border: 20px solid var(--white-color);
            }

            .img-box2 .about-tag .play-btn:hover i {
                color: var(--title-color);
            }

        .img-box2 .about-tag .about-experience-tag {
            color: var(--title-color);
            width: 170px;
            height: 170px;
            margin-left: -85px;
            margin-top: -85px;
        }

            .img-box2 .about-tag .about-experience-tag span {
                height: 107px;
                top: -12px;
            }

@media(max-width: 991px) {
    .img-box2 .about-tag {
        left: 60px;
    }

        .img-box2 .about-tag .about-experience-tag {
            color: var(--title-color);
            width: 220px;
            height: 220px;
            margin-left: -110px;
            margin-top: -110px;
            background: #fff;
        }

            .img-box2 .about-tag .about-experience-tag span {
                top: 0;
            }
}

@media(max-width: 575px) {
    .img-box2 .about-tag {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

.img-box2 .slider-area {
    overflow: hidden;
    margin-left: 105px;
    margin-right: -230px;
    width: 868px;
}

.img-box2 .img1 {
    border-radius: 24px;
    position: relative;
}

    .img-box2 .img1:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 5px solid var(--white-color);
        border-radius: 24px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .img-box2 .img1 img {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        border-radius: 24px;
        -webkit-transition: .4s;
        transition: .4s;
    }

.img-box2 .about-thumb-slider {
    margin-left: -938px;
    margin-right: 0;
    -webkit-transform: translate(331px, 0);
    transform: translate(331px, 0);
}

    .img-box2 .about-thumb-slider .swiper-slide .swiper-slide-shadow-right, .img-box2 .about-thumb-slider .swiper-slide .swiper-slide-shadow-left {
        background-image: none;
    }

    .img-box2 .about-thumb-slider .swiper-slide-active .img1:after {
        inset: -3px;
    }

    .img-box2 .about-thumb-slider .swiper-slide-active .img1 img {
        -webkit-filter: none;
        filter: none;
    }

.img-box2 .slider-arrow {
    --pos-x: 247px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    background: hsla(0,0%,100%,.66);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 70px;
    height: 46px;
    line-height: 40px;
    border: 3px solid var(--white-color);
    border-radius: 99px;
}

    .img-box2 .slider-arrow img {
        width: 24px;
    }

@media(max-width: 1500px) {
    .img-box2 .slider-area {
        width: auto;
        margin-right: 0;
    }

    .img-box2 .about-thumb-slider {
        margin-left: -877px;
        -webkit-transform: translate(366px, 0);
        transform: translate(366px, 0);
    }

    .img-box2 .slider-arrow {
        --pos-x: 115px;
    }
}

@media(max-width: 1399px) {
    .img-box2 .about-thumb-slider {
        margin-left: -871px;
        -webkit-transform: translate(370px, 0);
        transform: translate(370px, 0);
    }

    .img-box2 .slider-arrow {
        --pos-x: 100px;
    }
}

@media(max-width: 1299px) {
    .img-box2 .about-thumb-slider {
        margin-left: -853px;
        -webkit-transform: translate(383px, 0);
        transform: translate(383px, 0);
    }

    .img-box2 .slider-arrow {
        --pos-x: 55px;
    }
}

@media(max-width: 1199px) {
    .img-box2 .about-thumb-slider {
        margin-left: -930px;
        -webkit-transform: translate(336px, 0);
        transform: translate(336px, 0);
    }

    .img-box2 .slider-arrow {
        --pos-x: 225px;
    }
}

@media(max-width: 991px) {
    .img-box2 .slider-area {
        margin-left: 0;
    }

    .img-box2 .about-thumb-slider {
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .img-box2 .img1 img {
        width: 100%;
    }
}

@media(max-width: 575px) {
    .img-box2 .img1 {
        overflow: hidden;
    }
}



.pr-services-section {
    padding: 80px 0px 0px;
    background: #fff;
}

.pr-services-header {
    text-align: center;
    margin-bottom: 50px;
}

    .pr-services-header h2 {
        font-size: 42px;
        font-weight: 700;
        color: #0b5dd0;
        margin-bottom: 15px;
    }

    .pr-services-header p {
        max-width: 700px;
        margin: auto;
        color: #2a2b2d;
        line-height: 30px;
    }

.pr-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 1/1;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: all .45s ease;
}

    .pr-service-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .pr-service-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.45) 35%, rgba(0,0,0,0) 70%);
    }

.pr-service-overlay {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    padding: 20px;
    z-index: 2;
    text-align: center;
}

    .pr-service-overlay h5 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

.pr-service-card:hover img {
    transform: scale(1.12);
}

.pr-service-card:hover {
    transform: translateY(-8px);
    transition: .4s;
}

@media(max-width:767px) {

    .pr-service-overlay h5 {
        font-size: 16px;
    }

    .pr-services-header h2 {
        font-size: 32px;
    }

    .counter-bg {
        width: auto;
    }
}










.offer-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
}

.gs-main-image,
.gs-slide-image {
    width: 100%;
    display: block;
}

.gs-slide-image {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
}

.offer-img:hover .gs-slide-image {
    animation: slideCover .8s ease forwards;
}

@keyframes slideCover {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}




.banner-img {
    width: 100%;
    line-height: 0;
}

    .banner-img img {
        width: 100%;
        height: auto;
        display: block;
    }



/*--------------------------------------------------------work-----------------------------------------------------*/
.pp-work-section {
    padding: 80px 0px 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/*.pp-work-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:260px;
    height:180px;
    background:
    repeating-linear-gradient(
    135deg,
    rgba(255,193,7,.18) 0,
    rgba(255,193,7,.18) 18px,
    transparent 18px,
    transparent 36px);
    border-radius:0 0 120px 0;
}

.pp-work-section::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:260px;
    height:180px;
    background:
    repeating-linear-gradient(
    135deg,
    rgba(255,193,7,.18) 0,
    rgba(255,193,7,.18) 18px,
    transparent 18px,
    transparent 36px);
    border-radius:0 0 0 120px;
}*/

.pp-work-subtitle {
    color: #ffb300;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pp-work-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

    .pp-work-title span {
        color: #FFC400;
    }

.pp-work-desc {
    max-width: 700px;
    margin: 15px auto 0;
    color: #666;
}

.pp-work-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    /* border:3px solid #ffd54f; */
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
    transition: .45s;
    height: 100%;
}

    .pp-work-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 60px rgba(0,0,0,.15);
    }

.pp-work-head {
    background: linear-gradient(135deg,#fff36a 0%,#ffd400 35%,#ffbf00 70%,#f7a600 100%);
    padding: 22px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.pp-work-image {
    padding: 0px;
}

    .pp-work-image img {
        width: 100%;
        border-radius: 18px;
        /* aspect-ratio:1.35; */
        object-fit: cover;
    }

.pp-work-content {
    text-align: center;
    padding: 0 25px 30px;
    /* display: flex; */
}

.pp-work-number {
    width: 40px;
    height: 40px;
    background: #ffd400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px auto 0px; */
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.pp-work-content h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.pp-work-content p {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin-bottom: 0px;
}

.work-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0px;
}

@media(max-width:991px) {

    .pp-work-title {
        font-size: 38px;
    }

    .pp-work-head {
        font-size: 26px;
    }

    .pp-work-content h4 {
        font-size: 26px;
    }
}

@media(max-width:767px) {

    .pp-work-section {
        padding: 70px 0;
    }

    .pp-work-title {
        font-size: 32px;
    }

    .pp-work-head {
        font-size: 22px;
    }

    .pp-work-content h4 {
        font-size: 22px;
    }

    .pp-work-content p {
        font-size: 16px;
        line-height: 28px;
    }
}
/*----------------------------------------------------------end-----------------------------------------------------*/

.about-us-image {
    position: relative;
    overflow: hidden;
}

.qr-scan-effect {
    position: absolute;
    top: 257px;
    right: 42px;
    width: 306px;
    height: 303px;
    overflow: hidden;
    pointer-events: none;
}

@media (min-width: 991px) and (max-width: 1100px) {
    .qr-scan-effect {
        position: absolute;
        top: 140px;
        right: 23px;
        width: 177px;
        height: 185px;
        overflow: hidden;
        pointer-events: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399.8px) {
    .qr-scan-effect {
        position: absolute;
        top: 172px;
        right: 28px;
        width: 211px;
        height: 214px;
        overflow: hidden;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .qr-scan-effect {
        position: absolute;
        top: 110px;
        right: 19px;
        width: 145px;
        height: 150px;
        overflow: hidden;
        pointer-events: none;
    }
}

.laser-line {
    position: absolute;
    left: -5%;
    width: 110%;
    height: 4px;
    background: linear-gradient( 90deg, transparent 0%, rgba(255,196,0,.15) 10%, #FFD400 35%, #FFF9B0 50%, #FFD400 65%, rgba(255,196,0,.15) 90%, transparent 100% );
    /*background:linear-gradient(
        90deg,
        transparent,
        #ff0000,
        #ffffff,
        #ff0000,
        transparent
    );*/
    box-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px rgba(255,0,0,.8), 0 0 35px rgba(255,0,0,.5);
    animation: qrLaser 2s linear infinite;
}

    .laser-line::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 45px;
        background: linear-gradient( to bottom, rgba(0,99,219,0), rgba(0,99,219,.15), rgba(255,212,0,.45), rgba(255,248,170,.55), rgba(255,212,0,.45), rgba(0,99,219,.15), rgba(0,99,219,0) );
        /*background:linear-gradient(
        to bottom,
        rgba(255,0,0,0),
        rgba(255,0,0,.18),
        rgba(255,0,0,.08),
        rgba(255,0,0,0)
    );*/
    }

@keyframes qrLaser {

    0% {
        top: 0;
    }

    50% {
        top: calc(100% - 4px);
    }

    100% {
        top: 0;
    }
}





.list-style2 {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

    .list-style2 li {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #1d2b4f;
        line-height: 1.5;
        transition: all .35s ease;
    }

        .list-style2 li:last-child {
            margin-bottom: 0;
        }

        .list-style2 li i {
            width: 36px;
            height: 36px;
            min-width: 36px;
            border-radius: 50%;
            background: linear-gradient(135deg, #17396b, #0781ff);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            box-shadow: 0 8px 20px rgb(11 99 206 / 14%);
            transition: all .35s ease;
        }



/*-----------------------------------------------instant-----------------------------------------------*/

.park-feature-area {
    padding: 80px 0px 0px;
    background: #ffffff;
}

.park-title span {
    display: inline-block;
    font-size: 13px;
    /* letter-spacing:4px; */
    color: #ffb707;
    font-weight: 700;
    text-transform: uppercase;
}

.park-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #17396b;
    margin: 12px 0;
}

.park-title p {
    max-width: 650px;
    margin: auto;
    color: #333;
}

.park-feature-card {
    position: relative;
    background: #fffefb;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 55px 28px 30px;
    text-align: center;
    overflow: visible;
    height: 100%;
    transition: .35s;
    box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
}

    /* Background Pattern */

    .park-feature-card:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 22px;
        background: repeating-linear-gradient( -45deg, rgba(11,99,206,.025) 0, rgb(187 187 187 / 6%) 18px, transparent 18px, transparent 38px );
    }

    .park-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 55px rgba(11,99,206,.12);
    }

/* Floating Icon */

.park-feature-icon {
    position: absolute;
    left: 50%;
    top: -37px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fffcf2;
    border: 2px solid #ffc400;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(11,99,206,.15);
    z-index: 2;
    transition: .35s;
}

    .park-feature-icon i {
        font-size: 29px;
        color: #ffc400;
    }

.park-feature-card:hover .park-feature-icon {
    background: #ffc107;
    border-color: #ffc400;
    transform: translateX(-50%) rotate(10deg);
}

    .park-feature-card:hover .park-feature-icon i {
        color: #fff;
    }

.park-feature-content {
    position: relative;
    z-index: 2;
}

    .park-feature-content span {
        display: block;
        font-size: 12px;
        letter-spacing: 2px;
        color: #0b63ce;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .park-feature-content h5 {
        font-size: 20px;
        font-weight: 600;
        color: #17396b;
        margin-bottom: 12px;
    }

    .park-feature-content p {
        margin: 0;
        color: #333;
        line-height: 25px;
        font-size: 15px;
    }

@media (max-width:991px) {

    .park-feature-card {
        margin-top: 45px;
    }
}

@media (max-width:767px) {

    .park-title h2 {
        font-size: 30px;
    }

    .park-feature-card {
        padding: 65px 20px 25px;
    }

    .park-feature-icon {
        width: 75px;
        height: 75px;
        top: -38px;
    }

        .park-feature-icon i {
            font-size: 30px;
        }
}
/*-------------------------------------------------end-------------------------------------------------*/


/*---------------------------------------------------socity--------------------------------------------*/
.pp-society-section {
    padding: 40px 0;
    background: #fff;
}

.pp-society-content {
    padding-right: 40px;
}

.pp-subtitle {
    display: inline-block;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #0b63ce;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pp-society-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #17396b;
    margin-bottom: 20px;
}

    .pp-society-content h2 span {
        color: #FFC400;
    }

.pp-society-content p {
    color: #333;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.pp-society-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pp-society-content ul li {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        font-size: 16px;
        color: #17396b;
        font-weight: 500;
    }

        .pp-society-content ul li i {
            color: #0b63ce;
            margin-right: 15px;
            font-size: 18px;
        }

.pp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 16px 35px;
    background: #17396b;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
}

    .pp-btn:hover {
        background: #FFC400;
        color: #17396b;
        transform: translateY(-4px);
    }

.pp-sticker {
    max-width: 420px;
    margin: auto; /* background:#222; */
    border-radius: 24px; /* padding:28px; */
    text-align: center;
    color: #fff;
    box-shadow: 0 35px 60px rgba(0,0,0,.20);
    overflow: hidden;
}

.pp-sticker-top {
    color: #FFC400;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pp-company {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
}

    .pp-company h3 {
        color: #333;
        margin-bottom: 5px;
        font-size: 32px;
        font-weight: 800;
    }

    .pp-company span {
        color: #666;
        font-size: 16px;
    }

.pp-qr-box {
    background: #fff;
    border: 6px solid #FFC400;
    border-radius: 22px;
    padding: 18px;
}

    .pp-qr-box img {
        width: 100%;
        display: block;
    }

.pp-bottom {
    margin-top: 28px;
}

    .pp-bottom h4 {
        color: #FFC400;
        font-size: 26px;
        margin-bottom: 5px;
        font-weight: 800;
    }

    .pp-bottom h3 {
        color: #FFC400;
        font-size: 42px;
        font-weight: 900;
    }

@media(max-width:991px) {

    .pp-society-content {
        padding-right: 0;
        margin-bottom: 60px;
    }

        .pp-society-content h2 {
            font-size: 38px;
        }
}

@media(max-width:767px) {

    .pp-society-content h2 {
        font-size: 30px;
    }

    .pp-company h3 {
        font-size: 24px;
    }

    .pp-bottom h3 {
        font-size: 28px;
    }
}





.pp-sticker {
    position: relative;
    overflow: hidden;
}

.qr-scan-socity {
    position: absolute;
    top: 123px;
    right: 41px;
    width: 334px;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
}

@media (max-width: 767px) {
    .qr-scan-socity {
        position: absolute;
        top: 116px;
        right: 34px;
        width: 302px;
        height: 260px;
        overflow: hidden;
        pointer-events: none;
    }
}

.laser-line-socity {
    position: absolute;
    left: -5%;
    width: 110%;
    height: 4px;
    background: linear-gradient( 90deg, transparent 0%, rgba(255,196,0,.15) 10%, #FFD400 35%, #FFF9B0 50%, #FFD400 65%, rgba(255,196,0,.15) 90%, transparent 100% );
    /*background:linear-gradient(
        90deg,
        transparent,
        #ff0000,
        #ffffff,
        #ff0000,
        transparent
    );*/
    box-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px rgba(255,0,0,.8), 0 0 35px rgba(255,0,0,.5);
    animation: qrLaser 2s linear infinite;
}

    .laser-line-socity::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 45px;
        background: linear-gradient( to bottom, rgba(0,99,219,0), rgba(0,99,219,.15), rgba(255,212,0,.45), rgba(255,248,170,.55), rgba(255,212,0,.45), rgba(0,99,219,.15), rgba(0,99,219,0) );
        /*background:linear-gradient(
        to bottom,
        rgba(255,0,0,0),
        rgba(255,0,0,.18),
        rgba(255,0,0,.08),
        rgba(255,0,0,0)
    );*/
    }

@keyframes qrLaser {

    0% {
        top: 0;
    }

    50% {
        top: calc(100% - 4px);
    }

    100% {
        top: 0;
    }
}
/*--------------------------------------------------end-------------------------------------------------*/


/*-----------------------------------------------------ready to----------------------------------------*/

.pp-cta-section {
    padding: 40px 0px 0px;
    background: #fff;
}

.pp-cta-box {
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    text-align: center;
    border-radius: 0px;
    background: linear-gradient(135deg,#08152f 0%,#0b214b 55%,#123b61 100%);
    box-shadow: 0 25px 60px rgba(8,21,47,.25);
}

    /* Grid Background */

    .pp-cta-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
        background-size: 48px 48px;
        opacity: .7;
    }

    /* Blue Glow */

    .pp-cta-box::after {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        right: -180px;
        top: -120px;
        background: radial-gradient(circle, rgba(0,180,255,.28), transparent 70%);
        pointer-events: none;
    }

.pp-cta-tag {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #FFC400;
    font-weight: 700;
    margin-bottom: 18px;
}

    .pp-cta-tag i {
        color: #FFC400;
    }

.pp-cta-box h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

    .pp-cta-box h2 span {
        color: #FFC400;
    }

.pp-cta-box p {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0px auto 25px;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 28px;
}

.pp-cta-btn {
    position: relative;
    z-index: 2;
}

    .pp-cta-btn .th-btn {
        background: #FFC400;
        color: #08152f;
        padding: 17px 40px;
        border-radius: 12px;
        font-weight: 700;
        transition: .35s;
        box-shadow: 0 15px 35px rgba(255,196,0,.25);
    }

        .pp-cta-btn .th-btn:hover {
            background: #fff;
            color: #0b63ce;
            transform: translateY(-5px);
        }

@media(max-width:991px) {

    .pp-cta-box {
        padding: 70px 25px;
    }

        .pp-cta-box h2 {
            font-size: 42px;
        }

        .pp-cta-box p {
            font-size: 18px;
            line-height: 30px;
        }
}

@media(max-width:767px) {

    .pp-cta-box {
        padding: 60px 20px;
    }

        .pp-cta-box h2 {
            font-size: 32px;
        }

        .pp-cta-box p {
            font-size: 16px;
            line-height: 28px;
        }

    .pp-cta-btn .th-btn {
        width: 100%;
    }
}
/*---------------------------------------------------end------------------------------------------------*/


.orange {
    color: #FFC400 !important;
    font-size: 40px !important;
    text-transform: capitalize !important;
}
/*-----------------------------------------------------benifit------------------------------------------*/


/*-----------------------------------------------------end-----------------------------------------------*/

.vehicle-section {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 80px 0px 60px;
}

/*--------------------
TITLE
---------------------*/

.main-title {
    font-size: 40px;
    font-weight: 700;
    color: #17396B;
    line-height: 1.2;
}

    .main-title span {
        display: block;
        color: #17396B;
    }

.lead-text {
    max-width: 760px;
    margin: auto;
    font-size: 15px;
    color: #333;
    margin-top: 20px;
}

/*--------------------
CARDS
---------------------*/

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 8px 6px;
    text-align: center;
    margin-bottom: 12px;
    transition: .35s;
    box-shadow: 0 20px 64px #f8f5e9;
    border: 2px solid transparent;
}

    .feature-card:hover {
        transform: translateY(-8px);
        border-color: #FFC400;
        box-shadow: 0 25px 60px rgba(23,57,107,.15);
    }

    .feature-card h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 3px;
        color: #17396B;
        margin-bottom: 4px;
    }

    .feature-card p {
        font-size: 14px;
        color: #666;
        margin-top: 0px;
        line-height: 23px;
        margin-bottom: 0px;
    }

/*--------------------
ICON
---------------------*/

.icon {
    width: 50px;
    height: 50px;
    margin: auto;
    background: #fff2d3;
    color: #ffb707;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 23px; /* box-shadow:0 10px 25px rgba(23,57,107,.2); */
}

/*--------------------
CENTER IMAGE
---------------------*/

.image-box {
    position: relative;
    display: inline-block;
}

    .image-box img {
        border-radius: 25px;
        box-shadow: 0 25px 70px rgba(0,0,0,.15);
    }

/*--------------------
FLOAT ICONS
---------------------*/

.badge-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #17396B;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    animation: float 3s ease-in-out infinite;
    border: 4px solid #FFC400;
}

.badge1 {
    top: 10%;
    left: 35%;
}

.badge2 {
    top: 12%;
    right: 28%;
}

.badge3 {
    top: 40%;
    right: -20px;
}

.badge4 {
    left: 20%;
    bottom: 35%;
}

@keyframes float {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*--------------------
BOTTOM
---------------------*/

.bottom-card {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
    transition: .3s;
    box-shadow: 0 20px 64px #f8f5e9;
    min-height: 138px;
}

    .bottom-card:hover {
        background: #17396B;
        transform: translateY(-8px);
    }

    .bottom-card i {
        font-size: 34px;
        color: #FFC400;
        margin-bottom: 15px;
    }

    .bottom-card h5 {
        color: #17396B;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .bottom-card p {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .bottom-card:hover h5,
    .bottom-card:hover p {
        color: #fff;
    }

/*--------------------
RESPONSIVE
---------------------*/

@media(max-width:991px) {

    .main-title {
        font-size: 38px;
    }

    .image-box {
        margin: 40px 0;
    }

    .badge-circle {
        display: none;
    }
}

@media(max-width:576px) {

    .main-title {
        font-size: 30px;
    }

    .lead-text {
        font-size: 16px;
    }

    .feature-card {
        padding: 25px;
    }

    .orange {
        font-size: 30px !important;
    }
}


/*------------------------------------------------how it work-----------------------------------------------*/

.ob-process-section {
    padding: 80px 0px 0px;
    background: #fff;
}

.ob-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #f4b400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ob-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

    .ob-title span {
        display: block;
    }

.ob-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    max-width: 720px;
    margin: auto;
}

/* Right Image */

.ob-process-right {
    position: sticky;
    /* top: 100px; */
}

    .ob-process-right img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 25px;
    }

/* Steps */

.ob-step {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 16px;
    transition: .35s;
}

    .ob-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,0,0,.08);
    }

.ob-number {
    width: 55px;
    min-width: 55px;
    height: 55px;
    background: #fdbd04;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #111;
}

.ob-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.ob-content p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

/* Active Step */

.ob-active {
    background: #17140f;
    border-color: #17140f;
}

    .ob-active h4,
    .ob-active p {
        color: #fff;
    }

/* Responsive */

@media(max-width:991px) {

    .ob-process-section {
        padding: 40px 0;
    }

    .ob-title {
        font-size: 38px;
    }

    .ob-process-right {
        position: relative;
        top: auto;
        margin-top: 40px;
    }

        .ob-process-right img {
            height: 500px;
        }
}

@media(max-width:767px) {

    .ob-title {
        font-size: 30px;
    }

    .ob-step {
        padding: 22px;
        gap: 18px;
    }

    .ob-number {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .ob-content h4 {
        font-size: 22px;
    }

    .ob-content p {
        font-size: 15px;
    }

    .ob-process-right img {
        height: 410px;
    }
}
/*---------------------------------------------------end----------------------------------------------------*/


/*-----------------------------------------------------sticker-----------------------------------------------*/

/*==========================
Park India Sticker Section
==========================*/

.wx-sticker-section {
    padding: 80px 0px;
    background: #fff;
}

.wx-sticker-content {
    max-width: 520px;
}

.wx-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fcbe02;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.wx-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 22px;
}

.wx-sticker-content p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin: 0;
}

.wx-sticker-image {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

    .wx-sticker-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .wx-sticker-image:hover img {
        transform: scale(1.05);
    }

/* Responsive */

@media(max-width:1199px) {

    .wx-title {
        font-size: 42px;
    }
}

@media(max-width:991px) {

    .wx-sticker-section {
        padding: 80px 0;
    }

    .wx-sticker-content {
        max-width: 100%;
    }

    .wx-title {
        font-size: 36px;
    }

    .wx-sticker-image img {
        height: 420px;
    }
}

@media(max-width:767px) {

    .wx-sticker-section {
        padding: 40px 0;
    }

    .wx-title {
        font-size: 30px;
    }

    .wx-sticker-content p {
        font-size: 16px;
    }

    .wx-sticker-image img {
        height: 300px;
    }
}
/*------------------------------------------------------end--------------------------------------------------*/



/*------------------------------------------------------tag selection-----------------------------------------*/
.pp-tag-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg,#0f0d09,#18140f,#221d14);
    overflow: hidden;
}

    .pp-tag-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0,0,0,.45), rgba(0,0,0,.25), rgba(255,212,0,.04) );
    }

    .pp-tag-section::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        right: -220px;
        top: -220px;
        background: radial-gradient(circle, rgba(255,212,0,.18) 0%, rgba(255,212,0,.08) 35%, transparent 70%);
    }

    .pp-tag-section .container {
        position: relative;
        z-index: 2;
    }

.pp-content {
    max-width: 560px;
}

.pp-subtitle {
    display: inline-block;
    color: #d0b26d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.pp-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 14px;
}

    .pp-content h2 span {
        display: block;
    }

.pp-content p {
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.pp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    background: #febc0a;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    border-radius: 60px;
    transition: .35s;
}

    .pp-btn:hover {
        background: #fff;
        color: #111;
        transform: translateY(-3px);
    }


.pp-tag-card {
    border-radius: 28px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
    /* margin-left: auto; */
    margin: 0 auto;
}

    .pp-tag-card img {
        width: 100%;
        /* max-width: 304px; */
        transition: .4s;
        border-radius: 4px;
    }

    .pp-tag-card:hover img {
        /* transform: scale(1.05); */
    }


@media(max-width:991px) {

    .pp-tag-section {
        padding: 80px 0;
    }

    .pp-content {
        max-width: 100%;
    }

        .pp-content h2 {
            font-size: 38px;
        }

    .pp-tag-card {
        margin-top: 30px;
    }
}

@media(max-width:767px) {

    .pp-content h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .pp-content p {
        font-size: 16px;
    }

    .pp-tag-card {
        padding: 25px;
    }
}

/*-------------------------------------------------------end--------------------------------------------------*/


/*------------------------------------------------------security-----------------------------------------------*/

.pp-security-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.pp-security-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #fff8e5;
    border-radius: 60px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

    .pp-security-subtitle i {
        color: #ffc400;
        font-size: 18px;
    }

.pp-security-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 16px;
}

    .pp-security-title span {
        color: #ffc400;
    }

.pp-security-desc {
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.pp-security-card {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 26px;
    padding: 20px;
    height: 100%;
    transition: .4s;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.04);
}

    .pp-security-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #fcbd07;
        transform: scaleX(0);
        transition: .35s;
    }

    .pp-security-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

        .pp-security-card:hover::before {
            transform: scaleX(1);
        }

.pp-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #fff8e5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

    .pp-icon i {
        font-size: 28px;
        color: #fdbb09;
    }

.pp-count {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fdbc08;
    margin-bottom: 10px;
}

.pp-security-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.pp-security-card p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin: 0;
}

@media(max-width:991px) {

    .pp-security-title {
        font-size: 46px;
    }

    .pp-security-desc {
        font-size: 18px;
    }
}

@media(max-width:767px) {

    .pp-security-section {
        padding: 70px 0;
    }

    .pp-security-title {
        font-size: 30px;
    }

    .pp-security-card {
        padding: 30px;
    }

        .pp-security-card h4 {
            font-size: 26px;
        }

    .pp-count {
        font-size: 30px;
    }

    .pp-icon {
        width: 70px;
        height: 70px;
    }

        .pp-icon i {
            font-size: 30px;
        }

    .pp-security-desc {
        font-size: 16px;
    }
}
/*---------------------------------------------------------end------------------------------------------------*/


/*----------------------------------------------------get your tag--------------------------------------------*/
.pp-shop-section {
    padding: 80px 0;
    background: #fff;
}

.pp-shop-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f4b400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pp-shop-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 20px;
}

    .pp-shop-title span {
        display: block;
    }

.pp-shop-text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    /* max-width: 540px; */
}

/*=========================
Product Card
=========================*/

.pp-product-card {
    position: relative;
    background: #fff;
    border: 1px solid #ece8dd;
    border-radius: 14px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
}

    .pp-product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0,0,0,.10);
    }

/* Badge */

.pp-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #fdbb07;
    color: #111;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 40px;
    z-index: 5;
}

/* Image */

.pp-product-image {
    background: #f7f3ea;
    padding: 25px 25px;
    text-align: center;
}

    .pp-product-image img {
        width: 100%;
        max-width: 300px;
        transition: .35s;
        border-radius: 14px;
    }


.pp-product-content {
    padding: 20px 20px;
}

    .pp-product-content h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 15px;
        color: #111;
    }

.pp-rating {
    color: #111;
    font-size: 18px;
    margin-bottom: 8px;
}

    .pp-rating span {
        color: #666;
        margin-left: 8px;
        font-size: 16px;
    }

.pp-product-content p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px;
}

.pp-price-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pp-price {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.pp-price-area del {
    color: #999;
    margin-left: 10px;
    font-size: 18px;
}

.pp-view-btn {
    width: 95px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fabd09;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
    font-size: 14px;
    gap: 6px;
}

    .pp-view-btn:hover {
        background: #111;
        color: #fff;
    }


.pp-currency {
    background: #fff;
    border: 1px solid #ece8dd;
    border-radius: 22px;
    padding: 10px;
}

    .pp-currency label {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #555;
        margin-bottom: 15px;
    }

    .pp-currency select {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 0 20px;
        outline: none;
        background: #fff;
        color: #111;
    }



@media(max-width:1199px) {

    .pp-shop-title {
        font-size: 48px;
    }
}

@media(max-width:991px) {

    .pp-shop-section {
        padding: 80px 0;
    }

    .pp-shop-title {
        font-size: 40px;
    }

    .pp-shop-text {
        font-size: 18px;
    }

    .pp-product-content h4 {
        font-size: 24px;
    }

    .pp-price {
        font-size: 28px;
    }
}

@media(max-width:767px) {

    .pp-shop-section {
        padding: 60px 0;
    }

    .pp-shop-title {
        font-size: 32px;
    }

    .pp-shop-text {
        font-size: 16px;
    }

    .pp-product-content {
        padding: 14px;
    }

        .pp-product-content h4 {
            font-size: 22px;
        }

        .pp-product-content p {
            font-size: 15px;
        }

    .pp-price {
        font-size: 24px;
    }

    .pp-view-btn {
        width: 85px;
        height: 42px;
        font-size: 14px;
    }

    .pp-product-image {
        padding: 35px 20px;
    }

        .pp-product-image img {
            max-width: 100%;
        }

    .pp-currency {
        margin-top: 20px;
    }
}
/*-------------------------------------------------------end--------------------------------------------------*/


/*----------------------------------------------------career--------------------------------------------------*/


.career-section {
    padding: 80px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}

.career-content {
    padding-right: 40px;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fdbd04;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.section-title {
    font-size: 54px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

    .section-title span {
        display: block;
        color: #fdbd04;
    }

.section-text {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 22px;
}

.career-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

    .career-list li {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #222;
        margin-bottom: 9px;
        font-weight: 500;
    }

        .career-list li i {
            width: 38px;
            height: 38px;
            background: #fff7df;
            color: #fdbd04;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 16px;
        }



.career-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 42px;
    background: #fdbd04;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    border-radius: 60px;
    transition: .35s;
}

    .career-btn:hover {
        background: #111;
        color: #fff;
        transform: translateY(-4px);
    }

.career-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    /* box-shadow: 0 25px 70px rgba(0,0,0,.10); */
}

    .career-image img {
        width: 100%;
        height: 580px;
        object-fit: cover;
        transition: .5s;
    }

    /*.career-image:hover img {
        transform: scale(1.05);
    }*/


    /*.career-image::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: #fdbd04;
        opacity: .12;
        border-radius: 30px;
        right: -40px;
        top: -40px;
        transform: rotate(45deg);
        z-index: 1;
    }*/

    .career-image img {
        position: relative;
        z-index: 2;
    }

@media(max-width:1199px) {

    .section-title {
        font-size: 46px;
    }
}

@media(max-width:991px) {

    .career-section {
        padding: 80px 0;
    }

    .career-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 38px;
    }

    .section-text {
        font-size: 17px;
    }

    .career-image img {
        height: 500px;
    }
}

@media(max-width:767px) {

    .career-section {
        padding: 40px 0px 0px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-text {
        font-size: 16px;
    }

    .career-list li {
        font-size: 16px;
    }

    .career-btn {
        width: 100%;
        padding: 16px;
    }

    .career-image img {
        height: 360px;
    }
}










.career-form-section {
    padding: 40px 0;
    background: #fff;
}

.career-form-box {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.career-heading h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-subtitle {
    color: #fdbd04;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.career-heading p {
    color: #666;
    margin-bottom: 40px;
}

.career-input {
    margin-bottom: 25px;
}

    .career-input label {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        color: #111;
    }

    .career-input input,
    .career-input select,
    .career-input textarea {
        width: 100%;
        height: 44px;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 0 18px;
        outline: none;
        transition: .3s;
    }

    .career-input textarea {
        min-height: 100px;
        resize: none;
        padding: 18px;
    }

        .career-input input:focus,
        .career-input select:focus,
        .career-input textarea:focus {
            border-color: #fdbd04;
            box-shadow: 0 0 0 3px rgba(253,189,4,.15);
        }

.career-submit-btn {
    border: none;
    background: #fdbd04;
    color: #111;
    padding: 13px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: .35s;
}

    .career-submit-btn:hover {
        background: #111;
        color: #fff;
    }

@media(max-width:767px) {

    .career-form-box {
        padding: 30px 20px;
    }

    .career-heading h2 {
        font-size: 30px;
    }

    .career-submit-btn {
        width: 100%;
    }
}
/*------------------------------------------------------end---------------------------------------------------*/

@media (max-width: 767px) {
    .career-content h2 {
        font-size: 26px;
    }

    .title-area .sec-title {
        font-size: 28px;
    }
}


/*-----------------------------------------------------cart detail-------------------------------------*/

.pp-product-details {
    padding: 80px 0px 0px;
    background: #fff;
}

.pp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

    .pp-breadcrumb li {
        color: #777;
        font-size: 15px;
    }

        .pp-breadcrumb li a {
            color: #111;
            text-decoration: none;
            font-weight: 600;
        }

.pp-gallery {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.pp-thumb-slider {
    width: 80px;
    flex: 0 0 80px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pp-thumb {
    width: 80px;
    height: 80px;
    border: 2px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}

    .pp-thumb.active,
    .pp-thumb:hover {
        border-color: #fdbd04;
    }

    .pp-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Main Image */

.pp-main-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    isolation: isolate;
    cursor: zoom-in;
}

    .pp-main-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        border-radius: 28px;
        transform: scale(1);
        transform-origin: center center;
        transition: transform .25s ease;
    }



/*.pp-main-image:hover img{
    transform:scale(1.05);
}*/


.pp-bestseller {
    display: inline-block;
    background: #fdbd04;
    color: #111;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pp-product-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.pp-rating {
    font-size: 18px;
    color: #fdbd04;
    margin-bottom: 15px;
}

    .pp-rating span {
        color: #666;
        margin-left: 10px;
    }

.pp-desc {
    color: #333;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 20px;
}

.pp-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 3px 12px;
    transition: .3s;
}

    .pp-feature:hover {
        border-color: #fdbd04;
        transform: translateY(-4px);
    }

    .pp-feature i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff7df;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fdbd04;
        font-size: 15px;
    }

    .pp-feature span {
        font-weight: 600;
        color: #222;
        font-size: 13px;
    }


.pp-price {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #111;
}

.pp-currency {
    margin-bottom: 25px;
}

    .pp-currency label {
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .pp-currency select {
        height: 42px;
        border-radius: 8px;
        border: 1px solid #ddd;
        display: inline-block;
        width: 220px;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
    }

.pp-qty {
    display: flex;
    align-items: center;
    width: 170px;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .pp-qty button {
        width: 50px;
        height: 44px;
        border: none;
        background: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: .3s;
    }

        .pp-qty button:hover {
            background: #fdbd04;
        }

    .pp-qty input {
        width: 70px;
        height: 34px;
        border: none;
        text-align: center;
        font-weight: 700;
    }


.pp-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 55px;
    background: #fdbd04;
    color: #111;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

    .pp-cart-btn:hover {
        background: #111;
        color: #fff;
    }








/*=========================================
    PRODUCT TABS
=========================================*/

.pp-product-tabs {
    padding: 80px 0;
    background: #fff;
}

/* Tabs */

.pp-tabs-nav {
    gap: 15px;
    border: none;
}

    .pp-tabs-nav .nav-item {
        margin: 0;
    }

    .pp-tabs-nav .nav-link {
        border: 1px solid #ddd;
        border-radius: 50px;
        padding: 8px 28px;
        background: #fff;
        color: #111;
        font-size: 15px;
        font-weight: 600;
        transition: .35s;
        box-shadow: none;
    }

        .pp-tabs-nav .nav-link:hover {
            border-color: #fdbd04;
            color: #111;
        }

        .pp-tabs-nav .nav-link.active {
            background: #fdbd04;
            color: #111;
            border-color: #fdbd04;
            box-shadow: none;
        }

/* Content */

.pp-tab-content {
    padding: 15px 0;
    animation: fadeUp .4s ease;
}

    .pp-tab-content p {
        font-size: 15px;
        line-height: 25px;
        color: #333;
        margin-bottom: 8px;
    }

    .pp-tab-content h4 {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        /* margin-top: 35px; */
        margin-bottom: 18px;
    }

    /* Lists */

    .pp-tab-content ul,
    .pp-tab-content ol {
        padding-left: 22px;
        margin-bottom: 0px;
    }

        .pp-tab-content ul li,
        .pp-tab-content ol li {
            font-size: 14px;
            color: #333;
            line-height: 1.9;
            margin-bottom: 4px;
        }

/* Reviews */

.pp-review {
    padding: 25px;
    border: 1px solid #ececec;
    border-radius: 18px;
    margin-bottom: 25px;
    transition: .35s;
}

    .pp-review:hover {
        border-color: #fdbd04;
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,.06);
    }

    .pp-review h5 {
        color: #fdbd04;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .pp-review strong {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
        color: #111;
    }

    .pp-review p {
        margin: 0;
    }

/* Delivery List */

.pp-tab-content ul li::marker {
    color: #fdbd04;
}

.pp-tab-content ol li::marker {
    font-weight: 700;
    color: #fdbd04;
}

/* Divider */

.pp-tab-content hr {
    margin: 30px 0;
    border-color: #ececec;
}

/* Animation */

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */

@media(max-width:991px) {

    .pp-product-tabs {
        padding: 60px 0;
    }

    .pp-tabs-nav {
        gap: 10px;
    }

        .pp-tabs-nav .nav-link {
            padding: 12px 20px;
            font-size: 14px;
        }

    .pp-tab-content h4 {
        font-size: 22px;
    }

    .pp-tab-content p,
    .pp-tab-content li {
        font-size: 16px;
    }
}

@media(max-width:767px) {

    .pp-tabs-nav {
        flex-wrap: wrap;
    }

        .pp-tabs-nav .nav-link {
            width: 100%;
            text-align: center;
        }

    .pp-tab-content {
        padding-top: 10px;
    }

        .pp-tab-content h4 {
            font-size: 20px;
        }

    .pp-review {
        padding: 18px;
    }
}

/*-----------------------------------------------------end---------------------------------------------*/


/*--------------------------------------------------checkout-------------------------------------------*/


.pp-checkout-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.pp-checkout-header {
    margin-bottom: 20px;
}

.pp-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pp-checkout-header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.2;
}

.pp-checkout-header p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.pp-cart-card {
    background: #fff;
    border: 1px solid #ece6db;
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 18px;
    transition: .35s;
}

    .pp-cart-card:hover {
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.pp-product {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pp-product-img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 14px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #eee;
}

    .pp-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pp-product-content h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #111;
    margin-bottom: 0px;
}

.p-pp-price {
    color: #777;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.pp-remove {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #111;
    transition: .3s;
}

    .pp-remove:hover {
        color: #ff9800;
        border-color: #ff9800;
    }

.p-pp-qty {
    width: 90px;
    height: 38px;
    margin: auto;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-weight: 600;
    box-shadow: none;
}

    .p-pp-qty:focus {
        border-color: #ffd400;
        box-shadow: none;
    }

.pp-total-price {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0;
}


.pp-order-summary {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid #ece6db;
    position: sticky;
    top: 100px;
}

    .pp-order-summary h3 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-bottom: 20px;
    }

.pp-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

    .pp-summary-row strong {
        color: #111;
        font-size: 16px;
    }

.pp-order-summary hr {
    margin: 30px 0;
    border-color: #eee;
}

.pp-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

    .pp-summary-total span {
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }

    .pp-summary-total strong {
        font-size: 20px;
        font-weight: 700;
        color: #111;
    }


.pp-checkout-btn {
    display: block;
    width: 100%;
    background: #fcbd07;
    color: #111;
    text-align: center;
    text-decoration: none;
    padding: 13px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    transition: .35s;
}

    .pp-checkout-btn:hover {
        background: #111;
        color: #fff;
    }

.pp-secure {
    margin: 16px 0;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

.pp-shopping {
    display: block;
    text-align: center;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

    .pp-shopping:hover {
        color: #ff9800;
    }

@media(max-width:1199px) {

    .pp-checkout-header h2 {
        font-size: 42px;
    }

    .pp-order-summary {
        padding: 30px;
    }
}

@media(max-width:991px) {

    .pp-order-summary {
        margin-top: 30px;
        position: relative;
        top: 0;
    }

    .pp-total-price {
        text-align: left;
        margin-top: 20px;
    }
}

@media(max-width:767px) {

    .pp-checkout-section {
        padding: 60px 0;
    }

    .pp-checkout-header {
        margin-bottom: 30px;
    }

        .pp-checkout-header h2 {
            font-size: 36px;
        }

    .pp-product {
        /* flex-direction: column; */
        /* text-align: center; */
        align-items: flex-start;
        display: flex;
        margin-bottom: 20px;
    }

    .pp-product-img {
        /* margin: auto; */
    }

    .pp-product-content h4 {
        font-size: 17px;
    }

    .pp-qty {
        margin-top: 20px;
    }

    .pp-total-price {
        margin-top: 20px;
        text-align: center;
    }

    .pp-order-summary {
        padding: 25px;
    }

    .pp-summary-total span {
        font-size: 22px;
    }

    .pp-summary-total strong {
        font-size: 28px;
    }
}

@media(max-width:575px) {

    .pp-checkout-header h2 {
        font-size: 32px;
    }

    .pp-cart-card {
        padding: 20px;
    }

    .pp-order-summary {
        padding: 20px;
    }

    .pp-summary-row {
        font-size: 16px;
    }

    .pp-summary-total span {
        font-size: 20px;
    }

    .pp-summary-total strong {
        font-size: 24px;
    }

    .pp-checkout-btn {
        padding: 15px;
        font-size: 17px;
    }
}
/*----------------------------------------------------end----------------------------------------------*/

/*-----------------------------------------------------checkout now------------------------------------*/

.pp-checkout-page {
    background: #fff;
    padding: 80px 0;
    position: relative;
}



.pp-form-box {
    background: #fff;
    border: 1px solid #ebe5da;
    border-radius: 24px;
    padding: 30px;
}

.pp-heading {
    margin-bottom: 35px;
}

.pp-step {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.pp-heading h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.pp-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.pp-input {
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 15px;
    color: #222;
    box-shadow: none !important;
    transition: .3s;
}

textarea.pp-input {
    min-height: 130px;
    padding: 15px 18px;
}

.pp-input:focus {
    border-color: #f6c000;
}


.pp-captcha {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 18px;
    margin: 30px 0;
}

.pp-check {
    width: 24px;
    height: 24px;
    border: 2px solid #bbb;
    border-radius: 4px;
}

.pp-captcha span {
    font-size: 15px;
    color: #222;
}

.pp-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 60px;
    background: #ffba05;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

    .pp-btn:hover {
        background: #111;
        color: #fff;
    }

.pp-order-box {
    background: #fff;
    border: 1px solid #ebe5da;
    border-radius: 24px;
    padding: 35px;
    position: sticky;
    top: 100px;
}

    .pp-order-box h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 18px;
    }

.pp-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .pp-total span {
        font-size: 17px;
        color: #666;
    }

    .pp-total strong {
        font-size: 20px;
        color: #111;
        font-weight: 700;
    }


.pp-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pp-benefits li {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 14px;
        color: #555;
        font-size: 16px;
    }

        .pp-benefits li i {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff7d4;
            color: #d7a300;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
        }



.pp-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

    .pp-back:hover {
        color: #d7a300;
    }


.pp-review {
    margin-top: 25px;
    background: #fff;
    border: 1px solid #ebe5da;
    border-radius: 20px;
    padding: 25px;
}

    .pp-review p {
        margin: 0 0 18px;
        color: #333;
        line-height: 1.8;
        font-size: 15px;
    }

    .pp-review strong {
        color: #111;
        font-size: 15px;
    }


@media(max-width:991px) {

    .pp-order-box {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media(max-width:767px) {

    .pp-checkout-page {
        padding: 60px 0;
    }

    .pp-form-box {
        padding: 30px 20px;
    }

    .pp-order-box {
        padding: 30px 20px;
    }

    .pp-heading h2 {
        font-size: 32px;
    }

    .pp-btn {
        height: 55px;
        font-size: 17px;
    }

    .pp-total strong {
        font-size: 26px;
    }
}

/*----------------------------------------------------end-----------------------------------------------*/
