

:root {
  --black: #0a0a0a;
  --primary: #FF9A0D;
  --white: #fff;
  --grey40: #D6D6D6;
  --grey: #F0EFEB;
  --Neutral-40: #D6D6D6;
  --Neutral-50: #C2C2C2;
  --Neutral-60: #878787;
  --Neutral-70: #606060;
  --Neutral-80: #383838;
  --lightblue: #F2F3FF;
  --lightblue40: #E6E7FF;
  --shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

@font-face {
    font-family: 'DINRoundPro-Medi';
    src: url('../fonts/DINRoundPro-Medi.woff2') format('woff2'),
        url('../fonts/DINRoundPro-Medi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../fonts/DINRoundPro-Bold.woff2') format('woff2'),
        url('../fonts/DINRoundPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../fonts/DINRoundPro-Black.woff2') format('woff2'),
        url('../fonts/DINRoundPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../fonts/DINRoundPro-Light.woff2') format('woff2'),
        url('../fonts/DINRoundPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../fonts/DINRoundPro.woff2') format('woff2'),
        url('../fonts/DINRoundPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body {
 font-family: 'DINRoundPro-Medi';
    font-weight: 500;
    font-style: normal;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}


/* header css start */

.btn_blue {
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    gap: 10px;
    white-space: nowrap;
    font-weight: 400;
    margin-right: 10px;
    border-radius: 15px;
    background: #FF9A0D;
    box-shadow: 0px 4px 0px -2px #BFBFBF;
    color: #fff;
}

.outline_btn {
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  background-color: transparent;

}

.header_sec.sticky .logo_img img {
  width: 60px;
}



.header_sec {
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}



.header_sec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header_sec.sticky .main_navbar {
  padding: 5px 0;
}

.header_sec .main_navbar .logo_img img {
    max-width: 100%;
    width: 110px;
}

.header_sec .main_navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;

}

.header_sec .main_navbar {
  padding: 10px 0;
  transition: 0.5s;
  padding: 15px 0px;
  border-radius: 20px;
}

.header_sec .main_navbar .nabvar_link_box ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 44px;
}

.header_sec .nabvar_link_box ul li {
  list-style: none;
  position: relative;
}



.header_sec .nabvar_link_box ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  /* Change color as needed */
  transition: width 0.3s ease, left 0.3s ease;
}

.header_sec .nabvar_link_box ul li:hover::after {
  width: 100%;
  left: 0;
}


