@charset "utf-8";
/* CSS Document */
.main-articlebodycontainer h1, .main-articlebodycontainer h2, .main-articlebodycontainer h3, .main-articlebodycontainer h4, .main-articlebodycontainer h5, .main-articlebodycontainer h6 {
    font-family: "Afacad", sans-serif;
}

body,
.poppins-font {
	font-family: "Poppins", sans-serif;
}


#body {
	overflow-x: hidden;
	padding-bottom: 150px;
}

.img-fluid {
    width: 100%  !important;
    height: 100%  !important;
}
/* Inner pagecss */

.custom-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.performing-heading{
	font-size: 90px;
	text-transform: uppercase;
}
.disc li {
  list-style-type: disc;
  margin-left: 1.5rem; /* or use padding-left */
  margin-bottom: 10px;
}


/* Inner pagecss end herer*/
.navbar-brand img {
	height: auto;
}
.card-heading {
	max-width: 70%;
}
.para-width{
	max-width: 70%;
}
.custom-list {
  list-style: none;
  padding-left: 0;
  max-width: 70%;
}
.custom-list li{
	display: flex;
	 align-items: center;
	 margin-bottom: 1rem;
	   font-size: 1rem;
  line-height: 1.5;
}
.list-icon{
	  width: 50px;
  height: 50px;
	margin-right: 15px;
	 margin-right: 12px;
  flex-shrink: 0; /* prevent image from shrinking */
  margin-top: 4px; /* vertically aligns with text better */
}


.card-heading{
	font-size: 36px;
		text-transform: uppercase;
	color: #323232;
	color: #720ea7;
	background: linear-gradient(90deg, #710EA6 20%, #DD143D 50%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




.ai-h1-title {
	text-transform: uppercase;
	color: #323232;
	color: #720ea7;
	background: linear-gradient(90deg, #DD143D 20%, #710EA6 50%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 120px;
	/* 100% */
	margin: 40px 0px 40px 0px;
}

 .other-article-list{background: #fff;}

 

.bg-ai-inner {
z-index: 1;
    padding-left: 10rem;
    margin-top: 0;
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg-ai-inner-color:after {
	content: '';
	background: linear-gradient(90deg,#E31437 10%, #710EA6 52%,  rgba(227, 20, 55, 0.00) 61.6%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.art-ai-section {
	 
}


.ai-inner-article{	 
  margin-top: 45px;
	left: -4%;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.10);     margin-bottom: 60px;
}


.flex-row-reverse .ai-inner-article{	 
  margin-top: 45px;
	left: 4%;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.10);     margin-bottom: 60px;
}

.ai-inner-article .rightcontent{padding: 40px;}
.left-right{padding-bottom: 40px;}


.ai-inner-article-1 .leftcontent{padding: 40px;}
.right-left{padding-bottom: 40px;}
.ai-inner-article-1{	 
  margin-top: 45px;
	right: -4%;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.10);     margin-bottom: 60px;
	z-index: 1;
}

/* Step-05 css */
    .steps-container {
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 960px;
    
    padding: 60px 0;
    gap: 1vw;
    }

    .step-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
        height: auto;
    }

    .colored-side {
width: auto;
    height: auto;
    clip-path: polygon(100% 0, 100% 100%, 0% 75%, 0% 25%);
    position: relative;
    z-index: 10;
    }
    .colored-side img {
    width: 155px;
    height: 500px;
      
    }

   
    .colored-right {
    position: absolute;
    right: -50%;
    }

    .colored-left {
      /* left: 0;
      top: 0; */
      transform: scaleX(-1); /* Flip image horizontally */
      z-index: 2;
          position: absolute;
    left: -50%;
    }

    .card {
        background: white;
    padding: 20px 0px;
    padding-left: 35px;
    z-index: 1;
    position: relative;
    flex: 1;
    border: none;
    min-width: 100%;
    }

    /* Top and bottom shadows */
.card::before,
.card::after {
  content: "";
  position: absolute;
  right: -3vw;
  width: 85%;
  height: 3px;
  z-index: -1;
  opacity: 0.3;
  filter: blur(1px);
 
}
.card.card-reverse::before,
.card.card-reverse::after {
  left: -2vw;
}

/* Top shadow */
.card::before {
  top: -19px;
      box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.8);
      transform: rotate(7deg);
}

/* Bottom shadow */
.card::after {
  bottom: -17px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.8);
  transform: rotate(-6deg);
}


