* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*Mawidy Css Start*/
.mawidy-hero-section{
  background: #FAF8F7;
  border: 1px solid rgba(142, 27, 62, 0.1);
  border-radius: 15.7604px;
  overflow: hidden;
  position: relative;
  height: auto;
}

.apoint-book-main{
  padding-top: 46px;
}

.apoint-book-content{
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 10px;
}

.apoint-book-content h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -2.1828px;
  color: #141414;
  margin-bottom: 24px;
  text-align: center;
}

.apoint-book-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.114884px;
  color: #000000;
  max-width: 520px;
  margin: 0 auto;
}

.apoint-book-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0px;
}

.apoint-book-btn .btn-primary{
  padding: 11px 21px;
  background: #8E1B3E;
  border-radius: 8.31398px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.apoint-book-btn .btn-primary:focus,
.apoint-book-btn .btn-primary:active,
.apoint-book-btn .btn-primary:active:focus{
  padding: 11px 21px;
  border-radius: 8.31398px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.apoint-book-btn .btn-primary:hover svg path{
    stroke: #121212; 
    transition: stroke 0.2s ease;
}

.apoint-book-btn .btn-primary span{
  display: inline-flex;
}

.apoint-book-btn .btn-secondary{
  padding: 11px 21px;
  background: rgba(255, 196, 214, 0.4);
  border-radius: 8.31398px;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #8E1B3E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  
}

.apoint-book-btn .btn-secondary:focus,
.apoint-book-btn .btn-secondary:active,
.apoint-book-btn .btn-secondary:active:focus{
  padding: 11px 21px;
  border-radius: 8.31398px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.apoint-book-btn .btn-secondary:hover svg path{
    stroke: #FFFFFF; 
    transition: stroke 0.2s ease;
}

.social-proof{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.social-proof span{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12.5959px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.125959px;
  color: #8E1B3E;
}

.hero-graphics-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.blob-wrap {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.blob-image {
  width: 100%;
  height: auto;
  display: block;
}

.desktop-wrap {
  position: absolute;
  width: 90%;
  bottom: -46%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.desktop-image {
    width: 100%;
    height: auto;
    display: block;
}


.what-is-mawidy-section{
  padding: 70px 0px 0px 0px;
  background-color: #FFFFFF;
}

.what-is-mawidy .header-text h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 52px;
  letter-spacing: -2.01926px;
  color: #141414;
  margin-bottom: 30px;
  text-align: center;
}

.what-is-mawidy .header-text p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  max-width: 870px;
  margin: 0 auto;
}

.text-wrapper-3 h6{
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  margin-top: 42px;
  margin-bottom: 24px;
}

.mawidy-card{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.mawidy-card .card{
  width: 386.39px;
  background: #FAF8F7;
  border: 1px solid rgba(142, 27, 62, 0.1);
  border-radius: 12.6083px;
  padding: 12px 12px 0px 12px;
  margin-bottom: 22px;
}

.mawidy-card .card-body{
  padding: 18px 20px;
}

.mawidy-card .card-body h5{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.mawidy-card .card-body p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.mawidy-card .card-body a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #8E1B3E;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  outline: 0px;
}

.mawidy-card .card-body a span{
  display: inline-flex;
}

.take-booking-section{
  padding: 46px 0px 0px 0px;
}

.take-book-main-wrap{
  padding: 0px 248.23px;
}

.take-booking-section .row{
  margin-bottom: 54px;
}

.take-booking-section .appointment-main{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 128px;
}

.apointment-content{
  width: 385.34px;
  flex-shrink: 0;
}

.take-book-header h3 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 66px;
  letter-spacing: -2.28px;
  color: #141414;
  margin-bottom: 54px !important;
  text-align: center;
  max-width: 952px;
  margin: 0 auto;
}

.merchant-choose .take-book-header h3{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 66px;
  letter-spacing: -2.28px;
  color: #141414;
  margin-bottom: 54px !important;
  text-align: center;
  max-width: 714px;
  margin: 0 auto;
}

.apointment-content h3{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 15px;
}

.apointment-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}

.features{
  margin-top: 38px;
}

.feature{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.feature .dot {
  width: 15.76px;
  height: 15.76px;
  border-radius: 50%;
  border: 1px solid var(--maroon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.feature span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #5C000C;
}

.feature .dot::after {
  content: '';
  background: url('../images/mawidy/bullets-icon.svg') no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
}

.paylogos {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
}

.paylogos .row-logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.paylogos .row-logos .badge{
  width: 57.22px;
  height: 38.71px;
  background: #FFFFFF;
  border: 1.68289px solid #D9D9D9;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.set-rule-title h3{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  margin-bottom: 18px;
}

.set-rule-title p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  max-width: 375px;
  margin: 0 auto;
}

.set-rule-title{
  max-width: 477px;
  margin: 0 auto;
  padding-top: 50px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  column-gap: 47px;
  max-width: 1344px;
  margin-inline: auto;
  margin-top: 81px;
  padding: 0px 84px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  border: 0.788021px solid rgba(92, 0, 12, 0.13);
  border-radius: 14.2812px;
  overflow: hidden;
  position: relative;
  min-height: 407px;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mawidy/rule-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;   
}

.feature-card__content {
  padding: 26px 26px 0px 26px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
  z-index: 2;
}

.feature-card__title {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.392422px;
  color: #000000;
  margin-bottom: 10px;
}

.feature-card__body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.383891px;
  color: #000000;
  max-width: 426px;
  margin-bottom: 26px;
}

.feature-card__visual {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 0px 24px 0px 24px;
}

.feature-card__visual img {
  height: auto;
  object-fit: contain;
}

/* Container & Header Formatting */
.booking-section {
  padding: 46px 20px;
  max-width: 1349px;
  margin: 0 auto;
  box-sizing: border-box;
}

.booking-header h3{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  margin-bottom: 67px;
}

/* Grid Layout setup */
.booking-grid-main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13.68px;
}

/* Top Row items span 2 columns out of 5 equivalent spaces */
.booking-grid-main .booking-card:nth-child(1) {
  grid-column: span 2;
}

.booking-grid-main .booking-card:nth-child(2) {
  grid-column: span 4;
}

/* Bottom Row items each span 2 columns */
.booking-grid-main .booking-card:nth-child(3),
.booking-grid-main .booking-card:nth-child(4),
.booking-grid-main .booking-card:nth-child(5) {
  grid-column: span 2;
}

/* Common Card Styling */
.booking-card {
  border-radius: 16px;
  padding: 6.14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
}

.light-card {
  background-color: #F9F6F4;
}

/* Dark KPI Card Styling */
.dark-card {
  background: #26000C;
  color: #FFFFFF;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  padding: 7px 7px 7px 33px;
}

.dark-card .card-body {
  max-width: 228px;
}

.booking-card.dark-card h4 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 22.99px;
  line-height: 32.57px;
  color: #FFFFFF;
  max-width: 218px;
}

.booking-card.dark-card p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14.2812px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 22px;
  width: 305px;
}

