@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.about-bg{
    background-image: url(assets/images/banner/Frame\ 3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 368px 0 64px;
}
.about-banner-title h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 32px;
}
.about-banner-title h1 span{
  color: #F8E559; 
}
.about-banner-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 60%;
    margin: 0 auto;
}
.lense-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 75px;
    text-align: center;
    letter-spacing: -2px;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.lense-title h2 span{
  color: #2C3773;
}
.lense-bg {
    padding: 140px 0;
}
.lense-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
    max-width: 70%;
    margin: 0 auto 96px;
}
.lense-item {
    text-align: center;
}
.lense-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.lense-item h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 16px;
}
.lense-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
    margin: 0;
}
.team-bg {
    background: #F2F2F2;
    padding: 120px 0;
}
.team-sub-title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.team-title h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 75px;
    text-align: center;
    letter-spacing: -2px;
    color: #2C3773;
    margin-bottom: 24px;
}
.team-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
    max-width: 47%;
    margin: 0 auto 64px;
}
.team-item-main {
    background: #2C3773;
    border-radius: 8px;
}
.team-item img {
    width: 100%;
    padding: 8px 8px 19px 8px;
}
.team-item-main-content {
    padding: 0 32px 32px 32px;
}
.team-content h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #F2F2F2;
    margin-bottom: 16px;
}
.team-content h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #F8E559;
    margin-bottom: 16px;
}
.team-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.team-cat p {
    background: #384487;
    border: 1px solid rgba(248, 229, 89, 0.2);
    border-radius: 3.35544e+07px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(248, 229, 89, 0.8);
    padding: 4px 12px;
    margin: 0;
}
.team-cat {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 8px;
}
.team-social-bg {
    background: #F8E559;
    border-radius: 3.35544e+07px;
    padding: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-social {
    display: flex;
    gap: 12px;
    border-top: 1px solid #F8E559;
    padding-top: 23px;
    margin-top: 32px;
}
.founder-sub-title p {
    font-family: 'Montserrat'!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-transform: uppercase!important;
    color: #2B2B2B!important;
    margin-bottom: 24px!important;
}
.founder-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #0D0D0D;
    margin-bottom: 16px;
}
.founder-desig h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #2B2B2B;
    margin-bottom: 0;
}
.founder-desig {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.founder-desc p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 39px;
}
.founder-item h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C3773;
    margin-bottom: 12px;
}
.founder-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    margin: 0;
}
.founder-item-main {
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px;
}
.founder-desc {
    margin-bottom: 40px;
}
.founder-bg {
    padding-bottom: 140px;
    position: relative;
}

.founder-img-content {
    background: #F8E559;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 128.8px;
    height: 88px;
    margin: 40px 20px 20px 46px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.founder-img-content h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D0D;
    margin-bottom: 0;
}
.founder-img-content p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #0D0D0D;
    margin: 0;
}

.counter-section {
    text-align: center;
    padding: 156px 0 42px;
    font-family: 'Inter', sans-serif;
}

.sub-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 40px;
}