/* Top shadow */
.card-reverse::before {
     top: -27px;
    left: 10px;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.8);
    transform: rotate(-7deg);
}
.card-reverse::after {
     top: auto;
    left: 0;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.8);
    transform: rotate(6deg);
}

.card-05-shadow::before {
       top: 11px;
    left: 148px;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.8);
    transform: rotate(6deg);
}
.card-05-shadow::after {
       bottom: 8px;
    resize: 0px;
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.8);
    transform: rotate(-7deg);
}

sup {
  font-size: 0.7em;     /* smaller size */
  vertical-align: super; /* raise it up */
  line-height: 0;        /* prevents extra spacing */
}

    .step-number {
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      transform: translate(-50%, -50%) scaleX(1);
    }
        .step-number span {font-size: 34px; line-height: 1;}

       .number-right {
      right: 45%;
      
    transform: translate(-50%, -50%) scaleX(1);
    }

    .number-left {
      left: 62%;
   transform: translate(-50%, -50%) scaleX(-1);
    }



    .card h4 {
      margin-top: 0;
      color:#057E0D;
          font-size: 22px;
          margin-bottom: 0;
    }
    

    .card p {
      margin-bottom: 0;
      font-size: 14px;
      color: #555;
      width: 60%;
    }
.steps-container .step-box:last-child .card p { width: 88%;}
.steps-container .step-box:last-child .card {right: -5vw !important;}

    .step-box .card {
  display: flex;
  flex-direction: column;
  align-items: center; /* horizontally center content */
  text-align: center;  /* center text if needed */
}

/* Step 2 and 4 align to end and center vertically */
.step-box:nth-child(2),
.step-box:nth-child(4) {
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  left:88%;
}

ul li a {
  text-decoration: none;
  padding-bottom: 40px;
}
ul li a:hover {
  text-decoration: none;
}
.performing-heading {
    font-size: 90px;
    text-transform: uppercase;
    color: #ffff;
    margin-bottom: 17px;
}
    /* Responsive */
    @media (max-width: 768px) {
      .steps-container {
        grid-template-columns: 1fr;
      }
    }




.steps-container .step-box:nth-child(odd) .card{right: -8vw;padding-right: 0;}
.steps-container .step-box:nth-child(even) .card{left: -8vw;padding-left: 0;}

.source-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .source-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }

  .source-list li::before {
    content: "★";
    color: #6b21a8; /* Tailwind's violet-800 or use your primary color */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }

  .source-list a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    transition: color 0.2s ease;
  }

  .source-list a:hover {
    color: #0056b3;
    text-decoration: underline;
  }

 .divider {
  margin: 0 8px;
  color: #999; /* optional: makes the divider lighter */
}

