:root {
    --primary: #5F3FFF;
    --secondary: #0084FF;
    --success: #1C9E75;
    --danger: #E43338;
    --light: #D9D9D9;
    --dark: #282828;
    --muted: #656476;
    --white: #FFFFFF;
    --bg-body: #f9fbff
}

html {
 scroll-behavior: smooth;
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: var(--dark);
    overflow-x: hidden
}

section {
    padding: 0
}

h2.fw-bold {
    color: var(--dark)
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all .3s ease
}

.btn-primary:hover {
    background: rgb(133, 109, 255) !important
}

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
    transition: all .3s ease
}

.btn-outline-secondary:hover {
    color: #0084FF !important;
    background-color: #C4E7FFCC !important;
    border-color: #0084FF !important
}

.text-gradient-violet {
    color: var(--primary)
}

.text-gradient-blue {
    color: var(--secondary)
}

.hero {
    text-align: center;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-weight: 600;
    font-size: 62px;
    line-height: 140%
}

.hero p {
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    width: 60%
}

section>.container>p {
    color: var(--dark);
    width: 40%;
    font-size: 18px;
}


@media(max-width:1199px) {
    .container {
        max-width: 1170px;
    }

}


@media(max-width:768px) {
    .hero p {
        width: 90%
    }

    section>.container>p {
        width: 100%
    }

    .hero h1 {
        font-size: 42px
    }
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    transition: transform .2s ease;
    background: var(--white);
    height: 100%
}

.card:hover {
    transform: translateY(-6px)
}

.bg-light {
    background-color: var(--light) !important
}

.site-footer {
    background-color: #e8ebf0;
    color: #1e1e1e;
    font-size: .95rem;
    border-top: 1px solid #dcdfe4
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer-logo {
    margin-bottom: 10px
}

.footer-left h6 {
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: .75rem
}

.footer-left .btn-primary {
    background-color: #5f3fff;
    border: none;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 6px;
    transition: opacity .3s ease
}

.footer-left .btn-primary:hover {
    opacity: .9
}

.footer-nav a {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease
}

.footer-nav a:hover {
    color: #5f3fff
}

.footer-bottom {
    padding-top: 1rem;
    color: #333
}

.footer-bottom .btn {
    padding: 10px 25px;
    font-weight: 500
}

@media(max-width:767px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 1rem
    }

    .footer-left {
        align-items: center;
		width:100%;
    }

	.footer-bottom {
        text-align: left;
        display: block !important;
    }
	
	.footer-bottom .btn {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	
}

.gradient-border {
    border-radius: 16px;
    background: linear-gradient(90deg, #C4E7FF, #D2C9FF);
    padding: 1px;
    overflow: hidden;
    transition: box-shadow .3s ease-in-out
}

.gradient-border .accordion-header,
.gradient-border .accordion-body {
    border-radius: 16px;
    transition: background .5s ease-in-out
}

.gradient-border .accordion-header {
    background: #C4E7FF
}

.gradient-border .accordion-header .service-header[aria-expanded=true] {
    background: linear-gradient(90deg, #C4E7FF, #FFFFFFCC 80%, #D2C9FF);
    display: block;
    border-radius: 10px
}

.gradient-border .accordion-body {
    background: #fff;
    transition: background .5s ease-in-out
}

.accordion-collapse .accordion-body {
    background: linear-gradient(90deg, #C4E7FF, #FFFFFFCC 80%, #D2C9FF)
}

.accordion-collapse.show .service-img {
    opacity: 1;
    transform: translateY(0);
}

.service-header {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    line-height: 130%
}

.service-header:hover,
.service-header:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none
}

.service-header[aria-expanded=true] {
    color: #282828
}

.accordion-button:not(.collapsed) {
    color: #282828;
    background: transparent;
    box-shadow: none
}

.accordion-button::after {
    display: none !important
}

.accordion-item,
.accordion-button,
.accordion-body {
    border: none !important;
    border-radius: 16px !important
}

.service-body {
    border-radius: 16px !important;
    padding: 1.5rem;
    color: #3a3a3a;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
    transition: all .25s ease-in-out
}

.service-body div.col-auto {
    margin-top: -50px;
    transition: transform .25s ease-in-out
}

#services h2,
#industries h2,
.process-section h2,
#purpose h2,
#results h2,
#testimonials h2,
#contact h2 {
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 130%
}

#services p.mb-5 {
    color: #282828;
    width: 40%
}

@media(max-width:768px) {
    #services p {
        width: 90%
    }
}

.service-body p {
    margin-bottom: 0;
    color: #282828
}

.service-img {
    max-width: 370px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08);
    background: #fff;
    padding: 10px;
    /* Use opacity for transition */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Keep the element in the flow */
    height: auto;
    margin-top: 10px;
}

