body {
    font-family: "Work Sans", sans-serif;
}

.top-header {
    background: rgba(21, 20, 29, 0.25);
    backdrop-filter: blur(27px);
}

.navbar-custom {
    /* background: linear-gradient(90deg, #111 0%, #4b3b85 30%, #111 100%); */
    padding: 0.75rem 1rem;
    position: absolute;
    top: 0px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.08);
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;

}


.navbar-brand img {
    width: 292px;
    height: 38px;
}

.navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-left: 0.5rem;
}

.hero-banner {
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hero-content h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}

.hero-content h1 span {
    background: linear-gradient(90deg, #7186FF 11%, #FE7587 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 32px;
}

.hero-content button , .hero-content .custom-btn{
    border-radius: 80px;
    background: #141219;
    color: #fff;
    font-size: 16px;
    border-color: #7286FF;
    padding: 13px 35px;
}

.video-box {
    max-width: 780px;
    width: 100%;
    height: 412px;
    margin: 0 auto;
    /* text-align: center; */
    border-radius: 16px;
    margin-top: 40px;
    position: relative;
}
.video-box img 
{
	width: 100%;
    height: 100%;
	max-width: 720px;
    object-fit: cover;
    z-index: 2;
    position: relative;
    border-radius: 16px;
}

.video-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 95%;
    bottom: -15px;
    left: -10px;
    border-radius: 16px;
    background: linear-gradient(125deg,
            rgba(113, 134, 255, 0.00) 5.74%,
            #7186FF 40.17%,
            #FE7587 78.48%,
            rgba(254, 117, 135, 0.00) 93.98%);
    z-index: 1;
    /* behind iframe */
}

.video-box iframe {
    position: relative;
    z-index: 2;
    /* above pseudo element */
    border-radius: 16px; 
    height: 405px;
}
.video-box video
{
	position: relative;
    z-index: 2;
	border-radius: 16px;
}


.headign-span {
    color: #7286FF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-heading {
    color: #FFF;

    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
}

.section-para {
    color: #FFF;

    font-size: 18px;
    font-weight: 300;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* calendar-sec css */
.calendar-sec {
    padding: 80px 0;
    background: #15141D;
    text-align: center;
}


/* smart-sol css */
.smart-sol {
    background: #1E1C26;
    padding: 80px 0;
    position: relative;
}

.smart-sol .smart-dots {
    position: absolute;
    bottom: 0;
    left: 0;

}

.smart-sol .section-heading {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
}

.smart-sol-list h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;

}

.smart-sol-list p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-bottom: 0px;
    opacity: .5;
}

/* industries-we-serve css */
.industries-we-serve {
    background: #15141D;
    padding: 80px 0;
    min-height: 580px;
    display: flex;
    align-items: center;
    position: relative;

}

.industries-we-serve .headign-span {
    text-align: left !important;
}

.industyr-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industry-dot-pattern {
    position: absolute;
    right: 0;
    top: 0;
}

.industry-dot-pattern-two {
    position: absolute;
    left: 0;
    bottom: 10px;
}


.industries-img {
    position: relative;
}


.testimonial-sec .industry-dot-pattern {
    position: absolute;
    left: 0;
    top: 0;
}

/* .gradient-border-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;

}
.gradient-border-box:hover {
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.4);
  transition: box-shadow 0.3s ease;
} */


/* .gradient-border-box .nav-link.active{
  background: 
    linear-gradient(#1c1c27, #1c1c27) padding-box, 
    linear-gradient(90deg, #a855f7, #3b82f6) border-box; 
  border: 1px solid transparent;
} */

.gradient-border-box .nav-link {
    text-align: left;
    padding: 16px;
	border: 1px solid transparent;
    background: transparent !important;
    width: 100%;

}
.testimonial-img
{
	width:60px;
	background:#eee;
	height: 60px;
	object-fit:cover;
}

