.heading-content {
    
}
.heading-content h2 {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
    line-height: 1.1em;
    letter-spacing: 0.3em;
    color: var(--primary-dark-pink);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--fw-500);
    font-family: var(--font-family-montserrat);
}
.heading-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-dark-pink);
    transform: translateY(-50%);
}
.heading-content h3 {
    line-height: 1.1em;
    font-size: clamp(26px, 4.5vw, 48px);
    font-weight: var(--fw-400);
    color: var(--text-color);
    margin-bottom: 25px;
}
.heading-content p {
    margin-bottom: 20px;
    color: var(--primary-dark-gray);
}
.section-aboutus{
  position: relative;
}
.section-aboutus .row-1 {
  align-items: center;
}
.section-aboutus .col-a { 
  position: relative; 
  width: 100%;
  max-width: 628px;
  margin: 0 auto;
}
.section-aboutus .row-special.images {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}
.section-aboutus .col-a .images > .col:first-child{ flex: 39%; max-width: 39%; }
.section-aboutus .col-a .images > .col:last-child{ flex: 61%; max-width: 61%; }
.section-aboutus .image-small{
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 235 / 415;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}
.section-aboutus .image-small img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section-aboutus .image-shaped{
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 366 / 640;
  filter: drop-shadow(0 14px 32px rgba(0,0,0,.14));
}
.section-aboutus .image-shaped::before{
  content: "";
  position: absolute; inset: 0;
  background: url("https://solomonandparikh.com/assets/images/home/about-img-2-bg-shape.svg") center / contain no-repeat;
  pointer-events: none; z-index: 0;
}
.section-aboutus .image-shaped img{
  position: absolute; 
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask: url("https://solomonandparikh.com/assets/images/home/about-img-2-bg-shape.svg") center / contain no-repeat;
  mask: url("https://solomonandparikh.com/assets/images/home/about-img-2-bg-shape.svg") center / contain no-repeat;
  z-index: 1;
}
.section-aboutus .image-small:after,
.section-aboutus .image-shaped:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.section-aboutus .image-small:hover:after,
.section-aboutus .image-shaped:hover:after {
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
}
.section-aboutus .sp-card--mini{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  max-width: 200px;
  height: 29%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:14px 16px;
  border-radius:20px;
  text-align: center;
  color:var(--text-color);
  background:var(--primary-light-pink);
  z-index:6;
}
.section-aboutus .sp-card--mini .sp-eyebrow{
  margin:0 0 6px;
}
.section-aboutus .sp-card--mini .sp-count{
  margin:0;
}
.section-aboutus .sp-card--mini .sp-count .unit{ font-weight:700; }
.section-aboutus .sp-card--mini .sp-count .plus { font-weight: 800; }
.section-aboutus .sp-card--mini .sp-count .unit { font-weight: 700; }

.section-aboutus .col-b {
    margin-top: 30px;
}
.section-aboutus .col-b .row-1-1 {
    margin-bottom: 40px;
    padding: 40px 0;
    border-top:0.8px solid rgb(238, 237, 237);
    border-bottom:0.8px solid rgb(238, 237, 237);
}
.section-aboutus .col-b .row-1-1 .card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-aboutus .col-b .row-1-1 .card.mission {
    margin-top: 30px;
}
.section-aboutus .col-b .row-1-1 .card .heading h4 {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: var(--fw-400);
    color: var(--text-color);
}
.section-aboutus .col-b .row-1-1 .card .description p {
    font-size: clamp(16px, 0vw, 16px);
    font-weight: var(--fw-400);
    color: var(--primary-dark-gray);
}
.section-aboutus .col-b .row-1-1 .card .points .point {
    display: flex;
    justify-content: flex-start;
    gap: 10px; 
    font-size: clamp(16px, 0vw, 16px);
    font-weight: var(--fw-400);
    color: var(--primary-dark-gray);
}
.section-aboutus .col-b .row-1-1 .card .points .point:not(:last-child) {
    margin-bottom: 15px;
}
.section-aboutus .col-b .button-area {
    display: inline-flex;
    gap: 20px;
}