@media(max-width:767px) {
    .service-body {
        text-align: center;
        padding: 1.5rem
    }

    .service-body div.col-auto {
        transform: none;
        width: 100%;
        margin: 0;
    }

    .service-img {
        margin-top: 1.25rem;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box
    }

    .service-header {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 120% !important;
        padding: 1rem 1.25rem
    }
}

.industries-section p {
    max-width: 700px;
    color: #282828
}

.industry-card {
    background: #fff;
    border: 1px solid rgba(225, 225, 255, .7);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: left;
    box-shadow: 0 2px 15px rgba(0, 0, 80, .05);
    transition: all .3s ease;
    backdrop-filter: blur(10px)
}

.industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(0, 0, 80, .1)
}

.icon-placeholder {
    border-radius: 12px;
    display: flex;
    justify-content: start
}

.icon-placeholder img {
    width: 28px;
    height: 28px;
    object-fit: contain
}

.industry-card h5 {
    color: #282828;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 5px
}

.industry-card p {
    color: #282828;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 0
}

.industry-card.primary {
    background-color: #C4E7FF1F;
    border: 1px solid #C4E7FF66
}

.industry-card.secondary {
    background-color: #D2C9FF1F;
    border: 1px solid #D2C9FF66
}

.industry-card.primary:hover,
.industry-card.secondary:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(0, 0, 80, .1)
}

@media(max-width:768px) {
    .industry-card {
        text-align: left
    }
}

.industries-section {
    position: relative;
    overflow: hidden
}

.bg-img {
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 25%;
    height: 350px;
    z-index: 0
}

.bg-img.mid-left {
    top: 30%;
    left: 0;
    background-image: url('../image/solutions-tailored-bg-mid-left.png');
    background-size: 160% !important;
    background-repeat: no-repeat !important;
    background-position: 169% 36% !important;
    z-index: 1;
    height: 400px
}

.bg-img.top-right {
    top: -18%;
    right: 0;
    background-size: 160% !important;
    background-repeat: no-repeat !important;
    background-position: 8% -11% !important;
    z-index: 1;
    height: 100%;
    background: url('../image/solutions-tailored-bg-top-right.png')
}

.bg-img.bottom-left {
    bottom: -47px;
    left: 0;
    background-image: url('../image/solutions-tailored-bg-mid-left.png');
    background-size: 160% !important;
    background-repeat: no-repeat !important;
    background-position: 199% 29% !important;
    z-index: 1;
    height: 300px
}

.bg-img.bottom-right {
    bottom: 0;
    right: 0;
    background-size: 150% !important;
    background-repeat: no-repeat !important;
    background-position: -62% 19% !important;
    z-index: 1;
    height: 400px;
    background: url(../image/solutions-tailored-bg-bottom-right.png)
}

.industries-section .container {
    position: relative;
    z-index: 2
}

.process-section .timeline {
    position: relative;
    max-width: 100%
}

.process-section .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    width: 3px;
    height: 100%;
    background-color: #e0e7ff
}

.process-section .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative
}

.process-section .circle {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 2rem;
    position: relative;
    z-index: 2;
    top: 22px
}

.process-section .blue {
    background-color: #1e90ff
}

.process-section .purple {
    background-color: #7a5ff5
}

.process-section .content {
    background: #fff;
    padding: 1rem;
    border-radius: .625rem;
    box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .05);
    flex-grow: 1
}

.process-section .step-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.process-section h3 {
    font-size: 1.0625rem;
    color: #333;
    margin-bottom: .5rem
}

.process-section p {
    line-height: 1.5;
    font-size: .9375rem;
    margin: 0
}

.process-section .blue-text {
    color: #1e90ff
}

.process-section .purple-text {
    color: #7a5ff5
}

@media(max-width:992px) {
    .process-section .timeline::before {
        left: 12px
    }
}

.text-gradient {
    background: linear-gradient(90deg, #5e17eb, #6a5af9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.purpose-card {
    position: relative;
    border: 3px solid transparent;
    border-radius: 15px;
    padding: 30px 25px;
    color: #000;
    transition: all .3s ease;
    background: linear-gradient(90deg, #D2C9FF 0%, #FFFFFFCC 50%, #C4E7FF 100%) padding-box, linear-gradient(90deg, #D2C9FF 0%, #FFFFFFCC 50%, #C4E7FF 100%) border-box;
    background-size: 300%;
    background-clip: padding-box, border-box
}

.card-left {
    background-position: left center
}

.card-middle {
    background-position: center center
}

.card-right {
    background-position: right center
}

.purpose-card:hover {
    transform: translateY(-5px)
}

.purpose-icon {
    width: 28px;
    height: 28px;
    object-fit: contain
}

@media(max-width:768px) {
    .purpose-card {
        padding: 25px 20px
    }
}

#results .card {
    border-radius: 16px;
    transition: transform .3s ease, box-shadow .3s ease;
    background: #C4E7FF1F;
    border: 1px solid #C4E7FF66 !important;
    backdrop-filter: blur(10px);
    box-shadow: none !important
}

#results .card:hover {
    transform: scale(1.02)
}

