	/* HERO */
.ifs-hero {
    position: relative;
    padding: 120px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}


.ifs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(20 7 47 / 44%);
    z-index: 1;
}


.ifs-hero .container {
    position: relative;
    z-index: 2;
}

.ifs-hero .ifs-icon{
    margin-top: -10px;
}

.ifs-hero .sub{
  box-sizing: border-box;
  background: linear-gradient(90deg, #A157EA 0%, #C198FE 50%, #76C6F7 100%);
  border-radius: 44px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #181D27;
  padding: 5px 15px;

}


.ifs-hero h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #FFFFFF;
}

.ifs-hero h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  background: linear-gradient(90deg, #A157EA 0%, #C198FE 50%, #76C6F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 15px 0px;

}

.ifs-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #D2D2D2;
    margin-bottom: 35px;
}

.ifs-hero a{
    padding: 12px 32px;
    background: linear-gradient(100.53deg, #FCA732 16.99%, #FFD499 129.08%);
    mix-blend-mode: normal;
    border-radius: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #15072F;
}

/* OVERVIEW */

.industry-overview {
padding: 50px 0px;
background-color: #fff;
}

.industry-overview h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #140B28;
    margin-left: 23px;
}

.industry-overview h5:before {
    content: "";
    position: absolute;
    background: #a25beb;
    height: 20px;
    width: 20px;
    left: -4%;
    /* margin-right: 10px; */
    /* padding: 5px; */
    border-radius: 219px;
}

.odoo.industry-overview h5:before {
    content: "";
    position: absolute;
    background: #a25beb;
    height: 20px;
    width: 20px;
    left: 1%;
    /* margin-right: 10px; */
    /* padding: 5px; */
    border-radius: 219px;
}

.industry-overview p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #181D27;
}

.industry-overview img{
  /*width: 451px;
  height: 451px;*/
  /*background: linear-gradient(0deg, #6941C6, #6941C6), url(2151113243.jpg);
  background-blend-mode: soft-light, normal;*/
  border-radius: 750px;
}
/*.img-border{
  border:5px solid #8b5cf6;
  border-radius:50%;
  padding:10px;
}*/

/* CHALLENGES */

.challenges {
  background-color: #170430;
  padding: 80px 0;
}

/* TITLE */
.title-box span{
  font-weight:600;
  font-size:16px;
  color:#9476D9;
}

.challenges .title-box h2{
  font-weight:700;
  font-size:48px;
  line-height:1.2;
  margin:20px 0;
  background: linear-gradient(90deg,#A157EA,#C198FE,#76C6F7);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.title-box p{
  color:#D2D2D2;
  font-size:16px;
}

/* CARD */
.challenge-card {
    display: flex;
    /* align-items: center; */
    gap: 16px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(148,118,217,0.3);
    border-bottom: 2px solid #6d4ccf;
    transition: 0.3s;
}

.challenge-card:hover{
  border-color:#a855f7;
  box-shadow:0 0 20px rgba(168,85,247,0.2);
}

/* ICON */
.challenges .icon-box{
  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:10px;

  border:1px solid #6d4ccf;
  background:linear-gradient(180deg,#1f0a45,#170430);
}

.challenges .icon-box img{
  width:20px;
  height:20px;
  object-fit:contain;
}

/* CONTENT */
.challenge-card .content{
  flex:1;
}

.challenge-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
}

/* NUMBER */
.challenge-card .num{
  font-size:12px;
  color:#c4b5fd;
  font-weight:600;
}

/* FOOT TEXT */
.foot-text{
  color:#D2D2D2;
  font-size:16px;
}

/* MOBILE */
@media(max-width:768px){
  .title-box h2{
    font-size:28px;
  }
}
/* SOLUTIONS */


.solutions {
    background-color: #f5f2f7;
    padding: 50px 0px;
}

.solutions .title-box span{

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.32px;
color: #6941C6;


}

.solutions .title-box h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 45px;
text-align: center;
color: #181D27;

}

.solutions .title-box p{


font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 28px;
text-align: center;
color: #8E8E93;
}

.solutions .solution-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px #F1EDF7;
    border-radius: 20px;
    height: 100%;
}

.solutions .solution-box:hover h6 , .solutions .solution-box:hover i { color: #fff; }

.solutions .solution-box i {
    padding-top: 15px;
    width: 52px;
    height: 52px;
    background: radial-gradient(91.92% 91.92% at 35% 35%, #BBB2FF 0%, #6941C6 65%);
    border-radius: 12px;
    margin-bottom: 20px;
}

.solutions .solution-box h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #181D27;
    text-align: left;
}

.solutions .solution-box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8E8E93;
    text-align: left;
}


.industry-segments{
  background:#fff;
}


.industry-segments .sub-title{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
text-align: center;
letter-spacing: 0.32px;
color: #6941C6;

}

.industry-segments h2{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 45px;

text-align: center;

color: #181D27;


}

.industry-segments p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #8E8E93;
    margin: 25px 0px;
}

