.px {
    padding-left: 7rem;
    padding-right: 7rem;
}
.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pt {
    padding-top: 5rem;
}
.pt-md {
    padding-top: 4rem;
}
.pb {
    padding-bottom: 5rem;
}
.capitalize-text {
    text-transform: capitalize;
}
.uppercase-text {
    text-transform: uppercase;
}
.clr-text {
    color: var(--color-one);
}
.block-d {
    display: block;
}
.fluid-img {
    max-width: 100%;
    height: auto;
}
.align-center {
    align-items: center;
}
.align-center-end {
    align-items: end;
}
.center {
    text-align: center;
}
.link {
    text-decoration: none;
    color: inherit;
}
.link:hover {
    color: var(--offwhite);
}
.group-btn .btn:not(:last-child) {
    margin-right: 10px;
}
.ic-badge {
    color: var(--color-light);
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    box-shadow: var(--box-shadow-one);
    display: inline-flex;
    padding: 4px 14px;
    align-items: center;
    gap: 5px;
    background-color: var(--white);
}
.ic-badge.mb {
    margin-bottom: 35px;
}
.ic-badge img {
    max-width: 100%;
    height: auto;
}
.cmn-slider .swiper-pagination-bullet-active {
    --swiper-theme-color: var(--color-one);

}
.cmn-slider.swiper-horizontal>.swiper-pagination-bullets, .cmn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 6px);
}
.cmn-slider {
    padding-bottom: 75px;
}
.cmn-slider .swiper-pagination-bullet {
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px));
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
}
.btn.cmn {
    padding: 8px 20px;
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
        --bs-btn-border-color: var(--bg-one);
            --bs-btn-hover-border-color: var(--bg-one);
            --bs-btn-active-border-color: var(--bg-one);
            font-weight: var(--font-medium);
            font-size: var(--btn-font-size);
            
}
.btn-clr {
    --bs-btn-bg: var(--bg-one);
    --bs-btn-hover-color: var(--color-one);
    --bs-btn-hover-bg: var(--white);
    --bs-btn-active-bg: var(--bg-one);
    
}
.btn-light {
    --bs-btn-color: var(--color-one);
    --bs-btn-hover-bg: var(--bg-one);
    --bs-btn-hover-color: var(--white);
    --bs-btn-active-bg: var(--white);
    --bs-btn-active-color: var(--color-one);

}

