#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #141743;
}

body.preloader-active {
    overflow: hidden !important;
}

/* head start  */
li a .ra-sidenav-phone-icon {
    transform: scaleX(1) !important;
}

.ra-project-heading-section1 .ra-project-heading-bottom-wrap {
    margin-bottom: 50px;
}

.tp-offcanvas-top {
    margin-bottom: 50px;
}

.ra-offcanvas-menu-design {
    margin-bottom: 25px;
}


/* head end */

/* footer start */


/* footer end  */



/* Portfolio page start */

.ra-projects-listing-page {
    overflow-x: hidden;
    /* Use overflow-x instead of overflow: hidden !important */
}



.ra-projects-listing-page .tp-portfolio-tab-content-wrap .tp-section-title {
    letter-spacing: 0px !important;
}

.ra-portfolio-page .ra-view-project-btn {
    background-color: #141743;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: var(--tp-ff-heading);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.ra-portfolio-page .ra-view-project-btn:hover {
    background-color: #484c82;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-portfolio-page .ra-view-project-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-portfolio-page .ra-portfolio-logo img {
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.ra-portfolio-page .ra-portfolio-content {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}

.ra-portfolio-page .ra-portfolio-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 991px) {

    .tp--hover-img canvas {
        display: none !important;
    }

    .tp--hover-img img {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}






/* image missing issue fix - WebGL hover effect is covering/hiding issue fix start */
.ra-projects-listing-page .tp--hover-img {
    position: relative;
    overflow: hidden;
}

.ra-projects-listing-page .tp--hover-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
}

.ra-projects-listing-page .tp--hover-img canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.ra-projects-listing-page .tp--hover-img img {
    transition: transform .5s ease;
}

.ra-projects-listing-page .tp-portfolio-inner-item:hover img {
    transform: scale(1.04);
}

/* image missing issue fix - WebGL hover effect is covering/hiding issue fix end */


/* Portfolio page end */





/* Project detail page start */

.ra-project-detail-page .ra-project-detail-content {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}

.ra-project-detail-page .ra-project-detail-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ra-project-detail-page .ra-project-detail-logo img {
    width: 100%;
    height: auto;
}

.ra-project-detail-page .ra-project-detail-btn {
    background-color: #141743;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: var(--tp-ff-heading);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.ra-project-detail-page .ra-project-detail-btn:hover {
    background-color: #484c82;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-project-detail-page .ra-project-detail-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}


.ra-project-detail-page .tp-pd-4-thumb-wrap {
    background-color: #141743;
}

.ra-project-detail-page .tp-pd-4-title {
    font-family: var(--tp-ff-heading);
    font-size: 100px;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 35px;
    letter-spacing: -1.4px;
    font-family: var(--tp-ff-teko);
    /* font-family: var(--tp-ff-heading); */
}


video {
    max-width: 100%;
    height: auto;
}

.volkswagen-Golf-R video {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* tools tag */
.tools-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tool-tag {
    background-color: #f0f0f0;
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    display: inline-block;
}



/* Tool tags styling start */
.tools-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.tool-tag {
    background-color: #f0f0f5;
    color: #141743;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(20, 23, 67, 0.1);
}

.tool-tag:hover {
    background-color: #141743 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(20, 23, 67, 0.15);
}

/* Tool tags styling end */



.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn {
    color: #141743;
    border-color: #141743;
}

.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover {
    color: #ffffff;
    background-color: #141743;
    border-color: #141743;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-project-title {
    color: #141743 !important;
    text-transform: capitalize;
    font-size: 100px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .ra-project-title {
        font-size: 50px !important;
    }
}



.ra-company-logoImg {
    width: 250px !important;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    .ra-company-logoImg {
        width: 120px !important;
        height: auto !important;
    }
}


.ra-client-logoImg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .ra-client-logoImg {
        width: 120px !important;
        height: auto !important;
    }
}






/* test-drive start */
.ra-test-drive-booking-experience {
    background: white;
}

.ra-test-drive-booking-experience .colbg {

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.ra-test-drive-booking-experience img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #c8c8c8 !important;
    padding: 1px;
}


.ra-project-slider-common .tp-pd-4-slider-thumb {
    background-color: #f3f3f3 !important;
    margin: 0px;
    padding: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.ra-project-slider-common-title {
    font-family: var(--tp-ff-teko);
    font-weight: 600;
}

.ra-project-slider-common .tp-pd-4-slider-thumb h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-family: var(--tp-ff-teko);
}

/* test-drive end */

.ra-project-title-cate {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #141743 !important;
}


/* ####### Project detail page end  ####### */






/* Seperate style for iCalls promo video section start */

.iCalls-promovideo-section2 ul.tools-tags-new {
    list-style: none !important;
    padding-left: 0;
}

.iCalls-promovideo-section2 ul.tools-tags-new li {
    list-style: none !important;
}

.iCalls-promovideo-section2 ul.tools-tags-new li::before {
    display: none !important;
}

/* Seperate style for iCalls promo video section end */




/* contact page style start */
.ra-contact-page .tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
    background-color: #141743;
    color: #ffffff;
}