/* TAB HEADER */
.segment-tabs{
  background:#fff;
  border-radius:12px;
  padding:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.tab-btn {
    /* flex: 1; */
    display: flex;
    background: none;
    border: none;
    gap: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.tab-btn img {
    width: 25px;
    display: block;
    margin: 0 auto 5px;
    filter: invert(1);
}

.tab-btn span{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;

color: #8E8E93;

}

.tab-btn.active{
  border-bottom:3px solid #7c5cff;
 
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 21px;
color: #6941C6;

}

/* TAB BODY */
.tab-pane{
  display:none;
  opacity:0;
  transform:translateY(10px);
  transition:0.4s;
}

.tab-pane.active{
  display:block;
  opacity:1;
  transform:translateY(0);
}

.tab-img-box1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.tab-img1{
width: 56px;
height: 56px;
background: radial-gradient(91.92% 91.92% at 35% 35%, #BBB2FF 0%, #6941C6 65%);
border-radius: 14px;
}

.tab-img1 img {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    margin: 15px 0px 0px 15px;
    
}

.tab-tit1 span {
    box-sizing: border-box;
    padding: 2px 8px;
    background: #F9F5FF;
    border: 1px solid #E9D7FE;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    display: none;
    font-size: 12px;
    line-height: 18px;
    color: #6941C6;
}

.tab-tit1 h3{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 35px;
color: #181D27;

}

.tab-con{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 29px;

color: #414651;

}


/* BOXES */
.light-box{
  
padding: 28px 28px 15px;
background: #f5f2f7;
box-shadow: 0px 4px 14px #F1EDF7;
border-radius: 20px;

}

.dark-box {
    padding: 28px 28px 15px;
    background: linear-gradient(135deg, #070211 0%, #723EAD 100%);
    border-radius: 16px;
}

/* LIST */
.light-box ul,
.dark-box ul{
  list-style:none;
  padding:0;
}


.light-box h5{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
color: #181D27;

}



.light-box li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #414651;
    margin: 15px 0px;
    list-style-type: disc;
    margin-left: 30px;
}

.dark-box h5{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
color: #FFFFFF;
}


.dark-box li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #E9D7FE;
    margin: 15px 0px;
    list-style-type: disc;
    margin-left: 30px;
}

/* ICON */
/*.light-box li::before {
    content: "✔";
    position: relative;
    
    color: #fff;
    box-sizing: border-box;
    padding: 3px;
    background: linear-gradient(135deg, #BBB2FF 0%, #6941C6 100%);
    border-radius: 50%;
    
    margin: 10px 10px;
}*/


/*.dark-box li::before {
    content: "✔";
    position: relative;
    
    color: #fff;
    box-sizing: border-box;
    padding: 3px;
    background: rgba(214, 187, 251, 0.2);
    border: 1px solid rgba(214, 187, 251, 0.35);
    border-radius: 6px;
   
    margin: 10px 10px;
}*/

/* MOBILE */
@media(max-width:768px){

  .tab-btn span{
    display:none;
  }

  .tab-btn img{
    margin-bottom:0;
  }

  .segment-tabs{
    overflow-x:auto;
    flex-wrap:nowrap;
  }

  .tab-btn{
    min-width:50px;
  }

}

/* WHY IFS */
.why-ifs{
  background:#f6f3f8;
  
  padding:80px 0;
}

.why-ifs .why-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 56px !important;
    gap: 32px;
    /* background: conic-gradient(from 90deg at 50% 50%, #140B28 0deg, #3E227E 301.65deg, #140B28 360deg), conic-gradient(from 90deg at 50% 50%, #3E227E -58.35deg, #140B28 198deg, #3E227E 301.65deg, #140B28 558deg); */
    backdrop-filter: blur(32px);
    border-radius: 20px;
}

.why-ifs .why-box span{

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #C9BAEC;
}

.why-ifs .why-box h2{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
}

.why-ifs .why-box p{


font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #D2D2D2;

}

/* GRID 3 COLUMN */
.why-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
  padding: 0;
  margin-top: 20px;
}

/* LIST ITEM */
.why-list li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

/* CHECK ICON BOX */
.why-list li::before{
  content: "\f00c"; /* fontawesome check */
  font: var(--fa-font-solid);
  font-weight: 900;

  position: absolute;
  left: 0;
  top: 2px;

  width: 26px;
  height: 26px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;

  font-size: 12px;
  color: #fff;

  background: linear-gradient(135deg, #BBB2FF 0%, #6941C6 100%);
}

@media(max-width:992px){
  .why-list{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:576px){
  .why-list{
    grid-template-columns: 1fr;
  }
}

/*.why-ifs .why-box a{
  
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 12px 32px;
isolation: isolate;
background: linear-gradient(100.53deg, #FCA732 16.99%, #FFD499 129.08%);
mix-blend-mode: normal;
border-radius: 44px;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #15072F;

}*/


.challenges .challenge-card h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}