.hero-heading .h-text {
    font-size: var(--hero-heading);
    font-weight: var(--font-bold);
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.main-heading .h-text {
    font-size: var(--main-heading);
    font-weight: var(--font-semibold);
    color: var(--primary-color);
    font-family: var(--secondary-font);
    line-height: var(--line-height);

}
.main-heading.mb .h-text {
    margin-bottom: 25px;
}
.hero-heading.mb .h-text {
    margin-bottom: 20px;
}
.main-heading.mb-lg .h-text {
    margin-bottom: 40px;
}
.para p {
   margin-bottom: 20px; 
}
.para p:last-child {
    margin-bottom: 0;
}
.sub-heading .h-text {
        font-weight: var(--font-medium);
        font-size: var(--sub-heading);
        color: var(--primary-color);

}
.sub-heading.mb .h-text {
    margin-bottom: 16px;
}
.h-title {
    color: var(--color-one);
    font-size: var(--main-title-heading);
}
.h-title.mb {
    margin-bottom: 16px;
}
.hero-title {
    font-weight: var(--font-bold);
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: var(--hero-title-heading);
}
.hero-title.mb {
    margin-bottom: 16px;
}
.btn-mt-cmn {
    margin-top: 35px;
}
.para.mb p {
    margin-bottom: 50px;
}
.hero-home {
    background-image: url('/landing/assets/home/hero/bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
}
.hero-home .hero-heading .h-text {
    text-transform: uppercase;
}
.hero-home .lt-wrap {
    margin-top: 50px;
}
.card-one {
    border: 1px solid #949494;
    border-radius: var(--border-radius-one);
    -webkit-border-radius: var(--border-radius-one);
    -moz-border-radius: var(--border-radius-one);
    -ms-border-radius: var(--border-radius-one);
    -o-border-radius: var(--border-radius-one);
    padding: 26px 20px 20px;
    box-shadow: var(--box-shadow-two);
    height: 100%;
}
.card-one .ic {
        background-color: var(--bg-dark-two);
        border-radius: var(--border-radius-two);
        -webkit-border-radius: var(--border-radius-two);
        -moz-border-radius: var(--border-radius-two);
        -ms-border-radius: var(--border-radius-two);
        -o-border-radius: var(--border-radius-two);
width: 90px;
    height: 80px;

        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
}
.card-one .ic img {
    height: 35px;
}
.card-one-wrap .row > [class*="col"]:nth-of-type(even) .card-one .ic {
  background-color: var(--bg-light-two);
}
.solutions-home {
    background-image: url('/landing/assets/home/solutions/bg.svg');
        background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.solutions-home .tab-content .img {
    text-align: right;
}
.hori-card-wrap .g {
    --bs-gutter-y: 1.5rem;
}
.hori-card {
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    background-color: var(--bg-two);
    display: flex;
    align-items: center;
    gap: 20px;
   padding: 12px 18px;
   position: relative;
}

.hori-card.active {
    box-shadow: var(--box-shadow-three);
    background-color: var(--white);


}
.hori-card.active::before {
    position: absolute;
    content: '';
    background-color: var(--color-one);
    height: 100%;
    width: 16px;
    left: -7.8rem;
    border-top-right-radius: var(--border-radius-three);
    border-bottom-right-radius: var(--border-radius-three);
}
.hori-card.active .ic {
    background-color: var(--bg-one);
}
.hori-card.active .ic img {
  filter: brightness(0) invert(1);

}
.hori-card .ic img {
      transition: filter .1s ease;
      -webkit-transition: filter .1s ease;
      -moz-transition: filter .1s ease;
      -ms-transition: filter .1s ease;
      -o-transition: filter .1s ease;
}
.hori-card .ic {
    width: 60px;
    height: 60px;
    background-color: var(--white);
        border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hori-card .para p {
    margin-bottom: 0;
}
.hori-card .h-text {
    margin-bottom: 5px;
}
.icon-cards {
    text-align: center;
}
.icon-cards .ic {
    margin-bottom: 30px;
}
.icon-cards .c-fx .h-text {
    justify-content: center;
}
.num-circle {
width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
}
.num-circle.one {
    background-color: var(--bg-one);

}
.num-circle.two {
    background-color: var(--bg-light-two);
}
.num-circle.one img {
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
}
.num-circle img {
    max-width: 100%;
    height: auto;

}
.c-fx .h-text{
    display: flex;
    align-items: center;
    gap: 16px;
}
.icons-card-wrap {
    background-image: url('/landing/assets/home/shapes/wave.svg');
    background-repeat: no-repeat;
    background-position: 50% 130px;
    background-size: 50%;
}
.icons-card-wrap .icon-cards {
    position: relative;
    z-index: 1;
}
.features-home {
    background-image: url('/landing/assets/home/features/bg-shape.svg');
    
}
.features-home .g {
    --bs-gutter-x: 5.5rem;
}
.bg-dark-one {
background-color: var(--bg-dark-one);
}
.dark-cmn {
    color: var(--white);
    --primary-color: var(--white);
}
.v-lt-line {
    position: relative;
}
.v-lt-line::before {
    position: absolute;
    content: '';
    background-color: var(--color-one);
    height: 100%;
    width: 5px;
    left: 0;
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
}
.v-lt-line .para {
    padding-left: 36px;
}
.img-group-wrap .g {
   --bs-gutter-x: 4.5rem;
}
.features-home .space {
    padding-top: 40px;
}
.features-home .img-group-wrap img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
}
.num-h-wrap .fx {
        display: flex;
    align-items: center;
    gap: 20px;
}
.num-h-wrap .ct {
    font-weight: var(--font-medium);
    font-size: var(--sub-heading);
    color: var(--primary-color);
}
.num-h-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.num-h-wrap .num-circle {
        width: 42px;
    height: 42px;
}
.testimonial-card .inner {
    border-radius: var(--border-radius-three);
    -webkit-border-radius: var(--border-radius-three);
    -moz-border-radius: var(--border-radius-three);
    -ms-border-radius: var(--border-radius-three);
    -o-border-radius: var(--border-radius-three);
    border: 1px solid var(--border-color-one);
    padding: 20px 30px;

}
.testimonial-swiper .swiper-slide-active .inner,
.testimonial-swiper .swiper-slide-next .inner {
        box-shadow: var(--box-shadow-two);
}
.testimonial-card .rating-wrap {
    /* margin-bottom: 30px; */
}
.testimonial-card .inner .body {
    padding-bottom: 16px;
}
.rating-wrap .rating {
    line-height: 0;
}
.rating-wrap svg path {
    fill: var(--bg-y);
    font-size: var(--rating-integer-size);
}
.rating-wrap svg {
    height: 35px;
    width: auto;
}
.rating-wrap {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
}
.testimonial-card .rating-wrap .icon img {
    height: 100px;
}
.rating-wrap .ct-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.rating-wrap .ct {
    font-weight: var(--font-medium);
    color: var(--primary-color);
    font-size: var(--sub-heading);
}
.avatar-fx  {
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    display: flex;
    align-items: center;
    gap: 10px;

    position: relative;
}
.testimonial-card .avatar-fx {
        padding-top: 12px;
    padding-bottom: 12px;
}
.avatar-fx .ic {
    width: 70px;
    height: 70px;
    background-color: var(--white);
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    overflow: hidden;
}
.avatar-fx .para p {
    margin-bottom: 0;
}
.avatar-fx .h-text {
    margin-bottom: 0;
}

.testimonial-card-wrap .testimonial-card {
    padding-left: var(--s-padding);
    padding-right: var(--e-padding);
    padding-top: 65px;
}
.why-choose-home {
    position: relative;
}
.why-choose-home .g {
    --bs-gutter-x: 7.5rem;
}
.why-choose-home .lt-btm {
    left: 0;
    bottom: -200px;
}

.shape-cmn {
    position: absolute;
}
.about-home {
    position: relative;
}
.about-home .g {
    --bs-gutter-x: 7.5rem;
}
.about-home .rt-btm {
    right: 0;
    bottom: -290px;
}
.how-it-works-home {
    position: relative;
}
.how-it-works-home .rt-tp {
    right: 0;
    top: -136px;
}
.how-it-works-home .icon-cards .para {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.faq {
    background-image: url('/landing/assets/home/faq/bg-shape.svg');
}
.faq .g {
    --bs-gutter-x: 4.5rem;
}
.acc-cst {
    --bs-accordion-active-bg: var(--bg-one);
}
.acc-cst .accordion-button::after {
    background-size: contain;
    background-position: center;
    background-image: url("/landing/assets/icons/plus.svg");
}
.acc-cst .accordion-button:not(.collapsed)::after {
    background-image: url("/landing/assets/icons/minus.svg");
}
.acc-cst .accordion-button {
font-weight: var(--font-medium);
    font-size: var(--sub-heading);
    padding-top: 24px;
    padding-bottom: 24px;

}
.acc-cst .accordion-body,
.acc-cst .accordion-button {
    padding-left: 30px;
    padding-right: 30px;
}
.acc-cst .accordion-body {
    color: var(--white-off);
    padding-top: 0;
    
}
.acc-cst .accordion-item {
    background-color: var(--bg-one);
}
.acc-cst .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.acc-cst .accordion-item,
.acc-cst .accordion-button.collapsed {
    border-radius: var(--border-radius-two);
    -webkit-border-radius: var(--border-radius-two);
    -moz-border-radius: var(--border-radius-two);
    -ms-border-radius: var(--border-radius-two);
    -o-border-radius: var(--border-radius-two);
}
.acc-cst .accordion-button {
     border-top-left-radius: var(--border-radius-two);;
     border-top-right-radius: var(--border-radius-two);;
}
.acc-cst {
    --primary-color: var(--primary-color);
    --bs-accordion-active-color: var(--white);
    --bs-accordion-btn-focus-box-shadow: 0;
    --bs-accordion-border-radius: var(--border-radius-two);
    --bs-accordion-inner-border-radius: var(--border-radius-two);
    --bs-accordion-border-width: 0;
}
.v-line {
    position: relative;
}
.v-line::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0;
    top: 55%;
    border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -ms-border-radius: var(--rounded);
    -o-border-radius: var(--rounded);
    background-color: var(--color-one);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