/* section-services */
.section-services {
  background-color: var(--primary-light-gray);
}
.section-services .row-1 {

}
.section-services .row-2 .col {
  padding-top: 60px;
}
.section-services .row-2 .col .card{
  position: relative;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.section-services .row-2 .col .card-img{
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.section-services .row-2 .col .card-img:before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 50%;
  border-radius: inherit;
  background: var(--background-secondary-gradient);
  z-index: 1;
}
.section-services .row-2 .col .card-img img{
  position: relative;
  display: block;
  border-radius: inherit;
  transform: scale(1); 
  transition: transform 0.6s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  z-index: 0;
}
.section-services .row-2 .col .card-detail {
  position: absolute;
  inset: 0;
  padding: 30px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  z-index: 1;
}
.section-services .row-2 .col .card-detail h4 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: var(--fw-600);
}
.section-services .row-2 .col .card-detail p {
  font-weight: var(--fw-500);
}
.section-services .row-2 .col .card-detail .button_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--fw-600);
}
.section-services .row-2 .col .card:hover .card-img img{
  transform: scale(1.08);
}
.section-services .row-2 .col .card:hover .card-detail .button_area {
  color: var(--primary-dark-pink);
}
.section-services .row-3 .col {
  margin-top: 30px;
  text-align: center;
}
.section-services .row-3 .col p {
  color: var(--primary-dark-gray);
}
.section-services .row-3 .col p span a{
  color: var(--text-color);
  font-weight: var(--fw-400);
  text-decoration: underline;
}

/* section-whyus */
.section-whyus {

}
.section-whyus .image-container {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
}
.section-whyus .image-container img{
  border-radius: 20px;
  max-width: 413px;
}

.section-whyus .image-container:after{
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.section-whyus .image-container:hover:after{
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
}
.section-whyus .row-1 {
  align-items: center;
}
.section-whyus .row-1 .col-a .col-a-b .col .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-whyus .row-1 .col-a .col-a-b .col .card .icon {
  cursor: default;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-dark-pink);
  z-index: 1;
}
.section-whyus .row-1 .col-a .col-a-b .col .card:hover .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary-color);
    border-radius: 8px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.section-whyus .row-1 .col-a .col-a-b .col .card:hover .icon:before {
  transform: scale(1);
}
.section-whyus .row-1 .col-a .col-a-b .col .card .icon svg path {
  stroke: var(--white);
}
.section-whyus .row-1 .col-a .col-a-b .col .card h4 {
  font-weight: var(--fw-400);
  font-size: 18px;
}
.section-whyus .row-1 .col-a .col-a-c {
  padding-top: 20px;
}
.section-whyus .row-1 .col-a .col-a-c .row-special {
  align-items: center;
}
.section-whyus .row-1 .col-a .col-a-c .row-special .col h4 {
  font-weight: var(--fw-400);
  font-size: 20px;
}
.section-whyus .row-1 .col-a .col-a-c .row-special .col ul {
  padding-left: 20px;
}
.section-whyus .row-1 .col-a .col-a-c .row-special .col ul li {
  list-style: disc;
  font-size: 16px;
  color: var(--primary-dark-gray);
  margin-top: 15px;
}
.section-whyus .row-1 .col-a .col-a-c .row-special .col .button-area {
  margin-top: 30px;
}

/* section-howworks */
.section-howworks {
  background-color: var(--primary-light-gray);
}
.section-howworks .row-2 .col-a {
  margin-top: 40px;
}

.section-howworks .row-2 .col-a .process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-howworks .row-2 .col-a .process-steps .step{
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: row;
}

.section-howworks .row-2 .col-a .process-steps .step-box {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  font-size: 30px;
  font-weight: var(--fw-500);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--primary-dark-pink);
  z-index: 1;
}
.section-howworks .row-2 .col-a .process-steps .step-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary-color);
    border-radius: 8px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.section-howworks .row-2 .col-a .process-steps .step:hover .step-box:before {
  transform: scale(1);
}

