/*-----------------------------------------------------------------------------------

    Template Name: Sachin Ruparel
    Author: Inventifweb
    Support: https://help.themepure.net/support/
    Description: Sachin Ruparel
    Version: 1.0.3

-----------------------------------------------------------------------------------*/


 .pp-hero-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
     z-index: 0;
 }

 .pp-hero-bg .hero-video {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

.design-testimonial-review h4 {
    font-weight: 500;
    font-size: 36px;
    font-family: "Teko", sans-serif;
    line-height: 1;
    color: #e0eeee;
    margin-bottom: 0;
    margin-right: 15px;
    letter-spacing: 1px;
}

.design-testimonial-text p {
    font-weight: 500;
    font-size: 20px;
    color: #e0eeee;
    line-height: 1.42;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}



.design-testimonial-item {
    padding: 0px;
    border-radius: 0px;
   
}

/* Change text color on hover */
.swiper-slide:hover h4,
.swiper-slide:hover span {
    color: #FFC324;
    /* pick your hover text color */
}


.design-testimonial-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    color: #fff;
    text-align: left;
}

.testimonial-img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.6s ease;
}

/* Overlay content */
.design-testimonial-review,
.design-testimonial-text,
.design-testimonial-author {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 40px;
    z-index: 2;
}

/* Push content to bottom */
.design-testimonial-review {
    bottom: 5px;
}


.arrow {
    font-size: 20px;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.4s ease;
    color: #fff;
}

/* Hover Effects */
.design-testimonial-item:hover .testimonial-img {
    filter: grayscale(100%);
}

.design-testimonial-item:hover .design-testimonial-review h4 {
    color: #FFC324;
}

.design-testimonial-item:hover .arrow {
    transform: translateX(8px);
}

.primary-fs {
    font-family: "Teko", sans-serif;
}

/* Footer Social Media Bar */

.social-bar {
    background: #FFC324;
    padding: 10px 0;
    outline: 1px solid #FFC324;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    
}

 .social-icons a {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
     color: #fff;
     font-size: 24px;
     border: 1px solid #222;
    transition: background 0.4s ease, color 0.4s ease;
     text-decoration: none;
 }

.social-icons a:hover {
    background: #FFC324;
    color: #000;
    
}

/* On mobile: 3 icons per row */
@media (max-width: 600px) {
    .social-icons {
        grid-template-columns: repeat(3, 1fr);
    }

    .social-icons a {
        font-size: 20px;
    }
}


.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
    font-size: 16px;
    font-weight: 600;
    color: #FFC324;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #FFC324;
    font-family: var(--tp-ff-inter);
}

.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
    background: #FFC324;
    color: var(--tp-common-black);
    border: 1px solid #FFC324;
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
    color: var(--tp-common-black);
    background-color: #FFC324;
}

.fs-36 {
    font-size: 36px !important;
    color: #FFC324;
}

/* For mobile screens (max-width 767px) */
@media (max-width: 767px) {
    .fs-36 {
        font-size: 28px !important;
    }
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul>li:not(:last-child) {
    margin-bottom: 25px;
}

a:focus, a:hover {
    color: #FFC324;
    text-decoration: none;
}

/* Footer Pulsing Dots Animation */

.pp-footer-copyright-text-center::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

.pp-footer-copyright-text-center::after {
    position: absolute;
    content: "";
    top: 0px;
    left: -26px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    animation: animate-pulse-2 3s 
linear infinite;
}

.pp-footer-copyright-text-center p {
    color: rgba(255, 255, 255, 0.4)!important;
    font-size: 16px;
}

.creative-work-item {
    padding: 40px 15px;
    border-radius: 20px;
    background-color: #0E0F11;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #FFC324;
    color: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #000;
}

@media (max-width: 767px) {
    .pp-footer-copyright-text-center {
        display: inline-block;
        margin: 10px 0 10px 0px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .pp-hero-title {
        font-size: 250px;
        letter-spacing: -12px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .pp-hero-title {
        font-size: 250px;
        letter-spacing: -10px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pp-hero-title {
        font-size: 200px;
        letter-spacing: -6px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pp-hero-title {
        font-size: 160px;
        letter-spacing: -6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pp-hero-title {
        font-size: 110px;
        letter-spacing: -4px;
    }
}

@media (max-width: 767px) {
    .pp-hero-title {
        font-size: 55px;
        letter-spacing: 0px;
    }
}

.site-header {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 9999;
    /* becomes interactive when active */
    transform: translateY(-100%);
    /* hidden until activated */
    transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
    background: transparent;
}

.header-transparent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}



.creative-work-item {
    padding: 40px 15px;
    border-radius: 20px;
    background-color: transparent;
    border:0px;
}



.pp-about-me-experience-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: inherit!important;
    margin: 0;
    text-transform: inherit;
    color: #fff;
}

.pp-about-me-experience-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
    letter-spacing: -0.46px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-teko);
}

.ar-about-us-4-hero-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ar-about-us-4-title {
    color: #111013;
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.tp-product-instagram-heading p {
    font-size: 20px;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.56;
    margin-bottom: 15px;
    letter-spacing: 0em;
    font-family: var(--tp-ff-p);
    color: var(--tp-text-body);
}

.pp-about-me-experience-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: inherit !important;
    margin: 10px 0px;
    text-transform: inherit;
    color: #fff;
}

.dgm-service-item:hover .dgm-service-link {
    transform: translateX(-30px);
    color: var(--tp-common-black);
    background-color: #FFC324;
}

.tp-service-4-process-list span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: grid
;
    height: 70px;
    width: 70px;
    margin-right: 20px;
    border-radius: 50%;
    place-content: center;
    border: 1px solid #FFC324;
}

.tp-service-4-process-list:not(:last-child) span::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 10px);
    background-color: #f2f2f2;
}

