* {
  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;
}



/*Shipping Css Start*/
.shipping-hero-section{
  padding: 12px 17px 35px 17px;
}
.shipping-hero-section .card {
  background-color: #fcfbfa;
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border: 0px;
  max-width: 1440px;
  margin: 0 auto;
}

/* Left Content Section */
.content-section {
  flex: 1;
  padding: 48px 40px 20px 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 66px;
  display: flex;
  align-items: center;
  letter-spacing: -1.69761px;
  color: #141414;
  margin-bottom: 26px;
}

.hero-description {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: -0.089348px;
  color: #141414;
  max-width: 561px;
  margin-bottom: 20px;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button-group .btn-primary {
  background: #8E1B3E;
  border-radius: 9.09448px;
  padding: 8px 23px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.272834px;
  color: #FFFFFF;
  transition: background-color 0.2s ease;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.button-group .btn-primary:focus,
.button-group .btn-primary:active,
.button-group .btn-primary:active:focus{
  border-radius: 9.09448px;
  padding: 8px 23px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.272834px;
  transition: background-color 0.2s ease;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

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

.button-group .btn-primary span{
  display: inline-flex;
}

.button-group .btn-secondary {
  background: #fbebf0;
  border-radius: 9.09448px;
  padding: 8px 23px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.272834px;
  color: #8b2643;
  transition: background-color 0.2s ease;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.button-group .btn-secondary:focus,
.button-group .btn-secondary:active,
.button-group .btn-secondary:active:focus{
  border-radius: 9.09448px;
  padding: 8px 23px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.272834px;
  transition: background-color 0.2s ease;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

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

.button-group .btn-secondary span{
  display: inline-flex;
}

.partner-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.partner-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: -0.134456px;
  color: #8E1B3E;
}

.partner-logo {
  height: 32px;
  width: auto;
}

.manage-logistic-section{
  padding: 0px 45px;
}

.visual-section {
  flex: 1;
  position: relative;
  background-color: #fdfbf7;
  background-size: 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-graphic {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logistic-title h3 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 52px;
  letter-spacing: -2.02px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px !important;
  max-width: 567.38px;
  margin: 0 auto;
}

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

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1421px;
  width: 100%;
  margin-top: 60px !important;
  margin: 0 auto;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px 28px 28px; 
  gap: 5px;
  isolation: isolate;
  background: #F9F6F4;
  border-radius: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon-container {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #8b2643;
  margin-bottom: 19px;
}

.feature-title {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}

.feature-description {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #060606;
  margin-bottom: 0px;
}

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

.section-wrapper {
  background-color: #FAF2F4;
  border: 1px solid #E8D8DC;
  border-radius: 20px;
  padding: 51px 35px;
  max-width: 1421px;
  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: 42px;
  line-height: 52px;
  color: #000000;
  margin-bottom: 72px;
  max-width: 450px;
}


.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: -0.37px;

}

.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;
  max-width: 411px;
}

.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 6000ms linear forwards;
}

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

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

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

.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: cover;
  border-radius: 16px;
  display: block;
  object-position: top center;
}

.shipping-offer-title h3 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 66px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px !important;
  max-width: 453px;
  margin: 0 auto;
}

.shipping-offer-title p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #060606;
  margin-bottom: 0px !important;
  max-width: 767px;
  margin: 0 auto;
}

.shipping-card{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 44px;
}

.shipping-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;
}

.shipping-card .card-body{
  padding: 20px;
}

.shipping-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;
}

.shipping-card .card-body p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #060606;
  opacity: 0.8;
  margin-bottom: 10px;
  padding: 0px 18px;
}

.shipping-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;
}

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

.ship-sale-title{
  margin: 0 auto;
}

.ship-sale-title h3 {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 66px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px !important;
  max-width: 567px;
  margin: 0 auto;
}

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

.ship-sale-items{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.ship-sale-list{
  display: flex;
  align-items: center;
  column-gap: 42.89px;
}

.ship-sale-content{
  max-width: 385px;
  overflow: hidden;
}

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

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

.ship-sale-point{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}

.ship-sale-point span{
  display: inline-flex;
}

.ship-sale-point h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #5C000C;
  margin-bottom: 0px;
}

.ship-sale-figure{
  width: 580px;
  height: 512px;
}

