.wrapper-container {
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}



.subtitle {
  padding-bottom: 2vw;
  font-family: var(--secondary-font);
  font-size: 25px;
  background: var(
    --Blue,
    linear-gradient(103deg, #00509d -6.88%, #00296b 76.63%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
/* 
.card {
  background-color: #bee0ff;
  width: 32%;
  border-radius: 16px;
  padding: 1.2rem !important;
  text-align: center;
  border: none;
  flex-shrink: 0;
} */

.card-2 {
  /* background-color: #ffdab7; */
}
.card-3 {
  background-color: #e7f9e7;
}
.wrapper {
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.card > h2 {
  padding-bottom: 10px;
  font-size: 1.5rem !important;
  margin-top: 0.8rem !important;
  font-family: var(--secondary-font);
  font-weight: 600;
}
.card > p {
  margin-bottom: 1rem;
  font-family: var(--primary-font);
  font-size: 16px;
}
.bullet-point > li {
  list-style-type: none !important;
}
.bullet-point > li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bullet-point > li > span {
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: var(--dark-alt);
  display: inline-block;
}

.mt-60 {
  margin-top: 60px;
}

.section-wrapper {
  padding-bottom: 60px;
}
.section-one {
  margin-top: 40px;
}

.px-60 {
  padding-inline: 60px;
}

.view-btn-new {
  display: inline-block;
  text-align: center;
  color: #898989;
  font-size: 1vw;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-bottom: 1px;
  z-index: 4;
  opacity: 1;
  transition: 0.7s all ease;
  border-bottom: 1px solid #898989;
}


/* .section-title {
  font-family: var(--secondary-font);
  background: linear-gradient(103deg, #00509d -6.88%, #00296b 76.63%);
  font-size: 2.3vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  padding-bottom: 20px;
} */

.section-description {
  font-family: var(--font-primary);
  font-size: 1.2vw;
  color: var(--dark-alt);
  line-height: 1.65;
}
.section-card{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
}
.py-40 {
  padding: 0 40px;
}
.section-two-card-wrapper {
  width: 100%;
}
.card-style-two {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.mt-40 {
  margin-top: 60px;
}

.section-two-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.card-two-content {
  padding: 1rem;
}
.card-two-img {
  width: 100%;
  height: 200px;
  position: relative;
}
.overlay-btn {
  position: absolute;
  font-size: 12px;
  font-family: var(--font-primary);
  right: 6%;
  top: 6%;
  text-decoration: none;
  color: #ccc;
  border-radius: 22px;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.6);
}
.tagline-two {
  padding-bottom: 16px;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
}

.tagline-two > span{
  font-size: 18px;
  color: var(--primary);

}
.card-two-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-two-title {
  font-family: var(--font-secondary);
  font-size: 20px;
  margin: 0.5rem 0 !important;
}
.card-two-description {
  font-family: var(--font-primary);
  /* font-size: 16px; */
  padding-bottom: 0.5rem;
}
.mb-10{
  margin-bottom: 10px;
}
.card-lifter{
    border-radius: 28px;
    background-image: url(../images/production/bg.svg);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width:33%;
    padding:20px;
}
.text-white{
  color:#fff;
}
.bg-white{
  background-color: #fff;
}
.new-section-content{
  background-color: rgba(0,0,0,0.6);
  position: absolute !important;
  z-index: 9;
  width:100%;
  left:0  !important;
  bottom:0;
  padding: 30px;
  text-align: left !important;
  border-radius: 26px;
}
.tech-integration > li > img{
  width:30px;
}
.dynamic-bg-image{
  background-color: red;
  width:100%;
  height:80vh;
  border-radius: 22px;
  background-image: url("https://soupherb.org/template/front_assets/images/our-story/sp-rasaratna.webp");
}
.text-align-left{
  text-align: left  !important;
}

.layout-change{
  position: relative !important;
  width:90%;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 22px;
}
.layout-change > img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.new-section-content > h3{
  padding-bottom: 16px;
}

.container-box{
  width:100%;
  border-radius: 20px;
    background-image: url(../images/production/bg.svg);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    color:#fff;
    padding:30px 20px;
    height: 100%;
}
.container-box > .content > h3{
  color: var(--primary);
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.52px;
    margin-bottom: 25px;
}
.container-box > .content  > p{
  color: #fff;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    min-height: 3.2em;
}
@media (max-width:600px) {
  .container-box > .content  > p{
    font-size: 19px;
  }
 
}
.container-box-blue{
  background-color: #00296b;
}

.container-box-green{
  background-color: #0c2f00;
}
.container-box-orange{
  background-color: #693413;
}
 .container-card-wrapper .row{
    gap: 15px 0;
  }
.container-card-wrapper{
  display: flex;
  justify-content: space-between;
}

.chips-wrapper{
    display: flex;
    align-items: center;
    gap:12px;
}
.pb-30{
   padding-bottom: 30px;
}

.pb-20{
    padding-bottom: 20px;
}
.chips {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    background-color:transparent;
    font-size: 18px;
    color: #222;
    text-align: center;
    border: none;
    white-space: nowrap;
    transition: color .3s, background .3s, border .3s;
    font-family: var(--font-primary);
    border-radius: 72px;
    border:1px solid #cccccc;
    font-weight: 500;
}

.chips:hover{
    background-color: #ffbe6e;
    border-color: #ffbe6e;
}

.section-tagline{
    font-family: var(--font-primary);
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    color:#dba55d;
}



.row-align-card{
    color: rgb(251, 251, 251);
    border:1px solid #cccccc;
    width:100%;
    
    border-radius: 16px;
    padding:40px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    
}

.row-align-card > svg{

margin-right: 16px;

}

.mb-0{
  margin-bottom: 0;
}

.row-align-content > h2{
    margin: 0px 0px 4px;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: -0.1px;
    color: #000;
    display: block;
}

.row-align-content > p{
    margin: 0px;
    font-family: var(--font-primary);
    font-size: 1.125rem;
    line-height: 1.55556;
    letter-spacing: -0.1px;
    color: rgb(143, 142, 142);
    font-weight: 400;
}
@media (max-width: 992px) {
  .card-style-two {
    width: 100%;
  }
  
  .section-title {
    font-size: 26px;
  }
  .view-btn-new{
    font-size: 1.6vw;
  }
  .tagline{
    font-size: 16px;
  }
  .tagline-two {
  padding-bottom: 16px;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
}
.layout-change{
    height:80vh;
    overflow: hidden;
  }
    .tagline-two {
 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.tagline-two > span{
  font-size: 16px;
}
.card{
  width:100%;
}
}

@media (max-width: 600px) {
  .px-60 {
    padding-inline: 30px;
  }
  .card-style-two {
    width: 100%;
  }
  .view-btn-new{
    font-size: 2.8vw;
  }
  .section-description {
    font-size: 16px;
  }
  .section-title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .tagline-two {
  padding-bottom: 16px;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
}

.tagline-two > span{
  font-size: 2.8vw;
  color: var(--primary);

}

  .layout-change{
    width:90%;
    height:80vh;
    
    overflow: hidden;
  }

  .subtitle{
    padding-bottom: 4vw;
  }

  
.bullet-point > li {
  align-items: center;
}
.bullet-point > li > span {
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.card{
  width:100%;
}
}
@media (max-width: 992px) {
  .tech-integration > li,
  .tagline {
    font-size: 16px;
    
  }
}

.marathi h2{
  line-height: normal !important;
}