@font-face {
    font-family: "Syne";
    src:
        url("../fonts/syne/Webfonts/Syne-Regular.woff2") format("woff2"),
        url("../fonts/syne/Webfonts/Syne-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Syne";
    src:
        url("../fonts/syne/Webfonts/Syne-Bold.woff2") format("woff2"),
        url("../fonts/syne/Webfonts/Syne-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Bebas;
    src: url(../fonts/Bebas_Neue_Pro_www.Downloadha.com/Bebas_Neue_Pro_www.Downloadha.com/Bebas\ Neue\ Pro\ Bold.otf);
}

.brands-body {
  overflow-x: hidden;
  background: #fbf9fc;
  color: #17121a;
}
.brands-body main {
  font-family: peyda-regular;
}
.brands-body h2,
.brands-body h3 {
  font-family: peyda-bold;
}
@media (min-width: 1400px) {
  .brands-body .container {
    max-width: 1400px;
  }
}

.hero-image-container {
  position: relative;
  min-height: 580px;
  background:
    linear-gradient(rgba(51, 20, 74, 0.6), rgba(51, 20, 74, 0.6)),
    url("../image/ForBrands/Hero.jpg") center/cover no-repeat;
}
.hero-image-container > .container {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
}
.naviii {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-header-title {
  width: min(100%, 550px);
  text-align: right;
}
.hero-header-title p {
  margin-bottom: 10px;
  color: #f7931e;
  font-family: peyda-bold;
}
.hero-header-title h2 {
  margin: 0;
  color: #fff;
  font-family: peyda-bold;
  font-size: 42px;
  line-height: 1.45;
}
.hero-header-image {
  width: min(100%, 500px);
}
.hero-header-image img {
  display: block;
  width: 100%;
  border-radius: 22px;
  transform: translateY(100px);
}
.hero-header-sub {
  padding: 35px;
  background: #f4effa;
  text-align: right;
}
.hero-header-sub p {
  width: min(100%, 550px);
  margin: 0 0 0 auto;
  line-height: 1.8;
}

.brands-story {
  padding: 130px 0 115px;
  background: #f4effa;
}
.brands-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 105px;
}
.brands-feature:last-child {
  margin-bottom: 0;
}
.brands-feature-reverse .brands-feature-media {
  order: 2;
}
.brands-feature-media {
  position: relative;
}
.brands-feature-media img {
  display: block;
  width: 100%;
  border-radius: 28px;
}
.brands-stat {
  position: absolute;
  right: -25px;
  bottom: -28px;
  padding: 18px 25px;
  border-radius: 18px;
  background: #662d91;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.brands-stat small {
  font-family: peyda-regular;
  font-size: 13px;
}
.brands-stat-left {
  right: auto;
  left: -25px;
}
.brands-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  border-radius: 999px;
  background: #d2b9df;
  color: #662d91;
  font-family: peyda-bold;
  font-size: 14px;
}
.brands-pill span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f7931e;
}
.brands-pill-orange {
  background: #ffe0bd;
  color: #f7931e;
}
.brands-pill-orange span {
  background: #662d91;
}
.brands-feature-copy {
  text-align: right;
}
.brands-feature-copy h2 {
  margin: 28px 0 24px;
  font-size: 37px;
  line-height: 1.5;
}
.brands-feature-copy p {
  color: #5f5765;
  font-size: 15px;
  line-height: 2;
}
.brands-check-list,
.brands-fleet-card ul,
.brands-package-card ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.brands-check-list li,
.brands-fleet-card li,
.brands-package-card li {
  position: relative;
  margin: 10px 0;
  padding-right: 27px;
}
.brands-check-list li:before,
.brands-fleet-card li:before,
.brands-package-card li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #f7931e;
}