.ship-sale-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ship-ani-title h6{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.353994px;
  color: #0B3558;
  margin-bottom: 8px;
}

.ship-animation{
  object-fit: cover;
  scale: 1.5;
  margin-top: 24px;
  padding-bottom: 8px;
}

.ship-animation::after {
  content: '';
  position: absolute;
  width: 164px;
  height: 100%;
  right: -25px;
  background: linear-gradient(106.27deg, rgba(255, 255, 255, 0) 12.76%, #FFFFFF 84.66%);
}

.ship-animation::before {
  content: '';
  position: absolute;
  width: 164px;
  height: 100%;
  left: -15px;
  background: linear-gradient(106.27deg, rgba(255, 255, 255, 0) 12.76%, #FFFFFF 84.66%);
  transform: rotate(180deg);
}

.ship-sale-section{
  padding-top: 38px;
}

.revenue-section {
  padding: 60px 20px 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.revenue-main {
  background: url('../images/shipping/ship-revenue.png') no-repeat center center;
  background-size: cover; 
  padding: 31px 96px 0px 96px; 
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  max-width: 1230px; /* 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: 587px;
}

.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: 300px;
}


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

.revenue-desktop img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  max-width: 90%;
  width: 1039px;
  height: auto;
  border-radius: 10px;
}

.revenu-desktop-image{
  display: block;
}

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

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

.revenue-sale-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: 4px;
}

.revenue-sale-btn .btn-primary:focus,
.revenue-sale-btn .btn-primary:active,
.revenue-sale-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: 4px;
}

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

.revenue-sale-btn .btn-primary span{
  display: inline-flex;
}

.revenue-sale-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: 4px;
  
}

.revenue-sale-btn .btn-secondary:focus,
.revenue-sale-btn .btn-secondary:active,
.revenue-sale-btn .btn-secondary:active:focus{
  padding: 11px 21px !important;
  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: 4px;
}

.del-parc-main{
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 37px 47px 40px;
  border: 0.817946px solid rgba(142, 27, 62, 0.2);
  border-radius: 13.0871px;
}

.del-content-box{
  display: flex;
  align-items: center;
  gap: 49px;
}

.del-left-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 254px;
}

.del-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10.63px;
  width: 29.77px;
  height: 29.77px;
  background: #8E1B3E;
  border-radius: 6.37998px;
}

.del-title h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.245384px;
  color: #0D1221;
  margin-bottom: 0px;
}

.del-desc p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}

.del-right-content{
  border-radius: 24px;
  overflow: hidden;
}

.step-hide-desktop{
  display: none;
}

.delivery-parcel-list{
  display: none;
}
/*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 */
/* 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: 32px 16px 24px 16px; height: auto; min-height: auto;}
.apoint-book-main {padding-top: 0px; margin-bottom: 35px;}
.desktop-wrap {width: 100%; bottom: -55%;}
.blob-wrap {bottom: -50px; scale: 1.6;}
.apoint-book-content h4 {font-size: 32px; line-height: 36px; 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, 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;}
.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: 32px 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: 27px !important; text-align: center;}
.take-book-main-wrap {padding: 0px;}
.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; padding: 16px;}
.icon-container {margin-bottom: 0px;}
.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;}
.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; padding: 12px; width: 100%; display: flex; align-items: center; gap: 12px;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 24px; width: 24px;}
.power-by-icon svg{ height: auto; width: 12px;}
.power-by-content p {max-width: 100%; line-height: 22px;}
.power-by-content h6 {display: block;}
/* MAWIDY CSS END */

/* SHIPPING CSS END */
.shipping-hero-section {padding: 0px;}
.content-section {padding: 0px;}
.shipping-hero-section .card {border-radius: 0px; background-color: #FAF8F7; max-width: 100%; flex-direction: column; padding: 24px 16px 0px 16px; gap: 24px;}
.hero-title {font-size: 32px; line-height: 40px; margin-bottom: 16px !important; max-width: 300px; letter-spacing: 0px; text-align: center; margin: 0 auto;}
.hero-description {font-size: 14px !important; line-height: 22px; max-width: 340px; margin-bottom: 16px !important; text-align: center; margin: 0 auto}
.shipping-hero-section .button-group .btn-primary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border: 1px solid #8E1B3E;}
.shipping-hero-section .button-group {gap: 8px; margin-bottom: 16px; justify-content: center;}
.shipping-hero-section .button-group .btn-secondary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border: 1px solid rgba(142, 27, 62, 0.1);}
.shipping-hero-section .button-group .btn-primary:focus, .shipping-hero-section .button-group .btn-primary:active, .shipping-hero-section .button-group .btn-primary:active:focus{padding: 12px 23px; border: 1px solid #8E1B3E;}
.shipping-hero-section .button-group .btn-secondary:focus, .shipping-hero-section .button-group .btn-secondary:active, .shipping-hero-section .button-group .btn-secondary:active:focus{padding: 12px 23px; border: 1px solid rgba(142, 27, 62, 0.1);}
.partner-text {font-size: 12px; line-height: 18px; letter-spacing: 0px;}
.partner-info img{height: 42px;}
.map-container {width: 100%; height: auto;}
.manage-logistic-section {padding: 32px 16px;}
.logistic-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; letter-spacing: 0px;}
.logistic-title p {font-size: 14px; line-height: 22px; margin-bottom: 0px; margin: 0 auto; max-width: 425px; color: #000000;}
.features-grid {grid-template-columns: repeat(1, 1fr); gap: 12px; max-width: 100%; width: 100%; margin-top: 24px !important;}
.feature-description {color: #000000;}
.icon-container svg{height: 40px; width: 40px;}
.feature-title {font-size: 18px;}
.appointment-book-section {padding: 0px;}
.appointment-book-section .section-wrapper {background-color: #FAF2F4; border: 0px; border-radius: 0px; max-width: 100%; width: 100%; box-shadow: none; padding: 24px 16px;}
.appointment-book-section .left-column h2 {margin-bottom: 24px; text-align: center; max-width: 280px; margin: 0 auto;}
.step-list {display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px;}
.step-item {display: flex !important; align-items: center; justify-content: center; gap: 8px; padding: 12px 14px; border-radius: 12px; background-color: #f8f9fa; border: 1px solid #e9ecef; color: #4a4a4a; font-size: 13px; font-weight: 600; text-align: center; cursor: pointer; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);}
.step-item.active {background-color: #FFC8DA !important; border-color: #DCB8C3 !important; color: #141416 !important;}
.step-item p,
.step-list .step-description {display: none;}
.step-hide-desktop{display: block; font-family: 'Open Sans Condensed';font-style: normal;font-weight: bold;font-size: 12px;line-height: 18px;color: #141416;}
.appointment-book-section .step-title{display: none;}
.step-desc {display: none;}
.appointment-book-section .step-item {padding: 8px 12px;}
.appointment-book-section .step-item:first-of-type {padding-top: 8px;}
.appointment-book-section .icon-box {width: 14px; height: 14px; background-color: transparent;}
.appointment-book-section .step-list {position: relative; display: flex !important; flex-wrap: wrap; justify-content: center; flex-direction: initial;}
.appointment-book-section .step-header {gap: 5px;}
.appointment-book-section .step-progress-line {display: none;}
.appointment-book-section .stage {min-height: 399px;}
.appointment-book-section .card-content img {height: 399px;}
.shipping-offer-section{padding: 32px 16px;}
.shipping-offer-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 272px; margin: 0 auto;}
.shipping-offer-title p {font-size: 14px; line-height: 22px; max-width: 318px; margin: 0 auto; color: #000000;}
.shipping-offer-section .shipping-card .card {width: 100%;}
.shipping-offer-section .shipping-card {gap: 20px; margin-top: 24px; flex-direction: column;}
.shipping-offer-section .shipping-card .card {width: 100%; border-radius: 12.6083px; padding: 16px 16px 0px 16px; margin-bottom: 0px;}
.shipping-offer-section .shipping-card .card-img img {height: 209px;}
.shipping-offer-section .shipping-card .card-body {padding: 8px 0px;}
.shipping-card .card-body h5 {font-size: 18px; line-height: 26px; text-align: left; margin-bottom: 8px;}
.shipping-card .card-body p {font-size: 14px; line-height: 22px; text-align: left; color: #5B6A7E; opacity: 1; margin-bottom: 8px; padding: 0px;}
.shipping-card .card-body a {justify-content: flex-start; gap: 6px;}
.ship-sale-title h3 {font-weight: bold; font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 256px;}
.ship-sale-title p {font-size: 14px; line-height: 22px; color: #000000; max-width: 314px;}
.ship-sale-section .container{padding: 0px 16px !important;}
.ship-sale-list {flex-direction: column; gap: 16px;}
.ship-sale-items {max-width: 100%; padding-top: 0px; flex-direction: column; gap: 0px;}
.ship-sale-figure {width: 100%; height: 371px; order: 0; margin-top: 32px;}
.ship-sale-figure img{border-radius: 12px;}
.ship-sale-content {max-width: 100%; order: 1;}
.ship-sale-content h4 {font-weight: bold; font-size: 18px; line-height: 26px; margin-bottom: 16px;}
.ship-sale-content p {font-size: 14px; line-height: 22px; color: #000000; opacity: 1; margin-bottom: 14px; margin-right: 0px;}
.ship-sale-point {margin-top: 16px; margin-bottom: 0px;}
.ship-ani-title {margin-top: 36px;}
.ship-ani-title h6 {font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #141416; padding-bottom: 30px;}
.revenue-shipping-sec {margin-top: 36px; padding: 0px; border-radius: 0px;}
.ship-animation {scale: 2; padding-bottom: 20px;}
.ship-animation::after {width: 100px; right: 40px;}
.ship-animation::before {width: 100px; height: 100%; left: 40px;}
.revenue-shipping-sec .revenue-main {padding: 24px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 368px; border-radius: 0px;}
.revenue-shipping-sec .revenue-left-content h4 {font-size: 28px; margin-bottom: 12px; max-width: 294px;}
.revenue-shipping-sec .revenue-right-content p {max-width: 220px; margin-bottom: 26px;}
.revenu-mobile-image{display: block;}
.revenu-desktop-image{display: none;}
.revenue-desktop img {right: -24px; transform: none; bottom: -10px; max-width: 100%; width: 100%; border-radius: 0px; left: initial;}
.del-parc-main {max-width: 100%; width: 100%; margin: 0 auto; padding: 36px 20px; border: 0px; border-radius: 0px;}
.del-content-box {flex-direction: column; gap: 24px;}
.del-left-content {max-width: 100%; gap: 12px;}
.del-title h4 {font-weight: bold; font-size: 28px; line-height: 36px; letter-spacing: 0px; max-width: 216px;}
.del-desc p {font-size: 14px; line-height: 22px; color: #5B6A7E; margin-bottom: 0px;}
.del-right-content{display: none;}
.delivery-parcel-list {display: flex; flex-direction: column; gap: 12px; width: 100%;}
.delivery-par-box{padding: 16px; background: #F9F6F4; border-radius: 8px; display: flex; flex-direction: column; gap: 12px;}
.delivery-par-box h2{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 28px; line-height: 36px; color: #8E1B3E; margin-bottom: 0px;}
.delivery-par-box h6{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #0D1221; margin-bottom: 0px;}
.delivery-par-box p{font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.346298px; color: #000000; margin-bottom: 0px;}
.partner-info{justify-content: center;}
.ship-sale-section{padding-top: 0px;}
/* SHIPPING 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: 32px 16px 24px 16px; height: auto; min-height: auto;}
.apoint-book-main {padding-top: 0px; margin-bottom: 35px;}
.desktop-wrap {width: 100%; bottom: -55%;}
.blob-wrap {bottom: -50px; scale: 1.6;}
.apoint-book-content h4 {font-size: 32px; line-height: 36px; 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, 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;}
.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: 32px 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: 27px !important; text-align: center;}
.take-book-main-wrap {padding: 0px;}
.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; padding: 16px;}
.icon-container {margin-bottom: 0px;}
.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;}
.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; padding: 12px; width: 100%; display: flex; align-items: center; gap: 12px;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 24px; width: 24px;}
.power-by-icon svg{ height: auto; width: 12px;}
.power-by-content p {max-width: 100%; line-height: 22px;}
.power-by-content h6 {display: block;}
/* MAWIDY CSS END */

/* SHIPPING CSS END */
.shipping-hero-section {padding: 0px;}
.content-section {padding: 0px;}
.shipping-hero-section .card {border-radius: 0px; background-color: #FAF8F7; max-width: 100%; flex-direction: column; padding: 24px 16px 0px 16px; gap: 24px;}
.hero-title {font-size: 32px; line-height: 40px; margin-bottom: 16px !important; max-width: 300px; letter-spacing: 0px; text-align: center; margin: 0 auto;}
.hero-description {font-size: 14px !important; line-height: 22px; max-width: 340px; margin-bottom: 16px !important; text-align: center; margin: 0 auto;}
.button-group .btn-primary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: 100%;}
.shipping-hero-section .button-group .btn-primary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border: 1px solid #8E1B3E;}
.shipping-hero-section .button-group {gap: 8px; margin-bottom: 16px; justify-content: center;}
.shipping-hero-section .button-group .btn-secondary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border:1px solid rgba(142, 27, 62, 0.1);}
.shipping-hero-section .button-group .btn-primary:focus, .shipping-hero-section .button-group .btn-primary:active, .shipping-hero-section .button-group .btn-primary:active:focus{padding: 12px 23px; border: 1px solid #8E1B3E;}
.shipping-hero-section .button-group .btn-secondary:focus, .shipping-hero-section .button-group .btn-secondary:active, .shipping-hero-section .button-group .btn-secondary:active:focus{padding: 12px 23px; border: 1px solid rgba(142, 27, 62, 0.1);}
.partner-text {font-size: 12px; line-height: 18px; letter-spacing: 0px;}
.partner-info img{height: 42px;}
.map-container {width: 100%; height: auto;}
.manage-logistic-section {padding: 32px 16px;}
.logistic-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; letter-spacing: 0px;}
.logistic-title p {font-size: 14px; line-height: 22px; margin-bottom: 0px; margin: 0 auto; max-width: 425px; color: #000000;}
.features-grid {grid-template-columns: repeat(1, 1fr); gap: 12px; max-width: 100%; width: 100%; margin-top: 24px !important;}
.feature-description {color: #000000;}
.icon-container svg{height: 40px; width: 40px;}
.feature-title {font-size: 18px;}
.appointment-book-section {padding: 0px;}
.appointment-book-section .section-wrapper {background-color: #FAF2F4; border: 0px; border-radius: 0px; max-width: 100%; width: 100%; box-shadow: none; padding: 24px 16px;}
.appointment-book-section .left-column h2 {margin-bottom: 24px; text-align: center; max-width: 280px; margin: 0 auto;}
.step-list {display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px;}
.step-item {display: flex !important; align-items: center; justify-content: center; gap: 8px; padding: 12px 14px; border-radius: 12px; background-color: #f8f9fa; border: 1px solid #e9ecef; color: #4a4a4a; font-size: 13px; font-weight: 600; text-align: center; cursor: pointer; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);}
.step-item.active {background-color: #FFC8DA !important; border-color: #DCB8C3 !important; color: #141416 !important;}
.step-item p,
.step-list .step-description {display: none;}
.step-hide-desktop{display: block; font-family: 'Open Sans Condensed';font-style: normal;font-weight: bold;font-size: 12px;line-height: 18px;color: #141416;}
.appointment-book-section .step-title{display: none;}
.step-desc {display: none;}
.appointment-book-section .step-item {padding: 8px 12px;}
.appointment-book-section .step-item:first-of-type {padding-top: 8px;}
.appointment-book-section .icon-box {width: 14px; height: 14px; background-color: transparent;}
.appointment-book-section .step-list {position: relative; display: flex !important; flex-wrap: wrap; justify-content: center; flex-direction: initial;}
.appointment-book-section .step-header {gap: 5px;}
.appointment-book-section .step-progress-line {display: none;}
.appointment-book-section .stage {min-height: 399px;}
.appointment-book-section .card-content img {height: 399px;}
.shipping-offer-section{padding: 32px 16px;}
.shipping-offer-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 272px; margin: 0 auto;}
.shipping-offer-title p {font-size: 14px; line-height: 22px; max-width: 318px; margin: 0 auto; color: #000000;}
.shipping-offer-section .shipping-card .card {width: 100%;}
.shipping-offer-section .shipping-card {gap: 20px; margin-top: 24px; flex-direction: column;}
.shipping-offer-section .shipping-card .card {width: 100%; border-radius: 12.6083px; padding: 16px 16px 0px 16px; margin-bottom: 0px;}
.shipping-offer-section .shipping-card .card-img img {height: 209px;}
.shipping-offer-section .shipping-card .card-body {padding: 8px 0px;}
.shipping-card .card-body h5 {font-size: 18px; line-height: 26px; text-align: left; margin-bottom: 8px;}
.shipping-card .card-body p {font-size: 14px; line-height: 22px; text-align: left; color: #5B6A7E; opacity: 1; margin-bottom: 8px; padding: 0px;}
.shipping-card .card-body a {justify-content: flex-start; gap: 6px;}
.ship-sale-title h3 {font-weight: bold; font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 256px;}
.ship-sale-title p {font-size: 14px; line-height: 22px; color: #000000; max-width: 314px;}
.ship-sale-section .container{padding: 0px 16px !important;}
.ship-sale-list {flex-direction: column; gap: 16px;}
.ship-sale-items {max-width: 100%; padding-top: 0px; flex-direction: column; gap: 0px;}
.ship-sale-figure {width: 100%; height: 371px; order: 0; margin-top: 32px;}
.ship-sale-figure img{border-radius: 12px;}
.ship-sale-content {max-width: 100%; order: 1;}
.ship-sale-content h4 {font-weight: bold; font-size: 18px; line-height: 26px; margin-bottom: 16px;}
.ship-sale-content p {font-size: 14px; line-height: 22px; color: #000000; opacity: 1; margin-bottom: 14px; margin-right: 0px;}
.ship-sale-point {margin-top: 16px; margin-bottom: 0px;}
.ship-ani-title {margin-top: 36px;}
.ship-ani-title h6 {font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #141416; padding-bottom: 30px;}
.revenue-shipping-sec {margin-top: 36px; padding: 0px; border-radius: 0px;}
.ship-animation {scale: 2; padding-bottom: 20px;}
.ship-animation::after {width: 100px; right: 40px;}
.ship-animation::before {width: 100px; height: 100%; left: 40px;}
.revenue-shipping-sec .revenue-main {padding: 24px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 368px; border-radius: 0px;}
.revenue-shipping-sec .revenue-left-content h4 {font-size: 28px; margin-bottom: 12px; max-width: 294px;}
.revenue-shipping-sec .revenue-right-content p {max-width: 195px; margin-bottom: 26px;}
.revenu-mobile-image{display: block;}
.revenu-desktop-image{display: none;}
.revenue-desktop img {right: -24px; transform: none; bottom: -10px; max-width: 100%; width: 100%; border-radius: 0px; left: initial;}
.del-parc-main {max-width: 100%; width: 100%; margin: 0 auto; padding: 36px 20px; border: 0px; border-radius: 0px;}
.del-content-box {flex-direction: column; gap: 24px;}
.del-left-content {max-width: 100%; gap: 12px;}
.del-title h4 {font-weight: bold; font-size: 28px; line-height: 36px; letter-spacing: 0px; max-width: 216px;}
.del-desc p {font-size: 14px; line-height: 22px; color: #5B6A7E; margin-bottom: 0px;}
.del-right-content{display: none;}
.delivery-parcel-list {display: flex; flex-direction: column; gap: 12px; width: 100%;}
.delivery-par-box{padding: 16px; background: #F9F6F4; border-radius: 8px; display: flex; flex-direction: column; gap: 12px;}
.delivery-par-box h2{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 28px; line-height: 36px; color: #8E1B3E; margin-bottom: 0px;}
.delivery-par-box h6{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #0D1221; margin-bottom: 0px;}
.delivery-par-box p{font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.346298px; color: #000000; margin-bottom: 0px;}
.partner-info{justify-content: center;}
.ship-sale-section{padding-top: 0px;}
/* SHIPPING 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;}
.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 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; padding: 12px; width: 100%; display: flex; align-items: center; gap: 12px;}
.power-by-icon {padding: 4.5px 6px; margin-bottom: 0px; height: 24px; width: 24px;}
.power-by-icon svg{ height: auto; width: 12px;}
.power-by-content p {max-width: 100%;}
.power-by-content h6 {display: block;}
/* MAWIDY CSS END */

/* SHIPPING CSS END */
.shipping-hero-section {padding: 0px;}
.content-section {padding: 0px;}
.shipping-hero-section .card {border-radius: 0px; background-color: #FAF8F7; max-width: 100%; flex-direction: column; padding: 24px 16px 0px 16px; gap: 24px;}
.hero-title {font-size: 32px; line-height: 40px; margin-bottom: 16px !important; max-width: 450px; text-align: center; margin: 0 auto;  letter-spacing: 0px;}
.hero-description {font-size: 14px !important; line-height: 22px; max-width: 450px; margin-bottom: 16px !important; text-align: center; margin: 0 auto;}
.partner-info {justify-content: center;}
.button-group .btn-primary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border: 1px solid #8E1B3E;}
.button-group .btn-primary:focus, .button-group .btn-primary:active, .button-group .btn-primary:active:focus{padding: 12px 23px;}
.shipping-hero-section .button-group {gap: 8px; margin-bottom: 16px; justify-content: center;}
.button-group .btn-secondary {border-radius: 8px; padding: 12px 23px; justify-content: center; width: auto; border: 1px solid #8E1B3E;}
.button-group .btn-secondary:focus, .button-group .btn-secondary:active, .button-group .btn-secondary:active:focus{padding: 12px 23px;}
.partner-text {font-size: 12px; line-height: 18px; letter-spacing: 0px;}
.partner-info img{height: 42px;}
.map-container {width: 100%; height: auto;}
.manage-logistic-section {padding: 42px 32px;}
.logistic-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; letter-spacing: 0px;}
.logistic-title p {font-size: 14px; line-height: 22px; margin-bottom: 0px; margin: 0 auto; max-width: 425px; color: #000000;}
.features-grid {grid-template-columns: repeat(1, 1fr); gap: 12px; max-width: 100%; width: 100%; margin-top: 24px !important;}
.feature-description {color: #000000;}
.icon-container svg{height: 40px; width: 40px;}
.feature-title {font-size: 18px;}
.appointment-book-section {padding: 0px;}
.appointment-book-section .section-wrapper {background-color: #FAF2F4; border: 0px; border-radius: 0px; max-width: 100%; width: 100%; box-shadow: none; padding: 24px 0px;}
.appointment-book-section .left-column h2 {margin-bottom: 24px; text-align: center; max-width: 100%; margin: 0 auto;}
.step-list {display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px;}
.step-item {display: flex !important; align-items: center; justify-content: center; gap: 8px; padding: 12px 14px; border-radius: 12px; background-color: #f8f9fa; border: 1px solid #e9ecef; color: #4a4a4a; font-size: 13px; font-weight: 600; text-align: center; cursor: pointer; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);}
.step-item.active {background-color: #FFC8DA !important; border-color: #DCB8C3 !important; color: #141416 !important;}
.step-item p,
.step-list .step-description {display: none;}
.step-hide-desktop{display: block; font-family: 'Open Sans Condensed';font-style: normal;font-weight: bold;font-size: 12px;line-height: 18px;color: #141416;}
.appointment-book-section .step-title{display: none;}
.step-desc {display: none;}
.appointment-book-section .step-item {padding: 8px 12px;}
.appointment-book-section .step-item:first-of-type {padding-top: 8px;}
.appointment-book-section .icon-box {width: 14px; height: 14px; background-color: transparent;}
.appointment-book-section .step-list {position: relative; display: flex !important; flex-wrap: wrap; justify-content: center; flex-direction: initial;}
.appointment-book-section .step-header {gap: 5px;}
.appointment-book-section .step-progress-line {display: none;}
.appointment-book-section .stage {min-height: 399px;}
.appointment-book-section .card-content img {height: 399px;}
.shipping-offer-section{padding: 42px 32px;}
.shipping-offer-title h3 {font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 100%; margin: 0 auto;}
.shipping-offer-title p {font-size: 14px; line-height: 22px; max-width: 500px; margin: 0 auto; color: #000000;}
.shipping-offer-section .shipping-card .card {width: 100%;}
.shipping-offer-section .shipping-card {gap: 20px; margin-top: 24px; flex-direction: column;}
.shipping-offer-section .shipping-card .card {width: 100%; border-radius: 12.6083px; padding: 16px 16px 0px 16px; margin-bottom: 0px;}
.shipping-offer-section .shipping-card .card-img img {height: 395px;}
.shipping-offer-section .shipping-card .card-body {padding: 8px 0px;}
.shipping-card .card-body h5 {font-size: 18px; line-height: 26px; text-align: left; margin-bottom: 8px;}
.shipping-card .card-body p {font-size: 14px; line-height: 22px; text-align: left; color: #5B6A7E; opacity: 1; margin-bottom: 8px; padding: 0px; max-width: 500px;}
.shipping-card .card-body a {justify-content: flex-start; gap: 6px;}
.ship-sale-title h3 {font-weight: bold; font-size: 28px; line-height: 36px; margin-bottom: 12px !important; max-width: 100%;}
.ship-sale-title p {font-size: 14px; line-height: 22px; color: #000000; max-width: 470px;}
.ship-sale-section .container{padding: 0px 32px !important; max-width: 100%;}
.ship-sale-list {flex-direction: column; gap: 16px;}
.ship-sale-items {max-width: 100%; padding-top: 0px; flex-direction: column; gap: 0px;}
.ship-sale-figure {width: 100%; height: 495px; order: 0; margin-top: 32px;}
.ship-sale-figure img{border-radius: 12px;}
.ship-sale-content {max-width: 100%; order: 1;}
.ship-sale-content h4 {font-weight: bold; font-size: 18px; line-height: 26px; margin-bottom: 16px;}
.ship-sale-content p {font-size: 14px; line-height: 22px; color: #000000; opacity: 1; margin-bottom: 14px; margin-right: 0px;}
.ship-sale-point {margin-top: 16px; margin-bottom: 0px;}
.ship-ani-title {margin-top: 36px;}
.ship-ani-title h6 {font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #141416; padding-bottom: 30px;}
.revenue-shipping-sec {margin-top: 36px; padding: 0px; border-radius: 0px;}
.ship-animation {scale: 2; padding-bottom: 20px;}
.ship-animation::after {width: 100px; right: 40px;}
.ship-animation::before {width: 100px; height: 100%; left: 40px;}
.revenue-shipping-sec .revenue-main {padding: 32px; max-width: 100%; width: 100%; margin: 0 auto; min-height: 470px; border-radius: 0px;}
.revenue-shipping-sec .revenue-left-content h4 {font-size: 28px; margin-bottom: 12px; max-width: 100%;}
.revenue-shipping-sec .revenue-right-content p {max-width: 100%; margin-bottom: 26px;}
.revenu-mobile-image{display: block;}
.revenu-desktop-image{display: none;}
.revenue-desktop img {right: -24px; transform: none; bottom: -5px; top: initial; max-width: 100%; width: 100%; border-radius: 0px; left: initial;}
.del-parc-main {max-width: 100%; width: 100%; margin: 0 auto; padding: 42px 32px; border: 0px; border-radius: 0px;}
.del-content-box {flex-direction: column; gap: 32px;}
.del-left-content {max-width: 100%; gap: 12px; width: 100%;}
.del-title h4 {font-weight: bold; font-size: 28px; line-height: 36px; letter-spacing: 0px; max-width: 100%;}
.del-desc p {font-size: 14px; line-height: 22px; color: #5B6A7E; margin-bottom: 0px;}
.del-right-content{display: none;}
.delivery-parcel-list {display: flex; flex-direction: column; gap: 12px; width: 100%;}
.delivery-par-box{padding: 16px; background: #F9F6F4; border-radius: 8px; display: flex; flex-direction: column; gap: 12px;}
.delivery-par-box h2{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 28px; line-height: 36px; color: #8E1B3E; margin-bottom: 0px;}
.delivery-par-box h6{font-family: 'Open Sans Condensed'; font-style: normal; font-weight: bold; font-size: 18px; line-height: 26px; letter-spacing: 0px; color: #0D1221; margin-bottom: 0px;}
.delivery-par-box p{font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.346298px; color: #000000; margin-bottom: 0px;}
.partner-info{justify-content: center;}
.ship-sale-section{padding-top: 0px;}
/* SHIPPING 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 End */
/* JVB */
html[dir="rtl"] .shipping-hero-section .btn-primary span {
  transform: rotate(180deg);
}
html[dir="rtl"] .shipping-offer-section .card-body span{
  transform: rotate(180deg);
}
html[dir="rtl"] .revenue-section .btn-primary span{
  transform: rotate(180deg);
}