.main-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 32px;
}
.desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 64px!important;
}
.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.counter-card {
    background: #2C3773;
    border-radius: 8px;
    padding: 34px 42px;
    transition: 0.3s;
}
.counter-card:hover {
    transform: translateY(-6px);
}
.count-number {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #F2F2F2;

}
.icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px;
}
.count-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.plus-sign {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #F8E559;
}
.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.number-item h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 8px;
}
.number-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2B2B2B;
    margin: 0;
}
.number-bg {
    padding-bottom:0px;
}
.journey-section {
    padding: 144px 0px 0;
}
.journey-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.journey-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -2px;
    color: #2C3773;
    margin-bottom: 32px;
}
.journey-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 64px!important;
}
.timeline {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background: #e6e6e6;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.timeline-item {
    width: 50%;
    padding: 20px 30px;
    position: relative;
}
.timeline-item.left {
    left: 0;
}
.timeline-item.right {
    left: 50%;
}
.timeline-item::before {
    content: "";
    position: absolute;
    top: 40px;
    width: 18px;
    height: 18px;
    background: #F8E559;
    border: 4px solid #0D0D0D;
    border-radius: 50%;
    z-index: 10;
}
.timeline-item.left::before {
    right: -10px;
}
.timeline-item.right::before {
    left: -10px;
}
.content-box {
    background: #F2F2F2;
    border-radius: 14px;
    padding: 32px;
    text-align: left;
}
.content-box h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    letter-spacing: -1px;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.content-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #0D0D0D;
    margin: 0;
}
.year-tag {
    display: inline-block;
    width: 100%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #0D0D0D;
    padding: 4px 16px;
    background: #F8E559;
    border-radius: 3.35544e+07px;
    margin-bottom: 40px;
}
.journey-section .right .year-tag{
  text-align: left;
}
.journey-section .right .content-box h3{
  text-align: left;
}
.journey-section .right .content-box p{
  text-align: left;
}
.founder-item img {
    margin-bottom: 16px;
}
/*slider css  */
.slider-section-bg {
    background: #000;
    padding: 120px 0px 240px;
    overflow: hidden;
}
.slider-sub-title p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.slider-title h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.slider-title p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.slider-item-content {
    padding: 25px 25px;
    background: #0D0D0D;
    border-radius: 16px;
    margin-bottom: 60px;
}
.slider-item-content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #F8E559;
    margin-bottom: 12px;
}
.slider-item-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
}
.slider-bottom-one p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0;
}
.slider-bottom-two p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #F8E559;
    margin: 0;
}
.slider-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fd-slider .slick-slide {
    margin: 0 15px; 
}

.fd-slider .slick-list {
    margin: 0 -15px;
}
.slider-img img {
    width: 100%;
}
.service-banner{
    background-image: url(/assets/images/banner/Frame\ 3.png);
    padding: 296px 0 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-banner-content h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 32px;
}
.service-banner-content h1 span {
   color: #F8E559;
}
.service-banner-content p {
    max-width: 725px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 48px;
}
.service-banner-item ul {
    display: flex;
    align-items: center;
    list-style: unset;
    justify-content: center;
    gap: 40px;
}
.service-banner-item ul li{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.service-on {
    padding: 140px 0 64px;
}
.service-on-sub-title {
    width: 110.69px;
    border: 1px solid #2C3773;
    border-radius: 3.35544e+07px;
    padding: 13px 19px 13px 17px;
    margin-bottom: 40px;
	display: none;
}
.service-on-sub-title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2C3773;
    margin: 0;
}
.service-on-content h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #2C3773;
    margin-bottom: 24px;
}
.service-on-content p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    margin-bottom: 64px;
    max-width: 50%;
}
.service-on-item {
    padding: 24px 37px 24px 24px;
    background: #F7F7F7;
    border-radius: 14px;
}
.service-on-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    border-radius: 14px;
    margin-bottom: 40px;
	padding:16px;
}
.service-on-item-content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #2C3773;
    margin-bottom: 40px;
}
.service-on-item-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #0D0D0D;
    margin: 0;
}
.delivery-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1px;
    color: #2B2B2B;
    margin-bottom: 46px;
}
.delivery-item-wrapper {
    padding: 32px 62px 32px 32px;
    background: #F7F7F7;
    border-radius: 14px;
}
.delivery-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 16px;
    width: 66px;
    height: 56px;
    padding: 14px;
}
.delivery-item-text h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #2B2B2B;
    margin-bottom: 25px;
}
.delivery-item-text p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0A0A0A;
    margin: 0;
}
.delivery-item-main {
    display: flex;
    align-items: start;
    gap: 16px;
    margin-bottom: 48px;
}
.deliver-list ul{
    margin-bottom: 0;
}
.deliver-list ul li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
    margin-bottom: 12px;
}
.deliver-list ul li:last-child {
    margin-bottom: 0;
}
.service-two-bg {
    padding: 160px 0 72px;
}
#service-two-list ul {
    display: grid;
    grid-template-columns: auto auto;
    border-top: 1px solid #E6E6E6;
    padding-top: 17px;
}
.service-two-bg .delivery-item-wrapper{
    margin-bottom: 24px;
}
.service-two-bg .delivery-item-text h3{
  color: #2C3773;
}
.workflow-main-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1px;
    color: #2C3773;
    margin-bottom: 48px;
}
.workflow-num {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 3.35544e+07px;
    padding: 24px 24px;
    margin: 0 auto 16px;
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.workflow-num::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 20px;
    background-image: url("https://ischolaris.co.uk/wp-content/uploads/2025/12/Pastille-Atout_Orange-1.png");
    background-size: cover;
    background-repeat: repeat;
    left: 188%;
    background-position: center;
}
.workflow-wrapper .row .col-xxl-3.col-lg-4.col-md-6:last-child 
.workflow-main-item .workflow-num::after {
    display: none;
}