.brands-fleet,
.brands-packages,
.brands-proof {
  padding: 105px 0;
}
.brands-section-head {
  text-align: center;
}
.brands-section-head h2 {
  margin: 30px 0 18px;
  font-size: 38px;
}
.brands-section-head > p {
  margin: 0;
  color: #766e7b;
  direction: rtl;
}
.brands-fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 65px;
}
.brands-fleet-card {
  padding: 24px 26px 30px;
  border: 1px solid #e1d7e8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(45, 24, 60, 0.12);
  text-align: right;
}
.brands-fleet-card > img {
  width: 100%;
  height: 185px;
  object-fit: contain;
  border: 1px dashed #d8cce0;
  border-radius: 23px;
}
.brands-card-tag {
  display: inline-block;
  margin: 22px 0 18px;
  padding: 7px 20px;
  border-radius: 999px;
  background: #d2b9df;
  font-size: 13px;
}
.brands-card-tag-soon {
  background: #ff3434;
  color: #fff;
}
.brands-fleet-card h3 {
  font-size: 21px;
}
.brands-fleet-card p,
.brands-fleet-card li {
  color: #716978;
  font-size: 14px;
  line-height: 1.8;
}

.brands-packages {
    padding: 115px 0 125px;
    background: #fbf9fc;
}
.brands-package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-top: 85px;
    direction: rtl;
}
.brands-package-card,
.brands-package-wide {
    position: relative;
    z-index: 0;
    border-radius: 28px;
    background: #662d91;
    color: #fff;
    box-shadow: 0 15px 30px rgba(64, 25, 91, 0.18);
    text-align: right;
    isolation: isolate;
}
.brands-package-card::before,
.brands-package-wide::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -18px;
    right: 0;
    left: 0;
    height: 52px;
    border-radius: 22px 22px 0 0;
    background: #a99cad;
}
.brands-package-card {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    padding: 58px 24px 28px;
}
.brands-package-card > span,
.brands-package-wide span {
    position: absolute;
    z-index: 2;
    top: -25px;
    right: 0;
    display: flex;
    min-width: 58%;
    min-height: 59px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 18px 18px 0 0;
    background: #662d91;
    color: #fff;
    font-family: peyda-bold;
    font-size: 15px;
    text-align: center;
}
.brands-package-card > b {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 11px 15px;
    border-radius: 999px;
    background: #f7931e;
    color: #fff;
    font-family: peyda-bold;
    text-align: center;
}
.brands-package-card strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 32px 0 25px;
    font-family: peyda-extra;
    font-size: 52px;
    line-height: 1;
    text-align: center;
}
.brands-package-card strong small {
    max-width: 108px;
    font-family: peyda-regular;
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}
.brands-package-card ul {
    margin-top: auto;
}
.brands-package-card li {
    padding-right: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.7;
}
.brands-package-card li::before {
    top: 5px;
    width: 14px;
    height: 14px;
}
.brands-package-wide {
    width: min(100%, 900px);
    min-height: 340px;
    margin: 95px auto 0;
    padding: 58px 45px 35px;
}
.brands-package-wide .strategic-package-title {
    display: block;
    width: 88%;
    margin: 0 auto 30px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #f7931e;
    color: #fff;
    text-align: center;
}
.strategic-package-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    margin-bottom: 28px;
    direction: rtl;
}
.strategic-package-prices strong {
    font-family: peyda-extra;
    font-size: 42px;
    line-height: 1;
    text-align: center;
}
.strategic-package-prices strong small {
    display: block;
    margin-top: 7px;
    font-family: peyda-regular;
    font-size: 12px;
    line-height: 1.6;
}
.strategic-package-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 105px;
    gap: 35px;
    align-items: center;
    direction: rtl;
}
.strategic-package-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.9;
}
.strategic-package-content img {
    display: block;
    width: 71px;
    height: 125px;
    justify-self: center;
}

.brands-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: 100vh;
  background: #fbf9fc;
}
.brands-calculator > img {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}
.brands-calculator-copy {
  align-self: center;
  width: min(100% - 60px, 620px);
  margin: auto;
  padding: 65px 30px;
  text-align: right;
}
.brands-calculator-copy h2 {
  margin: 30px 0 35px;
  font-size: 37px;
}
.brands-calculator-copy label {
  display: block;
  margin: 18px 0 8px;
  font-family: peyda-bold;
}
.brands-calculator-copy select {
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: #f4effa;
  font-family: peyda-regular;
}
.brands-calculator-copy input[type="range"] {
  width: 100%;
  accent-color: #662d91;    
}
.brands-calculator-result {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  color: #5e5563;
}
.brands-calculator-result p {
  display: block;
  color: #662d91;
  direction: rtl;
}