.ra-contact-page .tp-contact-me-contact-info-item {
    position: relative;
    z-index: 999;
}

.ra-contact-page .tp-contact-me-contact-info-item a {
    position: relative !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
}

/* contact page style end */





/* portfolio details next prv start */

.ra-portfolio-page-back-next-btn-wrapper .btn-primary {
    background-color: #141743;
}

.ra-portfolio-page-back-next-btn-wrapper .btn-primary:hover {
    background-color: #484c82;
    color: #ffffff;
}

/* portfolio details next prv start */

/* Sticky Portfolio Navigation Start */
.ra-portfolio-page {
    scroll-margin-top: 10px;
    /* Offset for sticky nav when clicking anchor links */
}

.ra-portfolio-nav-wrapper {
    position: sticky;
    top: 0px;
    /* Adjust based on header height */
    z-index: 99;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.ra-portfolio-nav {
    display: flex;
    justify-content: center;
}

.ra-sticky-tabs {
    gap: 15px;
    /* Glassmorphism styling */
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);

    padding: 10px;
    border-radius: 50px;
    display: inline-flex !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ra-sticky-tabs .nav-link {
    color: #141743;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    padding: 10px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.ra-sticky-tabs .nav-link.active,
.ra-sticky-tabs .nav-link:hover {
    background-color: #141743;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(20, 23, 67, 0.25);
    transform: translateY(-2px);
}

/* Dark mode glassmorphism */
.agntix-dark .ra-sticky-tabs {
    background: rgba(26, 26, 31, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.agntix-dark .ra-sticky-tabs .nav-link {
    color: #ffffff;
}

.agntix-dark .ra-sticky-tabs .nav-link.active,
.agntix-dark .ra-sticky-tabs .nav-link:hover {
    background-color: #ffffff;
    color: #141743;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
}

/* Pinned state shrink animation */
.ra-sticky-tabs.is-pinned {
    padding: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.6);
}

.ra-sticky-tabs.is-pinned .nav-link {
    padding: 8px 24px;
    font-size: 14px;
}

.agntix-dark .ra-sticky-tabs.is-pinned {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Mobile responsive horizontal scrolling */
@media (max-width: 768px) {
    .ra-portfolio-nav-wrapper {
        top: 10px;
        padding: 10px 0;
    }

    .ra-portfolio-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        /* space for scrollbar */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .ra-portfolio-nav::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .ra-sticky-tabs {
        flex-wrap: nowrap !important;
        margin-bottom: 0 !important;
        flex-shrink: 0;
        margin: 0 auto;
        width: max-content;
    }

    .ra-sticky-tabs .nav-link {
        white-space: nowrap;
        padding: 8px 20px;
        font-size: 14px;
    }

}

/* Sticky Portfolio Navigation End */





/* UX Design & Graphics Start */
.ra-projects-listing-page .masonry-grid {
    column-count: 7;
    column-gap: 24px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    .ra-projects-listing-page .masonry-grid {
        column-count: 2 !important;
        column-gap: 5px;
    }
}

.ra-projects-listing-page .masonry-item {
    break-inside: avoid;
    margin-bottom: 24px;
}

.ra-projects-listing-page .project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.ra-projects-listing-page .project-card:hover {
    transform: translateY(-5px);
}

.ra-projects-listing-page .project-card img {
    width: 100%;
    display: block;
}

.ra-projects-listing-page .project-content {
    padding: 20px;
}

/* @media(max-width:991px) {
    .ra-projects-listing-page .masonry-grid {
        column-count: 1;
    }
} */


#ux-design-and-graphics .mb-65 {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    #ux-design-and-graphics .mb-65 {
        margin-bottom: 0px !important;
    }
}

/* UX Design & Graphics End */