.dark-card .card-media img {
  max-width: 88%;
  height: auto;
  border-radius: 8px;
}

/* Text and Media Alignment inside Cards */
.card-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-card .card-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.booking-card.light-card .card-body{
  padding: 18px;
}

.card-body h4 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32.57px;
  color: #000000;
  margin-bottom: 7px;
}

.card-body p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15.33px;
  line-height: 24.91px;
  color: #000000;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .booking-grid-main {
    grid-template-columns: 1fr;
  }
  
  .booking-grid-main .booking-card:nth-child(1),
  .booking-grid-main .booking-card:nth-child(2),
  .booking-grid-main .booking-card:nth-child(3),
  .booking-grid-main .booking-card:nth-child(4),
  .booking-grid-main .booking-card:nth-child(5) {
    grid-column: span 1;
  }

  .dark-card {
    flex-direction: column;
    align-items: flex-start;
  }
}


.appointement-section{
  padding: 0px 20px;
}

.appointment-box{
  background: rgba(242, 230, 234, 0.5);
  border: 0.788021px solid rgba(142, 27, 62, 0.2);
  border-radius: 15.7604px;
  padding: 43px 47px;
  max-width: 1349px;
  margin: 0 auto;
  box-sizing: border-box;
}

.appointment-title h3 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 66px;
  letter-spacing: -1.79669px;
  color: #000000;
  text-align: center;
  margin-bottom: 55px;
}

.appointment-box .cards {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-top: 54px;
}

.appointment-box .icard {
  position: relative;
  width: 318.44px;
  height: 373.6px;
  border-radius: 8.8px;
  overflow: hidden;
  background: #ccc;
}

.appointment-box .icard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appointment-box .icard span {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 22px;
  bottom: 25px;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  z-index: 2;
}

.appointment-box .icard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0) 55%);
}

.apoointment-note p {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  opacity: 0.7;
  margin-top: 54px;
  margin-bottom: 0px;
}

.pricing-faq-title{
  margin-top: 35px;
}

.pricing-faq-title .faq-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 25.2167px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.504333px;
  color: #141414;
  opacity: 0.4;
  margin-bottom: 0px;
}

.pricing-faq-accordian {
  padding-top: 52px;
}

.how-it-work-section {
  padding: 52px 20px 0px 20px; /* Reduced fixed 141px side padding */
  width: 100%;
  box-sizing: border-box;
}

.how-it-work-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 0.817946px solid rgba(142, 27, 62, 0.2);
  padding-bottom: 40px;
  gap: 66px;
  max-width: 1315px; 
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.how-it-work-main .how-it-content {
  flex: 0 0 260px; /* Prevents title section from shrinking excessively */
}

.how-it-work-main .how-it-content h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  display: flex;
  align-items: center;
  letter-spacing: -0.245384px;
  color: #0D1221;
  margin-top: 33px;
  margin-bottom: 16px;
}

.how-it-work-main .how-it-content p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}

.service-items {
  display: flex;
  align-items: stretch;
  gap: 12px; 
  flex: 1;
}

.service-items .service-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 28px;
  gap: 41px;
  background: #F9F6F4;
  border-radius: 9.81535px;
  flex: 1 1 0; 
  min-width: 0; 
  box-sizing: border-box;
}

.service-items .service-box h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1.22692px;
  color: #8E1B3E;
  margin: 0;
}

.service-items .service-box h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25;
  color: #0D1221;
  max-width: 100%;
  margin: 0;
}

.revenue-section {
  padding: 30px 20px; /* Reduced fixed side padding to avoid breaking layout on smaller screens */
  width: 100%;
  box-sizing: border-box;
}

.revenue-main {
  background: url('../images/mawidy/revenue-Banner.png') no-repeat center center;
  background-size: cover; /* Ensures background fills the container perfectly */
  padding: 38px 40px 0px 40px; /* Removed 420px bottom padding causing overflow */
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1349px; /* Changed from fixed width to max-width */
  width: 100%;
  margin: 0 auto;
  min-height: 470px; /* Changed height to min-height */
  box-sizing: border-box;
}

