@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');

body{
  margin: 0;	
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #072344;
  font-family: "Inter", sans-serif !important;
   /*font-family: "Crimson Pro", serif;*/
}

.pdtb-175 {
   padding: 175px 0px;
}
.pdtb-85 {
   padding: 85px 0px;
}
.pdb-85 {
   padding-bottom: 85px;
}
.pdt-85 {
   padding-top: 85px;
}
.top-header{
background: linear-gradient(90deg,rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
padding:10px 0px;
}
.main-text {
    text-align: end;
}

h1 {
	font-size: 65px;
	line-height: 76px;
	font-weight: 600;
}
h2 {
    font-size: 60px;
    line-height: 76px;
    font-weight: 600;
}

.headingone{
color: #072344;
margin-top: 20px;
}

.main-text p {
    text-transform: capitalize;
    margin: 0;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
}

.animate-on-load {
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social-media {
    text-align: end;
}
.social-media span {
    border: 1px solid #fff;
    display: inline-flex;
    width: 29px;
    height: 29px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 11px;
    color: #fff;
}
.linkedin{
	background: #072344;
	border: none !important;
}
/*
.live-demo a {
    background: linear-gradient(90deg,rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
        padding: 10px 25px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.live-demo a:hover {
	 
    background: linear-gradient(270deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
}
*/

.live-demo a {
    background: linear-gradient(
        90deg,
        rgba(255, 191, 66, 1),
        rgba(255, 168, 66, 1)
    );
    background-size: 200% 200%;
    background-position: left center;

    padding: 10px 25px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;

    transition: background-position .3s ease-out;
}

.live-demo a:hover {
    background-position: right center;
}


.navigation li.nav-item a {
    font-size: 20px;
    line-height: 30px;
    color: #10253E !important;
    margin: 0 20px 0px 20px;
}
.live-demo {
    margin-left: 20px;
}
.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.hero-banner{
background-image: url(../images/main-image.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.overlay-a {
    background: linear-gradient(
269deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.hero-contant span {
    background: #FFDEB7;
    padding: 9px 26px;
    border-radius: 5px;
    font-family: "Crimson Pro", serif;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}
.hero-contant p {
    font-size: 20px;
    line-height: 26px;
    color: #5E6A79;
    margin-bottom: 0px;
}
.hero-box span {
    background: #FFDEB7;
    padding: 9px 26px;
    border-radius: 5px;
    font-family: "Crimson Pro", serif;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}
.hero-contant {
    max-width: 641px;
    position: relative;
}
.hero-box p {
    font-size: 20px;
    line-height: 26px;
    color: #5E6A79;
    margin-bottom: 0px;
}
.bannerbtn{
	padding-top: 50px;
}
.aboutbtn {
    padding-top: 50px !important;
}



.bannerbtn a {
    background: linear-gradient(
        90deg,
        rgba(255, 191, 66, 1),
        rgba(255, 168, 66, 1)
    );
    background-size: 200% 200%;
    background-position: left center;
    padding: 13px 27px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
	
	 transition: background-position .3s ease-out;
}


.bannerbtn a:hover {
	  background-position: right center;
}
a.agents {
    border: 1px solid #072344;
    background: none;
    margin-left: 40px;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a.agents:hover {
	 color: #fff;
    background:#072344;
}

.p-text{
	max-width: 613px;
	margin-top: 18px;
}
.partner-section {
    background: #F5F5F5;
    padding: 45px 0px;
    max-width: 1920px;
    margin: 0 auto;
}
.partner-logo{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0px;
}
.logo-slidre .slick-slide {
    margin: 0 35px;
    height: auto;
}
.text-p p {
    font-size: 18px;
    line-height: 28px;
    color: #5E6A79;
    margin: 0;
}
.text-p {
    max-width: 500px;
    margin-left: auto;
}
.missional-agents{
background-image: url(../images/bg-lines.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
max-width: 1920px;
    margin: 0 auto;
}

.heading2 h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.heading2 {
    max-width: 629px;
}
.mission{
    position: relative;
}
.scorll {
    position: absolute;
    top: 35px;
    right: 50px;
    transform: rotate(90deg);
}
.arrow {
    position: absolute;
    top: 5px;
    left: -20px;
}
.scorll a {
    font-size: 12px;
    line-height: 17px;
    color: #BCBCBC;
    text-transform: capitalize;
    text-decoration: none;
}
.hero-box{
display: flex;
justify-content: space-between;
align-items: center;
}
.left-image {
    width: 55%;
    padding-left: 50px;
}
.left-image img {
    max-width: 100%;
}
.about-text {
    letter-spacing: 7.2px;
    color: #E08D2B;
}
.about-contant {
    width: 40%;
}
.project-completed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
    padding-top: 20px;
    position: relative;
}
.project h3{
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #072344;
}
.project p {
    font-size: 14px;
    color: #072344;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0 !important;
}
.about-contant p{
    margin-top: 20px;
}
.round-logo {
    position: absolute;
    right: -99px;
    bottom: -50px;
}
.round-logo img {
    max-width: 100%;
	transition: transform 0.4s ease-in-out;
}
.round-logo:hover img {
   transform: rotate(45deg);
}


/*
@keyframes rotateImg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
*/
.aboutbtn a {
    padding: 10px 45px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.aboutbtn a.agents {
    margin-left: 20px;
    padding: 10px 25px;
    background: #fff;
}
.aboutbtn a.agents img {
    max-width: 100%;
    margin-right: 10px;
}
.border-line hr {
    width: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid #072344;
    opacity: 1;
}
.headingtow span {
    border: 1px solid #E08D2B;
    font-size: 35px;
    line-height: 46px;
    color: #E08D2B;
    padding: 10px 33px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Crimson Pro", serif;
    margin-bottom: 25px;
    background: #FFF4E6;
    font-weight: 500;
}
.headingtow {
    text-align: center;
}
.text-area {
    font-size: 25px;
    line-height: 31px;
    color: #5E6A79;
    max-width: 919px;
    margin: 0 auto;
    padding-top: 5px;
}
.headingtow h2 {
    color: #072344;
}
.our-benefits {
background-image: url(../images/bg-image1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.connections {
    max-width: 570px;
    background: #FFFFFF;
    padding: 50px 50px;
    border-radius: 20px;
}
.our-staff {
    display: flex;
    justify-content: space-between;
}
.connections h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-right: 10px;
}
.hiring {
    border: 1px solid #E08D2B;
    font-size: 16px;
    line-height: 22px;
    color: #E08D2B;
    padding: 8px 24px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Crimson Pro", serif;
    margin-bottom: 25px;
    background: #FFF4E6;
    font-weight: 500;
}
.headingmain{
    max-width: 430px;
}
.connections p {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}
.annual-cost h2 {
    font-size: 40px;
    line-height: 49px;
    color: #E08D2B;
    font-weight: 700;
}
.annual-cost span {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #072344;
}
.faqstyle h3 {
    font-size: 16px;
    line-height: 20px;
    color: #072344;
    padding: 0px 0px 0px 20px;
}

.number p {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-family: "Crimson Pro", serif;
    position: relative;
}

.faqstyle .accordion-button::after {
    font-family: 'FontAwesome';
    content: "\f060";
   left: 15px;
    color: #072344;
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    background: none !important;
    top: 12px;
}
.faqstyle .accordion-button:not(.collapsed)::after {
    content: "\f061";
    transform: rotate(0deg);
    background: none !important;
}
.faqstyle .accordion-body p {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 0;
    padding: 0px 0px 0px 20px;
}
.faqstyle .accordion-button {
    background-color: #fff;
    box-shadow: none !important;
    outline: none;
    border-bottom: 1px solid #E7E7E7;
}

.faqstyle .accordion-item {
    border: 1px solid #E7E7E7;
}
h3.faqsection {
    color: #E08D2B !important;
}
.faqbox::after {
    color: #E08D2B !important;
}
.staffburnout{
background-image: url(../images/image3.jpg);
position: relative;
}
.overlay-item{
    background: linear-gradient(269deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.staffburnout .connections {
    background: #072344;
    position: relative;
}
.staffburnout .hiring {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #ffffff69;
}
.staffburnout .connections h2 {
    color: #fff;
}
.staffburnout .connections p {
    color: #fff;
}

.staffburnout .faqstyle .accordion-item {
    border: 1px solid #E7E7E7;
    background: none;
}
.staffburnout .faqstyle .accordion-button{
 background: none;
}
.staffburnout .faqstyle h3 {
    color: #ffffff;
}
.staffburnout .faqstyle .accordion-button::after {
    color: #ffffff;
}
.staffburnout .annual-cost h2 {
    color: #E08D2B !important;
    margin-right: 10px;
}
.staffburnout .annual-cost span {
    color: #ffffff;
}

.bannerthree {
background-image: url(../images/budget-constraints.jpg);
}
.bannerfour {
background-image: url(../images/informatrion-black-holes1.jpg);
}
.could .headingtow span {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #ffffff69;
}
.could {
    background: #072344;
}
.could .headingtow h2 {
    color: #FFFFFF;
}
.could .text-area {
    color: #FFFFFF;
    font-weight: 300;
}
.experience .headingtow {
    text-align: left;
}
.long-text p {
    font-size: 25px;
    line-height: 35px;
    color: #072344;
}
.booknow {
    padding-top: 20px;
}
.booknow a{
/*	text-transform: uppercase;*/
}
.guide a{
	text-transform: uppercase;
}
.long-text {
    max-width: 645px;
    margin-left: auto;
}
.experience{
    padding-bottom: 70px;
	    margin-top: 100px;
}
.tabstyle .nav-tabs .nav-link.active {
    background: #E80813;
    color: #FFFFFF;
}
.tabs-contant {
    display: flex;
    justify-content: space-between;
    max-width: 397px;
    align-items: center;
    padding: 20px 31px 20px 0px;
}
.tabstyle ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabstyle .nav-pills .nav-link.active {
    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
}
.tabstyle .nav-pills .nav-link {
    background: #FFFFFF;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 30px 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.hospital {
    text-align: left;
    margin-left: 15px;
}
.hospital h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.hospital p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.bag-icon img {
    max-width: 100%;
    width: 100%;
}
.waveform {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1px;
    padding: 42px 36px;
	    margin-top: 30px;
}
.audiotext h3 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600;
}

.audiotext {
    position: absolute;
    top: 30px;
    left: 30px;
}
.audio-waveform {
    position: relative;
}
.playbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0px);
}
.playbtn p {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 10px;
}
.audio-waveform img {
    max-width: 100%;
}
.shared-item h3 {
    font-size: 22px;
    line-height: 30px;
    color: #E08D2B;
    font-weight: 600;
}
.shared-item p {
    font-size: 18px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 0;
    margin-right: 99px;
}
.shared-item {
    background: #FFE7C9;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.transcription h3 {
    font-size: 30px;
    line-height: 40px;
    color: #072344;
    font-weight: 600;
}
.cards-item {
    padding-left: 50px;
}
.transcription {
    margin-bottom: 20px;
}
.bgstyle{
 background: #fff;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
border-radius: 1px;   
}
.trending .nav-pills .nav-link.active {
    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
    color: #082445;
    border: none;
    box-shadow: 0px 4px 15px 0px rgba(224, 141, 43, 0.25);
}

.trending ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trending .nav-pills .nav-link {
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(7, 35, 68, 0.42);
    border-radius: 10px;
    width: 400px;
    height: 70px;
    color: rgba(8, 36, 69, 0.4);
}
.updated p {
    margin: 0;
}
.trending {
    max-width: 1300px;
    margin: 0 auto;
}
 .updated span img {
    max-width: 100%;
}
.image-icon {
    margin-right: 10px;
    display: inline-flex;
    vertical-align: bottom;
}
    .search-input {
    width: 100%;
    padding: 20px 18px 20px 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    background: rgba(217, 217, 217, 0.34);
    font-size: 20px;
    line-height: 28px;
    color: #B0B0B0;
    border: 1px solid rgba(7, 35, 68, 0.35);
}

    .search-container {
        position: relative;
        width: 100%;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 20px;
        color: #b9b9b9;
    }
 .search-input::placeholder {
  color: #B0B0B0;
}

 .search-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #B0B0B0;
}
.search-box {
    margin-bottom: 30px;
}
.coordinate h3 {
    font-size: 25px;
    line-height: 30px;
    color: #072344;
}
.coordinate .accordion-body p {
    font-size: 18px;
    line-height: 28px;
    color: #5E6A79;
}
.coordinate .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0deg);
    background: none !important;
}
.coordinate .accordion-button::after {
    font-family: 'FontAwesome';
    content: "\2b";
    right: 15px;
    color: #072344 !important;
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    background: none !important;
}
.coordinate .accordion-button {
    background-color: #fff;
    box-shadow: none !important;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
/*.operations .accordion-item {
  margin-bottom: 20px !important;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.22);
}*/
.operations .accordion-button {
    background: rgba(237, 237, 237, 1);
}
.accordion-item.operations {
    background: rgba(237, 237, 237, 1);
}

.coordinate .accordion-body {
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-top: none;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.oranebg {
    background: rgba(255, 244, 230, 1);
    padding: 10px 25px;
    margin-left: 10px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 17px;
    color: #F7AF3C;
    position: relative;
}
.oranebg::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #F7AF3C;
    top: 14px;
    left: 15px;
    border-radius: 20px;
}
.coordinate .accordion-item {
    border: none !important;
    margin-bottom: 20px;
}
.why-missional {
    background: #FFF4E6;
}
.call-routing {
    display: flex;
    padding-top: 70px;
}
.learninng {
    width: 70%;
    display: flex;
    background: #FFFFFF;
   /* justify-content: space-between;
    padding: 40px 40px;*/
    position: relative;
    border-radius: 15px;
}
.feature {
    width: 40%;
}
.croos-icon ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.croos-icon li {
 
    padding: 15px 0px;
    line-height: 33px;
}
.voiceai h3 {
    font-size: 25px;
    line-height: 35px;
    color: #072344;
    font-weight: 600;
    margin-bottom: 40px;
/*    text-align: center;*/
}
.left-contant li {
    font-size: 24px;
    line-height: 35px;
    color: #072344;
    font-weight: 500;
    padding: 15px 0px;
}
.left-contant ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.left-contant li::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    bottom: 0;
    background: #E0E0E0;
    left: 0;
}
.left-contant li:last-child:after {
    content: none;
   
}
.left-contant li {
   position: relative;
}
.ministry{
max-width: 350px;
}
.feature h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #072344;
}
.voiceai p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #E08D2B;
}
.voiceai h3 {
    font-size: 25px;
    line-height: 35px;
    color: #072344;
    font-weight: 600;
}
.buynowbtn {
    text-align: center;
    padding-top: 20px;
}
.buynowbtn a {
    background: #FFFFFF;
    padding: 13px 40px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
	width: 100%;
}
.buynow {
    background: #E08D2B;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.voiceai {
    width: 34%;
}
.systems {
    padding: 30px 30px;
}
.buynow {
    padding: 30px 30px;
    margin-top: -30px;
}
.learninng::after {
    position: absolute;
    background: #E0E0E0;
    width: 100%;
    height: 1px;
    top: 18%;
    content: '';
}
.buynow p {
    color: #FFFFFF;
}
 .buynow p {
    margin-top: 30px;
}
.fastbox{
    border-right: 1px solid #C8C8C8;
}
.guide .headingtow{
    text-align: left;
}
.guide .headingtow span {
    background: none;
    border: none;
    padding: 0px;
    margin-bottom: 10px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
}
.ai-pastors {
    background: #04172D;
    position: relative;
    padding-top: 425px;
}
.guide .headingtow h2, .guide .long-text p {
    color: #FFFFFF;
}
.guide {
    position: relative;
    z-index: 999;
}
.ai-pastors::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/image-orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.horizontally p{
font-size: 20px;
line-height: 30px;
color: #5E6A79;
position: relative;
z-index: 999;
}
.horizontally {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.ai-helps{
    position: relative;
}
.ai-helps h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #072344;
    margin-bottom: 20px;
	display: flex;
    justify-content: space-between;
}
.ai-helps {
   
    padding: 30px 30px;
    
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    z-index: 999;
	 

}

.results:hover{
	background: linear-gradient(180deg,rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 50%, rgba(255, 168, 66, 1) 100%);
}

.results:hover h3, .results:hover p, .results:hover h4{
	color: #072344;
}

.results:hover .onebox p {
    border: 1px solid #072344;
}
.results:hover .results p {
    color: #072344;
}
.results:hover li::after {
    background: #072344 !important;
} 
.results:hover .results li{
	color: #072344;
}

.results:hover ul li {
    color: #072344;

}
.results:hover .schedulebtn a {
    background: #072344;
	color: #fff;
}
.results .schedulebtn a {
   font-weight: 700;
}
.results hr {
    margin: 2rem 0;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: 1;
}
.results:hover hr {
    background-color: #072344;

}
.agent-slider .slick-slide {
    height: auto;
}
.ai-helps h4 {
    font-size: 25px;
    color: #072344;
    line-height: 48px;
    font-weight: 600;
}
.results ul li {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.schedulebtn {
    padding-top: 0;
    text-align: center;
}
.schedulebtn a {
    background: #072344;
    color: #1D1E20;
    text-transform: uppercase;
}
.ai-helps li {
    position: relative;
}
.ai-helps li::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    left: -26px;
    color: #FFFFFF !important;
    position: absolute;
    font-size: 8px;
    line-height: 17px;
    background: #FFBF42;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    top: 4px;
    border-radius: 10px;
}
.ai-helps ul {
    list-style: none;
}
.specifically {
    overflow-y: scroll;
    height: 650px;
    padding-right: 50px;
}

.onebox p {
/*
    position: absolute;
    top: 50px;
*/
    border: 1px solid #072344;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 48px;
    right: 35px;
    font-family: "Crimson Pro", serif;
}
.results {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -16.35%, rgba(7, 35, 68, 0.138) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
	   -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.results h3{
    color: #E08D2B;
}
.results p{
    color: #FFFFFF;
}
.results h4{
    color: #FFFFFF;
}

.onebox p {
    border: 1px solid rgba(224, 141, 43, 1);
}
.results .schedulebtn a {
background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
}
.testimonial .headingtow{
    text-align: left;
}
.testimonial .headingtow h2 {
    font-size: 120px;
    font-weight: 700;
    color: #072344;
    line-height: 120px;
}
.client-image img{
    max-width: 100%;
}
.client-image{
    margin-bottom: 20px;
}
.testimonial .long-text {
    max-width: 400px;
}
.testimonial{
 background: #F1F1F1;   
}
.our-services {
/*    max-width: 1175px;*/
    background: #FFFFFF;
    border-radius: 40px;
    padding: 50px 50px;
/*
    display: flex;
    align-items: center;
    justify-content: space-between;
*/
}
.multi-agent {
    /* width: 50%; */
    padding-left: 30px;
}
.new-members img {
    max-width: 100%;
}

.new-members {
/*    width: 50%;*/
}
.multi-agent h3 {
    font-size: 45px;
    line-height: 60px;
    color: #072344;
    font-weight: 700;
}
.multi-agent p {
    font-size: 25px;
    line-height: 32px;
    color: #5E6A79;
    margin: 0;
}
p.text-normal {
    font-size: 18px;
    line-height: 25px;
    color: #5E6A79;
}
.our-members {
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: space-between;
}
.star-icon img {
    max-width: 100%;
}
.members h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.3px;
}
.members {
    max-width: 270px;
}
.star-icon i {
    color: #E08D2B;
}
.star-icon span {
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    font-weight: 500;
    margin-left: 10px;
}
.our-services{
    margin-top: 85px;
}
.star-icon {
    display: flex;
    align-items: center;
}

.gallery .slick-slide {
    margin: 0px 24px 0px;
    height: auto;
}
.side-secroll {
    overflow-y: scroll;
    height: 460px;
    padding: 0 8px 0px;
}
.headingtow p {
    margin-bottom: 0px;
}
.our-strategic .text-area {
    font-size: 20px;
    line-height: 28px;
    color: #E08D2B;
}
.our-strategic {
    background: #001A35;
}
.our-strategic .headingtow h2 {
    color: #FFFFFF;
}
.our-strategic .headingtow span {
    border: 1px solid #E08D2B;
    color: #E08D2B;
    background: #ffffff1f;
}
.gallery-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 40px 0px 0px;
    list-style-type: none;
    align-items: center;
}
.gallery-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #5e515147;
    text-indent: -9999px;
}
.gallery-slider .slick-dots li {
    margin: 0 4px;
}
.gallery-slider .slick-dots li.slick-active button {
    background-color: #072344;
    width: 12px;
    height: 12px;
}
.chart-image img {
    max-width: 100%;
}
.letsWork {
    display: flex;
    padding-top: 85px;
    align-items: center;
}
.Count {
    border: 1px solid #004D94;
    margin-bottom: 35px;
    padding: 20px 20px;
    border-radius: 10px;
}
.Count p {
    font-size: 15px;
    color: #FFA72A;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.Count h3 {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}
.Count span {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
}
.health-score{
    text-align: center;
}
.Count:last-child{
    margin-bottom: 0px;
}
.digital-agency {
    padding-left: 20px;
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.industry {
    width: 40%;
}
.rangeone {
    background: #002248;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.staff-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.attendance {
    width: 40%;
    max-width: 320px;
}
.weekly p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
}
.dollar h3{
font-size: 21px;
line-height: 28px;
font-weight: 700;
color: #3FB4FF;
margin-bottom: 0;
}
.dollar {
    background: #0085da33;
    display: flex;
    padding: 8px 8px;
    border-radius: 5px;
}
.range {
  width: 100%;
  height: 18px;
  background: #ffffff12;
  outline: none;
  border-radius: 9px;
  overflow: hidden;
}
.range::-webkit-slider-thumb {
  background: #00fd0a;
  box-shadow: -407px 0 0 400px #369EE1;
   -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
}
.range::-webkit-slider-thumb::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
.text-title p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}
.rangeone:last-child{
margin-bottom: 0px;
}
.health-profile .headingtow {
    text-align: left;
}
.health-profile .headingtow p {
    color: #5E6A79;
}
.health-profile .headingtow h2 {
    font-size: 55px;
    line-height: 68px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 45px;
}
p.long-contant {
    color: #5E6A79;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px 0px;
}
.health-profile .long-text p{
    color: #5E6A79;
}
.bottom-line hr {
    border-bottom: 1px solid #E3E3E3;
    opacity: 1;
    margin: 0;
}
.Centre-text p {
    color: #C4DFFF;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 0;
}
.Centre-text  {
    margin-top: 30px;
    text-align: center;
}
.herobtn {
    text-align: center;
}
.contact-image img {
    max-width: 100%;
}
.from-title h2 {
    font-size: 48px;
    line-height: 56px;
    color: #072344;
    font-weight: 600;
}
.from-title {
    padding-left: 50px;
}
.from-title p{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0px;
}
.appointment h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}
.fromstyle input {
    padding: 15px 15px;
    color: #000000 !important;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    opacity: 1;
    line-height: 24px;
    border: none;
    background: #F5F5F5 !important;
    box-shadow: none !important;
    outline: none;
}
.fromstyle{
    margin-top: 50px;
}
.fromstyle label {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.item-bookmarking a {
    border: 1px solid #A3A3A3;
    font-size: 16px;
    line-height: 24px;
    color: #E08D2B;
    padding: 13px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    background: #FFFFFF;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.item-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 15px;
}
.appointment {
    padding-top: 20px;
}
.send a{
width: 100%;
text-align: center;
font-weight: 600;
}
.send {
padding-top: 30px;
}
.brandbtn a{
    background: #FFECC7; 
    border: 1px solid #FFAD42;
}
.blog-section{
    background: rgba(217, 217, 217, 0.15);
}
.blog-section .headingtow {
    text-align: left;
}
.blog-section .headingtow h2 {
    font-size: 46px;
    line-height: 56px;
    color: #072344;
}
.blog-section .long-text {
    max-width: 530px;
    margin-left: auto;
}
.blog-section .headingtow span {
    border: 1px solid #A3A3A3;
    background: rgba(217, 217, 217, 0.15);
    color: #072344;
}
.growth {
    border: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    padding: 24px 24px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 37px;
}
.growth:last-child {
    margin-bottom: 0px;
}
.blog-section{
    padding: 85px 0px 250px;
}
.business h3 {
    font-size: 32px;
    line-height: 40px;
    color: #072344;
    font-weight: 500;
}
.articles{
padding-top: 50px;
}
.business {
    max-width: 550px;
    margin: 0 auto;
}
.chage-image{
    display: flex;
    align-items: center;
}
.blossom p {
    font-size: 16px;
    line-height: 22px;
    color: #072344;
    font-weight: 500;
    margin-bottom: 0px;
}
p.read {
    font-size: 14px;
    line-height: 20px;
    color: #072344;
    font-weight: 400;
}
p.planning{
font-size: 14px;
line-height: 20px;
color: #5E6A79;
margin-bottom: 30px;
}
.blossom {
    margin-left: 15px;
}
.gallery-icon img {
    max-width: 100%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.arrow-right a {
    border: 1px solid #072344;
    width: 48px;
    display: flex;
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-decoration: none;
    color: #072344;
}
.arrow-right {
    position: absolute;
    top: 30px;
    right: 30px;
    transform: rotate(320deg);
}
.success {
    background: linear-gradient(
159deg, rgba(84, 110, 140, 1) 0%, rgba(6, 32, 60, 1) 40%, rgba(0, 26, 53, 1) 100%);
    padding: 150px 150px;
    text-align: center;
    border-radius: 30px;
    padding: 150px 150px;
    text-align: center;
    border-radius: 30px;
}
.our-expertise {
    margin-top: -150px;
}
.startshere{
    max-width: 689px;
    margin: 0 auto;
    text-align: center;
}
.startshere h2 {
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.startshere p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.contactusbtn a {
    background: #FFFFFF;
    padding: 10px 27px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
.contactusbtn {
    padding-top: 20px;
}
.new-text p{
font-size: 18px;
line-height: 26px;
color: #072344;
margin-bottom: 0px;
font-weight: 600;
}
.new-text {
    max-width: 256px;
    margin-top: 20px;
}
.newsletter-logo{
    max-width: 100%;
}
.mailing-item  input {
    font-size: 15px;
    padding: 15px 18px;
    background: #F5F5F5;
    color: #717171 !important;
    line-height: 20px;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    border-bottom: 1px solid #EBEBEB !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    padding-left: 45px;
}
.mailing-grid {
    display: flex;
    width: calc(97% + 15px);
    justify-content: space-between;
    margin: 20px 0px;
}
.mailing-grid .inputitem {
    width: calc(40% - 10px);
    flex-basis: calc(70% - 10px);
    position: relative;
}
span .mail-letter{
    margin-top: 20px;
}
.mailing-item input:focus {
    background: #F5F5F5;
}

.icon-block {
    position: absolute;
    top: 10px;
    left: 15px;
}
.icon-block img {
max-width: 100%;
}
.submitebtn {
    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
    padding: 10px 35px;
    border-radius: 5px;
    color: #072344;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.footer-section {
    background: #072344;
    padding: 85px 0px 50px;
}
.footertext h3 {
    font-size: 25px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 20px;
}
.footertext p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.footertext  {
    max-width: 388px;
}
.qucik-link h3 {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.qucik-link ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
    text-decoration: none;
}
.qucik-link li  {
    margin-bottom: 12px
}
.qucik-link ul  {
    padding: 0;
}
.footer-contact h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 600;
}
.visitus p {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.visitus h6 a {
    font-size: 16px;
    line-height: 20px;
    color: #E7E7E7;
    text-decoration: none;
    font-weight: 600;
}
.footer-area {
    display: flex;
    align-items: center;
}
.address img{
    max-width: 100%;
}
.working {
    margin-top: 65px;
}
.footer-contact {
    margin-top: 30px;
}
.visitus {
    margin-left: 15px;
}
.footer-icon{
    text-align: left;
}
.footer-icon .linkedin {
    background: #E08D2B;
    border: none !important;
}
.footer-line hr{
    border-top: 1px solid #fff;
    opacity: 1;
    margin: 50px 0px;
}
.copyrightext P{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}
.copyrightext{
    text-align: center;
}
.footer-icon h3{
font-size: 20px;
font-weight: 600;
color: #FFFFFF;
margin-bottom: 20px;
}
.footer-icon {
    padding-top: 86px;
}
.newsletter-border hr {
    border: 1px solid #E3E3E3;
    opacity: 1;
    margin: 40px 0 0 0;
}
.startshere span {
    background: linear-gradient(to right, #0F7FF2CF, #E08D2B);
    background-clip: text;
    color: transparent;
}
.new-text span {
    background: -webkit-linear-gradient(#e08d2b, #e08d2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-icon span {
    margin: 0 5px;
}

/**-12-9-2025**/
.church-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    position: absolute;
    top: 45%;
    left: -50px;
    flex-direction: column;
    gap: 7px;
}
.church-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #5e515147;
    text-indent: -9999px;
}
.church-slider .slick-dots li {
    margin: 0 4px;
}
.church-slider .slick-dots li.slick-active button {
    background-color: #072344;
    width: 12px;
    height: 12px;
}
.articles-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    position: absolute;
    top: 47%;
    right: 0px;
    flex-direction: column;
    gap: 7px;
}
.articles-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #5e515147;
    text-indent: -9999px;
}
.articles-slider .slick-dots li {
    margin: 0 4px;
}
.articles-slider .slick-dots li.slick-active button {
    background-color: #072344;
    width: 12px;
    height: 12px;
}
.articles-slider{
	padding-right: 35px;
}
.articles-slider .slick-slide {
    margin: 10px 0px;
    height: auto;
}
.aiposter-slider {
	z-index: 999;
}

.customarrow-block {
    position: relative;
    z-index: 999;
    text-align: center;
    margin-top: 60px;
}
button.slick-prev.custom-prev.slick-arrow {
 width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #fff;
    box-shadow: none;
    border: none;
	margin: 0 15px;
}
button.slick-next.custom-next.slick-arrow {
	 width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #E08D2B;
    box-shadow: none;
    border: none;
	margin: 0 15px;
}
.agent-slider .slick-slide {
    height: auto;
	margin: 15px;
}

.agent-item{
	    background: #FFFFFF;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 30px 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.agent-slider .tabs-contant {
    display: flex;
    justify-content: space-between;
   
    align-items: center;
    padding: 20px 31px 20px 0px;
}
.agent-slider .slick-prev.slick-arrow {
    position: absolute;
    left: -30px;
    top: 42%;
    z-index: 99;
    background: none;
    /* padding: 10px; */
    width: 45px;
    color: #072344;
    background: #fff;
    border: 1px solid #fff !important;
    box-shadow: 0px 8px 38px rgb(0 0 0 / 25%);
    border: none;
    height: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.agent-slider .slick-next.slick-arrow {
    position: absolute;
    right: -30px;
    top: 42%;
    background: none;
    /* padding: 10px; */
    width: 45px;
    color: #072344;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 20px;
	 background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 8px 38px rgb(0 0 0 / 25%);
    border-radius: 100px;
}
/**-12-9-2025**/
/**range-slider**/
.health-score {
    width: 25%;
    margin-right: 25px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
   
    margin: 0;
    width: 75%;
}

    .card {
        background: #06264d;
        padding: 25px;
        border-radius: 12px;
    }

    .label-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slider-label {
        font-size: 16px;
        color: #fff;
    }

    .value-box {
        background: #0a3d73;
        padding: 8px 18px;
        border-radius: 8px;
        font-size: 22px;
        font-weight: bold;
        color: #4cc3ff;
    }

    input[type="range"] {
        width: 100%;
        margin-top: 20px;
        height: 6px;
        border-radius: 3px;
        background: #0e4c82;
        cursor: pointer;
        appearance: none;
    }

    input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        border: 2px solid #0e4c82;
    }

    .minmax {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
          line-height: 21px;
        font-size: 15px;
		color: #fff;
    }
/**range-slider**/
.sticky {
  position: sticky;
  top: 0;
  background: #fff;
	z-index: 9999;
	    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

}
.header .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    /* top: 108%; */
    left: 0;
    box-shadow: 0px 2px 5px #00000029 !important;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}
.header .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.header .nav-link {
    display: block;
    padding: 35px 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.mega-content {
    padding: 35px 35px;
}
.mega-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    justify-content: space-between;
    width: 100%;
}
.mega-item {
    border-right: 1px solid #EAEAEA;
	width: 22%;
}
.megaprofile{
	width: 36%;
}
.mega-grid .mega-item:last-child{
	border-right: none;
}
.iocn-menu {
    box-shadow: 0px 2px 5px #00000029 !important;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    display: flex;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mega-item h3{
	color: #062343;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
}
.mega-item ul{
	padding: 0;
	list-style: none;
}
.mega-item li a{
	margin: 0 !important;
	text-decoration: none;
	font-size: 16px !important;
}
.mega-item li a:hover{
	color: #FFA842 !important;
}


.mega-item li {
    margin: 10px 0px;
    font-size: 16px !important;
}
input.rangesliderbar, #range1, #range2, #range3, #range4, #range5, #range6{
  width: 100%;
  appearance: none;
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(#369EE1 0 0) no-repeat, #104587;
  background-size: 100% 100%;
}

input.rangesliderbar::-webkit-slider-thumb, #range1::-webkit-slider-thumb, #range2::-webkit-slider-thumb, #range3::-webkit-slider-thumb, #range4::-webkit-slider-thumb, #range5::-webkit-slider-thumb, #range6::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

input.rangesliderbar::-moz-range-thumb, #range1::-moz-range-thumb, #range2::-moz-range-thumb, #range3::-moz-range-thumb, #range4::-moz-range-thumb, #range5::-moz-range-thumb, #range6::-moz-range-thumb{
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.menuimg img{
	max-width: 100%;
	border-radius: 20px;
}
.menuimg {
    margin-bottom: 20px;
}
.mega-item h3 span {
    color: #fff;
    background: #43A8EA;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 15px;
}
.mega-item  p {
    line-height: 24px;
	color: #062343;
}
.resource-item{
	width: 33%;
}
li.nav-item.dropdown:focus, li.nav-item.dropdown:hover, li.nav-item.dropdown:active {
	outline: none !important;
}
a.nav-link.dropdown-toggle:focus, a.nav-link.dropdown-toggle:hover, a.nav-link.dropdown-toggle:active {
	outline: none !important;
}
a.nav-link:focus, a.nav-link:hover, a.nav-link:active {
	outline: none !important;
}

.livedemopopup {
    top: 30px;
    right:30px;
	width: 100%;
    max-width: 880px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
	    bottom: 30px;
    z-index: 99999;
	border-radius: 20px;
	padding: 35px 40px;
}
/*.modal-backdrop {
    z-index: 9999;
}*/
.livedemopopup .btn-close {
    box-sizing: content-box;
    width: 38px;
    height: 38px;
    padding:0;
    color: #000;
     font-size: 14px;
    opacity: 1;
    position: absolute;
    top: 22px;
    right: 25px;
    background: #E7E7E7;
    border-radius: 100%;
}
.headerpopup h3 {
    color: #062343;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.headerpopup p{
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}
.offcanvas-body .form-group {
    margin-bottom: 10px;
}
.schedulebtn{
/*    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);*/
/*    padding: 10px 27px;*/
    border-radius: 8px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
	border: none;
	width: 100%;
/*	margin: 15px 0px;*/
    display: inline-block;
}

.livedemopopup  hr {
    margin: 10px 0;

}

.list-section ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	list-style: none;
	padding: 0;
}
.list-section h4{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #062343;
}

.livedemopopup .offcanvas-body {
    flex-grow: 1;
    padding: 0rem 0rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.livedemopopup .form-label, .livedemopopup label {
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 400;
}
.form-control:focus {
    box-shadow:none !important;
}
.livedemopopup input, .livedemopopup select {
    height: 45px;
    color: #062343;
 font-size: 14px;
    border: 1px solid #A3A3A3;
  box-shadow: none;
    border-radius: 8px;
}

.livedemopopup select{
	    appearance: none;
   
	background: url("../images/arrow-down-1.png") no-repeat #fff;
    background-position: right 20px bottom 45%;
    background-size: 12px;
}
.livedemopopup textarea {
 font-size: 14px;
    color: #212529;
    border: 1px solid #A3A3A3;
    border-radius: 8px;

}

.list-section ul li {
    font-size: 14px;
    padding-left: 22px;
	position: relative;
}
.modal-backdrop.show {
    opacity: .7;
}

.list-section li:after {
    position: absolute;
    content: "\f00c";
    font-size: 16px;
    color: #FFA72A;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
}
.livedemopopup input::placeholder, .livedemopopup textarea::placeholder {
	  color: #B0B0B0;
}

/*13-12-2025*/

.popuparea .modal-dialog {
    max-width: 950px;
}
.popuparea .modal-content{
border-radius: 20px;
}
#staticondrop .btn-close {
    box-sizing: content-box;
    padding: 0;
    color: #082445;
    background: #E7E7E7;
    width: 38px;
    height: 38px;
    line-height: 25px;
    border-radius: 100px;
    border: 0;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
    box-shadow: none;
    font-weight: 700;
}
#staticondrop .modal-header {
    border: none !important;
    align-items: center;
    padding: 0;
    margin: 0;
}
.popuparea .modal-body {
    padding: 40px 40px;
}
.headingpopup h2 {
    font-size: 34px;
    line-height: 42px;
    color: #062343;
    font-weight: 700;
}
.headingpopup span {
    border: 1px solid #E08D2B;
    font-size: 16px;
    line-height: 22px;
    color: #E08D2B;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Crimson Pro", serif;
    margin-bottom: 15px;
    background: #FFF4E6;
    font-weight: 500;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
}
.headingpopup {
    max-width: 458px;
    margin: 0 auto;
    text-align: center;
}
.text-popup {
    font-size: 16px;
    line-height: 20px;
    color: #062343;
    margin-bottom: 0;
}
.questionbox span{
    font-size: 18px;
    line-height: 24px;
    color: #062343;
    display: inline-block;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    text-transform: uppercase;:
}
.questionbox h2 {
    font-size: 28px;
    line-height: 34px;
    color: #062343;
    font-weight: 700;
    margin: 10px 0px;
}
.questionbox {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.text-style {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
   padding: 25px 22px;
    border-radius: 10px;
    box-shadow: 0px 15px 30px 0px #0000000D;
}
.row.digitalsupport {
    max-width: 815px;
    margin: 0 auto;
    row-gap: 30px;
    margin-top: 35px;
}
.text-style h3 {
    font-size: 18px;
    color: #062343;
    font-weight: 700;
    line-height: 22px;
}
.text-style p {
    font-size: 14px;
    color: #062343;
    line-height: 20px;
    margin: 0px;
}
.main-popup{
    max-width: 815px;
    margin: 0 auto;
}
.sendbtnbox {
    padding: 10px 27px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #072344;
    background: none;
    margin-left: 12px;
}
.sendbtnbox span {
    margin-right: 10px;
}
.active-item{
    background: #FFFBE7;
    border: 1px solid #EDAC21;
}
.step-one ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.step-one ul::after {
    position: absolute;
    width: 24%;
    height: 1px;
    background: #FFB62A;
    content: '';

}
.step-one ul li {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    height: 30px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 999;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #A9B6C0;
}
.step-area{
    padding-top: 30px;
}
li.active-step {
    background: #FFEFD7 !important;
    border: 1px solid #FFA72A !important;
    z-index: 999;
    color: #FFA72A !important;
}
/*.step-one ul::before {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background: #000;
}*/



.score h6{
    font-size: 25px;
    line-height: 30px;
    color: #062343;
    font-weight: 700;
}
.mitter img {
    max-width: 100%;
}
.score {
    text-align: center;
    margin-top: 30px;
}
.score span{
    font-size: 119px;
    font-weight: 700;
    line-height: 120px;
    color: #FFBB3A;
}
.step-five {
    text-align: center;
    max-width: 815px;
    margin: 0 auto;
}
.mitter{
    text-align: center;
}
.staff-readiness {
    background: #FFF9D5;
    padding: 50px 50px;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
}
.staff-readiness h6 {
font-size: 22px;
line-height: 30px;
color: #062343;
font-weight: 700;
}
.staff-readiness h2 {
    font-size: 58px;
    font-weight: 700;
    color: #062343;
}
.needscore {
    font-size: 13px;
    color: #062343;
    border: 1px solid #000;
    padding: 8px 18px;
    border-radius: 40px;
}
.staff-readiness p {
    font-size: 18px;
    line-height: 20px;
    color: #062343;
    margin: 15px 0px 0px;
}
.solution h2 {
    font-size: 22px;
    color: #062343;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 35px;
}
.solution {
    background: #F3F4F6;
    padding: 40px 40px;
     border-radius: 10px;
    margin-top: 50px;
    text-align: center;
}
.popup-from input {
    padding: 15px 15px;
    color: #000000 !important;
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 1;
    line-height: 24px;
    border: none;
    background: #fff !important;
    box-shadow: none !important;
    border: 0.8px solid #A3A3A3;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}
.popup-from input:focus {
    box-shadow: none !important;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    border: 0.8px solid #A3A3A3;
}
.popup-from {
    padding-top: 50px;
}
.popup-from h3{
    text-align: center;
}
.popup-from h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.nextfix.action-button {
    width: 100%;
    padding: 15px 0px;
    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
    padding: 10px 27px;
    border-radius: 5px;
    color: #062343;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}


/*--13-12-2025*/
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}
.form-card {
    text-align: left
}
#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}
#progressbar .active {
    color: #673AB7;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}
.card-item {
    z-index: 0;
    border: none;
    position: relative
}
#progressbar {
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
ul#progressbar strong {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    height: 30px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 999;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative;
    font-weight: 400;
/*    width: 20%;*/
}
#progressbar li:before {
   height: 30px;
    width: 67px;
    line-height: 45px;
     color: #000;
    margin: 0;
    padding: 2px;
    position: absolute;
    content: '';
    left: 0;
}
#progressbar .active {
    color: #673AB7;
}
/*#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}*/
#progressbar li:after {
    content: '';
    width: 180%;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 16px;
    z-index: -1;
}
.progress-item {
    height: 20px;
}
.progress-bar {
    background-color: #673AB7
}
.fit-image {
    width: 100%;
    object-fit: cover;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: linear-gradient(90deg, #ffc1075c 0%, rgb(255 168 66 / 40%) 100%);
    color: #000 !important;
    border: 1px solid #FFA72A;
    border-radius: 5px;
}
.popuparea input.next {
/*    width: 20%;*/
/*    float: right;*/
    max-width: 150px;
/*    margin-bottom: 0;*/
}
.next.action-button {
    padding: 10px 27px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #072344;
    background: none;
    margin-right: 35px;
    height: 50px;
    margin-top: -50px;
}
.previousbtn {
    margin-top: 50px;
    width: 50%;
}
.previousbtn a {
    padding: 10px 27px;
    border-radius: 5px;
    color: #072344;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #072344;
    background: none;
    margin-left: 12px;
}
.previousbtn span {
    margin-right: 10px;
}
.modal {
    z-index: 9999;
}
/*--13-12-2025*/
/**---new-page-css--**/
.pdtb-100 {
    padding: 100px 0px;
}
.helpersection{
background-image: url(../images/banner-image.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.helpersection .hero-contant span {
background: #FFEBE5;
}
.helpersection .hero-contant {
    max-width: 820px;
}
.helpersection .bannerbtn a {
    background: linear-gradient(90deg,rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%);
}
.free-trial {
        border: 1px solid #A3B1BC;
    max-width: 624px;
    padding: 15px 0px 15px 46px;
    margin-top: 40px;
    border-radius: 8px;
}
.pro-heaing p {
    color: #FE7D55;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.pro-heaing h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}
.pro-heaing{
    position: relative;
}
.pro-heaing::after {
    position: absolute;
    content: '';
    background: #A3B1BC;
    width: 1px;
    height: 100%;
    top: 0;
    left: -30px;
}
.crisis::after{
    content: none !important;
}
.our-staff .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.voicemail-item {
    background: linear-gradient(180deg, rgba(254, 254, 255, 1) 0%, rgb(255 117 75 / 95%) 100%);
    padding: 40px 40px;
    border: 0.5px solid #C7C7C7;
    border-radius: 15px;
}
.mobile-icon {
    background: #FE7D55;
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 24px;
}
.mobile-icon img {
    max-width: 100%;
}
.community-item h3 {
    font-size: 30px;
    line-height: 40px;
    color: #012348;
    font-weight: 700;
}
.community-item {
    padding: 40px 0px;
}
.community-item p {
    font-size: 20px;
    line-height: 30px;
    color: #012348;
    min-height: 120px;
    margin-bottom: 0;
}
.aftercourse{
    padding-top: 75px;
}
.text-box h3 {
    font-size: 35px;
    line-height: 40px;
    color: #012348;
    font-weight: 700;
}
.text-box p {
    font-size: 18px;
    line-height: 18px;
    color: #072344;
    margin: 0;
    padding-left: 15px;
}
.text-box {
    display: flex;
}
.voicemail-item hr {
    border: 1px solid #FEFEFF;
    opacity: 1;
    margin: 0 0 15px;
}
.ai-solution .text-area{
max-width: 1242px;
 font-size: 20px;
    line-height: 30px;
 }

.ai-solution .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
} 
.ai-solution .headingtow{
margin-bottom: 60px;
}
.ai-image img {
    max-width: 100%;
}
.crisis-card h2 {
    font-size: 80px;
    line-height: 88px;
    color: #072344;
    font-weight: 600;
}
.crisis-card p {
    font-size: 20px;
    line-height: 25px;
    color: #5E6A79;
    margin: 20px 0px;
}
.notification li::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    left: -26px;
    color: #FFFFFF !important;
    position: absolute;
    font-size: 8px;
    line-height: 17px;
    background: #FE7D55;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    top: 4px;
    border-radius: 10px;
}
.notification li {
    position: relative;
    margin-bottom: 16px;
}
.notification ul {
    columns: 2 !important;
   padding-left: 27px;
   margin: 0;
   list-style: none;
   margin-bottom: 40px;
}
.notification {
    margin-top: 30px;
}
.medical-agency h3 {
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
    font-weight: 600;
}
.medical-agency p {
    font-size: 20px;
    color: #FE8D6A;
    font-weight: 500;
    line-height: 28px;
    position: relative;
}
.medical-agency p::after {
    background: #FE8D6A;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: -15px;
    top: 9px;
    border-radius: 30px;
}
.medical-agency {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grid-area-main{
    background: #001A35;
    border-radius: 20px;
    padding: 30px 30px 50px;
}
.crisis-card .brandbtn a {
    border: 1px solid #FE7D55 !important;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
}
.crisis-card .item-preview {
    max-width: 500px;
}
.crisis-card  .item-bookmarking a{
background: #002248;
border: 1px solid #004D94;
color: #FFFFFF;
}
.grid-btn a {
    border: 1px solid #FE7D55 !important;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
    padding: 20px 55px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 999;
}
.grid-area-main .item-preview{
margin-top: 30px;
}
.escalation{
    position: relative;
}
.accuracy .range {
    width: 100%;
    height: 18px;
    -webkit-appearance: none;
    background: #e1e1e1;
    outline: none;
    border-radius: 9px;
    overflow: hidden;
        margin-top: 10px;
}
.accuracy .range::-webkit-slider-thumb {
  background: #00fd0a;
  box-shadow: -407px 0 0 400px #FF754B;
   -webkit-appearance: none;
  appearance: none;
  width: 0px;
  height: 0px;
}
.grid-btn {
    position: absolute;
    right: 0;
    bottom: 17px;
}
.grid-btn a::after {
    background: #ffffff;
    content: '';
    position: absolute;
    width: 260px;
    height: 77px;
    left: -15px;
    border-radius: 15px;
    top: -12px;
    z-index: -1;
}
.icon-box {
    display: flex;
    width: 70px;
    height: 70px;
    background: #F77851;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.answers-item {
    background: #FFEBE5;
    padding: 40px 40px;
    border-radius: 15px;
}
.grid-block {
    display: flex;
    align-items: center;
    gap: 35px;
}
.answers-title {
    width: 30%;
}
.centerbox{
    width: 40%;
    text-align: center;
    position: relative;
}
.answers-item{
    margin-bottom: 40px;
}
.answers-item ul {
    margin: 0;
    padding-left: 28px;
}
.answers-item h3 {
    font-size: 25px;
    line-height: 30px;
    color: #072344;
    font-weight: 600;
    margin: 24px 0px 16px;
}
.answers-item p {
    font-size: 16px;
    line-height: 22px;
    color: #5E6A79;
}
.icon-box img {
    max-width: 100%;
}
.answers-item  li {
    font-size: 16px;
    line-height: 28px;
    color: #072344;
    font-weight: 500;
    position: relative;
}
.answers-item li::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    left: -26px;
    color: #FFFFFF !important;
    position: absolute;
    font-size: 8px;
    line-height: 17px;
    background: #FE7D55;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    top: 4px;
    border-radius: 10px;
}
 .holiday{
    padding-top: 30px;
 } 
 .centerbox img {
    max-width: 100%;
} 
.image-text {
    position: absolute;
    bottom: 30px;
    left: 45px;
    max-width: 330px;
    text-align: left;
}
.image-text p {
    font-size: 24px;
    line-height: 30px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 0px;
}
.rotate-arrow a {
    border: 1px solid #FE7D55 !important;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
    display: flex;
    width: 88px;
    height: 88px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.rotate-arrow  {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.scenarios .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.facility-slider .slick-slide{
    height: auto;
        margin: 15px;
}
.scenarios {
    background: #F4F4F4;
}
/*--18-12-2025--**/
.facility-title {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #00000038;
    padding: 13px 20px;
    justify-content: center;
    gap: 15px;
    border-radius: 8px;
}
.facility-text h3 {
    font-size: 20px;
    line-height: 28px;
    color: #072344;
    font-weight: 600;
    margin-bottom: 0;
}
.text-pro span {
    display: flex;
    background: #E7E7E7;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #072344;
}
.activeicon .facility-text h3{
color: #F4F4F4;
}
.activeicon .text-pro{
    color: #F4F4F4;
}
.activeicon {
border: 1px solid #00000038;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%);
}
.activeicon .text-pro span {
    background: #FFFFFF80;
}
.facility-slider .slick-next.slick-arrow {
    position: absolute;
    right: 12px;
    top: -36px;
    background: none;
    width: 35px;
    border: 1.5px solid #072344;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: 16px;
    border-radius: 40px;
}
.facility-slider .slick-prev.slick-arrow {
    position: absolute;
    right: 60px;
    top: -35px;
    background: none;
    width: 35px;
    border: 1.5px solid #072344;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: 16px;
    border-radius: 40px;
}
.scenarios .headingtow{
    margin-bottom: 60px;
}
.facility-slider {
    max-width: 1350px;
    margin: 0 auto;
}
.professional {
    padding-top: 85px;
}
.professional .mobile-icon{
width: 70px;
height: 70px;
border-radius: 10px;
}
.professional .community-item h3 {
    font-size: 25px;
    line-height: 35px;
    color: #012348;
    font-weight: 600;
}
.professional .community-item p {
    font-size: 18px;
    line-height: 24px;
    color: #012348;
    margin-bottom: 0;
    min-height: auto;
}
.professional .voicemail-item {
    padding: 40px 40px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 15px 30px 0px #0000000D;
    background: #fff;
}
.professional .voicemail-item hr {
    border: 1px solid #C7C7C7;
    opacity: 1;
    margin: 0 0 15px;
}
/*.professional .voicemail-item:hover {
    background: linear-gradient(
    180deg, rgb(255 255 255) 0%, rgb(255 177 154 / 54%) 55%, rgba(255, 117, 75, 1) 100%);
    transition: 1s;
}*/
.testbtn a {
   box-shadow: 0px 4px 15px 0px #E08D2B33;
    border: 1px solid #FE7D55;
    padding: 12px 15px;
    text-decoration: none;
    background: none !important;
    font-size: 14px;
    line-height: 17px;
    color: #FE7D55;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
}
.testbtn {
    text-align: center;
    padding-top: 10px;
}
.testbtn img{
max-width: 100%;
    margin-right: 5px;
}
.explorenow{
    padding-top: 50px;
    text-align: center;
}
.explorenow a {
    border: 1px solid #FE7D55 !important;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 999;
    display: inline-block;
}
.explorenow span {
    margin-left: 5px;
}
.content-inner{
position: relative;
}
.content-inner img {
    max-width: 100%;
    position: relative;
}
.project-section .headingtow {
    padding-bottom: 65px;
}
.project-section .text-area {
    max-width: 520px;
    font-size: 18px;
    line-height: 24px;
    color: #E1E1E1;
}
.project-section .headingtow h2 {
    color: #FFFFFF;
}
.project-section{
    background-image: url(../images/06-Image-Background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.project-section .headingtow span {
    background: #FFEBE533;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    padding: 8px 45px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF42;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}
.overlay-ai {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.7) 77.4%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 30px;
}
.thumbnail-image {
    position: relative;
}
.thumbnail-image img {
   max-width: 100%;
   border-radius: 33px;
   width: 100%;
}
.icon-video a {
    border: 1px solid #FE7D55 !important;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
    display: flex;
    width: 97px;
    height: 97px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}
.icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     z-index: 999;
}
.thumbnail-text {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    width: 100%;
    text-align: center;
}
.thumbnail-text h3 {
    font-weight: 500;
    font-size: 30px;
   line-height: 36px;
   color: #FFFFFF;
   letter-spacing: 1px;
}
.thumbnail-text p {
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.recent-post {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(254, 125, 85, 0.97) 0%, rgba(213, 97, 62, 0.97) 100%);
    padding: 25px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.first-video img {
/* max-width: 100%;*/
    border-radius: 14px;
    position: relative;
/*    width: 100%;*/
}
.text-right h3 {
    font-size: 22px;
    color: #FFFFFF !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.first-video img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -332.14%, rgba(0, 0, 0, 0.7) 100%);
}
.right-box{
    text-align: right;
    margin-bottom: 5px;
}
.right-box span {
    background: #FFEBE533;
    padding: 8px 15px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    border-radius: 5px;
    display: inline-block;
}
.recent-post:last-child{
    margin-bottom: 0;
}
.popular {
    background: #FFFFFF30;
    border: 1px solid #FFFFFFCF
}
.text-right span {
    background: linear-gradient(90deg, #FE7D55 0%, #D5613E 100%);
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    border-radius: 5px;
    display: inline-block;
}
.text-right p {
    color: #FFFFFF;
}
.implementation .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
}
.implementation .headingtow h2 {
    color: #012343;
}
.implementation .text-area {
    color: #5E6A79;
}
.icon-box-item span {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 101px;
    height: 101px;
    border-radius: 100%;
    position: relative;
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
}
.icon-box-item{
    text-align: center;
}
.one-text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}
.integration {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.steup-contant h3 {
    font-size: 26px;
    line-height: 36px;
    color: #101010;
    font-weight: 600;
}
.steup-contant p {
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    min-height: 100px;
}
.steup-contant {
    max-width: 350px;
    margin: 0 auto;
}
.steup-contant {
    max-width: 318px;
    margin: 0 auto;
}
.weekone a {
    border: 1px solid #FE7D55;
    color: #FB7B53;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 40px;
    display: inline-block;
    width: 97px;
    height: 30px;
}
.one-text::after {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(../images/right-line.png);
}
.icon-box-item{
    position: relative;
}
.icon-box-item::after {
    position: absolute;
    content: '';
    background: url(../images/right-line.png) no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 12px;
    left: 246px;
    top: 46px;
}
.threebox::after{
position: none;
content: none;
}
.hero-heading{
display: flex;
align-items: center;
justify-content: space-between;
}
.safety{
display: flex;
align-items: center;
}
.safety h3 {
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 700;
}
.safety p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 10px;
}
.coming-soon .specifically {
    height: 350px;
}
.coming-soon .ai-helps h3 {
    color: #FFFFFF;
}
.coming-soon .ai-helps span {
font-size: 20px;
line-height: 28px;
color: #FFFFFF !important;
font-family: "Crimson Pro", serif;
letter-spacing: 6px;
}
.coming-soon .results:hover {
    background: linear-gradient(180deg, #FE7D55 0%, #D5613E 100%);
}
.coming-soon .aiposter-slider .slick-slide{
height: auto;
}
.coming-soon .customarrow-block {
    margin-top: 0px;
}
.coming-soon {
    background: #04172D;
}
.ai-receptionist {
    background: #F7F7F7;
    background-image: url(../images/Circle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 66% 77%;
    position: relative;
}
.ai-receptionist .headingtow{
    max-width: 680px;
    text-align: left;
}
.ai-receptionist .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.ai-receptionist .headingtow p {
    font-size: 20px;
    line-height: 24px;
    color: #5E6A79;
    margin: 40px 0px;
}
.ai-receptionist .headingtow  li {
    font-size: 20px;
    line-height: 76px;
    color: #012348;
    font-weight: 600;
    position: relative;
}
.ai-receptionist .headingtow ul  {
    list-style: none;
    padding-left: 55px;
    margin: 0;
}
.ai-receptionist .headingtow li::after {
    position: absolute;
    content: '';
    font-size: 8px;
    line-height: 17px;
    background: #FE7D55;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-image: url(../images/bulb-icon.png);
    top: 20px;
    left: -50px;
    background-repeat: no-repeat;
    background-position: center;
}
.ai-receptionist .explorenow{
    text-align: left;
}
.mobile-image img {
    max-width: 100%;
}
.technical-specs .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.technical-specs .headingtow h2 {
    color: #012348;
}
.workouts-text h3 {
    font-size: 35px;
    line-height: 45px;
    color: #012348;
    font-weight: 600;
}
.workouts-text span {
    font-size: 25px;
    line-height: 25px;
    color: #5E6A79;
}
.voice-text p{
color: #072344;
font-size: 18px;
line-height: 32px;
margin-bottom: 0;
letter-spacing: -1px;
}
.voice-ai {
    box-shadow: 0px 15px 30px 0px #0000000D;
    border: 1px solid #FE7D55;
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
}
.workouts-text {
    padding: 40px 0px;
}
.security-item{
    padding-top: 85px;
}
.voice-icon img {
    max-width: 100%;
}
.security-item {
    row-gap: 40px;
}
.test-crisis{
    margin-bottom: 85px;
}
.integrations .headingtow span{
   color: #F8955B; 
   text-transform: uppercase;
}
.integrations .headingtow h2 {
    color: #072344;
}
.integrations .long-text p{
    color: #575757;
    font-size: 16px;
    line-height: 28px;
}
.work-contant {
    background: #FFFFFF;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    padding: 20px 12px;
}
.work-text h3 {
    font-size: 22px;
    line-height: 30px;
    color: #202020;
    font-weight: 600;
}
.work-text p {
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
    margin-bottom: 0;
}
.worktool{
    row-gap: 20px;
    padding-top: 50px;
}
.work-image img{
    max-width: 100%;
}
.slack-active{
    border: 1px solid #F8955B
}
.integrations {
    background: #F5F5F5;
}
/*--19-12-2025--*/
span.price {
    background: none !important;
    border: none !important;
    font-size: 20px;
    line-height: 26px;
    color: #00000066;
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    letter-spacing: 2px;
}
.price-week {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #00000066;
    margin-left: 8px;
}
.started-course h2 {
    font-size: 65px;
    line-height: 72px;
    color: #072344;
    font-weight: 600;
}
.started-course  li {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.full-course{
    display: flex;
    align-items: center;
    padding-top: 85px;
}
.course-item {
    width: 33%;
    background: #F7F7F7;
    padding: 50px 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1.5px solid #ECECEC
}
.started-course h3 {
    font-size: 36px;
    line-height: 46px;
    color: #072344;
    font-weight: 600;
}
.started-course p {
    color: #000000CC;
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0px 25px;
}
.text-time{
    font-size: 18px;
    line-height: 27px;
    color: #5E6A79;
}
.get-started a {
background: #D5D5D5;
}
.get-started a {
    width: 100%;
    background: #D5D5D5;
    padding: 20px 35px;
    font-size: 18px;
    line-height: 24px;
    color: #072344;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px !important;
    display: inline-block;
    text-align: center;
}
.started-course {
    margin-bottom: 95px;
}
.started-course hr {
    border: 1.5px solid #ECECEC;
    opacity: 1;
    margin: 24px 0px;
}
.full-time{
border-radius: 0px !important;
background: #FFFFFF;
}
.finnish-course{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.get-started a:hover {
    background: linear-gradient(90deg, rgba(254, 125, 85, 1) 0%, rgba(213, 97, 62, 1) 100%) !important;
    color: #fff;
}
.saving-block{
   background: linear-gradient(90deg, #FE7D55 0%, #D5613E 100%);
padding: 100px 0px;
text-align: center;
border-radius: 30px;
}
.saving-block h3 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}
.saving-block h2 {
    font-size: 110px;
    line-height: 110px;
    color: #072344;
    font-weight: 700;
    margin: 15px 0px;
}
.saving-block p {
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
}
.savingbtn a {
    font-size: 14px;
    line-height: 20px;
    color: #070707;
    text-decoration: none;
    padding: 15px 45px;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
}
.proven-section .headingtow {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.proven-section .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.latest-faq .headingtow span {
    border: 1px solid #FE7D55;
    color: #FE7D55;
    background: #FFEBE5;
    box-shadow: 0px 6px 7.3px 0px #0723440F;
    text-transform: uppercase;
}
.latest-faq .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #FE7D55 0%, #D5613E 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0px 4px 15px 0px #E08D2B40;
}
.latest-faq .oranebg{
background: #FFEBE5;
color: #FE7D55;
}
.latest-faq  .oranebg::after {
    background: #FE7D55;
}
.smart-text span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.smart-text span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #C7C7C7;
    padding: 12px 15px;
    border-radius: 40px;
}
.smart-text {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 65px;
}
.smart-text h2 {
    font-size: 48px;
    line-height: 56px;
    color: #012348;
    font-weight: 600;
    margin: 30px 0px;
}
.smart-text p {
    font-size: 18px;
    line-height: 26px;
    color: #525252;
    margin-bottom: 0;
}
.follow-up span {
    background: #59C079;
    width: 80px;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 40px;
}
.software-heading h3 {
    font-size: 35px;
    line-height: 40px;
    color: #072344;
    font-weight: 700;
}
.software-heading {
    margin: 40px 0px;
}
.software-heading p {
    font-size: 20px;
    line-height: 30px;
    color: #5E6A79;
}
.box-one-text {
    font-size: 18px;
    line-height: 24px;
    color: #072344;
    min-height: 120px;
}
.learnmorebtn a {
    font-size: 20px;
    line-height: 30px;
    color: #072344;
    font-weight: 500;
    text-decoration: none;
}
.learnmorebtn span {
    margin-left: 5px;
}
.software-contant {
    background: linear-gradient(180deg, #FEFEFF 0%, #59C079 100%);
    padding: 34px 37px;
    border: 0.5px solid #C7C7C7;
    border-radius: 20px;
}
.bg-blue{
    background: linear-gradient(180deg, #FEFEFF 0%, #7EB4E3 100%);
}
.bg-blue .follow-up span {
    background: #7EB4E3;
}
.bg-dark-pink{
    background: linear-gradient(180deg, #FEFEFF 0%, #C091D5 100%);
}
.bg-dark-pink .follow-up span {
    background: #C091D5;
}
.seemore{
    padding-top: 20px;
}
.seemore a{
  background: linear-gradient(90deg, #FE7D55 0%, #D5613E 100%);
color: #FFFFFF;  
}
.booking-item .brandbtn a  {
    background: #FE7D554D;
    border: 1px solid #FE7D55;
    color: #000000;
}
.booking-item .bannerbtn a{
background: linear-gradient(90deg, #FE7D55 0%, #D5613E 100%);
color: #FFFFFF;
}
.scroll-box {
    overflow-y: scroll;
    height: 610px;
}
/**---new-page-css--**/


/*-16-12-2025-*/
div#myHeader img {
    max-width: 200px;
}
div#myHeader.navigation li.nav-item a {
    font-size: 18px;
    line-height: 10px;
}
.bluecolor {
    color: #072344 !important;
}
.ministrychallenge{
    margin-top: 210px;
}
.tp-service-panel {
  will-change: transform;
}
.topcountsection {
    display: flex;
    justify-content: space-between;
    margin-top:-82px;
}
.topcountsection .smalltile {
    text-align: right;
    color: #FFF;
    padding: 10px;
}
/* Base state: hidden but space reserved */
.pin-div-1,
.pin-div-2,
.pin-div-3 {
  display: block;              /* ensure visible element */
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.pin-text-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Header ko sticky banao */
#myHeader {
    position: sticky;
    top: 0;
    z-index: 1000; 
}
#myHeader {
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	background-color: #fff;
    transition: transform 0.4s ease, opacity 0.3s ease;
} 
/*second section */

/***----css----***/
.dashboard-item {
    margin: 0px 60px 85px;
}
.dashboard-item{
background-image: url(../images/background-shape.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
border-radius: 20px;
}
.floating-image img {
    max-width: 100%;
}
.list-item h3 {
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
}
.list-item span {
    background: linear-gradient(90deg, rgba(255, 191, 66, 1) 0%, rgba(255, 168, 66, 1) 100%);
    display: flex;
    width: 47px;
    height: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
}
.contant-title p{
color: #FFFFFF;
font-size: 20px;
line-height: 30px;
/*margin-top: 10px;*/
}
.bag-icon {
    min-width: 65px;
}
.top-area {
    display: flex;
    align-items: center;
}
.list-item-title span {
    border: 1px solid #E08D2B;
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
    margin-left: 20px;
    color: #fff;
    position: relative;
    font-weight: 700;
}
.list-item-title span::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 15px;
    background: #FFA72A;
    border-radius: 10px;
    left: 10px;
}
.contant-title ul li {
    color: #41A4E5;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}
.contant-title ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.categories-item {
    margin: 0px 60px 85px;
    box-shadow: 0px 17px 50px 0px #00000014;
    border-radius: 20px;
        background: #FFF;
}
.categories-item .list-item-title span {
    color: #062343;
}
.categories-item .list-item h3 {
    color: #062343;
}
.categories-item .contant-title p {
     color: #062343;
}
.floating-image {
    text-align: center;
    margin-top: 20px;
}
.categories-item .floating-image {
    margin: 20px 80px 0px;
}
/*section-2*/
.des-portfolio-wrapfull {
    width: 100%;
    perspective: 900px;
    margin-bottom: 50px;
  }
  .des-portfolio-wrapfull:last-child {
    margin-bottom: 0;
  }
  .service-active{
    transform: translateY(-100px);
    opacity: 0;
    
  }
 

/* Interactive Canvas/Visualization Areas */

.interactive-preview {
    background: url('../images/line.png');
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 15px;
    padding: 0rem;
    margin: 2rem 0 0;
    position: relative;
    z-index: 1;
    min-height: 450px;
}

#analytics-canvas {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.analytics-label {
    position: absolute;
    color: #ffb72b;
    font-weight: 600;
    font-size: 14px;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.analytics-label--visible {
    opacity: 1;
}

/* Knowledge Growth Graph Bars/ Canvas/Visualization Areas */
.knowledge-preview {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0 0;
    position: relative;
    z-index: 1;
    min-height: 400px;
} 
#knowledge-canvas {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    cursor: pointer;
}
/* Realtime-interactive-preview */
.realtime-interactive-preview {
 
    position: relative;
    z-index: 1;
    min-height: 400px;
}
 #dashboard-canvas {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
#showmatrix{
    position: absolute;
    left: 0;
    text-align: left;
}
#showmatrix ul li {
    color: #41A4E5;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}

/* Agent Topology Map */
 :root {
    --bg-primary: #0a1628;
    --bg-secondary: #0d1f3c;
    --gold-primary: #d4a853;
    --gold-secondary: #f0c976;
    --gold-glow: rgba(212, 168, 83, 0.35);
    --cyan-primary: #00d4ff;
    --cyan-glow: rgba(0, 212, 255, 0.25);
    --purple-primary: #a78bfa;
    --purple-glow: rgba(167, 139, 250, 0.25);
    --green-primary: #10b981;
    --green-glow: rgba(16, 185, 129, 0.25);
    --orange-primary: #f59e0b;
    --orange-glow: rgba(245, 158, 11, 0.25);
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
} 

.topology-canvas {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(90deg, rgba(13, 31, 60, 0.4) 0%, transparent 100%);
    border-radius: 20px;
    border: 1px solid rgba(0, 212, 255, 0.08);
}

.connections-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Line Styles */
.handoff-line {
    fill: none;
    stroke: var(--cyan-primary);
    stroke-width: 2;
    opacity: 0.5;
}

.execution-line {
    fill: none;
    stroke: var(--purple-primary);
    stroke-width: 2;
    stroke-dasharray: 8, 5;
    opacity: 0.5;
}

.coordination-line {
    fill: none;
    stroke: var(--orange-primary);
    stroke-width: 2;
    stroke-dasharray: 4, 4;
    opacity: 0.4;
}

.escalation-line {
    fill: none;
    stroke: var(--green-primary);
    stroke-width: 2;
    opacity: 0.35;
}

.context-line {
    fill: none;
    stroke: var(--gold-primary);
    stroke-width: 1;
    stroke-dasharray: 2, 4;
    opacity: 0.25;
}

.flow-particle {
    fill: var(--cyan-primary);
    filter: drop-shadow(0 0 4px var(--cyan-primary));
}

.exec-particle {
    fill: var(--purple-primary);
    filter: drop-shadow(0 0 4px var(--purple-primary));
}

.coord-particle {
    fill: var(--orange-primary);
    filter: drop-shadow(0 0 4px var(--orange-primary));
}

/* Agent Styles */
.agent {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    z-index: 10;
}

.agent:hover {
    transform: translateY(-3px);
}

.agent-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(145deg, #132444, var(--bg-secondary));
    border: 2px solid var(--gold-primary);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 0 25px var(--gold-glow);
    position: relative;
}

.agent.hub .agent-icon {
    width: 74px;
    height: 74px;
    font-size: 36px;
    border-width: 2.5px;
    box-shadow: 0 0 35px var(--gold-glow);
}

.agent.execution .agent-icon {
    border-color: var(--purple-primary);
    box-shadow: 0 0 25px var(--purple-glow);
}

.agent.human .agent-icon {
    border-color: var(--green-primary);
    box-shadow: 0 0 25px var(--green-glow);
}

.agent-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-primary);
    text-align: center;
}

/* Intent Router Badge - Improved visibility */
.intent-router {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(0, 212, 255, 0.5);
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 500;
    color: var(--cyan-primary);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

/* BCC Indicator */
.bcc-indicator {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 168, 83, 0.1);
    border: 1px solid rgba(212, 168, 83, 0.2);
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 11px;
    color: var(--gold-secondary);
}

.bcc-indicator::before {
    content: '👁';
    font-size: 14px;
}

/* Tier Labels - Horizontal at top */
.tier-label {
    position: absolute;
    top: 25px;
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
}

.tier-label::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: var(--text-muted);
    margin: 8px auto 0;
    opacity: 0.4;
}

/* Legend */
.legend {
    position: absolute;
    bottom: 60px;
    left: 24px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: var(--text-muted);
}

.legend-line {
    width: 28px;
    height: 2px;
    border-radius: 1px;
}

.legend-line.handoff { background: var(--cyan-primary); }
.legend-line.execution { 
    background: repeating-linear-gradient(90deg, var(--purple-primary) 0px, var(--purple-primary) 5px, transparent 5px, transparent 9px);
}
.legend-line.coordination { 
    background: repeating-linear-gradient(90deg, var(--orange-primary) 0px, var(--orange-primary) 3px, transparent 3px, transparent 6px);
}
.legend-line.escalation { background: var(--green-primary); }

/* Escalation Note */
.escalation-note {
    position: absolute;
    bottom: 24px;
    right: 24px;
    max-width: 240px;
    font-size: 10px;
    color: var(--text-muted);
    text-align: right;
    line-height: 1.5;
}

.escalation-note strong {
    color: var(--green-primary);
}

/* Inbound indicator */
.inbound-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 11px;
    color: var(--cyan-primary);
}

.inbound-badge::before {
    content: '📞';
    font-size: 14px;
}

 .chart-section {
    margin-bottom: 2.5rem;
}

.chart-section h3 {
    color: #f5f7ff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
    opacity: 0.9;
}

.chart-container {
    position: relative;
    height: 420px;
    background: radial-gradient(circle at top, #042247 0, #010e23 55%, #000814 100%);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}
.bottombuttons{
    margin-top:200px;
    display:flex;
    justify-content:right;
}
.testimonialheading  h2 {
	 max-width: 590px;
    margin: 0 auto;
}
.aboutbtn .agents:hover{
	background: #072344 !important;
}
.aboutbtn a.agents:hover img {
  
    filter: invert(1) brightness(1.5);
}
/* CSS-only gauge built with divs */
  .mitter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 24px 0;
  }

  .health-gauge {
    position: relative;
    width: 260px;
    height: 130px;
  }

  /* semicircle background using conic gradient + masking */
  .health-gauge-arc {
    --health-angle: 90deg; /* 0–180deg fill, default mid */
    position: absolute;
    inset: 0;
    border-radius: 260px 260px 0 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 0, black 50%, transparent 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0, black 50%, transparent 50%, transparent 100%);
    background:
      conic-gradient(
        from -90deg,
        #fed7aa 0deg,
        #fb923c var(--health-angle),
        #e5e7eb var(--health-angle)
      );
  }

  .health-gauge-needle {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4px;
    height: 110px;
    background: #0f172a;
    transform-origin: bottom center;
    transform: rotate(0deg);
    border-radius: 999px;
    box-shadow: 0 0 6px rgba(15, 23, 42, 0.4);
    transition: transform 0.8s ease-out;
  }

  .health-gauge-center {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(148, 163, 184, 0.6);
    border: 6px solid #0f172a;
  }

  /* Hide native radio buttons in assessment cards */
  .digitalsupport .text-style input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* Make answer cards feel clickable */
  .digitalsupport .text-style {
    cursor: pointer;
  }

  /* Simple validation message */
  .assessment-error {
    color: #b91c1c;
    font-size: 14px;
    margin-top: 12px;
  }