/** Shopify CDN: Minification failed

Line 628:31 Unexpected "r"

**/
:root {
  --font-heading: "Rahere Roman Display" !important;
  --font-third: "Poppins";
  --line-height-body: 1.5 !important;
  --font-size-heading-display-3: 36px;
  --spacing-10: 80px !important;
}
.header__links-list a,
.announcement-bar__item {
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.header__links-list a {
     font-weight: 600;
    font-size: 12px;
}
ul.meganav__list-parent a {
    font-weight: 400;
}
.tab-btn img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.csmt-tabbed-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* justify-content: center; */
}
.tab-btn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: #f9f5f2;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border-radius: var(--cstm-border-radius) var(--cstm-border-radius) 0 0;
}
.grid-2fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.iwt-media img {
  width: 100%;
}
.cstm-tab-body {
  padding: 2rem 0;
  border-top: 1px solid #000;
  /* border-radius: var(--cstm-border-radius); */
}
.lc,
.rc {
  background: #ffffff;
  padding: 2rem;
  border-radius: var(--cstm-border-radius);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
}
.tab-bottomportion {
  /* margin-top: 2rem; */
}
.tab-bottomportion .grid-2fr {
  align-items: center;
}
.tab-bottomportion .btn {
  width: fit-content;
  margin-top: 1rem;
}
.iwt-media {
  line-height: 0;
}
.tab-btn.ac-csmt-tabbed-btn img {
  filter: invert(1);
}
.tab-btn.ac-csmt-tabbed-btn {
  background: #c57d68;
  color: #fff;
  border-color: #c57d68;
}
.tab-btn span {
  font-size: 20px;
}
.tabbed-section {
  background: #f9f5f2;
}
.tab-upperportion h2 {
  color: #c57d68;
  margin-bottom: 0.5rem;
}
.lc h4,
.rc h4 {
  margin-top: 0;
  padding-top: 0;
}
.cstm-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mob-btn {
  display: none !important;
}
.grid-4fr .grid-item {
  padding: 0;
  position: relative;
  margin-top: 2rem;
}
.grid-4fr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.grid-img-wrapper {
  position: relative;
  padding-bottom: 100%;
}
.grid-img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.grdi-item-content {
  background: #fff;
  padding: 1.5rem 1rem 1rem 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
  border-radius: var(--cstm-border-radius);
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.grdi-item-content span {
  position: absolute;
  color: rgb(0, 0, 0);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
  font-size: 22px !important;
  background: rgb(188, 203, 226);
  border-radius: 100px;
}
.grdi-item-content h4 {
  font-size: 18px;
  text-align: center;
}
.grdi-item-content .rte {
  text-align: center;
  font-size: 13px;
}
.tab-bottomportion .grid-4fr {
  padding-bottom: 3rem;
}
.login__main #RegisterForm {
  display: block;
}
.bss-b2b-registration-form-title {
  display: none;
}
.page__rte #bss-b2b-registration-form {
  width: 100%;
  max-width: 650px;
}
.page__rte #bss-b2b-registration-form .bss-b2b-rf-field,
.page__rte #bss-b2b-registration-form .bss-b2b-rf-field .label-field + div {
  margin: 5px 0;
}
.page__rte #bss-b2b-registration-form .bss-b2b-rf-field .password-input,
.page__rte
  #bss-b2b-registration-form
  .bss-b2b-rf-field
  .password-input
  .show-password,
.page__rte
  #bss-b2b-registration-form
  .bss-b2b-rf-field
  .phone-country-select-wrapper,
.page__rte
  #bss-b2b-registration-form
  .bss-b2b-rf-field
  .phone-country-input-wrapper,
.page__rte
  #bss-b2b-registration-form
  .bss-b2b-rf-field
  .phone-country-select-wrapper
  .phone-country-select,