.revenue-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.revenue-left-content h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 76px;
  color: #FFFFFF;
  max-width: 407px;
}

.revenue-right-content {
  max-width: 396px;
}

.revenue-right-content p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 23px;
  max-width: 363px;
}

.revenue-btn {
  justify-content: flex-start;
  margin: 0px;
}

.revenue-btn .btn-secondary {
  color: #FFFFFF;
}

.revenue-desktop img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 229.53px;
  max-width: 90%; /* Scale smoothly within container bounds */
  width: 959px;
  height: auto;
  border-radius: 10px;
}

.power-by-section{
  padding-bottom: 25px;
}

.power-by-title{
  margin-top: 18px;
  background-image: url('../images/mawidy/power-by.png');
  background-position: center left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.power-by-title h3{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #141414;
  max-width: 575px;
  margin: 0 auto;
}

.power-by-grid{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  margin-top: 32px !important;
  max-width: 1321px;
  margin: 0 auto;
}

.power-by-item{
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(142, 27, 62, 0.1);
  border-radius: 12.6083px;
  padding: 19px;
  min-width: 306.36px;
}

.power-by-icon{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11.0323px;
  background: rgba(204, 204, 204, 0.4);
  border-radius: 7.65597px;
  margin-bottom: 22px;
  height: 42.48px;
  width: 42.48px;
}

.power-by-content h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-bottom: 2px;
  display: none;
}

.power-by-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #141414;
  margin-bottom: 0px;
}


.management-card{
  background: rgba(242, 230, 234, 0.5);
  border: 1px solid rgba(142, 27, 62, 0.2);
  border-radius: 16px;
  padding: 48px 64px;
  width: 100%;
  max-width: 1429px;
  margin-inline: auto;
}

.appointment-book-section{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 35px;
}

.section-wrapper {
  background-color: #FAF2F4;
  border: 1px solid #E8D8DC;
  border-radius: 20px;
  padding: 50px 32px;
  max-width: 1441px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(112, 18, 46, 0.03);
}

.container-box {
  display: grid;
  grid-template-columns: 579px 1fr;
  gap: 97px;
  align-items: flex-start;
}

    /* LEFT COLUMN */
.left-column h2{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 53px;
}


.step-list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 19px 12px;
  border-bottom: 1px solid #E8D8DC;
  cursor: pointer;
  transition: background-color 0.25s ease;
  user-select: none;
  overflow: hidden;
  opacity: 0.83;
}

.step-item:last-child {
  border-bottom: none;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-box {
  width: 28px;
  height: 28px;
  background-color: #F8E3E8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #70122E;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.icon-box svg{
  opacity: 0.83;
}

.step-item.active .icon-box {
  background-color: #FFC8DA;
  color: #FFFFFF;
  transform: scale(1.08);
  opacity: 1;
}

.step-item.active .icon-box svg{
  opacity: 1;
}

.step-title {
  color: #7A7276;
  transition: color 0.25s ease, font-weight 0.25s ease;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;

}

.step-item.active .step-title {
  color: #1F191B;
  font-weight: 700;
  opacity: 1;
}

/* Sub-description under active tab */
.step-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.step-item.active .step-desc {
  max-height: 60px;
  opacity: 1;
  margin-top: 8px;
}

/* Step Auto-Switch Timer Bar */
.step-progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #70122E;
  opacity: 0.3;
}

.step-item.active .step-progress-line {
  animation: progressFill 4000ms linear forwards;
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}

/* RIGHT COLUMN STAGE */
.stage {
  position: relative;
  border-radius: 16px;
  min-height: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 725px;
}

.card-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.card-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  object-position: top right;
}

.mobile-show{
  display: none;
}

.step-mobile-image {
  display: none;
}

@media (max-width: 900px) {
  .stage { min-height: 400px; }
}    
/*Mawidy Css End*/


/* Footer Code Css Start */
footer{
  background-color: #FAFBFD;
  padding: 0px !important;
}

.footer-menu-wrap{
  padding: 24px 0px;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.footer-menu-list{
  flex: 1;
}

.footer-menu-box{
  margin-bottom: 32px;
}

.footer-menu-box h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #8E1B3E;
  margin-bottom: 8px;
}

.footer-menu-box ul{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.footer-menu-box ul li a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 8px;
  display: inline-block;
}

.footer-menu-box ul li a:hover,
.footer-menu-box ul li a:focus{
  color: #8E1B3E;
}

.footer-card-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer-social-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 12px;
}

.footer-social-wrap ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 32px;
  height: 32px;
  background: #F4E8EC;
  border-radius: 50px;
}

.footer-social-wrap ul li a span{
  display: inline-flex;
}

.footer-card-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 6px;
}

.footer-card-wrap ul li a{
  display: inline-block;
}

.f-card-second{
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #9CA3AF;
}

.footer-copy-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy-main .f-copy-text p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.f-copy-app ul{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0px;
}
/* Footer Code Css End */

/*** Responsive Css Start  JVB ***/

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
/* HOME PAGE CSS START */
body {padding-top: 102px !important;}
.container{padding: 0px 20px !important;}
/* HOME PAGE CSS END */