.workflow-num h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0D0D0D;
    margin: 0;
}
.workflow-item h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 16px;
}
.workflow-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #0A0A0A;
    margin: 0;
}
.unlimited-wrapper {
    padding: 33px 33px;
    background: #F7F7F7;
    border: 1px solid rgba(248, 229, 89, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.unlimited-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.unlimited-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.unlimited-item-conten h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2C3773;
    margin-bottom: 4px;
}
.unlimited-item-conten p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A0A;
}
.unlimited-bg {
    padding-top: 72px;
}
.service-three-bg{
    padding: 160px 0 72px;
}
#service-three-list {
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 51px;
}
#service-three-list ul {
    padding-left: 20px;
}
.platform-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1px;
    color: #2C3773;
    margin-bottom: 48px;
}
.platform-item {
    background: #2B2B2B;
    border: 1px solid #2C2C2C;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
}
.platform-item h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 36px;
}
.platform-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 16px;
}
.platform-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #F8E559;
    margin: 0;
}
.platform-item img {
    margin-bottom: 33px;
}
.process-content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #2C3773;
    margin-bottom: 40px;
}
.process-bg {
    padding: 72px 0 140px;
}
.process-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 56px;
    max-width: 80%;
}
.process-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.process-list ul li span {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 3.35544e+07px;
    padding: 6px 14px;
    margin-right: 16px;
}
.process-list ul li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    margin-bottom: 16px;
}
.process-right-wrapper {
    padding: 48px 50px 48px 48px;
    background: #F7F7F7;
    border-radius: 14px;
	display:none;
}
.proces-title h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 16px;
}
.proces-title p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0A0A0A;
}
.process-right-item {
    width: 48px;
    height: 48px;
    background: #F8E559;
    border-radius: 14px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.process-right-icon-item h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 8px;
}
.process-right-icon-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0A0A0A;
    margin: 0;
}
.process-right-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 410px;
    margin: 0 auto;
}
.process-right-icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-right-bottom p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #0A0A0A;
    margin: 0;
}
.process-right-bottom {
    text-align: center;
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 32px;
}
.process-right-bottom img {
    margin-bottom: 12px;
}
.proces-title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
    margin-bottom: 32px;
}
.pricing-bg {
    background: #F2F2F2;
    padding: 120px 0;
}
.pricing-sub-title {
    border: 1px solid #2C3773;
    border-radius: 3.35544e+07px;
    padding: 13px 17px;
    width: 110px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
	display:none;
}
.pricing-sub-title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2C3773;
    margin: 0;
}
.pricing-title h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    color: #2C3773;
    margin-bottom: 24px;
}
.pricing-desc p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
    max-width: 61%;
    margin: 0 auto 86px;
}
.pricing-item {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 33px;
    transition: 0.3s;
}
.pricing-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F8E559 0%, rgba(248, 229, 89, 0.6) 100%);
    box-shadow: 0px 10px 15px -3px rgba(248, 229, 89, 0.2), 0px 4px 6px -4px rgba(248, 229, 89, 0.2);
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 48px;
}
.pricing-item h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2C3773;
    margin-bottom: 32px;
}
.pricing-item h6 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2C3773;
    margin-bottom: 40px;
}
.pricing-item h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.pricing-item p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0A0A0A;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 33px;
    margin-bottom: 56px;
}
.pricing-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 58px;
}
.pricing-item ul li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A0A;
    margin-bottom: 18px;
}
.pricing-item ul li span img{
    margin-right: 12px;
}
.pricing-item-btn .btn {
    border: 1px solid #2C3773;
    border-radius: 8px;
    width: 100%;
    padding: 7px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2C3773;
    transition: 0.3s;
}
.pricing-item-btn .btn:hover{
    background: #384487;
    color: #fff;
}