.brands-proof {
    padding: 125px 0 110px;
    background: #f4effa;
}
.brands-proof-row {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 105px;
    align-items: center;
    direction: ltr;
}
.brands-proof-media {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
}
.brands-proof-media .brands-proof-logo {
    width: min(42%, 270px);
    height: 110px;
    margin-bottom: 38px;
    object-fit: contain;
    object-position: center;
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.brands-proof-media .brands-proof-truck {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.brands-proof-media.is-changing .brands-proof-logo,
.brands-proof-media.is-changing .brands-proof-truck {
    opacity: 0;
    transform: translateY(8px);
}
.brands-proof-copy h2 {
    margin: 28px 0 20px;
    max-width: 520px;
    font-size: 37px;
    line-height: 1.5;
}
.brands-proof-copy {
    direction: rtl;
    text-align: right;
}
.brands-proof-copy .brands-pill {
    margin-right: 0;
    margin-left: auto;
}
.brands-proof-copy p {
    max-width: 540px;
    margin: 0;
    color: #665d6b;
    line-height: 2;
    direction: rtl;
}
.brands-testimonials-head {
    margin-top: 115px;
}
.brands-testimonials-head .brands-pill {
    margin-right: auto;
    margin-left: auto;
}
.brands-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 55px;
    max-width: 1220px;
    margin: 55px auto 0;
    direction: rtl;
}
.brands-testimonials blockquote {
    position: relative;
    display: flex;
    min-height: 235px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 38px 36px 32px;
    border: 1px solid #ded5e5;
    border-radius: 32px;
    background: #fff;
    box-shadow:
        0 5px 8px rgba(45, 24, 60, 0.18),
        0 16px 30px rgba(45, 24, 60, 0.08);
    text-align: right;
}
.brands-testimonials blockquote p {
    margin: 0 0 28px;
    color: #2d2730;
    font-family: peyda-medium;
    font-size: 16px;
    line-height: 2;
}
.brands-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    direction: rtl;
}
.brands-testimonial-author > span {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    background: #ddd;
}
.brands-testimonial-author b {
    color: #17121a;
    font-family: peyda-bold;
    font-size: 16px;
    line-height: 1.5;
}
.brands-testimonial-author small {
    display: block;
    margin-top: 4px;
    color: #3f3943;
    font-family: peyda-regular;
    font-size: 13px;
    font-weight: normal;
}

