﻿html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    z-index: 0;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    background-color: #15121f;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.text-normal {
    font-size: 20px;
    font-weight: lighter;
}

.text-theme {
    background: linear-gradient(90deg, #9795FF 0%, #FFFFFF 42%, #FFFFFF 59%, #BE9FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    color: #854CFF;
    text-decoration: inherit;
}

.cs-blog-detail-box a {
    color: #854CFF;
    text-decoration: inherit;
}

footer a {
    color: inherit;
    font-size: 0.8rem;
}

.btn-theme,
.btn-theme:active {
    background-color: #ffffff;
    color: #16121E !important;
    border-radius: 20px;
    padding: 7px 10px;
}

    .btn-theme:hover {
        background-color: #ffffff;
        color: #16121E !important;
        border-radius: 20px;
    }

.b-0 {
    bottom: 0;
}

.offer-popup-error {
    display: none;
}

.iTxtTransparent {
    background: none !important;
    color: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
}


    .iTxtTransparent:focus, .iTxtTransparent:active {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none;
    }

.form-floating > label.iTxtTransparent::after {
    background-color: transparent !important;
}

.bg-popup-primary {
    background: linear-gradient(180deg, #504CFF 0%, #302E99 100%);
}

.bg-popup-info {
    background: #854CFF;
}

.bg-theme-dark {
    background-color: #16121E;
}

.flsh-t i {
    display: none;
}
/* Adding a square-like spray effect */
.bg-theme-gradient::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: #854cff;
    opacity: 0.8;
    filter: blur(40px);
    box-shadow: 0 0 40px 30px rgba(133, 76, 255, 0.5);
    opacity: 0.4;
}

.hr-white {
    background: linear-gradient(to right, red, purple, blue);
    height: 4px;
    border: none;
    margin: 0;
}

.svc-box-blue-bg {
    background-color: #504CFF;
}

.svc-box-black-bg {
    background-color: #281e3b;
}

.svc-box-violet-bg {
    background-color: #854CFF;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-repeat: repeat;
    display: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=);
}


    .loader-overlay img {
        margin-left: 50%;
        margin-top: 100px;
    }

.spray {
    z-index: 10;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, #854CFF, transparent 25%), radial-gradient(circle at top right, #854CFF, transparent 25%), radial-gradient(circle at bottom left, #854CFF, transparent 25%), radial-gradient(circle at bottom right, #854CFF, transparent 25%);
}

.place-center {
    place-content: center;
}

.border-full {
    height: 2px;
    background: #635189;
}

.contact-us-connector-hide .bg-box-left {
    display: none;
}