.banner_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_sec .nabvar_link_box ul li a {
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.header_sec .nabvar_link_box ul li:hover a {
  color: var(--primary);
}

/* 
.bg_image {
    background-image: url('/public/img/banner_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}  */

.bg_image::after {
  content: '';
  background: rgba(19, 16, 16, 0.66);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}

/* .bottom_header {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
  padding: 13px 0;

}

.bottom_header .bottom_header_inner {
  display: flex;

  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.bottom_header .bottom_header_inner .bottom_header_link ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.bottom_header .bottom_header_inner h3 {
  color: #FFF;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.bottom_header .bottom_header_inner .bottom_header_link ul li {
  list-style: none;

}

.bottom_header .bottom_header_inner .bottom_header_link ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
}

.bottom_header_inner img {
  max-width: 100%;
}

.toggle {
  display: none;
}

.toggle .toggle_btn {
  background: transparent;
  border: none;

}

.toggle .toggle_btn span {
  background-color: #ffffff;
  border-radius: 20px;
  width: 40px;
  height: 3px;
  margin-bottom: 3px;
  transition: all .2s;
  display: block;
}

.logo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.toggle_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  text-align: center;
  /* flex: 0 0 65%; */

/* .logo_img.logo_box2 {
    flex: 0 0 calc(33% - 30px);
} */

.job_box_inner .blue_btn {
  position: absolute;
  right: 15px;
  width: auto;
  padding: 5px 20px;
}

.job_list_sec .job_box {
  height: 100%;
}

.language_box {
  border: 1px solid #a8a8a8;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 2px;
}

.language_box a {
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
}

.language_box a.active {
  color: #fff;
  background-color: #ED5F00;
}

@media screen and (max-width: 1700px) {
  .header_sec .main_navbar .nabvar_link_box ul {
    gap: 30px;

  }

  .header_sec .nabvar_link_box ul li a {
    font-size: 20px;

  }

}



@media screen and (max-width: 1300px) {

  .roles_sec .roles_inner .roles_white_box {

    padding: 18px;

  }

  .header_sec .nabvar_link_box ul li a {
    font-size: 17px;
  }

  .header_sec .main_navbar .nabvar_link_box ul {
    gap: 20px;
  }

  .header_sec .btn_orange {

    font-size: 16px;

  }

  .header_sec .btn_black {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .header_sec .nabvar_link_box ul li a {
    font-size: 16px;
  }

  .header_sec .main_navbar {

    gap: 20px;
  }

  .header_sec .btn_orange {

    font-size: 16px;
    padding: 10px 18px;

  }

  .header_sec .btn_black {
    padding: 10px 18px;
  }
}


@media screen and (max-width: 992px) {


.main_title h2 {
    font-size: 35px !important;
    line-height: 46px !important;
}
.banner_title {
    padding-top: 20px;
}

  .toggle {
    display: block;
  }



  .toggle_box {
    background-color: #000;
    border-radius: 20px;
    width: 100%;
    height: auto;
    transition: all .5s;
    position: fixed;
    top: -407px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    max-width: 693px;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .toggle_box {
    top: 76px;
  }

  .menu-open .toggle .toggle_btn span:nth-child(2) {
    display: none;
  }

  .menu-open .toggle .toggle_btn span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-open .toggle .toggle_btn span:nth-child(3) {
    position: relative;
    top: -5px;
    transform: rotate(-45deg);
  }

.header_sec .main_navbar {
    padding: 14px 0px 40px;
    border-radius: 18px;
}


  .logo_box {
    display: flex;
  }

  .toggle_box {
    flex-direction: column;
    align-items: start;
    padding: 30px 51px;
    justify-content: start;
  }

  .header_sec .main_navbar .nabvar_link_box ul {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header .bottom_header_inner {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header_inner img {
    display: none;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul {
    flex-direction: column;
    align-items: start;
  }

  .bottom_header {
    background: unset;
  }

  .bottom_header .bottom_header_inner .bottom_header_link ul li a {
    font-size: 28px;
  }

  .bottom_header .bottom_header_inner h3 {
    padding-bottom: 20px;
  }

  .bottom_header .bottom_header_inner h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .toggle_box {

    max-width: 523px;

  }
}




@media screen and (max-width: 992px) {

  .banner_btn .outline_btn {
    color: var(--primary);
  }

  .header_sec .nabvar_link_box ul li a {
    color: var(--white);
  }

  .toggle .toggle_btn {
    top: 6px;
    position: relative;
  }

  .img_testimonial img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .toggle_box {

    max-width: 480px;

  }
}


/* .main_title h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.main_title span {
  color: var(--primary);
}

.main_title p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
} */

/* header css end */


.banner_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.banner_btn01 .outline_btn {
  color: var(--primary);
}
.gro-text h1 {
  color: #000;

    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: -0.54px;
}
.gro-text span{
  color: var(--primary);
}
/* span.Language-big{
color: #FF9A0D;

font-size: 54px;
font-style: normal;
font-weight: 900;
line-height: 130%;
letter-spacing: -0.54px;
} */

.gro-text {
text-align: left;
}
.gro-text p{
color: #000;

font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 145%; 
letter-spacing: -0.8px;
}
.pdng-cntnr {
    padding: 0px 40px 40px;
}
.hero-section {
    background-image: url('../img/accentability-back.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
}

section.ui-vertical {
    padding: 35px 0px;
}
.ui-vertical {
   background-image: url('../img/who-Is-back.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}
.banner_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.speak-big {
    text-align: left;
    margin-top: 50px;
}

.gro-text h1 {
  color: #000;

    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: -0.54px;
}
/* span.Language-big{
color: #FF9A0D;

font-size: 54px;
font-style: normal;
font-weight: 900;
line-height: 130%; 
letter-spacing: -0.54px;
} */

.gro-text {
    text-align: left;
}
.gro-text p{
color: #000;


font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 145%; /* 29px */
letter-spacing: -0.8px;
}
.pdng-cntnr {
    padding: 40px 40px 39px;
}


section.about-eocmers {
  padding: 60px 0px;
  text-align: center;
background: #F5F9FF;

}
.abt-dt2 h2 {
    color: var(--font-color-dark-800, #151515);
    text-align: center;
 
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.abt-dt2 p{
color: #2B2B2B;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
letter-spacing: -0.6px;
}

/* span.Languag-for{
  color: #FF9A0D;

font-size: 45px;
font-style: normal;
font-weight: 900;
line-height: normal;
} */
.provider_tools_box {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 30px;
}
section.ui-vertical {
    padding: 55px 0px;
    text-align: center;
}
section.ui-vertical {
  background-image: url('../img/who-Is-back.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
}
.provider_tools_box {
display: flex;
align-items: center;
gap: 20px;
text-align: left;
}
.provider_tools_text h6{
 color: #FF9A0D;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
letter-spacing: -0.6px; 

}
.provider_tools_text p{
color: #000;

font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
letter-spacing: -0.48px;
}

.improve h2 {
    color: #fff;
    text-align: center;
    
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
     margin-bottom: 40px;
}
.improve h2 span{
  color: var(--primary);
}

.banner_itm .banner_text .app_img img {
    max-width: 100%;
}
.app_img {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-top: 15px;
}

section.ui-vertical {
    background-image: url(../img/who-Is-back.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

section.aI-powered{
    background-image: url(../img/why-back.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;  
}
section.aI-powered {
    padding: 65px 0px;
}
section.journey-big{
  padding: 65px 0px;
}
section.journey-big{
    background-image: url(../img/159_06.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;  
}

.main_title h2{
  font-size: 45px;
font-style: normal;
font-weight: 900;
line-height: normal;
color: var(--black);
}

.main_title h2 span{
  color: var(--primary)
}

.abt-dt2.warp h2 {
    text-align: left;
}


.abt-dt2.warp p {
    text-align: left;
}

.abt-dt2.warp.my{
  color: #2B2B2B;

font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 29px; /* 181.25% */
letter-spacing: -0.48px;
}
.img-boxx img {
  max-width: 100%;
}
section.testimonial{
  padding: 65px 0px;
}

.testimonial img{
  max-width: 100%;
}

h5.fw-bold{
  color: #000;

font-size: 27px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
p.text-muted{
  color: #808080;

font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 200% */
}
p.px-md-5{
  color: #2B2B2B;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
letter-spacing: -0.48px;
}
.edtech {
    position: relative;
    text-align: center;
    margin-top: -120px;
}
a.standard{
  color: #FF9A0D !important;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 186.667% */
}

.abt-dt2.testimonial {
 position: relative;
}
.abt-dt2.testimonial img {
    max-width: 100%;
}
.testimonialSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

/* .swiper-button-prev-custom, .swiper-button-next-custom {
    width: 79px;
    height: 48px;
    font-size: 22px;
    line-height: -6;

    border-radius: 23px !important;
    color: #fff;
    background-color: #FF9A0D;
    border: 0 !important;
} */
/* button.btn.btn-warning.rounded-circle.swiper-button-prev-custom:hover{
    color: #fff;
    background-color: #FF9A0D;
    border: 0 !important;
}
button.btn.btn-warning.rounded-circle.swiper-button-next-custom{
    color: #fff;
    background-color: #FF9A0D;
    border: 0 !important;  
} */

.btn_trans{
  background: transparent;
  border: none;
  padding: 0;
}
.btn_trans:focus{
  outline: none;
}

  @media (min-width: 768px) {
    .testimonialSwiper .swiper-slide p {
      max-width: 600px;
    }
  }

  section.faq-big {
    background: #F5F9FF;
   padding: 65px 0px;
}

.light_blue{
    background: #F5F9FF;
}


/* >>> FAQ STYLES <<< */
.faq_container {
    /* border: 1px solid var(--Neutral-80); */
    border-radius: 20px;
    border-radius: 20px;
    background: #FFF9F2;
    box-shadow: 0px 0px 6px 4px rgba(191, 191, 191, 0.25);
}
.faq_main_container {
width: 100%;
margin: 0 auto;
padding: 35px 0px 0px 0px;
}
.faq_question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 14px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 20px;
    background: #FFF;
}

.faq_question.active{
  background: transparent;
}

.answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}
.answer {
padding: 0 10px 20px;
line-height: 1.5rem;
}
.fqa_headline_container h2 span { font-weight: 700; }
.faq_question-text h3 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.icon.active {
background: transparent;
border: 2px solid #fff;
}
.icon:hover { cursor: pointer; }
.icon-shape { 
position: relative;
    width: 30px;
    height: 30px;
    background-color: #fff9f2;
    border-radius: 50px;
    border: 1 xp solid;
    border: 1px solid var(--Neutral-80);
   }
.icon .icon-shape::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 4px;
    background: #151515;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.icon .icon-shape::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 18px;
    background: #151515;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
transform: translate(-50%, -50%) rotate(180deg);
transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
transform: translate(-50%, -50%) rotate(90deg);
transition: all 0.5s ease;
}
.faq_main_container h2 {
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 96px;
}
/*dashboard css start..*/
.main_box {
background-color: var(--lightblue10);
position: relative;
}
.main_box .main_box_inner {
display: flex;
}
.content_box {
position: relative;
max-width: 100%;
flex: 0 0 85%;
height: 100vh;
}

span.really {
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.faq_question-text {
    display: flex;
    gap: 20px;
    align-items: center;
}








/*f0oter css start... */
 
input:focus-visible,textarea {
outline: -webkit-focus-ring-color auto 0px;
}
 
 
.footer {
    background-color: #F5F9FF;
    padding: 20px 0;
}
.bg_black2{
    background: #000;
    color: #fff;
    position: relative;
    padding: 48px 0px 48px;
    margin: 0px 15px;
    border-radius: 30px;
}
 
/* .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
  */

.footer-left,
.footer-right {
  flex: 1;
  min-width: 280px;
}
 
.footer-left h2 {
    margin-bottom: 10px;
    color: var(--font-color-white, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 116.865%;
    letter-spacing: -1.2px;
}
 
.footer-left p,
.footer-right p {
color: #BFBFBF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 125%; /* 20px */
letter-spacing: -0.48px;
}
 
.subscribe-form {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 
.subscribe-form input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 116.865%; */
    letter-spacing: -0.48px;
}
 
.subscribe-form button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8.833px;
    border-radius: 35.333px;
    background: #FF9A0D;
    border: 0;
    color: #fff;
    padding: 16px 21px;
}
 
.subscribe-form button:hover {
  background: #ffa726;
}
 
.footer-right small {
    color: #aaa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.865%;
    letter-spacing: -0.36px;
}
 
.footer-right a {
  color: #ffff;
  text-decoration: underline;
  text-decoration: none;
}
 
hr {
  border: 0;
  border-top: 1px solid #333;
  margin: 30px 0;
}
 
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
 
.footer-bottom p {
  font-size: 12px;
  color: #aaa;
}
 
.social-icons a {
  margin: 0 5px;
  display: inline-block;
}
 
.social-icons img {
    width: 45px;
    height: 45px;
}
hr {
    border: 0;
    border-top: 2px solid #fdfbff;
    margin: 30px 0;
}
 
.design-big {
    text-align: center;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