/* MAWIDY CSS START */
.mawidy-hero-section {padding: 24px 16px 24px 16px; height: auto; min-height: auto; border: 0px; border-radius: 0px;}
.apoint-book-content {width: 100%; max-width: 100%; padding: 0px 20px;}
.apoint-book-main {padding-top: 0px; margin-bottom: 35px;}
.appoinment-order .apointment-image{order: 0;}
.one-one-order .apointment-image{order: 0;}
.desktop-wrap {width: 100%; bottom: -55%;}
.blob-wrap {bottom: -50px; scale: 1.6;}
.apoint-book-content h4 {font-size: 32px; line-height: 40px; margin-bottom: 12px; text-align: center; letter-spacing: 0px;}
.apoint-book-content p {font-size: 14px; line-height: 22px; letter-spacing: 0;}
.apoint-book-btn {margin: 24px 0px;}
.apoint-book-btn .btn-secondary {border: 1px solid rgba(142, 27, 62, 0.1);}
.social-proof span {font-size: 14px; line-height: 22px;}
.what-is-mawidy-section {padding: 20px 16px 0px 16px;}
.what-is-mawidy .header-text h4 {font-size: 28px; line-height: 36px; letter-spacing: 0; margin-bottom: 12px; margin-top: 16px;}
.what-is-mawidy .container{padding: 0px !important;}
.what-is-mawidy .header-text p {font-size: 14px; line-height: 22px; max-width: max-content; margin: 0;}
.text-wrapper-3 h6 {line-height: 100%; color: #8E1B3E; margin: 20px 0px;}
.mawidy-card {gap: 20px; flex-direction: column;}
.mawidy-card .card {width: 100%; margin-bottom: 0px !important;}
.card-img img{width: 100%;}
.mawidy-card .card {width: 100%; border-radius: 12px; padding: 16px; margin-bottom: 12px;}
.mawidy-card .card-body {padding: 0;}
.mawidy-card .card-body h5 {font-size: 18px; line-height: 26px; text-align: left; margin-top: 12px; margin-bottom: 6px; letter-spacing: 0;}
.mawidy-card .card-body p {font-size: 14px; line-height: 22px; text-align: left; margin-bottom: 12px;}
.mawidy-card .card-body a {font-size: 14px; line-height: 22px; justify-content: flex-start; gap: 8px;}
.mawidy-card .card-body a svg{height: 12px; width: 12px;}
.take-booking-section {padding:16px 16px 0px 16px;}
.take-book-header h3 {font-size: 28px; line-height: 36px; letter-spacing: 0%; color: #141414; margin-bottom: 24px !important; text-align: center; max-width: 360px; margin: 0 auto;}
.take-book-main-wrap {padding: 0px;}
.merchant-choose .take-book-header h3 {font-size: 28px; line-height: 36px; letter-spacing: 0%; margin-bottom: 24px !important;}
.merchnt-appoint h3{padding: 0px 16px;}
.paylogos {margin-top: 24px;}
.paylogos .row-logos .badge {width: 54.22px; height: 37.71px;}
.take-booking-section .appointment-main {width: 100%; gap: 24px; padding: 0px 16px; flex-direction: column;}
.apointment-content {width: 100%; order: 1;}
.apointment-content h3 {font-size: 18px; line-height: 26px; margin-bottom: 16px;}
.apointment-content p {font-size: 14px; line-height: 22px; letter-spacing: 0;}
.features {margin-top: 24px;}
.feature span {font-size: 14px; line-height: 20px;}
.take-booking-section .row {margin-bottom: 27px;}
.appointment-book-section {padding: 0px 16px;}
.section-wrapper {padding: 16px;}
.left-column h2 {font-size: 28px; line-height: 36px; margin-bottom: 20px;}
.card-wrap {min-height: 470px;}
.container-box {grid-template-columns: auto; gap: 0px;}
.set-rule-title h3 {font-size: 20px; line-height: 22px; margin-bottom: 12px; margin-top: 24px; padding: 0px 60px;}
.set-rule-title p {font-size: 14px; line-height: 22px; max-width: 375px; margin: 0 auto; padding: 0px 47px;}
.booking-section {padding: 0px 16px; max-width: 100%;}
.feature-grid {margin-top: 32px; padding: 0px; grid-template-columns: initial; gap: 20px; max-width: 100%;}
.feature-card__title {font-size: 18px; line-height: 26px; text-align: center; margin-bottom: 14px;}
.feature-card__content {padding: 16px 16px 0px 16px;}
.feature-card__body {display: none;}
.feature-card {min-height: auto; border-radius: 12px;}
.booking-header h3 {font-size: 20px; line-height: 22px; margin-bottom: 32px; margin-top: 24px;}
.booking-card.light-card.card-body h4 {font-size: 18px; line-height: 100%; margin-bottom: 12px;}
.booking-card {padding: 16px;}
.booking-card.light-card .card-body {padding: 12px 0px 0px 0px;}
.booking-grid-main {gap: 20px;}
.light-card .card-body h4 {font-size: 18px; line-height: 26px; letter-spacing: 0;}
.dark-card .card-body {max-width: 100%;}
.light-card .card-body p {font-size: 14px; line-height: 22px; color: #000000;letter-spacing: 0;}
.booking-card.dark-card h4 {font-size: 18px; max-width: 100%; line-height: 26px;}
.booking-card.dark-card p {font-size: 14px; line-height: 22px; margin-bottom: 12px;}
.appointement-section {padding: 40px 16px 20px 16px;}
.step-title {font-size: 18px; line-height: 26px; letter-spacing: 0px;}
.step-item:first-of-type{padding-top: 0px;}
.icon-box {width: 32px; height: 32px;}
.appointment-box {padding: 16px;}
.appointment-title h3 {font-size: 28px; line-height: 36px; letter-spacing: normal; margin-bottom: 20px;}
.appointment-box .cards {gap: 12px; margin-top: 0px; flex-direction: column;}
.appointment-box .icard {width: 100%; height: 211px; border-radius: 8px;}
.appointment-box .icard span {left: 16px; bottom: 16px; font-size: 18px; line-height: 26px;}
.apoointment-note p {font-family: 'Open Sans'; font-weight: 400; font-size: 14px; line-height: 22px; opacity: 0.7; margin-top: 20px; margin-bottom: 0px;}
.how-it-work-section {padding: 0px 16px;}
.how-it-work-main .how-it-content h4 {font-size: 28px; line-height: 36px; margin-top: 0px; margin-bottom: 8px;}
.how-it-work-main .how-it-content p {font-size: 14px; line-height: 22px; margin-bottom: 0px;}
.how-it-work-main .how-it-content {flex: 0;}
.how-it-work-main {gap: 32px; max-width: 100%; flex-direction: column; padding-bottom: 32px; border-bottom: 0px;}
.service-items {flex-direction: column; width: 100%;}
.service-items .service-box {gap: 8px; padding: 16px;}
.service-items .service-box h2 {font-size: 24px; line-height: 100%;}
.service-items .service-box h6 {font-size: 14px; line-height: 22px; letter-spacing: 0; max-width: 100%;}
.revenue-section {padding: 0px 16px;}
.revenue-main {padding: 20px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 470px;}
.revenue-content {flex-direction: column;}
.revenue-left-content h4 {font-size: 32px; line-height: 36px; margin-bottom: 16px;}
.revenue-right-content p {font-size: 14px; line-height: 22px; margin-bottom: 16px;}
.revenue-desktop img {top: 238.53px;}
.power-by-title {margin-top: 0px; -webkit-text-fill-color: #0D1221; color: #0D1221;}
.power-by-title h3 {font-size: 28px; line-height: 36px; max-width: 100%; letter-spacing: 0px; padding: 0px 34px;}
.power-by-section {padding: 32px 16px 0px 16px;}
.power-by-grid {gap: 12px; margin-top: 20px; flex-direction: column;}
.power-by-item {border-radius: 12.6083px; border-color: #CFD4DB; padding: 18px; width: 100%; display: flex; align-items: center; gap: 16px; flex-direction: column; justify-content: center; background-color: #FFFFFF;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 32px; width: 32px; border-radius: 100px; background-color: #F4E8EC;}
.power-by-icon span{display: inline-flex;}
.power-by-icon svg{ height: auto; width: 16px;}
.power-by-content p {max-width: 100%; line-height: 24px; font-weight: 700; text-align: center; letter-spacing: -0.08px; font-size: 16px;}
.power-by-content h6 {display: block;}
.stage {display: none;}
.step-mobile-image {display: none; margin-top: 12px; border-radius: 12px; overflow: hidden;}
.step-item.active .step-mobile-image{display: block;}
.step-mobile-image img {width: 100%; height: auto; display: block;}
.step-item {opacity: 1!important; padding: 19px 0px;}
.brand-booking-section {background: linear-gradient(180deg, rgba(142, 27, 62, 0.08) 0%, rgba(142, 27, 62, 0) 52.51%);  border-top: 1px solid rgba(142, 27, 62, 0.1); padding: 16px;}
.set-rule-title {padding-top: 0px;}
/* MAWIDY CSS END */


/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: center; margin-bottom: 16px; flex-direction: column; row-gap: 16px;} /* flex-start JVB*/
.f-card-second{border-top: 1px solid #9CA3AF;padding-top: 25px;} /* JVB */
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}

/*FOOTER CSS END*/
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
/* HOME PAGE CSS START */
body {padding-top: 102px !important;}
.container{padding: 0px 20px !important;}

/* HOME PAGE CSS END */

/* MAWIDY CSS START */
.mawidy-hero-section {padding: 24px 16px 24px 16px; height: auto; min-height: auto; border: 0px; border-radius: 0px;}
.apoint-book-content {width: 100%; max-width: 100%; padding: 0px 20px;}
.apoint-book-main {padding-top: 0px; margin-bottom: 35px;}
.appoinment-order .apointment-image{order: 0;}
.one-one-order .apointment-image{order: 0;}
.desktop-wrap {width: 100%; bottom: -55%;}
.blob-wrap {bottom: -50px; scale: 1.6;}
.apoint-book-content h4 {font-size: 32px; line-height: 40px; margin-bottom: 12px; text-align: center; letter-spacing: 0px;}
.apoint-book-content p {font-size: 14px; line-height: 22px; letter-spacing: 0;}
.apoint-book-btn {margin: 24px 0px;}
.apoint-book-btn .btn-secondary {border: 1px solid rgba(142, 27, 62, 0.1);}
.social-proof span {font-size: 14px; line-height: 22px;}
.what-is-mawidy-section {padding: 20px 16px 0px 16px;}
.what-is-mawidy .header-text h4 {font-size: 28px; line-height: 36px; letter-spacing: 0; margin-bottom: 12px; margin-top: 16px;}
.what-is-mawidy .container{padding: 0px !important;}
.what-is-mawidy .header-text p {font-size: 14px; line-height: 22px; max-width: max-content; margin: 0;}
.text-wrapper-3 h6 {line-height: 100%; color: #8E1B3E; margin: 20px 0px;}
.mawidy-card {gap: 20px; flex-direction: column;}
.mawidy-card .card {width: 100%; margin-bottom: 0px !important;}
.card-img img{width: 100%;}
.mawidy-card .card {width: 100%; border-radius: 12px; padding: 16px; margin-bottom: 12px;}
.mawidy-card .card-body {padding: 0;}
.mawidy-card .card-body h5 {font-size: 18px; line-height: 26px; text-align: left; margin-top: 12px; margin-bottom: 6px; letter-spacing: 0;}
.mawidy-card .card-body p {font-size: 14px; line-height: 22px; text-align: left; margin-bottom: 12px;}
.mawidy-card .card-body a {font-size: 14px; line-height: 22px; justify-content: flex-start; gap: 8px;}
.mawidy-card .card-body a svg{height: 12px; width: 12px;}
.take-booking-section {padding:16px 16px 0px 16px;}
.take-book-header h3 {font-size: 28px; line-height: 36px; letter-spacing: 0%; color: #141414; margin-bottom: 24px !important; text-align: center; max-width: 100%; margin: 0px;}
.take-book-main-wrap {padding: 0px;}
.merchant-choose .take-book-header h3 {font-size: 28px; line-height: 36px; letter-spacing: 0%; margin-bottom: 24px !important;}
.merchnt-appoint h3{padding: 0px 16px;}
.paylogos {margin-top: 24px;}
.paylogos .row-logos .badge {width: 54.22px; height: 37.71px;}
.take-booking-section .appointment-main {width: 100%; gap: 24px; padding: 0px 16px; flex-direction: column;}
.apointment-content {width: 100%; order: 1;}
.apointment-content h3 {font-size: 18px; line-height: 26px; margin-bottom: 16px;}
.apointment-content p {font-size: 14px; line-height: 22px; letter-spacing: 0;}
.features {margin-top: 24px;}
.feature span {font-size: 14px; line-height: 20px;}
.take-booking-section .row {margin-bottom: 27px;}
.appointment-book-section {padding: 0px 16px;}
.section-wrapper {padding: 16px;}
.left-column h2 {font-size: 28px; line-height: 36px; margin-bottom: 20px;}
.card-wrap {min-height: 470px;}
.container-box {grid-template-columns: auto; gap: 0px;}
.set-rule-title h3 {font-size: 20px; line-height: 22px; margin-bottom: 12px; margin-top: 24px; padding: 0px 60px;}
.set-rule-title p {font-size: 14px; line-height: 22px; max-width: 375px; margin: 0 auto; padding: 0px 47px;}
.booking-section {padding: 0px 16px; max-width: 100%;}
.feature-grid {margin-top: 32px; padding: 0px; grid-template-columns: initial; gap: 20px; max-width: 100%;}
.feature-card__title {font-size: 18px; line-height: 26px; text-align: center; margin-bottom: 14px;}
.feature-card__content {padding: 16px 16px 0px 16px;}
.feature-card__body {display: none;}
.feature-card {min-height: auto; border-radius: 12px;}
.booking-header h3 {font-size: 20px; line-height: 22px; margin-bottom: 32px; margin-top: 24px;}
.booking-card.light-card.card-body h4 {font-size: 18px; line-height: 100%; margin-bottom: 12px;}
.booking-card {padding: 16px;}
.booking-card.light-card .card-body {padding: 12px 0px 0px 0px;}
.booking-grid-main {gap: 20px;}
.light-card .card-body h4 {font-size: 18px; line-height: 26px; letter-spacing: 0;}
.dark-card .card-body {max-width: 100%;}
.light-card .card-body p {font-size: 14px; line-height: 22px; color: #000000;letter-spacing: 0;}
.booking-card.dark-card h4 {font-size: 18px; max-width: 100%; line-height: 26px;}
.booking-card.dark-card p {font-size: 14px; line-height: 22px; margin-bottom: 12px;}
.appointement-section {padding: 40px 16px 20px 16px;}
.step-title {font-size: 18px; line-height: 26px; letter-spacing: 0px;}
.step-item:first-of-type{padding-top: 0px;}
.icon-box {width: 32px; height: 32px;}
.appointment-box {padding: 16px;}
.appointment-title h3 {font-size: 28px; line-height: 36px; letter-spacing: normal; margin-bottom: 20px;}
.appointment-box .cards {gap: 12px; margin-top: 0px; flex-direction: column;}
.appointment-box .icard {width: 100%; height: 211px; border-radius: 8px;}
.appointment-box .icard span {left: 16px; bottom: 16px; font-size: 18px; line-height: 26px;}
.apoointment-note p {font-family: 'Open Sans'; font-weight: 400; font-size: 14px; line-height: 22px; opacity: 0.7; margin-top: 20px; margin-bottom: 0px;}
.how-it-work-section {padding: 0px 16px;}
.how-it-work-main .how-it-content h4 {font-size: 28px; line-height: 36px; margin-top: 0px; margin-bottom: 8px;}
.how-it-work-main .how-it-content p {font-size: 14px; line-height: 22px; margin-bottom: 0px;}
.how-it-work-main .how-it-content {flex: 0;}
.how-it-work-main {gap: 32px; max-width: 100%; flex-direction: column; padding-bottom: 32px; border-bottom: 0px;}
.service-items {flex-direction: column; width: 100%;}
.service-items .service-box {gap: 8px; padding: 16px;}
.service-items .service-box h2 {font-size: 24px; line-height: 100%;}
.service-items .service-box h6 {font-size: 14px; line-height: 22px; letter-spacing: 0; max-width: 100%;}
.revenue-section {padding: 0px 16px;}
.revenue-main {padding: 20px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 470px;}
.revenue-content {flex-direction: column;}
.revenue-left-content h4 {font-size: 32px; line-height: 36px; margin-bottom: 16px;}
.revenue-right-content p {font-size: 14px; line-height: 22px; margin-bottom: 16px;}
.revenue-desktop img {top: 238.53px;}
.power-by-title {margin-top: 0px; -webkit-text-fill-color: #0D1221; color: #0D1221;}
.power-by-title h3 {font-size: 28px; line-height: 36px; max-width: 100%; letter-spacing: 0px; padding: 0px 34px;}
.power-by-section {padding: 32px 16px 0px 16px;}
.power-by-grid {gap: 12px; margin-top: 20px; flex-direction: column;}
.power-by-item {border-radius: 12.6083px; border-color: #CFD4DB; padding: 18px; width: 100%; display: flex; align-items: center; gap: 16px; flex-direction: column; justify-content: center; background-color: #FFFFFF;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 32px; width: 32px; border-radius: 100px; background-color: #F4E8EC;}
.power-by-icon span{display: inline-flex;}
.power-by-icon svg{ height: auto; width: 16px;}
.power-by-content p {max-width: 100%; line-height: 24px; font-weight: 700; text-align: center; letter-spacing: -0.08px; font-size: 16px;}
.power-by-content h6 {display: block;}
.stage {display: none;}
.step-mobile-image {display: none; margin-top: 12px; border-radius: 12px; overflow: hidden;}
.step-item.active .step-mobile-image{display: block;}
.step-mobile-image img {width: 100%; height: auto; display: block;}
.step-item {opacity: 1!important; padding: 19px 0px;}
.brand-booking-section {background: linear-gradient(180deg, rgba(142, 27, 62, 0.08) 0%, rgba(142, 27, 62, 0) 52.51%);  border-top: 1px solid rgba(142, 27, 62, 0.1); padding: 16px;}
.set-rule-title {padding-top: 0px;}
/* MAWIDY CSS END */

/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: flex-start; margin-bottom: 16px; flex-direction: column; row-gap: 16px;}
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}
/*FOOTER CSS END*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
/* HOME PAGE CSS START */
body {padding-top: 82px !important;}
.container{padding: 0px 20px !important;}
/* HOME PAGE CSS END */

/* MAWIDY CSS START */
.mawidy-hero-section {padding: 48px 97px 32px 97px; height: auto; min-height: auto;}
.apoint-book-main {padding-top: 0px; margin-bottom: 35px;}
.desktop-wrap {width: 100%; bottom: -55%;}
.blob-wrap {bottom: -90px; scale: 2;}
.apoint-book-content h4 {font-size: 42px; line-height: 48px; margin-bottom: 12px; text-align: center;}
.apoint-book-content p {font-size: 15px; line-height: 22px; letter-spacing: 0;}
.apoint-book-btn .btn-primary {font-size: 14px;}
.apoint-book-btn .btn-secondary {font-size: 14px;}
.apoint-book-btn {margin: 32px 0px;}
.what-is-mawidy-section {padding: 64px 32px 0px 32px;}
.what-is-mawidy .header-text h4 {font-size: 32px; line-height: 100%;}
.what-is-mawidy .container{padding: 0px !important;}
.what-is-mawidy .header-text p {font-size: 14px; line-height: 22px; max-width: max-content; margin: 0px;}
.text-wrapper-3 h6 {line-height: 100%; color: #8E1B3E; margin: 40px 0px;}
.mawidy-card {gap: 20px; flex-direction: column;}
.mawidy-card .card {width: 100%; margin-bottom: 0px !important;}
.card-img img{width: 100%;}
.mawidy-card .card {width: 100%; border-radius: 12px; padding: 16px; margin-bottom: 12px;}
.mawidy-card .card-body {padding: 0;}
.mawidy-card .card-body h5 {font-size: 18px; line-height: 22px; text-align: left; margin-top: 12px; margin-bottom: 6px;}
.mawidy-card .card-body p {font-size: 13px; line-height: 18px; text-align: left; margin-bottom: 12px;}
.mawidy-card .card-body a {font-size: 14.97px; line-height: 14.97px; justify-content: flex-start; gap: 8px;}
.mawidy-card .card-body a svg{height: 12px; width: 12px;}
.take-booking-section {padding: 50px 32px 0px 32px;}
.take-book-header h3 {font-size: 36px; line-height: 42px; letter-spacing: 0%; color: #141414; margin-bottom: 48px; text-align: center;}
.take-book-main-wrap {padding: 0px;}
.take-booking-section .appointment-main {width: 100%; gap: 24px; padding: 0px 32px; flex-direction: column;}
.merchant-choose .take-book-header h3 {font-size: 28px; line-height: 36px; letter-spacing: 0%; margin-bottom: 24px !important;}
.apointment-image{width: 100%;}
.apointment-image img{width: 100%;}
.apointment-content {width: 100%; order: 1;}
.apointment-content h3 {font-size: 26px; line-height: 100%; margin-bottom: 16px;}
.apointment-content p {font-size: 14px; line-height: 20px;}
.features {margin-top: 16px;}
.feature span {font-size: 14px; line-height: 20px;}
.feature-grid {grid-template-columns: inherit; gap: 40px; margin-top: 40px; padding: 0px;}
.take-booking-section .row {margin-bottom: 48px;}
.appointment-book-section {padding: 0px 32px;}
.section-wrapper {padding: 32px;}
.left-column h2 {font-size: 30px; line-height: 34px; margin-bottom: 16px;}
.card-wrap {min-height: 470px;}
.container-box {grid-template-columns: auto; gap: 0px;}
.set-rule-title h3 {font-size: 24px; line-height: 28px; margin-bottom: 12px;}
.set-rule-title p {font-size: 12px; line-height: 18px; max-width: 375px; margin: 0 auto;}
.booking-section {padding: 0px 32px; max-width: 100%;}
.booking-header h3 {font-size: 24px; line-height: 28px; margin-bottom: 32px; margin-top: 32px;}
.booking-card.light-card.card-body h4 {font-size: 18px; line-height: 100%; margin-bottom: 12px;}
.booking-card {padding: 16px;}
.booking-card.light-card .card-body {padding: 12px 0px 0px 0px;}
.booking-grid-main {gap: 20px;}
.dark-card .card-body {max-width: 100%;}
.booking-card.dark-card h4 {font-size: 18px;}
.booking-card.dark-card p {font-size: 12px; line-height: 18px; margin-bottom: 12px;}
.appointement-section {padding: 32px;}
.appointment-box {padding: 16px;}
.appointment-title h3 {font-size: 24px; line-height: 28px; letter-spacing: normal; margin-bottom: 20px;}
.appointment-box .cards {display: flex !important; flex-direction: row !important; justify-content: flex-start !important; align-items: stretch !important; gap: 16px !important; overflow-x: auto !important; width: 100% !important; padding: 0 16px 12px 16px !important; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;}
.appointment-box .icard {flex: 0 0 280px !important; width: 280px !important; height: 320px !important; scroll-snap-align: start; border-radius: 12px;}
.appointment-box .icard span {left: 16px; bottom: 16px; font-size: 18px; line-height: 100%;}
.apoointment-note p {font-family: 'Open Sans'; font-weight: 400; font-size: 12px; line-height: 18px; opacity: 0.7; margin-top: 20px; margin-bottom: 0px;}
.how-it-work-section {padding: 0px 32px;}
.how-it-work-main .how-it-content h4 {font-size: 24px; margin-top: 0px; margin-bottom: 8px;}
.how-it-work-main .how-it-content p {font-size: 14px; line-height: 20px; margin-bottom: 0px;}
.how-it-work-main .how-it-content {flex: 0;}
.how-it-work-main {gap: 32px; max-width: 100%; flex-direction: column; padding-bottom: 32px; border-bottom: 0px;}
.service-items {display: flex; flex-wrap: wrap; gap: 20px; width: 100%; flex-direction: row;}
.service-items .service-box {width: calc(50% - 10px); flex: 0 0 calc(50% - 10px); box-sizing: border-box;}
.service-items .service-box h2 {font-size: 24px; line-height: 100%;}
.service-items .service-box h6 {font-size: 15px; line-height: 100%; letter-spacing: 0; max-width: 100%;}
.revenue-section {padding: 0px 32px;}
.revenue-main {padding: 20px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 758px;}
.revenue-desktop img {top: 279.53px;}
.revenue-content {flex-direction: column;}
.revenue-left-content h4 {font-size: 32px; line-height: 36px; margin-bottom: 16px;}
.revenue-right-content p {font-size: 14px; line-height: 20px; margin-bottom: 16px;}
.power-by-title {-webkit-text-fill-color: #0D1221; color: #0D1221;}
.power-by-title h3 {font-size: 19px; line-height: 22px; max-width: 100%; text-align: left;}
.power-by-section {padding: 32px 32px 0px 32px;}
.power-by-grid {gap: 12px; margin-top: 20px; flex-direction: column;}
.power-by-item {border-radius: 12.6083px; border-color: #CFD4DB; padding: 18px; width: 100%; display: flex; align-items: center; gap: 16px; flex-direction: column; justify-content: center; background-color: #FFFFFF;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 32px; width: 32px; border-radius: 100px; background-color: #F4E8EC;}
.power-by-icon span{display: inline-flex;}
.power-by-icon svg{ height: auto; width: 16px;}
.power-by-content p {max-width: 100%;}
.power-by-content h6 {display: block;}
.stage {display: none;}
.step-mobile-image {display: none; margin-top: 12px; border-radius: 12px; overflow: hidden;}
.step-item.active .step-mobile-image{display: block;}
.step-mobile-image img {width: 100%; height: auto; display: block;}
.step-item {opacity: 1!important; padding: 19px 0px;}
.brand-booking-section {background: linear-gradient(180deg, rgba(142, 27, 62, 0.08) 0%, rgba(142, 27, 62, 0) 52.51%);  border-top: 1px solid rgba(142, 27, 62, 0.1); padding: 16px;}
.set-rule-title {padding-top: 0px;}
/* MAWIDY CSS END */

/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: flex-start; margin-bottom: 16px; flex-direction: column; row-gap: 16px;}
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
/*FOOTER CSS END*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for laptops/desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Styles for big screens */
}

/* XXL devices (extra wide screens, 1400px and up) */
@media (min-width: 1400px) {
  /* Styles for very large monitors */
}


/*** Responsive Css Start  JVB ***/