.blog-card {
    border-radius: 10px;
    background: rgb(230, 219, 255);
    background: linear-gradient(90deg, rgba(230, 219, 255, 1) 0%, rgba(240, 236, 249, 1) 44%, rgba(230, 219, 255, 1) 100%);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Service category tag */
.blog-tag {
    background: transparent;
    color: #6C5CE7;
    border: 1px solid #6C5CE7;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
}

/* Flex container for 50-50 layout */
.blog-content {
    width: 50%;
    padding-right: 10px;
}

/* Image section */
.blog-image-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* Stick to bottom */
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

/* Image styling */
.blog-image {
    width: 100%;
    max-height: 160px;
    border-radius: 15px 15px 0 0;
    /* Rounded top corners */
    object-fit: cover;
}

/* External link button */
.blog-link {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.quote {
    font-size: 200px;
    background: -webkit-linear-gradient(#281e3b, #6c5ce7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
    right: 80px;
    opacity: 0.4;
}

.bg-theme-linear-right {
    background-image: url('https://ik.imagekit.io/ashes/tgi_new_web/background_linear_right.png');
    background-size: contain 100%;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 10;
    height: 100%;
}

.who-we-are-connector {
    left: 100%;
    background-position-y: top;
}
/*.whoweare {
    border-bottom: 2px solid #4e3dcd;
}*/

.bg-box-top {
    border: 2px solid #4e3dcd;
    width: 100%;
    z-index: 9;
    height: 50%;
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
    border-right: none;
    border-bottom: none;
}

.bg-box-right {
    border: 2px solid #4e3dcd;
    width: 50%;
    z-index: 10;
    height: 50%;
    left: 50%;
    top: 50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    border-left: none;
}

.bg-box-left {
    border: 2px solid #4e3dcd;
    width: 50%;
    z-index: 10;
    height: 50%;
    left: 0;
    top: -2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: none;
    border-right: none;
}

.footer * {
    font-size: 13px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a:hover {
        text-decoration: underline;
        color: #854CFF;
    }

    .footer-links .text-head {
        font-size: 14px;
    }

h2 {
    font-weight: normal;
    font-size: 32px;
}

h3 {
    font-weight: normal;
    font-size: 60px;
}

.z-index-20 {
    z-index: 20;
}

.cs-logo {
    height: 28px;
    padding: 0 8px;
}

.pb-10px {
    padding-bottom: 10px;
}

.override-left-down {
    width: 5px;
    height: 100%;
    z-index: 11;
    left: 0;
    top: 0;
}

.pt-70px {
    padding-top: 70px;
}

.testimonial-box {
    background-color: #281e3b;
    box-shadow: #281e3b;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-top-left-radius: 10px;
}

@media(max-width: 768px) {
    .assessment-ol .li-text {
        padding-left: 32px;
    }

    .flsh-t i {
        display: block;
        float: right;
    }

    .footer-contact {
        border: 1px solid #fff;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-weight: normal;
        font-size: 22px;
    }

    h3 {
        font-weight: normal;
        font-size: 32px;
    }

    .text-normal {
        font-size: 18px;
        font-weight: lighter;
    }

    .place-center {
        place-content: start;
    }

    .mobile-top-gap-1 {
        margin-top: 20px;
    }

    .fs-12 {
        font-size: 12px;
    }

    .flsh {
        display: none;
    }

    .flsh-t {
        border: solid 1px #fff;
        padding: 5px;
    }

    .navmain {
        background-color: #16121E;
    }

    .footer a {
        font-size: 16px
    }

    .mobile-social-icons i {
        font-size: 30px;
    }

    .col-md-3.mb-3.locations {
        border: none !important;
    }
}

.lg-social-icons i {
    font-size: 24px;
}
/*-- navbar styles --*/
.navmain {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100vw;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/*.scrolled {
    background-color: #16121E;
}*/



/*-- loader styles --*/
.loader {
    --c1: #16121E;
    --c2: #504CFF;
    width: 40px;
    height: 80px;
    border-top: 4px solid var(--c1);
    border-bottom: 4px solid var(--c1);
    background: linear-gradient(90deg, var(--c1) 2px, var(--c2) 0 5px,var(--c1) 0) 50%/7px 8px no-repeat;
    display: grid;
    overflow: hidden;
    animation: l5-0 2s infinite linear;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        width: 75%;
        height: calc(50% - 4px);
        margin: 0 auto;
        border: 2px solid var(--c1);
        border-top: 0;
        box-sizing: content-box;
        border-radius: 0 0 40% 40%;
        -webkit-mask: linear-gradient(#000 0 0) bottom/4px 2px no-repeat, linear-gradient(#000 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        background: linear-gradient(var(--d,0deg),var(--c2) 50%,#0000 0) bottom /100% 205%, linear-gradient(var(--c2) 0 0) center/0 100%;
        background-repeat: no-repeat;
        animation: inherit;
        animation-name: l5-1;
    }

    .loader::after {
        transform-origin: 50% calc(100% + 2px);
        transform: scaleY(-1);
        --s: 3px;
        --d: 180deg;
    }

.footer .text-head {
    font-size: 15px;
    font-weight: bold;
}

@keyframes l5-0 {
    80% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0.5turn)
    }
}

@keyframes l5-1 {
    10%, 70% {
        background-size: 100% 205%,var(--s,0) 100%
    }

    70%, 100% {
        background-position: top,center
    }
}





/*-- navbar styles --*/


/* Hide spinner in Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinner in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.btn-calling-code {
    padding: 0;
    margin: 0;
}

.dd-calling-code {
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 50px;
}

    .dd-calling-code::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .dd-calling-code::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 3px;
    }

/* Firefox support */
.dd-calling-code {
    scrollbar-width: thin;
    scrollbar-color: #aaa #f1f1f1;
}


.cmpstyleroot {
    display: none !important;
}


/* Style for mobile sliders */

@media(max-width: 768px) {
    .slider-btn {
        font-size: 10px;
    }

    .carousel-caption {
        bottom: 0.01rem
    }

    #homepage-slider,
    #carouselExampleDark {
        padding-top: 60px;
        background-color: #000;
    }
}