#results .card-img-top {
    border-radius: 16px;
    object-fit: cover;
    padding: 16px;
    box-sizing: border-box
}

#results .card-body h5 {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%
}

#results .card-body p {
    color: #282828;
    font-size: 16px;
    font-weight: 400
}

#resultsCarousel .item {
    display: flex;
    /* Align items flexibly */
    justify-content: center;
    /* Center content horizontally */
    align-items: stretch;
    /* Stretch items to full height */
}

#resultsCarousel a.card {
    display: flex;
    /* Make sure the card stretches to fill the item */
    flex-direction: column;
    /* Stack card content vertically */
    height: 100%;
    /* Ensure card takes full height of item */
	margin-left: 15px;
	text-decoration:none;
}

#resultsCarousel .owl-item:first-child .card {
	margin-left: 0px;
}


#resultsCarousel .card-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 116px;
}

.card-img-top {
    object-fit: cover;
    /* Make sure images fill the top of the card */
    height: 230px;
    /* Set a fixed height for images, adjust as necessary */
}

.text-gradient {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(106, 17, 203, .1);
    transition: transform .3s ease, box-shadow .3s ease
}

.testimonial-card:hover {
    transform: translateY(-5px)
}

.quote-symbol {
    flex-shrink: 0
}

.quote-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-top: -6px
}

.testimonial-card p {
    font-size: 22px;
    color: #282828;
    line-height: 150%
}

.client-info img {
    object-fit: cover
}

.testimonials-section::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(#e0e0ff 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .3;
    z-index: 0;
	right:0px;
}

.testimonial-card.primary {
    background-color: #D2C9FF1F;
    border: 1px solid #D2C9FF66
}

.testimonial-card.secondary {
    background-color: #C4E7FF1F;
    border: 1px solid #C4E7FF66
}

.text-primary {
    color: #5b3ef6 !important
}

.testimonials-section p {
    color: #282828
}

.form-control {
    border-radius: 10px;
    padding: .75rem 1rem;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: border-color .2s ease-in-out
}

.form-control:focus {
    border-color: #5b3ef6;
    box-shadow: 0 0 0 .2rem rgba(91, 62, 246, .15)
}

.contact-box {
    position: relative;
    border: 1px solid transparent;
    background-image: linear-gradient(90deg, #C4E7FF1F, #D2C9FF1F), linear-gradient(90deg, #C4E7FF1F, #FFFFFFCC 80%, #D2C9FF1F);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 3rem 1.5rem;
    overflow: hidden;
    z-index: 1
}

.contact-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(90deg, #C4E7FF, #FFFFFFCC 80%, #D2C9FF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1
}

.navbar .btn {
    padding: 10px 25px;
    font-weight: 500
}

.navbar a.nav-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #282828;
    outline: none
}


.navbar-toggler {
	border:none;
}

.navbar-toggler .close-icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.navbar-toggler .close-icon::before,
.navbar-toggler .close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.navbar-toggler .close-icon::before {
    transform: rotate(45deg);
}
.navbar-toggler .close-icon::after {
    transform: rotate(-45deg);
}

/* Toggle visibility */
.navbar-toggler.collapsed .close-icon {
    display: none;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: none;
}





















.hero a.btn.btn-primary {
    padding: 12px 36px;
    font-weight: 500
}

.slide-down-bounce {
    animation: slideDownBounce 1.2s ease-out forwards;
}

@keyframes slideDownBounce {
    0% {
        opacity: 0;
        transform: translateY(-40px); /* start above */
    }
    60% {
        opacity: 1;
        transform: translateY(5px); /* overshoot */
    }
    80% {
        transform: translateY(-3px); /* bounce up */
    }
    100% {
        transform: translateY(0); /* settle */
    }
}

.slide-up-bounce {
    animation: slideUpBounce 1.2s ease-out forwards;
}

@keyframes slideUpBounce {
    0% {
        opacity: 0;
        transform: translateY(40px); /* start below */
    }
   
    100% {
        transform: translateY(0); /* settle */
    }
}


.scroll-fix {
    scroll-margin-top: 80px; 
}



/* login signup css */

.login-signup-bg {
    display: inline-block;
    width: 100%;
	background: url(../image/login-signup-bg.png) no-repeat;
    background-position: top right;
}

.login-signup-wrapper {
	margin:10% auto;
	width:100%;
	max-width:580px;
	padding:0 15px;
	display:block;
}



