/* Global Core Styles */
html {
    scroll-behavior: smooth;
}

::selection {
    background-color: #141743;
    color: #ffffff;
}

/* Custom Webkit Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background: #c2c2c4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #141743;
}

/* Preloader Global Style start */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #c2c2c4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preloader-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.preloader-logo {
    width: 90px;
    margin-bottom: 25px;
}

.preloader-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}

.preloader-dots span {
    width: 8px;
    height: 8px;
    background-color: rgba(101, 101, 101, 0.3);
    border-radius: 50%;
    animation: preloaderDots 1.4s infinite ease-in-out both;
}

.preloader-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.preloader-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.preloader-dots span:nth-child(3) {
    animation-delay: 0s;
}

.preloader-dots span:nth-child(4) {
    animation-delay: 0.16s;
}

@keyframes preloaderDots {

    0%,
    80%,
    100% {
        background-color: rgba(91, 91, 91, 0.3);
        transform: scale(1);
    }

    40% {
        background-color: rgb(51, 51, 51);
        transform: scale(1.2);
    }
}

#preloader-percentage {
    color: #7e7e7e;
    font-size: 24px;
    font-weight: 800;
    font-family: var(--tp-ff-inter, 'Inter', sans-serif);
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-shadow: 0px 2px 10px rgba(126, 126, 126, 0.5);
}

.preloader-text {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: var(--tp-ff-inter, 'Inter', sans-serif);
}

.preloader-progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

#preloader-progress-bar {
    height: 100%;
    width: 0%;
    background-color: rgba(125, 125, 125, 0.6);
    transition: width 0.1s linear;
}

.preloaderpercentageandtext {
    position: absolute;
    margin-top: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .preloaderpercentageandtext {
        position: absolute;
        margin-top: 58%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* Preloader end */


/* WhatsApp Chat Global Style */
.whatsapp-chat-wrapper {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 999;
}

.whatsapp-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    background-color: #cfcfcf;
    color: #414142;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: wa-pulse 2s infinite;
}

@media (hover: hover) {
    .whatsapp-chat-btn:hover {
        transform: scale(1.1);
        color: rgb(73, 73, 73);
        box-shadow: 0 6px 14px rgba(153, 152, 152, 0.755);
        animation: none;
    }
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(194, 193, 193, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(187, 186, 186, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(187, 186, 186, 0);
    }
}

/* whatsapp chat end */



/* Back to top Global Style */

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 75px;
}

.back-to-top-wrapper {
    position: fixed;
    right: 0px;
    bottom: 0;
    height: 20px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.back-to-top-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-common-black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff52;
    box-shadow: 0px 8px 16px rgb(3 4 28 / 12%);
}

/* Back to top end */





/* footer start */

.agntix-light footer .pp-footer-box {
    background-color: #c2c2c4;
}

.agntix-light footer .pp-footer-title {
    color: #000000;
}

.agntix-light footer .pp-footer-subtitle {
    color: #848484;
}



.agntix-light footer .pp-footer-btn {
    border: 1px solid #141743;
    color: #141743;
}

@media (hover: hover) {
    .agntix-light footer .pp-footer-btn:hover {
        border: 1px solid #141743 !important;
        color: #141743 !important;
        background-color: #ffffff !important;
    }
}

.agntix-light footer .pp-footer-title {
    font-size: 140px;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 35px;
    letter-spacing: -1.4px;
    font-family: var(--tp-ff-teko);
}

@media (max-width: 768px) {
    .ra-footer-email-link {
        font-size: 35px !important;
        letter-spacing: normal !important;
    }
}

@media (max-width: 768px) {
    .agntix-light footer .pp-footer-title {
        font-size: 70px;
    }
}






@media (max-width:768px) {
    .ra-footer-email-link {
        font-size: 35px !important;
        letter-spacing: normal !important;
    }

    .agntix-light footer .pp-footer-title {
        font-size: 70px;
    }

    .agntix-light footer .pp-footer-subtitle {
        font-size: 45px !important;
    }

    .agntix-light footer .pp-footer-wrapper {
        margin-top: -10px;
    }
}

/* footer end  */




/* contact form start */

p.ajax-response.mt-5.success {
    color: #0d8112;
}

p.ajax-response.mt-5.error {
    color: #b10c0c;
}

/* contact form end */