.pricing-top {
    width: 133.84px;
    height: 25.2px;
    background: #2C3773;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 3.35544e+07px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -45px auto 20px;
}
.pricing-top h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F8E559;
    margin: 0;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(1) .pricing-item:hover {
  border: 1px solid #2C3773;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(2) .pricing-item {
  border: 1px solid #2C3773;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(2) .pricing-item {
    margin-top: -23px;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(2) .pricing-item-btn .btn{
  background: #F8E559;
  color: #0D0D0D;
  border: 0;
  transition: 0.3s;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(2) .pricing-item-btn .btn:hover{
    background: #384487;
    color: #fff;
}
.pricing-wrapper .row > .col-xxl-4.col-lg-4:nth-of-type(3) .pricing-item:hover {
  border: 1px solid #2C3773;
}
.add-wrapper {
    padding: 32px 32px 32px 32px;
    max-width: 896px;
    background: #2C3773;
    border: 1px solid rgba(248, 229, 89, 0.3);
    border-radius: 14px;
    margin: 72px auto 46px;
	display:none;
}
.add-title h4 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 48px;
}
.add-item {
    background: #384487;
    border-radius: 14px;
    padding: 16px;
}
.add-item p {
    margin: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.add-item-main {
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px;
    margin-bottom: 48px;
}
.add-text p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F8E559;
    margin: 0;
}
.req-text p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0A0A0A;
    margin-bottom: 24px;
	display:none;
}
.req-btn{
    text-align: center;
	display:none;
}
.req-btn .btn {
    background: #2C3773;
    border-radius: 8px;
    padding: 10px 25px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F8E559;
    transition: 0.3s;
}
.req-btn .btn:hover{
    background: #F8E559; 
    color: #2C3773;
}
.contact-bg {
    padding: 120px 0;
}
.contact-us-bg {
    padding-bottom: 120px;
}
.contact-sub-title {
    background: rgba(248, 229, 89, 0.1);
    border: 1px solid rgba(248, 229, 89, 0.3);
    border-radius: 3.35544e+07px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2C3773;
    padding: 9px 17px;
    max-width: 145px;
    margin: 0 auto 35px;
}
.contact-sub-title span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-title h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 120px;
    text-align: center;
    letter-spacing: -4px;
    color: #2C3773;
    margin-bottom: 25px;
}
.contact-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
    margin: 0 auto 50px;
    max-width: 64%;
}
.contact-info-main a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FA4B00;
    text-decoration: none;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 59px;
    margin-bottom: 64px;
    justify-content: center;
}
.contact-info-main a img {
    margin-right: 8px;
}
.contact-info .contact-info-main:nth-child(2) a {
    color: #4C7FFF;
}
.contact-info .contact-info-main:nth-child(3) a {
    color: #03CA2F;
}
.contact-wrapper {
    padding: 97px 20px;
    background: #2C3773;
    border-radius: 8px;
}
.contact-wrapper-form {
    max-width: 856px;
    margin: 0 auto;
}
.contact-field label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.contact-wrapper .form-control {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    background: transparent;
    padding: 19px 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5); 
}
.contact-wrapper textarea.form-control {
    min-height: 112px!important;
    resize: none;
    color: rgba(255, 255, 255, 0.5); 
}
.contact-wrapper select{
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    background: transparent;
    padding: 19px 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; 
    width: 100%;
    color: rgba(255, 255, 255, 0.5); 
}
.contact-wrapper select option{
    background: #2C3773;
    color: #FFFFFF;
}
.contact-field input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.contact-field-main {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.contact-field {
    width: 100%;
}
.contact-wrapper .form-control:focus {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-color: #F2F2F2!important;
    outline: 0!important;
    box-shadow: none!important;
}
textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-btn .form-control {
    background: #F8E559;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C3773;
}
.contact-btn{
    width: 100%;
}
#textarea {
    margin-bottom: 40px;
}
.contact-us-title h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #2C3773;
    margin-bottom: 16px;
}
.contact-us-title p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 40px;
}
.contact-item-bg {
    background: #F7F7F7;
    border-radius: 14px;
    padding: 32px;
}
.contact-us-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #2C3773;
    border-radius: 16px;
    margin-bottom: 48px;
}
.contact-item-content h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2B2B2B;
    margin-bottom: 48px;
}
.contact-item-content p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A0A;
    margin: 0;
}