.login-signup-wrapper .h1, .login-signup-wrapper .paragraph {
	text-align:center;
}

.h1 {
	font-weight: 600;
    font-size: 62px;
    line-height: 140%;
	color:#000;
}

.h2 {
	font-weight: 600;
    font-size: 34px;
    line-height: 140%;
	color:#000;
}


.h4 {
	font-weight: 600;
    font-size: 20px;
    line-height: 140%;
	color:#000;
}

.signup-login-form {
	max-width:80%;
	display:block;
	margin:40px auto;
}

a.forgot-pass {
	text-align: right;
    text-decoration: underline;
    font-size: 16px;
    color: #656476;
    display: inline-block;
    margin: 10px 0px 20px 0px;
    width: 100%;
}




/* login signup css ends */





@media(max-width:576px) {
    .navbar .ms-auto {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        width: 100%
    }

    .navbar .btn {
        width: 100%
    }

    .navbar-brand img {
        max-width: 120px;
        height: auto
    }
	
	.login-signup-wrapper .h1, .login-signup-wrapper .paragraph {
		text-align:left;
	}
	
	
	.signup-login-form {
		max-width: 100%;
	}
	
	.h1 {
		font-size: 32px;
	}
	
}

@media(max-width:480px) {
    .hero h1 {
        font-size: 34px;
        line-height: 1.3
    }

    .hero p {
        font-size: 16px
    }

    .hero img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:576px) {
    .service-body {
        flex-direction: column !important;
        text-align: center;
        padding: 1.25rem
    }

    .service-img {
        margin: 1rem auto 0;
        width: 100%;
        height: auto
    }
}

@media(max-width:576px) {
    .process-section .step {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5px !important
    }

    .process-section .circle {
        margin-bottom: .75rem
    }

    .process-section img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width:576px) {
    .purpose-card {
        background-position: center !important;
        padding: 20px
    }

    .purpose-card img {
        width: 24px;
        height: 24px
    }

    .process-section .timeline::before {
        left: 7px
    }
}

@media(max-width:576px) {
    #results .card {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media(max-width:576px) {
    .testimonial-card p {
        font-size: 18px
    }

    .testimonial-card {
        padding: 1.5rem
    }

    .quote-img {
        width: 20px;
        height: 20px
    }
}

@media(max-width:576px) {
    .contact-box {
        padding: 1.5rem 1rem;
        margin: 0;
        border-radius: 0
    }

    .contact-form {
        max-width: 100% !important;
        width: 100% !important
    }

    .contact-form .form-control,
    .contact-form .btn {
        width: 100%
    }

    .contact-form input,
    .contact-form textarea {
        margin-bottom: 1rem
    }
}

@media(max-width:576px) {
    footer a {
        display: block;
        margin: .4rem 0
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px;
    }
}

@media(min-width:1200px) {
    .navbar a.nav-link {
        margin: 0 15px;
    }
}




@media(max-width:991px) {
 .navbar-nav {
        gap: 30px;
        text-align: center;
        margin: 50px auto;
    }
	
}

@media(max-width:768px) {
	#contact {
		margin: 20px 0px;
	}
	
    #services h2,
    #industries h2,
    #process h2,
    #purpose h2,
    #results h2,
    #testimonials h2,
    #contact h2 {
        font-size: 28px;
        line-height: 130%
    }
	
	
	 #services h2,
    #industries h2,
    #process h2,
    #purpose h2,
    #results h2,
    #testimonials h2
     {
        margin-top:25px;
    }
	

    #services p,
    #industries p,
    #process p,
    #purpose p,
    #results p,
    #testimonials p,
    #contact p {
        width: 100% !important;
        font-size: 16px;
        line-height: 150%
    }

   

    div#navbarNav.navbar-collapse.collapse.show {
        height: 90vh;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .process-section .content {
        margin: 0;
    }

    .process-section .content h2 {
        font-size: 23px !important;
    }

    .process-section p:not(font-size) {
        line-height: 140% !important;
        font-size: 14px !important;
        margin: 0 !important;
    }

    .process-section .timeline .circle {
        display: none;
        /* hide circles */
    }

    .process-section .timeline::before {
        display: none;
        /* remove timeline border if it exists */
    }

    /* Optional: adjust padding/margin for steps */
    .process-section .timeline .step {
        padding-left: 0;
    }

    .banner-right-eclipse {
        display: none;
    }

    .banner-right-bottom-eclipse {
        transform: none !important;
    }

    /* Make carousel indicators round bullets and bigger */
    .custom-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--secondary);
        /* bullet color */
        opacity: 0.5;
        margin: 0 6px;
    }

    .custom-indicators .active {
        opacity: 1;
        background-color: var(--secondary);
    }

    /* Move indicators further down */
    .custom-indicators {
        bottom: -30px;
        /* adjust as needed */
    }
}