.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
    border-color: #FFC324;
    background-color: var(--tp-common-black-7);
}

.tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
    background-color: #FFC324;
    color: var(--tp-common-black-7);
}

.ar-testimonial-author span {
    font-weight: 600;
    font-size: 34px!important;
    text-align: center;
    color: #FFC324;
}

.pp-service-details-process-item span {
    font-size: 16px;
    font-weight: 600;
    color: #030303;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 45px;
    display: inline-block;
    place-content: center;
    background-color: #FFC324;
}

.pp-service-details-overview-list ul li {
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 20px;
    display: inline-flex;
    color: var(--tp-common-white);
}

#beyond .dgm-service-content-right p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 0;
    max-width: 100%;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.7);
}

/*-----------------------------------------------------------------------------------*/

.app-feature-item-content p {
    font-size: 20px;
    color: #fff;
}

.app-feature-item {
    padding: 50px 40px 30px;
    background-color: #0E0F11;
}

.app-feature-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--tp-ff-teko);
    color: var(--tp-common-black-10);
}

.crp-project-item {
    padding: 0px;
    border-radius: 10px;
    border: 4px solid #000;
    background-color: #000;
}

.crp-project-thumb
 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.tp-benefit-item.tp-benefit-borber-bottom {
    border-bottom: inherit;
}

.inner-service-1-text {
    margin-bottom: 20px;
}

.tp-benefit-item-icon {
    height: 100%;
}

.ar-about-us-4-title-box p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;

}

.tp-benefit-item {
    padding: 40px;
    border-right: 1px solid #333;
}

.tp-section-subtitle.pre::before {
    content: "";
    height: 8px;
    width: 8px;
    margin-right: 12px;
    border-radius: 4px;
    display: inline-block;
    transform: translateY(-2px);
    background-color: #FFC324;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-benefit-item {
        margin-left: -1px;
        margin-top: -1px;
        padding: 20px 0px;
        border: inherit!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cta-section {
        padding-top: 0px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pp-about-me-service-ptb {
        padding-bottom: 0px;
    }
}

.pp-about-me-experience-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
    letter-spacing: -0.1px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
    .pp-about-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pp-about-left {
        padding-bottom: 100px;
    }
}

/* ✅ Mobile fix: make text appear below image */
@media (max-width: 767px) {
    .design-testimonial-review,
    .design-testimonial-text,
    .design-testimonial-author {
            position: relative;
            left: 0;
            right: 0;
            padding: 25px 20px;
            z-index: 2;
            background: #000;
           
    }

   .design-testimonial-review {
    bottom: 0px;
        }

    .design-testimonial-review {
    margin-bottom: 0px;
                }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 1.56;
            margin-bottom: 15px;
            letter-spacing: 0em;
            font-family: var(--tp-ff-p);
            color: var(--tp-text-body);
        }                             
}

@media (max-width: 767px) {
.para {
    font-size: 16px!important;
}
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a::after {
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 500;
    font-size: 13px;
    content: "";
    counter-increment: count;
    color: rgba(113, 113, 114, 0.8);
}

.dgm-hero-thumb div.anim-zoomin-wrap div.anim-zoomin>img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
}

.tp-service-4-process-list {
    display: flex;
    align-items: flex-start;
    color: #fff;
}

.tp-service-4-process-list .circle {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.process-content {
    max-width: calc(100% - 60px);
}

.process-title {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    font-size: 36px;
    color: #FFC324;
}

.process-desc {
    margin: 5px 0 0;
    font-size: 18px!important;
    line-height: 1.5;
    color: #fff!important;

}

.tp-service-4-process-list {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 40px;
}

.tp-service-4-process-wrap {
    padding-top: 30px;
}

.bg-set {
    background-size: cover;
    background-position: right center !important;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
.bg-set {
    background-size: cover;
    background-position: 80% 100% !important;
    
}
}

.greyscale {
    filter:grayscale(100%)
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
    padding-bottom: 20px;
}

.dgm-service-item:hover .dgm-service-link {
    transform: translateX(0px);
    color: #000!important;
    background-color: #FFC324;
}

.dgm-service-content-right p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.53;
    margin-bottom: 0;
    max-width: 100%;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .moves-mind .tp-benefit-heading {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .curating-brands .pp-testimonial-ptb {
        padding-bottom: 0px!important;
    }
}
@media (max-width: 767px) {
.process-title {
    font-size: 26px;
}
}

.tp-contact-form-btn {
padding: 10px;
border-radius: 100px;
background: #FFC324;
border: 1px #fff solid;
}

.tp-contact-form-btn:hover {
    color: #000;
}

/* Home Slider */

.tp-showcase-slider-bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Hide mobile by default */
.show-mobile {
    display: none;
}

/* Show on tablet and desktop (>= 768px) */
@media (min-width: 768px) {
    .show-desktop-tablet {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

/* Show only on mobile (< 768px) */
@media (max-width: 767px) {
    .show-desktop-tablet {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}
/* Home Sldier End */
@media (max-width: 767px) {
#beyond .mobile-pt {
    padding-top: 0px;
}
}

/* Home Sldier End */
@media (max-width: 767px) {
    .mobile-pt {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .crp-project-area {
        margin-bottom: 0px;
    }
}