.steps-heading{

    background: linear-gradient(90deg, #710EA6 20%, #DD143D 50%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-box-padding{
  padding:40px ;
}
@media (max-width: 1366px){
	  .main-bodycontainer .container{max-width: 1200px;}
    .main-articlebodycontainer .container{max-width: 1200px;}
}

@media (max-width: 1280px){
	  .performing-heading {
    font-size: 60px;}
}
@media (max-width: 1024px){
	    .main-bodycontainer .container {max-width: 960px;}
    .main-articlebodycontainer .container {max-width: 960px;}
	.ai-h1-title{font-size: 60px; line-height: 65px; margin: 20px 0px 20px 0px}
	.bg-ai-inner{padding-left:3rem; font-size: 14px!important; line-height: 18px; width: 55%; height: 100%;}
	.ai-inner-article .rightcontent{padding: 15px;}
	.right-content-padding{left: 3%!important;right: -4%!important;}
	.left-right{padding-bottom: 0px;}
	.other-article-list{background: #fff;}
  .performing-heading {font-size: 60px;}


  .steps-container .step-box:nth-child(odd) .card {right: -11vw;}
  .steps-container .step-box:nth-child(even) .card {left: -15vw;}
  .steps-container .step-box:last-child .card {right: -10vw !important;}

.step-box:nth-child(2),
.step-box:nth-child(4) {
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  left:75%;
}
.step-box:nth-child(1),
.step-box:nth-child(3),
.step-box:nth-child(5){
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    left: -12%;
}

}

@media (min-width: 1300px){
    .main-bodycontainer .container{max-width: 1320px;}
    .main-articlebodycontainer .container{max-width: 1320px;}
}

@media (max-width: 992px){
    .main-bodycontainer .container {max-width: 100%;}
	.main-articlebodycontainer .container {max-width: 100%;}
}

@media (max-width: 820px){
      .performing-heading {
        font-size: 33px;
    }
    .text-white{
      font-size: 14px;
    }
    .steps-container{
      gap: 15vw;
    }
}

@media (max-width: 767px){
	.ai-h1-title{font-size: 38px!important; line-height: 42px!important; padding-top: 40px; margin-bottom: 20px;}
	.ai-inner-article .rightcontent{padding: 15px;}
	.bg-ai-inner-color:after {background: none;content: '';position: absolute;}
	.art-ai-section{}
	.bg-ai-inner{width: 100%;line-height: 14px;           position: relative;  font-size: 1.5rem!important;    padding: 10px; left: 0px;   background: transparent linear-gradient(212deg,#660EB2 0%,#F0152B 100%) 0 0 no-repeat padding-box;  }
	.ai-inner-article{left: 0px; margin: 20px;}
	.flex-row-reverse{flex-direction: row-reverse !important;}



	.card-heading {
	max-width: 100%;
}
.para-width{
	max-width: 100%;
}
.custom-list {
  list-style: none;
  padding-left: 0;
  max-width: 100%;
}
/* .step-box:nth-child(2), .step-box:nth-child(4) {left: 0;    justify-content: start;}
.step-box {max-width: 100%;height: 235px;}
*/
.colored-side img {width: 125px;height: 410px;} 
.steps-container {gap: 22vw;}
.colored-right {right: -20px;}
.steps-container .step-box:nth-child(odd) .card {right: 12vw;}
.steps-container .step-box:nth-child(even) .card {left: 13vw;}
.steps-container .step-box:last-child .card {right: 15vw !important;}
.colored-left{left: -20px;}
.step-box:nth-child(2), .step-box:nth-child(4) {left: 0;}
.card::before, .card::after {right: 0vw;}
.card::before {top: 5px;}
.card::after {bottom: -5px;}
.card-reverse::before {top: 5px;}
.card-reverse::after {bottom: -5px;}
.steps-container .step-box:last-child .card p {width: 80%;}
.card p {font-size: 13px;line-height: 1.5;}
.card-05-shadow::before {left: auto;}
.card h4 {font-size: 20px; line-height: 1.5;}
.step-box .card {min-height: 195px; justify-content: center;}

}

@media (max-width: 430px){
      .performing-heading {
        font-size: 38px;
    }
        .bg-ai-inner{
          padding: 20px;
        }
        .card-heading {
    font-size: 28px;}
    .step-box-padding {
    padding: 22px 0px 10px 0px;
}
    h4 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 600;
    }
    .step-box:nth-child(1),
.step-box:nth-child(3),
.step-box:nth-child(5){left: 0%;}
.info-section-1{
  padding-bottom: 60px;
}
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1024px) and (min-resolution: 144dpi){

  .performing-heading {
    font-size: 60px;
    text-transform: uppercase;
    color: #ffff;
    margin-bottom: 17px;
}
.card-heading {
    font-size: 30px;}
}