.section-howworks .row-2 .col-a .process-steps .step h4 {
  font-weight: var(--fw-500);
  font-size: 18px;
}

/* section-banner */
.section-banner {

}
.section-banner .row-1 {
  background: var(--background-primary-gradient);
  border-radius: 20px;
  padding: 0 15px;
  align-items: center;
}
.section-banner .row-1 .col-a {
  padding: 50px 15px 0;
}
.section-banner .row-1 .col-a .heading-content h3 {
  color: var(--white);
}
.section-banner .row-1 .col-a .heading-content p {
  color: var(--primary-light-gray);
}
.section-banner .row-1 .col-a .button-area {
  position: relative;
  margin-top: 30px;
}
.section-banner .row-1 .col-a .button-area:before {
  content: '';
  position: absolute;
  width: 85px;
  height: 42px;
  top: 50%;
  right: 53%;
  transform: translate(0, -50%);
  background: url(https://solomonandparikh.com/assets/images/global/arrow-cta-btn.svg) no-repeat right center;
  background-size: cover;
  animation: ctamoveobject 3s infinite linear alternate;
}
.section-banner .row-1 .col-a .button-area .btn {
  border: none;
  background: var(--white);
  color: var(--primary-dark-gray);
}
.section-banner .row-1 .col-a .button-area .btn:hover {
  color: var(--white);
}
.section-banner .row-1 .col-b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section-banner .row-1 .col-b .image-container {
  text-align: center;
}
.section-banner .row-1 .col-b .image-container img {
  max-width: 316px;
  display: block;
}
/* section-contactus */
.section-contactus {
  display: none;
  position: relative;
  padding-top: 0;
}
/*.section-contactus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: var(--background-primary-gradient);
  z-index: 0;
}*/
.section-contactus .row-1 {
  position: relative;
  padding: 30px;
  background-color: var(--white);
  background: var(--background-secondary-gradient);
  /*border-radius: 20px;*/
  z-index: 1;
}
.section-contactus .row-1 h2 {
  margin: auto;
  max-width: 1140px;
  color: var(--white);
  font-weight: var(--fw-500);
  font-size: clamp(26px, 2.5vw, 30px);
  font-family: var(--font-family-marcellus);
}
/*.section-contactus .row-1 .col-b .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}
.section-contactus .row-1 .col-b .card:last-child {
  padding-top: 40px;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: var(--divider-color);
}
.section-contactus .row-1 .col-b .card .card-icon {
  margin-right: 20px;
}
.section-contactus .row-1 .col-b .card .card-icon svg path {
  fill: #d7a0a0;
}
.section-contactus .row-1 .col-b .card .card-detail h4 {
  font-weight: var(--fw-500);
  font-size: 18px;
}
.section-contactus .row-1 .col-b .card .card-detail p {
  font-size: 16px;
  color: var(--primary-dark-gray);
}*/

@media (min-width: 576px){
  .section-aboutus .col-a .images{ gap: 14px; }
  .section-aboutus .sp-card--mini{padding:14px 18px; max-width: 295px;}
  .section-aboutus .sp-card--mini .sp-count{ font-size:28px; }

  .section-aboutus .col-b { margin-top: 0; }
  .section-aboutus .col-b .row-1-1 .col:first-child{ padding-right: 15px; }
  .section-aboutus .col-b .row-1-1 .col:last-child{ padding-left: 15px; }
  .section-aboutus .col-b .row-1-1 .card.mission { margin-top: 0; }
}
@media (min-width: 768px){
  .section-aboutus .col-a .images{ gap: 16px; }
  .section-aboutus .sp-card--mini{
    padding:16px 20px;
    max-width: 340px;
    height: 27%;
  }
  .section-aboutus .sp-card--mini .sp-count{ font-size:30px; }
  .section-services .row-2 .col .card-detail h4 {
    font-size: 20px;
  }
  .section-howworks .row-2 .col-a .process-steps .step{
    flex-direction: column;
  }
  .section-howworks .row-2 .col-a .process-steps .step-box {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .section-howworks .row-2 .col-a .process-steps .step .step-box{
    margin: 0 0 20px;
  }
  .section-howworks .row-2 .col-a .process-steps .step h4 {
    font-size: 20px;
  }
  .section-banner .row-1 .col-a {
    padding: 20px 0 20px 10px;
    order: 2;
  }
  .section-contactus .row-1 {
  }
  .section-contactus .row-1 .col-b .card .card-detail h4 {
    font-size: 20px;
  }
  
}
@media (min-width: 768px) and (max-width: 1024px){
  .section-howworks .row-2 .col-a .process-steps {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .section-howworks .row-2 .col-a .process-steps .step{
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
  }
}
@media (min-width: 992px){
  .section-services .row-1 {
    align-items: center;
    justify-items: flex-end;
  }
  .section-howworks .row-1 {
    align-items: center;
    justify-items: flex-end;
  }
}
@media (min-width: 1024px){
  .section-aboutus .col-a .images{ gap: 18px; }
  .section-aboutus .sp-card--mini{
    left: -10px;
    height: 150px;
    max-width: 320px;
    padding:16px 22px;
  }
  .section-aboutus .sp-card--mini .sp-count{ font-size:32px; }
  .section-whyus .row-1 .col-a,
  .section-whyus .row-1 .col-a .col-a-c .col:first-child {
    order: 2;
  }
  .section-whyus .row-1 .col-a .col-a-b .col .card h4 {
    font-size: 20px;
  }
  .section-whyus .row-1 .col-a .col-a-c .row-special {
    gap: 45px;
  }
  .section-howworks .row-2 .col-a .process-steps {
    flex-direction: row;
    gap: 40px 40px;
  }
  .section-howworks .row-2 .col-a .process-steps .step{
    align-items: center;
    flex: 1 1 25%;
    flex-direction: column;
    text-align: center;
  }
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(even){
    flex-direction: column-reverse;
  }
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(odd) .step-box{
    margin: 0 auto 20px;
  }
  .section-howworks .row-2 .col-a .process-steps .step-box {
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin: 20px auto 0;
  }
  .section-howworks .row-2 .col-a .process-steps .step:first-child:before,
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(2):before,
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(3):before {
    content: "";
    position: absolute;
    left: 80px;
    width: 100%;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 60% auto;
  }
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(2):before {
    background-image: url(https://solomonandparikh.com/assets/images/home/rightworksline.svg);
  }
  .section-howworks .row-2 .col-a .process-steps .step:first-child:before,
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(3):before {
    background-image: url(https://solomonandparikh.com/assets/images/home/leftworksline.svg);
  }
  .section-banner .row-1 .col-a {
    padding: 60px 0 20px 30px;
  }
  .section-contactus .row-1 {
    padding: 50px;
  }
}
/*@media (min-width: 1200px){
  .section-aboutus .col-a .images{ gap: 20px; }
  .section-aboutus .image-small { max-width: 235px; }
  .section-aboutus .image-shaped{ max-width: 366px; margin-left: auto; }
  .section-aboutus .sp-card--mini{
    height: 29%;
    max-width: 310px;
    padding:18px 22px;
  }
  .section-howworks .row-2 .col-a .process-steps .step:first-child:before,
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(2):before,
  .section-howworks .row-2 .col-a .process-steps .step:nth-child(3):before {
    left: 100px;
  }
  .section-banner .row-1 .col-a {
    padding: 60px 0 60px 30px;
  }
  .section-contactus .row-1 {
    padding: 100px;
  }
}*/
@media (min-width: 1440px){
  /*.section-aboutus .image-small { max-width: 235px; }
  .section-aboutus .sp-card--mini{
    max-width: 370px;
    height: 28%;
  }*/
}
/* Fallback if CSS mask unsupported */
/*@supports not (-webkit-mask: url("") center / contain no-repeat){
  .section-aboutus .image-shaped::before{ display: none; }
  .section-aboutus .image-shaped img{ -webkit-mask: none; mask: none; border-radius: 22px; }
}

@keyframes ctamoveobject {
  50% {
    right: 58%;
  }
}
*/