.page__rte
  #bss-b2b-registration-form
  .bss-b2b-rf-field
  .phone-country-select-wrapper
  .phone-country-select
  .rf-flag {
  margin: 0;
}
.page__rte #bss-b2b-registration-form .bss-b2b-rf-submit-button .btn {
  background: #c57d68;
}
.custom-services {
  position: relative;
}
.custom-services:before {
  background-image: linear-gradient(
    0deg,
    #f9f5f2 10%,
    transparent 100%
  ) !important;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.custom-services .multi-column__grid-item-inner {
  background: #fff;
  border-radius: var(--cstm-border-radius);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
  overflow: hidden;
}
.custom-services .multi-column__grid-item-text-container {
  margin-top: 0;
  padding: 2rem;
}
.custom-services figcaption.multi-column__grid-item-small-caption {
  background: #c57d68;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  bottom: -20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 100px;
  line-height: 1;
}
.custom-services .multi-column__grid-item-image-figure {
  position: relative;
}
.custom-services
  .multi-column__grid-item-text-container
  .multi-column__grid-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custom-services .multi-column__heading {
  text-align: center;
}
.csmt-step-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
.csmt-step-lc {
  width: 70%;
}
.csmt-step-rc {
  width: 30%;
}
.csmt-step-rc img {
  width: 100%;
}
.cstm-step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f9f5f2;
  padding: 1rem 1rem;
}
.csmt-step-item-1 .cstm-step-header,
.csmt-step-item-3 .cstm-step-header {
  margin-left: -3rem;
  border-radius: 0 var(--cstm-border-radius) var(--cstm-border-radius) 0;
}
.cstm-steps .section {
  max-width: 100%;
}
.cstm-step-header count {
  background: #bccbe2;
  width: 70px;
  height: 70px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.csmt-step-lc .lc,
.csmt-step-lc .rc {
  padding: 0;
  box-shadow: unset !important;
}
.step-content {
  max-width: 550px;
  margin-left: auto;
  margin-top: -9rem;
  background: #f9f5f2;
  margin-right: 2rem;
  border-radius: var(--cstm-border-radius);
  box-shadow: #63636333 0 1px 5px;
  padding: 2rem;
}
.step-content h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.csmt-step-item-2 {
  flex-direction: row-reverse;
}
.csmt-step-item-2 .cstm-step-header {
  flex-direction: row-reverse;
}
.csmt-step-item-2 .step-content {
  margin-left: 0;
}
.csmt-step-item:not(:first-child) {
  margin-top: 6rem;
}
.csmt-step-item-2 .cstm-step-header {
  margin-right: -3rem;
  border-radius: var(--cstm-border-radius) var(--cstm-border-radius) 0 0;
}
.csmt-step-item-2 .step-content {
  margin-left: 2rem;
}
.step-content {
  position: relative;
  z-index: 1;
}
.cstm-step-header h2 {
  font-size: 25px !important;
}
.hero-slider {
  position: relative;
}
.hero-slider-header {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-slider-heading ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-slider-header h2,
.hero-slider-header p {
  line-height: 46px;
  font-size: var(--font-size-heading-2-base) !important;
  font-family: var(--font-heading) !important;
  font-weight: var(--font-heading-weight);
}
.hero-slider-heading p:nth-child(1) svg {
  height: 45px;
  margin-left: -22px;
}
.hero-slider-heading p:nth-child(1) {
  display: flex;
  align-items: center;
}
.hero-slider-heading p:nth-child(1) svg {
  height: 45px;
  width: 192px;
}
.hero-slider-heading p:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.swiper-slide-inner img {
  width: 100%;
}
.hero-slide-content {
  width: 100%;
  max-width: 600px;
  padding: 2.8rem 4rem;
  position: absolute;
}
.hero-slide-content .btn {
  margin-top: 2rem;
  width: fit-content;
}
.slider-cstm-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999999;
  opacity: 1;
}
.slider-cstm-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c57d68;
}
.slider-cstm-pagination .swiper-button-prev::after,
.slider-cstm-pagination .swiper-button-next::after {
  display: none;
}
.slider-cstm-pagination {
  position: absolute;
  bottom: 22px;
  right: 34px;
  width: 200px;
  display: flex;
  align-items: center;
  height: 40px;
}
.slider-cstm-pagination .swiper-button-next:hover path,
.slider-cstm-pagination .swiper-button-next:prev path {
  fill: #c57d68 !impportant;
}
.slider-cstm-pagination .swiper-button-prev,
.slider-cstm-pagination .swiper-button-next {
  z-index: 99;
}
.hero-heading,
.image-hero__text-container-heading {
  line-height: 40px;
  font-size: var(--font-size-heading-2-base) !important;
  font-family: var(--font-heading) !important;
  font-weight: var(--font-heading-weight);
}
.loyal-clients .hero-heading {
  max-width: 600px;
}
.loyal-clients .grid-2fr .grid-2fr {
  gap: 25px;
}
.loyal-clients:after {
  content: "";
  background: #93b6ec57;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.loyal-clients * {
  position: relative;
  z-index: 9;
}
.loyal-icon-wraper {
  background: #f7efef;
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.loyal-icon-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.loyal-icon-item h4 {
    font-size: 15px;
    max-width: 155px;
    font-weight: 600;
}
.mt-2rem {
  margin-top: 2rem;
}
.fit-content {
  width: fit-content;
}
.loyal-icon-wraper img {
  width: 40px;
}
.grid-3fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cs-grid-item {
  background: #fff;
  border: 2px solid #f5f5f5;
  padding: 40px 30px;
  border-radius: 13px;
}
.cstm-badge {
  background: #c57d681a;
  color: #c57d68;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  display: block;
  width: fit-content;
}
.cs-grid-item-img img {
  width: 100%;
  border-radius: 4px;
}
.cs-grid-item-img {
  position: relative;
  margin-bottom: 4rem;
}
.cstm-rte ul, .cp-iwt .image-with-text__text-container-text ul {
  margin: 0;
  padding: 16px 0;
  list-style: none;
}
.cstm-rte ul li:before, .cp-iwt .image-with-text__text-container-text ul li:before {
  content: "";
  background-image: url(/cdn/shop/files/tick.svg?v=1748331262);
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.cstm-rte ul li, .cp-iwt .image-with-text__text-container-text ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cs-grid-item .cstm-rte p:nth-child(1) {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px;
  padding-top: 10px;
}
.cs-grid-item .cstm-rte ul li:not(:first-child) {
  border-top: 1px dashed #c57d68;
}
.cs-grid-item .cstm-rte ul li {
    padding: 10px 0;
    font-size: 13px;
}
.rev-footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.5rem;
}
.rev-footer img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.rev-footer-info h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.rev-footer-info span {
  opacity: 0.7;
}
.rev-item-star {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 1rem;
}
.rev-item-star svg {
  width: 22px;
  height: 22px;
}

.rev-item {
  position: relative;
}
svg.rev-icon {
  position: absolute;
  width: 75px;
  bottom: 30px;
  right: 0;
  transition: none;
  transform: rotate(162deg);
  opacity: 0.03;
}
.icon-content {
  max-width: 700px;
}
.large-body {
  font-size: 20px;
}
.text-w-icon .large-body {
    max-width: 550px;
}
.icon-group {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.icon-group {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.icon-group-wraper {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-group-wraper img {
    width: 100%;
}
.icon-group-wraper:nth-child(2) {
  border: 2px solid #c57d68;
  border-radius: 100px;
}
.icon-group-wraper:nth-child(2)r img {
  width: 100px;
  height: 100px;
}
.cm-rc img {
  width: 100%;
}
.cstm-multirow-inner .grid-2fr {
  align-items: center;
  position: relative;
}
.csmt-multirow:before {
  content: "";
  background-image: url(/cdn/shop/files/ebe251cd4d9fc4c30364ed0cca845f4634d47c0e.jpg?v=1747823389/cdn/shop/files/ebe251cd4d9fc4c30364ed0cca845f4634d47c0e.jpg?v=1747823389);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  opacity: 0.04;
}
footer .fs-body-100 {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.footer__header span {
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.loyal-lc img {
  width: 100%;
}
.about-hero .image-block:nth-child(4) {
  position: absolute;
  right: 14%;
  bottom: 40%;
}
.about-hero .image-block:nth-child(4) img,
.cstm-rotating-logo, .img-block-6 {
  animation: circular-rotate 10s linear infinite;
  transform-origin: center center;
}
@keyframes circular-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-divider {
  background: #fff;
  width: 1px;
  height: 16px;
  margin: 0 6px;
}
.btn-flex svg {
  transform: rotate(-80deg);
  transition: transform 0.2s;
}
.btn-flex:hover svg {
  transform: rotate(-45deg);
}
.loyal-icon-wraper img {
  width: 38px;
}
.loyal-client-main-img img {
  width: 75%;
  margin-inline: auto;
  display: block;
}
.loyal-client-main-img:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: -7rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100px;
}
.cs-grid-item-title {
  border: 1px dashed #c57d68;
  position: absolute;
  bottom: -24px;
  z-index: 1;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 100px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 20px;
  padding: 0.6rem;
  font-family: var(--font-heading) !important;
}
.cs-grid-item-title p {
  background: #d9e5f7;
  padding: 0.8rem 1rem;
  border-radius: 100px;
}
.cs-grid-item-title em {
  display: block;
  font-style: normal;
}
.slideshow-slide__text-container {
  max-width: 545px;
}
.slideshow-slide__text-container .rte {
  text-align: justify;
}
.csmt-multirow .cm-lc {
  max-width: 600px;
  padding-right: 50px;
}
.rev-item-main {
  background: #fff;
  box-shadow: 0px 29px 64px 0px #0000001a;
  border-radius: var(--cstm-border-radius);
  padding: 2rem;
}
.rev-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 85px;
}
.rev-item-main:nth-child(4) {
  background: #e1b1a3;
  color: #000;
}
.rev-item-main:nth-child(4) .rev-item-star svg path {
  fill: #000;
}
.rev-item-main:nth-child(1) {
  background: #bccbe2;
  color: #000;
}
.rev-item-main:nth-child(1) .rev-item-star svg path {
  fill: #000;
}
.cstm-review-slider .cstm-badge {
  margin-inline: auto;
}
.cstm-review-slider .hero-heading em {
  display: block;
  font-style: normal;
}
.cm-rc {
  line-height: 0;
  position: relative;
}
.cstm-multirow-inner .grid-2fr-2 {
  grid-template-columns: 35% 65%;
  gap: 28px;
  background: #93b6ec57;
}
.cstm-multirow-inner .grid-2fr-2 .cm-lc {
  padding-left: var(--space-outer);
  padding-right: 10px;
  order: -1;
}
.cstm-rotating-logo {
  position: absolute;
  bottom: 80px;
  right: 57px;
  width: 100px !important;
}
img.crc-header-img {
  margin-inline: auto;
  display: block;
  transform: rotate(45deg);
}
img.cm-header-img {
  position: absolute;
  right: 0;
  bottom: -65px;
  transform: rotate(45deg);
  display: none;
}
.slideshow-navigation__dot:after {
  background-color: #fff !important;
}
.slideshow-navigation__dot {
  opacity: 1 !important;
}
.slideshow-navigation__dot.slideshow-navigation__dot--active:after {
  background: #000 !important;
}
.slideshow-navigation__navigation-button svg path {
  stroke: #000 !important;
}
.cs-grid-item .cstm-rte {
  line-height: 20px;
}
[data-slide="2"] .slideshow-slide__text-container-text.rte {
  text-align: center;
}
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.cstm-multirow-inner .grid-2fr-2 .cm-lc .cstm-badge {
  color: #000;
}
.gallery-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}
.loyal-clients .hero-heading svg {
    display: block;
}
.cstm-offers .grid-2fr {
    align-items: center;
}
.csmt-icon-column {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f2f2f2;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 8px;
    transition: .2s ease-in-out !important;
}
.csmt-icon-column img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.csmt-icon-column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.csmt-icon-info .cstm-rte {
    max-width: 450px;
}
.csmt-icon-column-4 {
    background: #DAE6F9;
    transform: scale(1.05) !important;
}
.csmt-icon-column:hover {
    background: #DAE6F9;
}
.img-block-6 {
    position: absolute;
    top: 5rem;
    left: -7rem;
}
.polygon-bg-shape {
    position: relative;
}
.polygon-bg-shape:before {
    content: "";
    background-image: url(//biddiscombitan.myshopify.com/cdn/shop/files/ebe251cd4d9fc4c30364ed0cca845f4634d47c0e.jpg?v=1747823389);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: .04;
}
.grid-item:nth-child(1) .grid-item__text-container-wrapper {
    padding-right: 0;
}
.faq-media-column img {
  width: 100%;
}
.faq-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-content-column {
  padding-left: 5rem;
}
.faq-content-column .cstm-section-header {
  margin-bottom: 27px;
  margin-top: 68px;
}
.cstm-active-faq .faq-arrow {
  transform: rotate(180deg);
}
svg.faq-arrow {
    transition: 0.5s ease-in-out;
    min-width: 14px;
}
.cstm-faq-item {
    background: #F2F2F2;
}
.cstm-faq-item.cstm-active-faq {
    background: #BCCBE2;
}
.image-with-text__image-container-inner {
    padding-bottom: 0 !important;
}
.button-block__inline-wrapper .section-blocks__button:nth-child(2) a {
    color: #fff;
}
.iwts-sapcing .section-blocks__image {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.ftyb-richtect .rich-text__inner {
    background: #F2F2F2;
    max-width: 800px !important;
    padding: 3rem;
    border-radius: var(--cstm-border-radius) !important;
}
.ftyb-richtect {
    padding-top: 1rem;
}
.ftyb-richtect .rich-text__heading {
    max-width: 600px;
    margin-inline: auto;
}
/* Custom Behaviour Css Start */
.behave-rc {
    position: relative;
    border: 1px solid #d8b6ac;
    border-radius: var(--cstm-border-radius) !important;
}
.behave-rc-header {
    position: absolute;
    top: -24px;
    left: 40px;
    background: #fff;
    border: 1px solid #d8b6ac;
    padding: 9px 22px;
    border-radius: 100px;
    box-shadow: 0px 24px 48px -12px #1018282e;
    font-weight: 500;
}
.behave-rc-body {
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    border-radius: var(--cstm-border-radius) !important;
}
.behave-rc-footer {
  padding: 20px 40px;
}
.cstm-behaviour .grid-2fr {
  align-items: flex-start;
}
.cstm-behaviour .behave-lc {
  position: sticky;
  top: 70px;
}
.safety-behave .behave-icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.behave-icon-item img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.behave-icon-info h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
}
.behave-icon-info {
    margin-top: .5rem;
}
.yb-cb .behave-rc-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.pl-cb .behave-icon-item {
    display: flex;
    align-items: center;
    gap: .8rem;
}
.pl-cb .behave-icon-item img {
    width: 40px;
    height: 40px;
}
.pl-cb .behave-icon-item .behave-icon-info {
    margin-top: 0;
}
.cp-iwt .image-with-text__text-container-text ul {
    border-top: 1px dashed #c57d68;
    border-bottom: 1px dashed #c57d68;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* Custom Behaviour Css End */
/* Column Content Css Start */
.cc-item {
    border: 1px solid #e8e0dd;
    border-radius: var(--cstm-border-radius) !important;
    position: relative;
    padding: 100px 30px 30px;
    box-shadow: 0px 17px 38px 0px #0000000d;
}
.cc-icon-wrapper {
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #e8e0dd;
  border-radius: 100px;
  background: #fff;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 20px 24px -4px #10182814;
}
.column-content .cstm-section-heading {
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
.column-content .cstm-section-content p:first-child {
    text-align: center;
    margin-inline: auto;
    margin-top: 16px !important;
    min-height: 85px;
    display: flex;
    align-items: center;
}
.column-content .cstm-section-content ul {
    background: #fff;
    border-radius: var(--cstm-border-radius) !important;
    box-shadow: 0px 1px 3px 0px #1018281a;
    padding: 18px 18px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 26px 0;
}
.column-content .cstm-section-content ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    line-height: normal;
}
.column-content .cstm-section-content ul li:before {
  content: "";
  background-image: url(/cdn/shop/files/tick.svg?v=1748331262);
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cc-icon-wrapper img {
    width: 75px;
}
.cc-item-inner .hero-heading p {
    max-width: 400px;
    font-size: 26px;
    margin-inline: auto;
    text-align: center;
    line-height: 1;
}
/* Column Content Css end */
.ctp-cs .grid-3fr {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}
.ctp-cs h2.cs-grid-item-title {
    bottom: 8px;
}
.ctp-cs .cs-grid-item-img {
    margin-bottom: 0;
}
@media (max-width: 1080px) {
  .grid-2fr {
    gap: 2rem;
  }
  .step-content {
    margin-top: 0;
  }
  .slider-cstm-pagination {
    bottom: 12px;
    right: 6px;
  }
  .hero-slider-heading p:nth-child(1) svg {
    height: 26px;
    width: 120px;
  }
  .hero-slider-header h2,
  .hero-slider-header p {
    font-size: 24px !important;
    line-height: 18px;
  }
  .hero-slide-desc {
    font-size: 12px;
  }
  .hero-slide-content {
    max-width: 450px;
    padding: 1.8rem 1rem;
  }
  .hero-slide-content .btn {
    margin-top: 1rem;
  }
  :root {
    --font-size-heading-2-base: 28px !important;
  }
  .loyal-icon-item h4 {
    font-size: 14px;
  }
  .large-body {
    font-size: 20px;
  }
  .icon-group {
    gap: 2rem;
  }
  :root {
    --font-size-heading-display-3: 28px;
  }
  .cstm-multirow-inner .grid-2fr-2 {
    grid-template-columns: 55% 38%;
  }
  img.cm-header-img {
    bottom: -28px;
    width: 100px;
  }
  .cstm-rotating-logo {
    bottom: 45px;
    width: 100px !important;
  }
  .rev-item-main {
    padding: 0.5rem;
  }
  img.crc-header-img {
    margin-top: 0;
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .grid-2fr {
    gap: 1rem;
  }
  .cstm-tab-body {
    padding: 1rem;
  }
  .lc,
  .rc {
    padding: 1rem;
  }
  .grid-4fr {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .csmt-step-lc,
  .csmt-step-rc {
    width: 100%;
  }
  .hero-slider-header h2,
  .hero-slider-header p {
    font-size: 20px !important;
    line-height: 14px;
  }
  .hero-slider-heading p:nth-child(1) svg {
    height: 20px;
    width: 100px;
  }
  .hero-slider-heading p:nth-child(3) svg {
    width: 30px;
  }
  .hero-slider-header {
    top: -10px;
  }
  .hero-slide-desc {
    font-size: 10px;
  }
  .loyal-clients .section > .grid-2fr {
    grid-template-columns: 1fr;
  }
  .hero-heading,
  .image-hero__text-container-heading {
    line-height: 34px;
  }
  .loyal-lc .hero-heading svg {
    height: 60px;
    width: 120px;
    margin-bottom: -21px;
  }
  .grid-3fr {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs-grid-item {
    padding: 20px 20px;
  }
  .large-body {
    font-size: 18px;
  }
  .cm-lc .mt-2rem {
    margin-top: 1rem;
  }
  .loyal-client-main-img:before {
    display: none;
  }
  .loyal-client-main-img img {
    width: 100%;
  }
  .loyal-client-main-img.mt-2rem {
    margin-top: 1rem;
  }
  .cs-grid-item-title {
    width: 90%;
  }
  .cstm-multirow-inner .grid-2fr-2 {
    grid-template-columns: 1fr;
  }
  .cstm-multirow-inner .grid-2fr-2 .cm-lc {
    max-width: 100%;
  }
  .cstm-multirow-inner .grid-2fr {
    grid-template-columns: 1fr;
  }
  .csmt-multirow .cm-lc {
    padding-left: var(--space-outer);
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .rev-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .faq-content-column {
    padding-left: 0rem;
    padding-top: 3rem;
}
  .ctp-cs h2.cs-grid-item-title {
    bottom: -22px;
}
  .ctp-cs .grid-3fr {
    gap: 2rem;
}
 .ctp-cs .cstm-rte {
    margin-top: 2rem;
}
}
@media (max-width: 767px) {
  .grid-2fr {
    gap: 2rem;
  }
  .lc,
  .rc {
    padding: 0.5rem;
  }
  .tab-bottomportion .grid-2fr {
    grid-template-columns: 1fr;
  }
  .tab-btn img {
    width: 26px;
    height: 26px;
  }
  .tab-btn span {
    font-size: 16px;
  }
  .tab-btn {
    gap: 0.1rem;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid;
    border-radius: var(--cstm-border-radius);
  }
  .csmt-tabbed-btn {
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .cstm-tab-body {
    padding: 0.5rem;
  }
  .lc h4,
  .rc h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .fs-body-100.lc,
  .fs-body-100.rc {
    font-size: 12px !important;
  }
  .rc ul li:before {
    min-width: 18px;
    width: 18px;
  }
  .desk-btn {
    display: none !important;
  }
  .mob-btn {
    display: flex !important;
  }
  .grid-4fr {
    gap: 2rem 0.5rem;
  }
  .grdi-item-content {
    padding: 1rem 0.2rem 0.2rem;
  }
  .grdi-item-content span {
    width: 25px;
    height: 25px;
    font-size: 16px !important;
    top: -14px !important;
  }
  .grdi-item-content h4 {
    font-size: 15px;
  }
  .grdi-item-content .rte p {
    font-size: 9px;
    height: 30px;
  }
  .csmt-step-item {
    flex-wrap: wrap;
  }
  .csmt-step-item-1 .cstm-step-header,
  .csmt-step-item-3 .cstm-step-header {
    padding: 0.5rem 3rem;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .cstm-step-header count {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .step-content {
    max-width: 100%;
    margin-right: 0rem;
    padding: 1rem;
  }
  .csmt-step-item-2 .cstm-step-header {
    justify-content: space-between;
    margin-right: -1.2rem;
  }
  .csmt-step-item-2 .step-content {
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
  .hero-slide-desc {
    font-size: 14px;
  }
  .hero-slide-content .btn {
    margin-inline: auto;
  }
  .slider-cstm-pagination {
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
  }
  .hero-slider-main .swiper {
    padding-bottom: 50px;
  }
  .loyal-icon-wraper {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .loyal-icon-wraper img {
    width: 30px;
  }
  .loyal-icon-item {
    gap: 0.3rem;
  }
  .loyal-icon-item h4 {
    font-size: 10px;
  }
  .grid-3fr {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .cs-grid-item .cstm-rte p {
    min-height: auto;
  }
  .text-w-icon .cstm-flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .text-w-icon .large-body {
    text-align: center;
  }
  .icon-group-wraper {
    width: 70px;
    height: 70px;
  }
  .icon-group-wraper img {
    width: 100%;
  }
  .icon-group {
    margin-inline: auto;
  }
  .hero-slider-main .section {
    padding-inline: 0;
  }
  .loyal-lc .hero-heading svg {
    height: 42px;
    width: 82px;
    margin-bottom: -16px;
  }
  .csmt-multirow .grid-2fr {
    grid-template-columns: 1fr;
  }
  svg.rev-divider {
    height: 54px;
  }
  svg.rev-icon {
    width: 80px;
  }
  .rev-footer img {
    width: 55px;
    height: 55px;
  }
  .hero-slider-header {
    left: 1rem;
  }
  .hero-slider-header h2,
  .hero-slider-header p {
    font-size: 18px !important;
  }
  .cm-lc span.cstm-badge,
  .cstm-section-header .cstm-badge {
    margin-bottom: 6px;
    display: inline-flex;
  }
  .cs-grid-item .cstm-rte ul {
    min-height: auto;
  }
  :root {
    --font-size-heading-display-3: 22px;
  }
  .slideshow-slide__text-container .rte {
    text-align: center;
  }
  .cs-grid-item-title {
    font-size: 20px;
    bottom: -24px;
  }
  .cs-grid-item-title em {
    display: inline-block;
  }
  .cs-grid-item-img {
    margin-bottom: 3rem;
  }
  img.cm-header-img {
    bottom: 8px;
    width: 50px;
  }
  .rev-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .rev-item-main:nth-child(1),
  .rev-item-main:nth-child(3) {
    margin-top: 0;
  }
  .rev-item-main {
    padding: 1.5rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .cstm-review-slider .cstm-section-header .mt-2rem {
    margin-top: 1rem;
  }
  .rev-footer-info h4 {
    font-size: 16px;
  }
  .grid-2fr.grid-2fr-1 .cm-lc {
    order: -1;
  }
  .cs-grid-item .cstm-rte ul li {
    font-size: 11px;
}
  .loyal-clients .hero-heading {
    margin-bottom: 1rem;
}
  .rev-desc {
    min-height: auto;
}
  .about-hero .image-block:nth-child(4) {
    position: absolute;
    right: 4%;
    bottom: 4%;
}
  .image-with-text__text-container {
    margin-top: 40px !important;
}
  .image-with-text__image-container-inner {
    padding-right: 0 !important;
}
  .csmt-icon-column {
        gap: .5rem;
    padding: .8rem .4rem;
    margin-top: 1rem;
}
  .csmt-icon-column img {
    width: 38px;
    height: 38px;
}
  .csmt-icon-column h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
  .csmt-icon-info .cstm-rte {
    font-size: 9px;
}
  .csmt-icon-column-4 {
    transform: unset !important;
}
  :root {
    --spacing-10: 60px !important;
}
  .grid-item:nth-child(1) .grid-item__text-container-wrapper {
    padding-right: var(--spacing-7);
}
  .cstm-behaviour .grid-2fr {
    grid-template-columns: 1fr;
}
  .ftyb-richtect .rich-text__inner {
    padding: 1rem;
}
  .behave-rc-body {
    padding: 30px 14px 14px;
        gap: 1rem;
}
  .behave-icon-item img {
    width: 42px;
    height: 42px;
}
  .behave-icon-info h4 {
    font-size: 11px;
}
  .cstm-icon-list-conetnt p {
    font-size: 9px;
    line-height: normal;
    display: block;
    padding-top: 4px;
}
  .behave-rc-footer {
    padding: 14px 14px;
}
  .cstm-behaviour .behave-lc {
    position: unset;
}
  .pl-cb .behave-icon-item img {
    width: 30px;
    height: 30px;
}
  .column-content .grid-2fr {
    gap: 4rem;
    grid-template-columns: 1fr;
}
  .cc-icon-wrapper {
    width: 100px;
    height: 100px;
    top: -50px;
}
  .cc-icon-wrapper {
    width: 100px;
    height: 100px;
    top: -53px;
}
  .cc-icon-wrapper img {
    width: 50px;
}
  .cc-item {
    padding: 62px 14px 14px;
}
  .column-content .cstm-section-content p:first-child {
    margin-top: 16px !important;
}
  .column-content .cstm-section-content ul {
    height: auto;
}
  .column-content .cstm-section-content ul li {
    gap: 8px;
}
  .column-content .cstm-section-content ul li:not(:first-child) {
    margin-top: 4px;
}
  .column-content .cstm-section-content ul {
    padding: 12px 12px;
}
  .cc-item-inner .hero-heading p {
    font-size: 20px;
}
  .cc-item {
    padding: 64px 14px 14px;
}
  .ctp-cs .grid-3fr {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.ctp-cs h2.cs-grid-item-title {
    bottom: -10px;
    font-size: 14px;
}
}
