html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: linear-gradient(90deg, #000000, #2c1136) !important;
}

header {
    letter-spacing: 1.5px;
    line-height: 1.8;
}

footer {
    line-height: 1.8;
}

.IndxBg {
    /*darker version linear-gradient(270deg, #000000, #5a1a72) !important*/
    /*background: linear-gradient(270deg, #000000, #a347c5) !important;*/
    background: linear-gradient(90deg, #000000, #2c1136) !important;
}
.lightIndxBg {
    background: rgba(255, 255, 255, 0.07) !important;
}
.indxmain {
    background: linear-gradient(90deg, #000000, #2c1136) !important;
    color: #fff !important;
    min-height: 85vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero {
    letter-spacing: 2px;
    line-height: 1.8;
}

.indxbtn {
    padding: 7px 20px;
    text-decoration: none;
    background: #752b8a;
    color: white;
    border-radius: 20px;
    overflow: hidden;
    transition: background-color 0.6s ease, color 0.6s ease;
}
    .indxbtn:hover {
        background-color: #9638b1;
        color: white;
    }

    .ReadMoreBtn {
        text-decoration: none !important;
        position: relative;
        color: #752b8a !important;
        font-weight: bold;
    }

    .ReadMoreBtn::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 2px;
        width: 0;
        background: #752b8a;
        transition: width 0.4s ease;
    }

    .ReadMoreBtn:hover::after {
        width: 100%;
    }

.activeCard {
    text-decoration: none !important;
    color: inherit;
    position: relative;
    transition: transform 0.2s ease;
}

    .activeCard .ReadMoreBtn {
        text-decoration: none !important;
        position: relative;
        color: #752b8a !important;
        font-weight: bold;
        display: inline-block;
    }

    .activeCard:hover .ReadMoreBtn::after {
        width: 100%;
    }


.indxbb-1 {
    border-bottom: 1px solid purple;
    text-decoration: none !important;
}

.lndxshadow {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

.br-20 {
    border-radius: 20px;
}

.Cursor-Pointer {
    cursor: pointer !important;
}

.min-height-100vh {
    min-height: 100vh;
}

.socialIcon {
    padding: 7px 10px;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(-85deg, #000000, #752b8a);
    background-size: 200% 200%;
    background-position: right center;
    color: white !important;
    transition: background-position 0.6s ease, color 0.6s ease, border-color 0.6s ease;
}

    .socialIcon:hover {
        background-position: left center;
        border-color: #752b8a;
    }

.indxColor {
    color: #57116b !important;
}

.Paragrey {
    font-size: 16px;
}
.LParawhite {
    color: #fff !important;
    font-size: 21px;
    font-weight:100;
}
.indxCard {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 7px solid purple;
    overflow: hidden; /* Clip pseudo-element inside the card */
    background: #fff;
    color: white !important;
    transition: transform 0.9s ease;
}

    .indxCard::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: linear-gradient(to bottom, #000000, #2c1136);
        z-index: 0;
        color: white !important;
        transition: height 0.5s ease;
    }

    .indxCard:hover::before {
        height: 100%;
    }

    .indxCard:hover {
        color: #fff;
    }

    .indxCard * {
        position: relative;
        z-index: 1;
    }

.indxActiveCard {
    background: linear-gradient(to bottom, #000000, #2c1136);
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #a7a0a0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.9s ease;
    color: white;
}

.indxbt-1 {
    border-top: 2px solid #57116b;
}

.FlowSection {
    color: #fff !important;
    background-image: url('../images/palpal-box2.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.waveLine {
    height: 150px;
    position: absolute;
    width: 100%;
    margin-top: -25px;
    display: block;
    transform: rotateY(180deg);
}

.waveLineImg {
    transform: rotate(168deg);
    scale: 1.4;
}

.flowList {
    display: flex;
    justify-content:center;
    margin-top: 50px;
    margin:5px;
    z-index: 1;
    position: relative;
}

    .flowList li {
        list-style: none;
        cursor: pointer;
    }

.flowcount {
    background: #ffffff;
    padding: 6px 13px;
    border-radius: 50%;
    color: black;
    font-weight: bold;
}

.mt-65 {
    margin-top: -65px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-10 {
    margin-top: -10px;
}

.FirstFlowList {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 50%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .FirstFlowList li {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        padding-left: 32px;
        margin-bottom: 12px;
    }

        .FirstFlowList li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 9px; /* adjust for vertical alignment */
            width: 20px;
            height: 20px;
            background-image: url('https://www.phreesia.com/wp-content/themes/phreesia/img/white_check.svg');
            background-size: contain;
            background-repeat: no-repeat;
        }

.flowDiv {
    display: none;
}

    .flowDiv.active {
        display: block;
    }

.flowList li.active .flowcount {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
}
.br-50{
    border-radius:50%;
}
.max-height250px{
    max-height:250px;
}
.h-250px{
    height:250px !important;
}
.h-190px {
    height: 190px !important;
}
.h-200px {
    height: 200px !important;
}
.h-100px {
    height: 100px !important;
}
.pb-100px{
    padding-bottom:100px !important;
}
.dropdown-menu {
    box-shadow: 0px 3px 5px -1px #ccc;
    transition: all 0.3s ease;
}

    .dropdown-menu a {
        transition: all 0.5s ease;
    }

        .dropdown-menu a:hover {
            padding-left: 10px;
            border-left: 2px solid #3ca0e7;
            color: #3ca0e7;
        }
.IndxLine {
    width: 100%;
    height: 1px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    inset: 0;
}
.IndxTopLine {
    z-index: 1;
    background: linear-gradient(90deg, rgba(66, 18, 126, 0), rgba(66, 18, 126, 0) 0, #ab2ebd 50%, rgba(66, 18, 126, 0));
    width: 100%;
    max-width: 80rem;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0;
}
.IndxBgImg {
    background-image: url('../images/curvliimg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .75rem;
}
.blog-card {
    position: relative;
    overflow: hidden;
    transition: transform 2.5s ease-in, box-shadow 0.3s ease-in;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
/* Zoom effect */
.blog-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Light sweep effect */
.blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% );
    transform: skewX(-25deg);
}

/* Animate the light on hover */
.blog-card:hover::before {
    animation: light-sweep 2.8s ease forwards;
}

@keyframes light-sweep {
    from {
        left: -75%;
    }

    to {
        left: 125%;
    }
}

.min-height-300px{
    min-height:300px;
}

.BlogsImgSet {
    width: 450px !important;
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 150%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media (max-width:992px) {
    .BlogsImgSet {
        width: 300px !important;
        height: 300px !important;
    }
}

  @media (max-width:770px) {
        .waveLine {
            display: none !important;
        }

        .flowList {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0;
            padding: 0px;
        }

            .flowList li {
                margin: 0px !important;
            }
    }
@media (max-width:776px) {
    .AboutImgSet {
        position: static !important;
    }
}

.cut-background {
    background: linear-gradient(90deg, #000000, #5e1f76) !important;
    clip-path: polygon( 0 0, 100% 0, 100% 85%, 55% 85%, 50% 100%, 45% 85%, 0 85% );
}

.closebtn{
    border:1px solid;
    background-color:transparent;
}

.gradient-text {
    background: linear-gradient(to right, #ffffff, #a782e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.w-24 {
    width: 6rem;
}

.h-1 {
    height: 0.25rem;
}
.Servicebtn {
    font-size: 100%;
    color: inherit;
    padding:9px 40px;
    background-color: transparent;
    border: 1px solid rgb(55 65 81);
    border-radius: 9999px;
}
.Curvebg {
    background-image: url('../images/curvliimg.png');
    background-position:100% 100%;
    background-size:cover;
    background-repeat:no-repeat;
}
.w-35 {
    width: 35%;
}
.sliderbtn{
    outline: none;
    border: none;
    background: no-repeat;
    font-size: 4px;
    padding: 0px;
}


.chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 350px;
    max-height: 500px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 50px;
    z-index:99;
}

.chat-header {
    background-color: #5e1f76;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.chat-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-bubble {
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

.bot-message {
    background-color: #f1f0f0;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

.user-message {
    background-color: #5e1f76;
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 0;
}

.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #eee;
}

    .chat-footer input[type="text"] {
        flex: 1;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 20px;
        outline: none;
    }

    .chat-footer button {
        color: white;
        border: none;
        padding: 10px 15px;
        margin-left: 10px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: bold;
        background-color: #5e1f76;
    }

        .chat-footer button:hover {
            background-color: #5e1f76;
        }

#toggleChatButton{
    border: none;
    /*padding: 10px 30px;*/
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 70px;
    background: transparent;
}
#closeChatButton {
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    background-color: #5e1f76;
    color: white;
}
.ChatCount {
    position: absolute;
    right: 0px;
    top: -8px;
    border-radius: 50%;
    background: red;
    padding: 2px 6px;
    color: white;
    font-size: 10px;
}
.fs-30px{
    font-size:30px;
}
.suggest-btn {
    margin: 4px 6px 4px 0;
    padding: 6px 10px;
    border: none;
    background-color: #f1f1f1;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

    .suggest-btn:hover {
        background-color: #ddd;
    }