.gradient-border-box .nav-link.active {
    background:
        linear-gradient(#1c1c27, #1c1c27) padding-box,
        linear-gradient(90deg, #FE758799, #7186FF99) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 16px;
}


.tab-cont-img {
    position: relative;
}

.tab-cont-img img {
    border-radius: 24px;
}

.img-hover-box {
    border-radius: 16px;

    background: linear-gradient(180deg, rgba(21, 20, 29, 0.00) 0%, #15141D 100%);
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.tab-cont-img p {
    opacity: 1;
}

.blurr-box {
    background: linear-gradient(90deg, #7186FF 11%, #FE7587 100%);
    filter: blur(75px);
    height: 180px;
    width: 180px;
    border-radius: 50%;
    /* optional: makes it look like a glowing blob */
    position: absolute;
    /* optional: if you're placing it behind something */
    z-index: 0;
}

.industries-cont {
    z-index: 2;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 35px;
}

.icon-box-one {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 25px;
    position: absolute;
    top: -100px;
    left: 140px;
}

.icon-box-two {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 25px;
    position: absolute;
    top: -100px;
    right: 170px;
}

.icon-box-three {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 25px;
    position: absolute;
    top: -0px;
    right: 108px;
}

.icon-box-four {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 25px;
    position: absolute;
    bottom: -90px;
    left: 224px;
}

.icon-box-five {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1E1C26;
    padding: 25px;
    position: absolute;
    bottom: 10px;
    left: 120px;
}

.icon-box-six {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(39, 37, 47, 0.50);
    position: absolute;
    top: 30px;
    left: 160px;
    height: 45px;
    width: 45px;
}

.icon-box-seven {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    height: 25px;
    width: 25px;
    position: absolute;
    left: 171px;
    top: 80px;
}

.icon-box-eigth {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 271px;
    top: -30px;
}

.icon-box-nine {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 191px;
    top: 120px;
}

/* why-choose-us */

.why-choose-us {
    padding: 80px 0;
    background: url(../img/whychoose-bg.jpg) top center;
    background-size: cover;
    background-attachment: fixed;
}

.ai-driven {
    max-width: 780px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 24px;
}

.cont-box {
    max-width: 370px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
}

.cont-box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.cont-box p {
    font-size: 16px;
    color: #fff;
    opacity: .5;

}

/* footer css */

.footer {
    background: #15141D;
    padding-top: 60px;
}

.footer ul li {
    border-radius: 2px;
    border: 0.5px solid rgba(223, 223, 223, 0.20);
    background: #1E1C26;
    padding: 5px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;

}

.footer p span {
    opacity: .5 !important;
}

.bottom-footer {
    background: #15141D;
    border: 1px solid #3A3939;
    padding: 24px 0;

}

.bottom-footer ul li {
    color: #565656;
    position: relative;
}

.bottom-footer ul li:first-child span {
    color: #D391FF;
}

.bottom-footer ul li:first-child::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #3A3939;
    right: 0;
}

/* testimonial css */
.testimonial-sec {
    background: #1E1C26;
    padding: 80px 0;
    position: relative;
}

.testimonial-card {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #1E1C26;
}

.swiper.mySwiper {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.testimonial-card p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.testimonial-card .author-name {
    color: #D391FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.testimonial-card .autor-img {
    margin-top: -80px;

}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 0.5px;
    background: linear-gradient(90deg, #7186FF 11%, #FE7587 100%);
    width: 22px;
    height: 4px;
}

span.swiper-pagination-bullet {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    width: 22px;
    height: 4px;
}

.swiper-slide.swiper-slide-active .testimonial-card {
    border-radius: 8px;
    border: 1px solid #7186FF;
    background: #1E1C26;

}

/* calendly css */
.calendar-container {
    background: #111;
    border: 1px solid #2a1f3d;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(155, 92, 255, 0.2);
    padding: 20px;
}





.img-hover-box {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(21, 20, 29, 0.00) 0%, #15141D 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 25px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

}

.tab-cont-img p {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0px;
}


@media screen and (max-width:992px) {

    .ai-driven {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .hero-content h1 {
        font-size: 38px;
    }
	.video-box iframe
	{
		width: 100% !important;
		height: 100% !important;
	}
.video-box
{
	height: 180px;
}
    .section-heading {
        font-size: 38px !important;
    }

    .smart-dots,
    .industry-dot-pattern-two,
    .industry-dot-pattern {
        display: none;
    }

    .tab-content {
        margin-bottom: 40px;
    }

    .cont-box {
        margin: 0 auto;
    }

    .bottom-footer ul li:first-child::after {
        display: none;
    }

    .bottom-footer ul {
        flex-direction: column;
        align-items: center;
    }

    .footer p {
        text-align: center;
    }

    .follow-us {
        align-items: center !important;
        padding-top: 20px;
    }

    .industyr-cont {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .industries-we-serve .headign-span {
        text-align: center !important;
    }

    .img-hover-box {
        display: none !important;
    }

    .smart-sol-list h3 {
        font-size: 16px;
    }
    .footer-logo{
        text-align: center;
    }

}