.brands-cta {
  padding: 115px 0;
  background:
    linear-gradient(rgba(45, 12, 65, 0.88), rgba(45, 12, 65, 0.88)),
    url("../image/ForBrands/Hero.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.brands-pill-dark {
  background: rgba(247, 147, 30, 0.35);
  color: #f7931e;
}
.brands-pill-dark span {
  background: #662d91;
}
.brands-cta h2 {
  margin: 28px 0 18px;
  font-size: 40px;
}
.brands-cta p {
  color: #cbbdd4;
}
.brands-cta > div > div:last-child {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}
.brands-cta a {
  width: 250px;
  padding: 15px 25px;
  border-radius: 999px;
  color: #fff;
  font-family: peyda-bold;
  text-decoration: none;
}
.brands-cta-primary {
  background: #f7931e;
  color: #151515 !important;
}
.brands-cta-secondary {
  background: #662d91;
}

@media (hover: hover) {
  .brands-fleet-card,
  .brands-package-card,
  .brands-testimonials blockquote {
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }
  .brands-fleet-card:hover,
  .brands-package-card:hover,
  .brands-testimonials blockquote:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 35px rgba(45, 24, 60, 0.2);
  }
}
@media (max-width: 1199px) {
  .brands-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .brands-body [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-image-container {
    min-height: 0;
    padding: 145px 0 55px;
  }
  .hero-image-container > .container {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .naviii {
    flex-direction: column-reverse;
    align-items: center;
    gap: 35px;
  }
  .hero-header-title {
    max-width: 620px;
    text-align: center;
  }
  .hero-header-title h2 {
    font-size: 34px;
  }
  .hero-header-image {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .hero-header-image img {
    width: min(100%, 380px);
    transform: none;
  }
  .hero-header-sub p {
    margin: auto;
    text-align: center;
  }
  .brands-feature,
  .brands-proof-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .brands-feature-reverse .brands-feature-media {
    order: 0;
  }
  .brands-feature-copy {
    text-align: center;
  }
  .brands-check-list {
    text-align: right;
  }
  .brands-feature-media {
    max-width: 680px;
    margin: auto;
  }
  .brands-fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brands-fleet-card:last-child {
    grid-column: 1/3;
  }
  .brands-calculator {
    grid-template-columns: 1fr;
  }
  .brands-calculator > img {
    max-height: 520px;
    grid-row: 1;
  }
  .brands-calculator-copy {
    grid-row: 2;
  }
    .brands-testimonials {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .brands-testimonials blockquote {
        width: 100%;
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }
    .brands-testimonials blockquote p {
        min-height: 0;
  }
}
@media (max-width: 575px) {
  .hero-image-container {
    padding: 125px 0 42px;
    background-position: 58% center;
  }
  .naviii {
    padding: 0 18px;
    gap: 28px;
  }
  .hero-header-title h2 {
    font-size: 28px;
  }
  .hero-header-image img {
    width: min(100%, 320px);
  }
  .hero-header-sub {
    padding: 25px 18px;
  }
  .hero-header-sub p {
    font-size: 14px;
  }
  .brands-story,
  .brands-fleet,
  .brands-packages,
  .brands-proof {
    padding: 70px 0;
  }
  .brands-feature {
    gap: 35px;
    margin-bottom: 75px;
  }
  .brands-feature-copy h2,
  .brands-section-head h2,
  .brands-calculator-copy h2,
  .brands-proof-copy h2 {
    font-size: 28px;
  }
  .brands-stat,
  .brands-stat-left {
    right: 12px;
    left: auto;
    bottom: -25px;
    font-size: 15px;
  }
  .brands-feature-copy {
    padding-top: 15px;
  }
  .brands-fleet-grid,
  .brands-package-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .brands-fleet-card:last-child {
    grid-column: auto;
  }
  .brands-package-wide {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .brands-package-wide div {
    grid-row: auto;
  }
  .brands-package-wide p {
    grid-column: auto;
  }
  .brands-package-wide {
    padding: 55px 20px 28px;
  }
  .brands-package-wide .strategic-package-title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .strategic-package-prices {
    gap: 12px;
  }
  .strategic-package-prices strong {
    font-size: 30px;
  }
  .strategic-package-prices strong small {
    font-size: 10px;
  }
  .strategic-package-content {
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 18px;
  }
  .strategic-package-content img {
    width: 55px;
    height: auto;
  }
  .brands-calculator-copy {
    width: 100%;
    padding: 55px 20px;
  }
  .brands-calculator > img {
    max-height: 390px;
  }
  .brands-calculator-result {
    font-size: 13px;
  }
    .brands-proof-row {
        gap: 35px;
    }
    .brands-proof-media .brands-proof-logo {
        height: 82px;
        margin-bottom: 25px;
    }
    .brands-testimonials-head {
        margin-top: 65px;
    }
    .brands-testimonials {
        margin-top: 35px;
    }
    .brands-testimonials blockquote {
        min-height: 215px;
        padding: 30px 25px 26px;
        border-radius: 25px;
    }
    .brands-testimonial-author > span {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }
  .brands-cta {
    padding: 80px 0;
  }
  .brands-cta h2 {
    font-size: 29px;
  }
  .brands-cta > div > div:last-child {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .brands-cta a {
    width: min(100%, 300px);
  }
}

/* English / LTR For Brands page */
body.ltr.brands-body main,
body.ltr.brands-body .hero-header-title,
body.ltr.brands-body .hero-header-sub,
body.ltr.brands-body .site-nav,
body.ltr.brands-body footer,
body.ltr.brands-body button,
body.ltr.brands-body input,
body.ltr.brands-body select {
    font-family: "Syne", Arial, sans-serif;
}

body.ltr .hero-header-title,
body.ltr .hero-header-sub,
body.ltr .brands-feature-copy,
body.ltr .brands-fleet-card,
body.ltr .brands-package-card,
body.ltr .brands-package-wide,
body.ltr .brands-calculator-copy,
body.ltr .brands-proof-copy,
body.ltr .brands-testimonials blockquote {
    direction: ltr;
    text-align: left;
}

body.ltr .naviii,
body.ltr .brands-feature,
body.ltr .brands-fleet-grid,
body.ltr .brands-package-grid,
body.ltr .brands-proof-row,
body.ltr .brands-testimonials {
    direction: ltr;
}

body.ltr .hero-header-sub p {
    margin-right: auto;
    margin-left: 0;
}

body.ltr .brands-stat small {
    line-height: 1.5;
    word-spacing: 2px;
}

body.ltr .brands-check-list,
body.ltr .brands-fleet-card ul,
body.ltr .brands-package-card ul {
    padding-right: 0;
    padding-left: 0;
}

body.ltr .brands-check-list li,
body.ltr .brands-fleet-card li,
body.ltr .brands-package-card li {
    padding-right: 0;
    padding-left: 27px;
}

body.ltr .brands-check-list li::before,
body.ltr .brands-fleet-card li::before,
body.ltr .brands-package-card li::before {
    right: auto;
    left: 0;
}

body.ltr .brands-package-card > span,
body.ltr .brands-package-wide > span {
    right: auto;
    left: 0;
}

body.ltr .brands-package-card strong small,
body.ltr .strategic-package-content,
body.ltr .strategic-package-content p,
body.ltr .brands-proof-copy,
body.ltr .brands-proof-copy p,
body.ltr .brands-testimonial-author {
    direction: ltr;
    text-align: left;
}

body.ltr .brands-proof-copy .brands-pill {
    margin-right: auto;
    margin-left: 0;
}

body.ltr .brands-testimonial-author {
    flex-direction: row;
}

body.ltr .brands-calculator-result {
    direction: ltr;
}

body.ltr.brands-body h2,
body.ltr.brands-body h3,
body.ltr .brands-pill,
body.ltr .brands-card-tag,
body.ltr .brands-package-card,
body.ltr .brands-package-wide,
body.ltr .brands-testimonial-author {
    font-family: "Syne", Arial, sans-serif;
}

@media (max-width: 991px) {
    body.ltr .hero-header-title,
    body.ltr .hero-header-sub p,
    body.ltr .brands-feature-copy {
        text-align: center;
    }

    body.ltr .brands-check-list {
        text-align: left;
    }
}


.are-you-ready{
    position: relative;
    background-image:
        linear-gradient(rgba(51, 20, 74, 0.65), rgba(51, 20, 74, 0.65)),
        url(../image/AboutUs/RuR.jpg);
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.are-you-ready-content{
    position: relative;
    z-index: 1;
    text-align: center;
}

.org-cover-tit.ready-title{
    margin-right: auto;
    margin-left: auto;
}

.are-you-ready-content h2{
    margin: 34px 0 24px;
    color: #fff;
    font-family: peyda-bold;
    font-size: 40px;
    line-height: 1.5;
}

.are-you-ready-content > p{
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: peyda-regular;
    font-size: 16px;
}

.ready-actions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
    direction: rtl;
}

.ready-btn{
    width: 100%;
    max-width: 250px;
    padding: 13px 20px;
    border-radius: 100px;
    color: #fff;
    font-family: peyda-bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.ready-btn:hover{
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.ready-brand-panel{
    background-color: #F7931E;
    color: #151515;
}

.ready-brand-panel:hover{
    color: #151515;
}

.ready-consultation{
    background-color: #7435A5;
}

@media (max-width: 767px){
    .are-you-ready{
        min-height: 560px;
        padding: 60px 0;
    }

    .are-you-ready-content h2{
        font-size: 30px;
    }

    .are-you-ready-content > p{
        font-size: 16px;
    }

    .ready-actions{
        flex-direction: column;
        gap: 18px;
        margin-top: 45px;
    }

    .ready-btn{
        max-width: 300px;
        padding: 18px 24px;
    }
}

body.ltr.brands-body,
body.ltr.brands-body * {
    font-family: "Syne", Arial, sans-serif !important;
}

body.ltr.brands-body .package-price-number {
    font-family: Bebas, "Arial Narrow", sans-serif !important;
    font-weight: normal;
    letter-spacing: 1px;
}
