/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --content-primary: #212121;
  --light-yellow-color: #E0A735;
  --dark-yellow-color: #D1843C;
  --history-border-color: #F5F2EC;
  --brand-red: #D46B55;
  --brand-blue: #5F8FA6;
  --brand-green: #7F9E8A;
  --brand-ivory: #F5F2EC;
}


html,
body {
  scroll-behavior: smooth;
}

/* ========================================
   TYPOGRAPHY - Brand Guidelines
   ======================================== */

/* Body - Base text */
body {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  color: var(--content-primary) !important;
}

/* Display - Hero, manifesto, intro sezioni chiave */
.display-text,
.hero-title {
  font-family: "Lexia W03 Black", serif !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 900 !important;
  text-transform: none;
}

@media (max-width: 768px) {
  .display-text,
  .hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}

/* Lead - Highlight editoriali, CTA testuali */
.lead-text {
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 200 !important;
}

@media (max-width: 849px) {
  .lead-text {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 549px) {
  .lead-text {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

/* H1 - Titolo principale di pagina */
h1, .h1 {
  font-family: "Lexia W03 Black", serif !important;
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 900 !important;
  text-transform: none;
}

@media (max-width: 849px) {
  h1, .h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 549px) {
  h1, .h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

/* H2 - Sezioni interne di pagina */
h2, .h2 {
  font-family: "Lexia W03 Black", serif !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 900 !important;
  text-transform: none;
}
@media (max-width: 849px) {
  h2, .h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 549px) {
  h2, .h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

/* H3 - Sottotitoli, intro paragrafi */
h3, .h3 {
  font-family: "Lexia W03 Black", serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 900 !important;
  text-transform: none;
}

/* H4 - Sottotitoli di secondo livello */
h4, .h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  text-transform: none;
}

/* Body secondario / note */
.body-secondary,
.note-text,
small {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
}

/* Caption e label */
.caption,
.label-text,
figcaption {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
}

/* Pulsanti e interfaccia */
.button,
button,
.btn,
input[type="submit"],
input[type="button"] {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  text-transform: none;
}

@media (max-width: 768px) {
  .button,
  button,
  .btn,
  input[type="submit"],
  input[type="button"] {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
b, strong{
  font-weight: bold;
}
/* Paragrafi */
p {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
}

/* Menu e navigazione */
.nav-top-link,
.menu-item a {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
}
.link-text {
  color: var(--brand-blue);
}
.entry-content a{
  color: var(--brand-blue);
}
.entry-content a:hover{
  color: var(--brand-blue);
  opacity: 0.8;
}
/* Header  */
.header-main .container {
  max-width: 100%;
}

.nav>li>a.nav-top-link {
  font-size: 20px;
  padding: 57.5px 0px;
  margin: 0 20px;
  font-weight: 500;
}


.html.header-button-1 .header-button>a {
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  line-height: 16px !important;
  padding: 6px !important;
  margin: 0 20px;
  font-weight: 500 !important;
  color: var(--content-primary) !important;
  background-color: transparent;
  border: none;
  border-left: 0 !important;
  border-radius: 100px;
  min-height: 34px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s linear;
  -webkit-font-smoothing: antialiased;
}

.stuck .html.header-button-1 .header-button>a {
  padding: 6px;
}

.html.header-button-1 .header-button>a:hover {
  color: var(--dark-yellow-color);
}

.stuck .nav>li>a.nav-top-link {
  padding: 37px 0px;
}

.header-wrapper.stuck {
  background: #ffffff;
}

/* tooltip share icon  */
.tooltipster-sidetip.tooltipster-default .tooltipster-box {
  background: var(--dark-yellow-color);
  border: unset;
}

.tooltipster-sidetip.tooltipster-default .tooltipster-arrow-border {
  border: unset;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-top .tooltipster-arrow-background {
  border-top-color: var(--dark-yellow-color);
}

/* Footer  */
.absolute-footer {
  display: none;
}

.footer-logo {
  padding: 0 20px 0 0;
}

.footer-block-sec {
  padding-top: 40px !important;
}

.main-footer {
  padding-bottom: 20px;
}

.main-footer,
.bottom-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-text {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}

.bottom-footer .footer-text {
  font-size: 14px;
}

.bottom-footer .footer-link {
  color: #ffffff;
  margin-left: 20px;
  transition: color 0.3s ease-in-out;
}

.bottom-footer .footer-link:hover {
  color: var(--light-yellow-color);
}

/* Blogs page  */
.main-sec-title {
  font-family: "Lexia W03 Black", serif;
  color: #fff;
  font-weight: 400;
  font-size: 62px;
  /* line-height: 0.8; */
  line-height: normal;
}

.main-sec-title span {
  position: relative;
}

.main-sec-title span::before,
.main-sec-title span::after {
  font-family:  "Inter", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 1;
  color:var(--light-yellow-color);
}

.main-sec-title span::before {
  
  left: 0;
}

.main-sec-title span::after {
  
  right: 0;
}

.sec-para {
  font-size: 22px;
  color: var(--dark-yellow-color);
  line-height: 32px;
  font-weight: 300;
}

.absolute-img {
  width: 170px !important;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.absolute-img img {
  width: auto;
  height: auto;
  margin-top: 1px;
}

.ms-auto {
  margin-left: auto;
}

/* All Blog Lists */
.posts-list,
.latest-post {
  font-family:  "Inter", sans-serif;
}

.posts-list .col-inner {
  padding: 0 10px 20px;
  height: 100%;
}

.posts-list .post-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.posts-list .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.posts-list .post-bottom-content {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-title {
  font-size: 24px;
  line-height: 28px;
  color: var(--content-primary);
  margin-bottom: 20px;
  font-family:  "Inter", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-post .property-title {
  -webkit-line-clamp: 3;
}

.property-title a,
.case-study-title a {
  color: inherit;
}

.author-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 27px;
  color: var(--content-primary);
  margin-top: auto;
  font-family:  "Inter", sans-serif;
  font-weight: 400;
}

.author-row a {
  color: var(--content-primary);
}

.author-row p {
  margin-bottom: 0;
}

.author-row .author-name {
  font-weight: 500;
}

.author-row .leggi-link,
.view-more-link {
  position: relative;
}

.author-row .leggi-link::before,
.view-more-link::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./icons/humburger.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 12px;
  height: 12px;
}

/* Latest Blog Lists  */
.latest-post .col:first-child.large-3 {
  flex-basis: 50%;
  max-width: 50%;
}

.latest-post .post-image {
  height: 100%;
  width: 100%;
  min-height: 543px;
}

.latest-post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.latest-post .col-inner {
  height: 100%;
}

.latest-post .col-inner .post-content {
  height: 100%;
  position: relative;
}

.latest-post .post-bottom-content {
  background: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
}

.categories {
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 27px;
  color: var(--dark-yellow-color);
  font-family:  "Inter", sans-serif;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}

.latest-post .categories {
  font-size: 14px;
  margin-bottom: 20px;
}

.latest-post .post-item-1 .post-bottom-content {
  background: transparent;
}

.latest-post .post-item-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
}

.latest-post .post-item-1 .post-bottom-content .property-title {
  color: #fff;
}
.latest-post .post-item-1 .post-bottom-content .short-description {
  color: #fff;
}
.short-description {
  font-family:  "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-yellow-color);
  font-weight: 300;
}

.latest-post .post-item-1 .post-bottom-content .author-row,
.latest-post .post-item-1 .post-bottom-content .author-row a {
  color: #fff;
}

.latest-post .post-item-1 .post-bottom-content .author-row .leggi-link::before {
  filter: invert(1);
}

.latest-post .post-item-2 .post-bottom-content .author-row,
.latest-post .post-item-3 .post-bottom-content .author-row {
  flex-direction: column;
  gap: 10px;
}

.latest-post .post-item-2 .categories,
.latest-post .post-item-2 .short-description,
.latest-post .post-item-3 .short-description,
.latest-post .post-item-3 .categories {
  display: none;
}

.post-bottom-content a {
  transition: all 0.2s;
}

.post-bottom-content a:hover,
.case-study-post a:hover {
  color: var(--dark-yellow-color) !important;
}

/* Blog Sidebar  */
.sidebar-title {
  font-size: 24px;
  line-height: 32px;
  color: var(--content-primary);
  font-weight: 900;
  margin-bottom: 25px;
  font-family:  "Lexia W03 Black", serif;
}

.search-box {
  display: flex;
  position: relative;
}

.search-box .search-btn {
  position: absolute;
  right: 20px;
  padding: 0;
  margin: 0 !important;
  min-height: unset !important;
  line-height: unset;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: none !important;
}

.search-box .input-field {
  padding: 10px 22px;
  border-radius: 0;
  box-shadow: unset;
  font-size: 18px;
  margin-bottom: 0;
}

.blog-sidebar .side-content {
  margin-bottom: 60px;
}

.blog-sidebar .side-content form {
  margin-bottom: 0;
}

.categroy-list {
  list-style: none;
  margin-left: 0;
}

.categroy-list li {
  margin: 0 0 30px 0 !important;
}

.categroy-list li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--content-primary);
  transition: all 0.2s;
  display: inline-flex;
  gap: 15px;
}

.categroy-list li a:hover {
  color: var(--dark-yellow-color);
}

.categroy-list li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* blog view page  */

.blog-image {
  padding-top: 266px;
}

.blog-image .bg {
  background-position: 50% 50%;
}

.section.blog-view-top-sec {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 300px;
}

.section.blog-view-top-sec .section-bg-overlay {
  background-color: var(--content-primary);
}

.col.col-text>.col-inner {
  padding: 20px 15px 20px 15px;
}

.col.col-text .blog-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family:  "Inter", sans-serif;
}

.col.col-text .short-text {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.blog-content-sec .blog-content {
  padding-top: 30px;
  padding-bottom: 100px;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.blog-content a{
  color: var(--brand-blue);
}
.blog-content a:hover{
  color: var(--brand-blue);
  opacity: 0.8;
}
.blog-content-sec .blog-sidebar {
  padding: 64px 0;
  position: sticky;
  top: 50px;
}

.author-box {
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
  display: flex;
  gap: 16px;
  align-items: center;
}

.author-box .author-img {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-content-sec .main-content{
  padding: 70px 0 20px;
}
.blog-content-sec .sub-posts .post-title{
  margin-bottom: 40px;
}
.blog-content-sec .size-full{
  width: 100%;
}
.author-box .author-detail {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: var(--content-primary);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.author-detail-right{
  text-align: right;
}
.author-detail-right p{
  margin: 0;
}
.author-box .author-name {
  margin-bottom: 0;
  font-weight: bold;
}

.author-box .author-role {
  margin-bottom: 0;
  font-weight: bold;
}

.author-box .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.post-meta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.post-meta-box .post-meta {
  display: flex;
  column-gap: 20px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-primary);
}

.post-meta-box .post-meta p {
  margin-bottom: 0;
}

.post-meta-box .social-icons {
  display: flex;
  align-items: center;
}

/* share icon  */
.social-icons .button.icon {
  border: unset;
  margin: 6px;
  min-height: unset;
  min-width: unset;
  color: var(--content-primary);
  line-height: unset;
}

.social-icons .button.icon:hover {
  color: var(--dark-yellow-color) !important;
}

.social-icons .button.icon:first-child {
  margin-left: 0;
}

.social-icons .button.icon:last-child {
  margin-right: 0;
}

.social-icons .button.icon i {
  font-size: 14px;
  line-height: 18px;
  min-width: 24px;
  min-height: 24px;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content {
  padding: 30px 0 10px;
}

blockquote {
  background-color: #F5F2EC;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: italic;
  padding-right: 5px;
  border-color: var(--light-yellow-color);
}

blockquote p {
  margin-bottom: 0px !important;
}

.sub-posts ol,
ul {
  margin-left: 20px;
}

.main-content p,
.sub-posts p,
.sub-posts li {
  font-size: 16px;
  line-height: 24px;
  color: var(--content-primary);
  margin-bottom: 10px;
  font-weight: 300;
}

.sub-posts .sub-post-content {
  margin-bottom: 10px;
  padding: 30px 0 20px;
}
.sub-posts .sub-post-content .wp-caption .wp-caption-text{
  background-color: #F5F2EC;
}

.sub-posts .sub-post-content h2,
.sub-posts .sub-post-content h3,
.sub-posts .sub-post-content h4:not(.post-title) {
  color: var(--content-primary);
  font-size: 25px;
  margin-top: 25px;
}

.sub-posts .sub-post-content a {
  font-weight:400;
  text-decoration: underline;
}
.sub-posts .sub-post-content h2 em,
.sub-posts .sub-post-content h3 em,
.sub-posts .sub-post-content h4:not(.post-title) em {
  font-style: normal !important;
}
.sub-posts .sub-post-content strong{
  font-weight: 700;
}

.sub-posts .post-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
  color: var(--content-primary);
  font-family:  "Inter", sans-serif;
}

.sub-posts .post-image {
  margin: 40px 0 0;
}

.posts-list .post-image {
  height: 288px;
  min-height: 288px;
}

.sub-posts .post-image img {
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.sub-posts .post-image .image-title {
  font-size: 14px;
  line-height: 18px;
  color: var(--content-primary);
  font-weight: 500;
}

.content-list {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.content-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 95%;
  width: 1px;
  border: 1px dashed var(--brand-ivory);
}

.content-list .content-item {
  margin-bottom: 20px;
  position: relative;
}

.content-list .content-item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--brand-ivory);
  border-radius: 0;
}

.content-list .content-item.active::before {
  background-color: var(--dark-yellow-color);
}

.content-list .content-item .link {
  transition: all 0.2s linear;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: var(--content-primary);
  font-weight: 300;
}

.content-list .content-item.active .link,
.content-list .content-item:hover .link {
  color: var(--dark-yellow-color);
}

.content-list .content-item:hover::before {
  background-color: var(--dark-yellow-color);
}

.banner .footer-banner-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin: 0 0 15px;
  font-family:  "Inter", sans-serif;
  color: var(--dark-yellow-color);
  padding: 0 15px;
}

.banner .footer-banner-para {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #ffffff;
  margin: 0 0 50px;
  font-weight: 300;
  padding: 0 15px;
}

.button.footer-banner-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 14px 30px;
  letter-spacing: 1.2px;
  color: var(--content-primary);
  background-color: transparent;
  border: 2px solid var(--light-yellow-color);
  margin: 0;
  line-height: unset;
}


.button.footer-banner-btn span {
  line-height: unset;
}

/* category view page  */
.sec-cate-view {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--content-primary);
}

.sec-cate-view .section-bg-overlay {
  background-color: var(--content-primary);
}

/* .sec-cate-view .cate-view-text {
  text-align: center;
} */

.cate-view-content-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cate-view-text .cate-title {
  font-size: 18px !important;
  line-height: 24px !important;
  justify-content: start;
  display: flex;
  align-items: center;
  padding: 27px 0;
  font-family:  "Inter", sans-serif;
  color: #fff;
  margin: 0;
}

.cate-view-text .cate-title img {
  filter: invert(1);
  margin-right: 15px;
  width: 25x;
  height: 25px;
}


.search-result .blog-main-sec .col {
  padding-bottom: 0;
}

.search-result .blog-main-sec .sec-para {
  margin-bottom: 0;
}

.search-result .blog-main-sec .sec-para .result {
  text-transform: capitalize;
}

.not-found .submit-button {
  background-color: var(--light-yellow-color);
}

.not-found .title {
  font-size: 24px;
  line-height: 28px;
  color: var(--content-primary);
  margin-bottom: 20px;
  font-family:  "Inter", sans-serif;
  font-weight: bold;
}

/* pagination  */
.pagination {
  margin: 40px 0;
  text-align: center;
}

.pagination .page-numbers {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #555555;
  font-family:  "Inter", sans-serif;
  padding: 3px 10px;
  border: 1px solid var(--brand-ivory);
  border-radius: 0;
  cursor: pointer;
}

.pagination .page-numbers.current,
.pagination a:hover {
  color: var(--dark-yellow-color);
  border-color: rgba(209, 132, 60, 0.50);
}

.pagination .page-numbers.current {
  font-weight: 600;
  cursor: default;
}

/* articolo page css start */
.large-container {
  max-width: 2100px !important;
  width: 100%;
  margin: auto;
}

.content-between,
.books-main-row {
  justify-content: space-between;
}

.content-between::after,
.books-main-row::after,
.guidelines-main-row::after {
  display: none;
}

.img-w-auto img {
  width: auto;
}

.img-layout-col .img {
  margin-bottom: 0px !important;
}

.banner-bg-img img {
  min-height: 960px;
  object-fit: cover;
}

.img-bg-top {
  position: absolute;
  right: 0;
  bottom: -75px;
  width: auto !important;
  z-index: 4;
}

.img-bg-top img {
  width: auto;
}

.img-layout-col .absolute-img {
  bottom: 0;
  z-index: 2;
}

.text-white {
  color: var(--wp--preset--color--white);
}

.col-product-des .col-inner {
  max-width: 630px;
  padding: 15px;
}

.mb-equal {
  margin-bottom: 29px;
}

.col-logo {
  margin-bottom: 36px !important;
}

.text-highlight {
  margin-bottom: 29px;
  font-size: 16px;
  letter-spacing: 5.2px;
  font-weight: 300;
  line-height: 24px;
  color: var(--light-yellow-color);
}
.text-highlight-orange {
  margin-bottom: 29px;
  font-size: 16px;
  letter-spacing: 5.2px;
  font-weight: 300;
  line-height: 24px;
  color: var(--dark-yellow-color);
}

.sec-main-head {
  font-family:  "Inter", sans-serif;
  font-size: 50px;
  line-height: 54px;
  color: var(--wp--preset--color--white);
}

.main-pera {
  font-size: 24px;
  line-height: 32px;
}
.below-h1-pera {
  font-size: 24px !important;
  line-height: 32px !important;
}
.below-h2-pera {
  font-size: 18px !important;
  line-height: 26px !important;
}

.price-label {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.button.btn-primary {
  padding: 19px 62px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.21px;
  color: var(--content-primary);
  background-color: var(--light-yellow-color);
  border-radius: 31px;
  margin: 0;
  min-height: auto;
}

.btn-primary span {
  line-height: normal;
}

.product-rating {
  margin: 62px 0 53px;
}

.rating-star {
  display: flex;
  gap: 6px;
  align-items: center;
}

.rate-number {
  font-size: 20px;
  line-height: 26px;
}

.text-color {
  color: var(--light-yellow-color);
}

.flex-divison {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.flex-divison .rate-number+.rate-number {
  margin-left: 12px;
}

.normal-pera {
  font-size: 18px;
  line-height: 26px;
}

.mb-none {
  margin-bottom: 0px;
}

.container-1440,
.row.container-1440 {
  max-width: 1470px;
  width: 100%;
  margin: auto;
}
.row.row-small.customer-school-review,
.row.row-small.retailer-school-review{
  max-width: 1470px;
}

.book-libraries .section-content {
  padding: 102px 0 10px;
}

.mini-pera {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2.02px;
  margin-bottom: 5px;
  font-weight: 700;
}

.text-spacing .normal-pera {
  letter-spacing: 0.18px;
}

.logo-with-title .col-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-with-title .img {
  width: auto !important;
  margin-bottom: 0 !important;
}

.heading-bold {
  font-family:  "Inter", sans-serif;
  font-size: 38px;
  line-height: 41px;
  font-weight: 700;
  color: var(--content-primary);
  margin-bottom: 20px;
}

.title-qoute::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(./icons/qoutations.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 12px;
}

.text-primary {
  font-size: 20px;
  line-height: 30px;
  color: var(--content-primary);
}

.title-spacing {
  letter-spacing: 0.38px;
}

.mb-10 {
  margin-bottom: 10px;
}

.vector-extra-sm .absolute-img {
  width: 68px !important;
  height: 68px;
}

.des-content {
  margin-top: 47px;
}

.des-content p {
  margin-bottom: 0px;
}

.img-mb-none {
  margin-bottom: 0 !important;
}

.corner-vector {
  bottom: 0;
  z-index: 1;
}

.vector-small .absolute-img {
  width: 145px !important;
  height: 145px;
}

.sec-left-title {
  font-family:  "Inter", sans-serif;
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
  color: var(--content-primary);
  margin-bottom: 22px;
}

.book-features-sec .img {
  margin-bottom: 22px !important;
}

.pb-none {
  padding-bottom: 0;
}

.sec-large-head {
  font-family: "Lexia W03 Black", serif;
  font-size: 46px;
  line-height: normal;
  font-weight: 700;
  color: var(--content-primary);
}

.pera-mb-space .main-pera {
  margin-bottom: 36px;
}

.top-space {
  margin-top: 79px;
}

.ml-auto .col-inner {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.mr-auto .col-inner {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.books-slider-sec .section-content {
  padding: 100px 0 68px;
}

.product-slider .box-text {
  padding: 25px 60px 0 0;
}

.product-slider .box-image img {
  max-height: 620px;
  aspect-ratio: 1 /1;
  object-fit: cover;
  height: 100%;
}


.team-profile-img {
  max-height: 500px!important;
  object-fit: cover!important;
}

.slider-arrow-bottom .flickity-button {
  display: inline-block;
  opacity: 1 !important;
  transform: none;
  bottom: 5%;
  top: auto;
  width: 20px;
  min-height: 20px;
}

.slider-arrow-bottom .flickity-button svg,
.slider-arrow-bottom .flickity-button svg .arrow {
  fill: var(--content-primary);
  transition: none;
  padding: 0;
}

.slider-arrow-bottom .flickity-button:hover svg,
.slider-arrow-bottom .flickity-button:hover svg .arrow {
  fill: var(--light-yellow-color);
}

.slider-arrow-bottom .flickity-button.previous {
  left: auto;
  right: 35px;
}

.slider-arrow-bottom .flickity-button.next {
  right: 10px;
}

.product-slider .box-text .mini-pera {
  margin-bottom: 5px;
  margin-top: 0px;
}

/* chi shimo page css start */

.container-fuild,
.row.container-fuild {
  max-width: 1850px;
  width: 100%;
  margin: 0 auto;
}

.top-title-qoutation {
  font-family:  "Inter", sans-serif;
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  color: var(--content-primary);
  margin-bottom: 24px;
}

.qoutate-block .title-qoute::before {
  display: block;
  margin-bottom: 0px;
}

.member-full-name {
  font-size: 86px;
  line-height: normal;
  color: var(--wp--preset--color--black);
  font-weight: 700;
  letter-spacing: 0.86px;
}

.team-lastname {
  color: var(--light-yellow-color);
}

.member-designation {
  font-size: 105px;
  line-height: normal;
  font-weight: 800;
  letter-spacing: 1.05px;
  color: var(--wp--preset--color--black);
  margin-top: -15px;
}

.about-team-member {
  margin-bottom: 47px;
}

.banner-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
  z-index: -1;
}

.banner-left-img img {
  width: auto;
}

.large-pera {
  font-size: 26px;
  line-height: 32px;
}

.text-bold {
  font-weight: 700;
  color: var(--light-yellow-color);
  margin-bottom: 5px;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

.max-w-pera .main-pera {
  max-width: 700px;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.clienti-school-slider .section-content {
  padding: 96px 0 80px;
}

.photo-gallary-slider .flickity-viewport .flickity-slider .img {
  max-width: 400px;
  margin-right: 10px;
}

.photo-gallary-slider .flickity-viewport .flickity-slider .img.gallary-w-full {
  max-width: 800px;
}

.photo-gallary-slider .flickity-slider .img img {
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
}

.poetry-sec {
  padding-top: 47px !important;
}

.poetry-content {
  font-size: 36px;
  line-height: 49px;
  font-family:  "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.col-bg-secondary {
  background-color: var(--light-yellow-color);
}

.col-bg-secondary .col-inner {
  padding: 50px 50px 25px 0;
}

.banner-center-head {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  color: var(--content-primary);
  margin-bottom: 20px;
}
.col-mx-auto .col-inner {
  margin: 0 auto !important;
}

.selling-product-desc {
  margin-bottom: 210px;
}

.selling-product-desc .section-content {
  padding-top: 94px;
}

.heading-light {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.sec-bottom-box {
  display: flex;
}

.sec-bottom-box .box-text {
  padding: 45px 52px;
}

.sec-bottom-box .box-image {
  margin: 0;
}

.sec-bottom-box .box-image * {
  height: 100%;
}

.sec-bottom-box img {
  object-fit: cover;
}

.sec-row-bottom {
  margin-top: 30px;
  margin-bottom: -210px;
}

.sec-row-bottom2 {
  margin-top: 0;
  margin-bottom: -100px;
}

.sec-highlight-head {
  font-size: 80px;
  line-height: normal;
  font-family:  "Lexia W03 Black", serif;
  font-weight: 400;
}

.clienti-logo .col-inner {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 105px;
  text-align: center;
  margin-top: 57px;
}

.clienti-logo .img {
  margin-bottom: 0px !important;
}

.clienti-logo .img img {
  width: auto;
}

.banner-main-head {
  font-size: 38px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.page-middel-banner .footer-banner-title {
  letter-spacing: 0.38px;
  margin-bottom: 20px;
  padding: 0;
}

.page-middel-banner .main-pera {
  margin-top: 0px;
  margin-bottom: 54px;
}

.page-middel-banner .button.footer-banner-btn {
  padding: 12px 72px;
}

/*.our-team-sec .section-content {
  padding: 20px 0 70px;
}*/

.team-member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
  margin-top: 7px;
}

.team-post-image {
  position: relative;
  margin-bottom: 20px;
}

.team-member-name {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-family: "Lexia W03 Black", serif;
}

.team-member-designation {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.22px;
  color: var(--dark-yellow-color);
  margin-bottom: 0px;
}

.our-previous-experience .section-content {
  padding: 100px 0;
}


.guidelines-main-row .text-primary {
  margin-bottom: 0;
}

.guideline-img {
  margin-bottom: 12px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.guideline-img img{
  max-height: 70px;
}
.col-spacing-none {
  padding: 0;
}

.reviews-cards img {
  width: auto;
}

.our-case-history {
  margin-top: 150px;
  margin-bottom: 130px;
}

.case-history-post {
  transition: border-color 0.2s ease;
}

.case-history-post.active .history-img {
  border-color: var(--light-yellow-color) !important;
}

.case-history-post.active .history-year::after {
  background-color: var(--dark-yellow-color);
}

.case-history-post.active {
  border-color: var(--dark-yellow-color) !important;
}

.history-year {
  position: relative;
  font-size: 68px;
  line-height: 80px;
  font-family:  "Lexia W03 Black", serif;
  color: var(--dark-yellow-color);
  margin-bottom: 24px;
}

.history-post-title {
  font-family:  "Inter", sans-serif;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 42px;
  color: var(--content-primary);
}

.history-content p {
  margin-bottom: 0;
  line-height: 30px;
}

.history-img {
  margin-bottom: 42px;
}

/* case study page css start */
.banner-title-col .main-sec-title {
  padding-bottom: 28px;
}

.case-study-grid,
.retailer-sucess-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
  margin-top: 35px;
}

.case-study-img {
  max-height: 350px;
  min-height: 350px;
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}

.case-study-description {
  background-color: var(--wp--preset--color--white);
  padding: 30px 40px 40px;
}

.case-study-title {
  font-family:  "Lexia W03 Black", serif;
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 18px;
  letter-spacing: 0;
  color: var(--content-primary);
}

.study-short-content p {
  opacity:1;
}
.case-study-description .study-short-content {
  margin-bottom: 30px;
}

.case-post-overview {
  display: flex;
  flex-wrap: wrap;
  gap:0;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.font-medium {
  font-weight: 500;
}

.view-more-link {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.4px;
  color: var(--content-primary);
  margin-left: 20px;
}

.view-more-link:hover {
  color: var(--dark-yellow-color);
}

.case-study-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.recatangle-left-bottom .section-content,
.primary-gradiant .section-content {
  position: static !important;
}

.recatangle-left-bottom .absolute-img {
  bottom: -1px;
}

.customer-school-review {
  justify-content: space-between;
}

.customer-school-review::after {
  display: none;
}

.retailer-school-review .col-inner .img-inner {
  /* background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border: 1px solid var(--brand-ivory); */
  border-radius: 0;
}
/* .retailer-school-review .col-inner .retailer-review-img .img-inner{
  border-bottom: 3px solid var(--light-yellow-color);
} */

.primary-gradiant {
  background: transparent linear-gradient(143deg,
      var(--light-yellow-color) 0%,
      var(--dark-yellow-color) 100%);
}

.retailer-story-post {
  position: relative;
  overflow: hidden;
  min-height: 490px;
  background-color: var(--content-primary);
}

.retailer-post-img {
  width: 100%;
  object-fit: cover;
  max-height: 490px;
  min-height: 490px;
}

.retailer-description {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 40px 30px 40px;
  /* background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0) 100%); */
}

.text-parentheses {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: 4.55px;
  color: var(--dark-yellow-color);
}

.retailer-description .text-parentheses {
  color: var(--dark-yellow-color);
  font-weight: 300;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.text-parentheses::before,
.text-parentheses::after {
  display: inline-block;
  font-size: 17px;
}

.retailer-description .heading-bold {
  color: var(--wp--preset--color--white);
  margin-bottom: 18px;
}

.retailer-short-desc {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color:white;
  min-height: 50px;
}

.retailer-short-desc p {
  margin-bottom: 0px;
}

.bottom-right-vector {
  width: auto !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* case study view page css */
.case-study-details-banner {
  background-color: var(--content-primary);
  padding: 0 !important;
}

.case-study-details {
  color: var(--wp--preset--color--white);
}

.case-study-details .col-inner {
  padding: 30px;
  max-width: 700px;
}

.case-study-details .text-parentheses {
  gap: 15px;
  font-size: 16px;
  letter-spacing: 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.case-study-details .main-pera p {
  margin-bottom: 30px;
}

.sec-title-large {
  font-family:  "Lexia W03 Black", serif;
  font-size: 60px;
  line-height: 79px;
  margin-bottom: 29px;
  color: var(--wp--preset--color--white);
}
.case-study-page-title{
  font-family: "Lexia W03 Black", Sans-serif !important;
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 48px !important;
  margin-bottom: 45px;
}
.author-category {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing:0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.author-category .case-study-icon {
  gap: 10px 18px;
}

.increment-margin-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  margin: 55px 0 20px;
}

.statistics-number {
  border-radius: 0;
  color: #fff;
  background-color: var(--dark-yellow-color);
  padding: 15px;
  max-width: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.number-percantage {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-family: "Lexia W03 Black", Sans-serif;
}

.statistics-number .normal-pera {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-family: "Lexia W03 Black", Sans-serif;
}

.study-result-data {
  font-size: 16px;
  line-height: 24px;
}

.study-result-data p {
  color: var(--dark-yellow-color);
  margin-bottom: 31px;
}

.study-result-data ul {
  margin: 0;
  opacity: 0.76;
}

.study-result-data li {
  margin-left: 20px !important;
  margin-bottom: 0;
}

.study-result-data li::marker {
  color: var(--dark-yellow-color);
}

/* .col-left-rectangle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 170px;
  background: url(./icons/left-corner-vector.svg) no-repeat center;
  background-size: contain;
} */

.goal-archivement {
  background-color: var(--light-yellow-color);
  border-radius: 0;
  padding: 47px 49px 54px 92px;
}

.upper-icon {
  margin-left: 10px;
}

.goal-archivement .main-pera p {
  margin-bottom: 0px;
}

.case-study-desc-content {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}

.verticle-spacing {
  margin: 100px 0 200px;
}

.case-study-faqs {
  max-width: 870px;
  margin: 100px auto;
}

.remaining-work {
  background-color: var(--content-primary) !important;
  padding: 70px 170px;
  border-radius: 0;
  color: var(--wp--preset--color--white);
}

.remaining-work .heading-bold {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  color: var(--wp--preset--color--white);
}

.remaining-work-list ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 300;
}

.remaining-work-list ul li {
  margin-bottom: 15px;
}
.remaining-work-list ul li::marker{
  color: var(--dark-yellow-color);
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover{
  background-color: #F5F2EC;
}
.faqs-main-row .faqs-description ol{
  padding-left: 24px;
}
.full-circle{
  border-radius: 50%;
  overflow: hidden;
}
.text-18{
  font-size: 18px !important;
  line-height: 26px !important;
}
.text-20{
  font-size: 20px !important;
  line-height: 28px !important;
}
.coming-casestudy-img{
  margin: 0 !important;
}
.coming-casestudy-img img {
  max-height: 380px;
  min-height: 380px;
  object-fit: cover;
  object-position: top left;
  height: 100%;
  width: 100%;
}
.coming-casestudy-item .coming-casestudy-detail{
  background-color: var(--wp--preset--color--white);
  padding: 23px 20px 27px; 
  height: 100%;
}
.coming-casestudy-item > .col-inner{
    display: flex;
    flex-direction: column;

}
.coming-case-study-title{
  font-family: "Lexia W03 Black", serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 900 !important;
  text-transform: none;
  color: var(--content-primary) !important;
  margin-bottom: 24px;
}
.coming-case-study-title a{
  color: var(--content-primary) !important;
  text-decoration: none !important;
} 
.coming-case-study-title a:hover{
  color: var(--dark-yellow-color) !important;
}
.coming-casestudy-item .user-icon{
  width: 22px !important;
  height: 22px;
  margin: 0 !important;
}
.coming-casestudy-item .user-icon .img-inner{
  line-height: 1;
}
.coming-casestudy-item .user-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.coming-casestudy-name{
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 1.76px;
  color: var(--content-primary) !important;
  margin: 0;
}
.coming-casestudy-store-col .coming-casestudy-name{
  font-weight: 400 !important;
}
.coming-casestudy-store-col .col-inner,
.coming-casestudy-name-col .col-inner{
  display: flex;
  align-items: center;
  gap: 8px;
}
.img-list{
  display: flex;
  list-style: none;
  margin: 0;
  gap: 10px;
}
.comingsoon-casestudy-sect.casestudy-list-page,
.casestudy-list-page .comingsoon-casestudy-sect{
  padding-top: 0 !important;
}
.coming-casestudy-item-desc{
  color: var(--content-primary) !important;
  opacity: 0.76;
}
.coming-casestudy-item-desc p{
  margin-bottom: 0;
  color: var(--content-primary) !important;
  opacity: 0.76;
}
.coming-casestudy-name-store{
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 24px;
}
.coming-casestudy-name-store:after{
  display: none;
}
.coming-casestudy-name-store.row-collapse>.col{
  flex-basis: unset;
  max-width: fit-content;
}
/* .faqs-main-row blockquote{
  padding: 0;
  background: none;
  font-weight: bold;
  border: 0;
}
.faqs-main-row blockquote p{
  font-weight: bold !important;
} */
/* Responsive */
@media (max-width: 1440px) {
  .banner-left-img img {
    max-height: 300px;
  }
}

@media (max-width: 1024px) {
  .nav>li>a.nav-top-link {
    font-size: 16px;
    padding: 30px 0px;
    margin: 0 14px;
  }

  .col-logo {
    margin-bottom: 20px !important;
  }

  .text-highlight {
    margin-bottom: 20px;
  }
  .text-highlight-orange {
    margin-bottom: 20px;
  }

  .sec-main-head {
    font-size: 42px;
    line-height: 46px;
  }

  .col-product-des {
    max-width: 48%;
    flex-basis: 48%;
  }

  .main-pera {
    font-size: 20px;
    line-height: 28px;
  }

  .button.btn-primary {
    padding: 15px 30px;
  }

  .product-rating {
    margin: 35px 0;
  }

  .banner-bg-img img {
    min-height: 780px;
  }

  .img-bg-top {
    bottom: -60px;
  }

  .heading-bold {
    font-size: 32px;
    line-height: 36px;
  }

  .vector-small .absolute-img {
    width: 100px !important;
    height: 100px;
  }

  .des-content {
    margin-top: 30px;
  }

  .sec-left-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 16px;
  }

  .sec-large-head {
    font-size: 38px;
  }

  .books-slider-sec .section-content {
    padding: 60px 0 40px;
  }

  .pera-mb-space .main-pera {
    margin-bottom: 29px;
  }

  .top-space {
    margin-top: 50px;
  }

  .about-team-member {
    margin-bottom: 25px;
  }

  .member-full-name {
    font-size: 60px;
  }

  .member-designation {
    font-size: 70px;
    margin-top: 0px;
  }

  .top-title-qoutation {
    font-size: 24px;
    line-height: 34px;
  }

  .clienti-school-slider .section-content {
    padding: 60px 0;
  }

  .large-pera {
    font-size: 20px;
    line-height: 28px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .col-bg-secondary .col-inner {
    padding: 30px 0 0 !important;
  }

  .poetry-content {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .selling-product-desc .section-content {
    padding-top: 80px;
  }

  .banner-center-head {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .heading-light {
    font-size: 30px;
    line-height: 36px;
    line-height: normal;
  }

  .sec-bottom-box .box-text {
    padding: 30px;
  }

  .sec-row-bottom {
    margin-top: 0px;
    margin-bottom: -160px;
  }

  .selling-product-desc {
    margin-bottom: 160px;
  }

  /* .our-team-sec .section-content {
    padding: 50px 0 30px;
  } */

  .sec-highlight-head {
    font-size: 64px;
  }

  .team-member-grid {
    gap: 50px 30px;
    margin-top: 0px;
  }

  .team-member-name {
    font-size: 22px;
    line-height: 30px;
  }

  .team-member-designation {
    font-size: 18px;
    line-height: 26px;
  }

  .clienti-logo .col-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 80px;
    margin-top: 20px;
  }

  .page-middel-banner .main-pera {
    margin-bottom: 35px;
  }

  .our-previous-experience .section-content {
    padding: 60px 0;
  }

  .our-case-history {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .history-img {
    margin-bottom: 25px;
  }

  .history-year {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 15px;
  }

  .history-post-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .photo-gallary-slider .flickity-slider .img img {
    min-height: 450px;
    max-height: 450px;
  }

  .banner-title-col .main-sec-title {
    padding-bottom: 20px;
    font-size: 50px;
  }

  .case-study-title {
    font-size: 20px;
    line-height: 24px;
  }

  .retailer-description {
    padding: 20px 15px;
  }

  .retailer-short-desc {
    font-size: 22px;
  }

  .bottom-right-vector img {
    max-width: 320px;
  }

  .sec-title-large {
    font-size: 44px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .case-study-details .text-parentheses {
    gap: 10px;
    letter-spacing: 4.2px;
    margin-bottom: 15px;
  }

  .increment-margin-boxes {
    gap: 20px;
    margin: 40px 0;
  }

  .author-category .case-study-icon {
    gap: 10px;
  }

  .author-category {
    font-size: 16px;
    line-height: normal;
  }

  .study-result-data p {
    margin-bottom: 16px;
  }

  .goal-archivement {
    padding: 40px;
  }

  .case-study-faqs {
    margin: 50px auto;
  }

  .faqs-main-row .heading-bold {
    margin-bottom: 30px;
  }

  .remaining-work {
    padding: 40px 40px;
  }

  .remaining-work .heading-bold {
    margin-bottom: 25px;
  }

  .verticle-spacing {
    margin: 60px 0 100px;
  }
  .case-study-grid, .retailer-sucess-story{
    gap: 30px;
  }
  .retailer-description .text-parentheses{
    letter-spacing: 7px;
  }
  .case-study-description{
    padding: 25px 15px;
  }
  .case-study-description .study-short-content {
    margin-bottom: 20px;
  }
  .case-study-icon{
    font-size: 16px;
    line-height: 24px;
  }



}

@media (min-width: 550px) {
  .latest-post .post-item-1 .post-bottom-content .property-title {
    font-size: 38px;
    line-height: 41px;
  }

  .short-description {
    font-size: 20px;
    line-height: 30px;
  }

  .latest-post .post-item-1 .post-bottom-content {
    padding-left: 40px;
  }

  .blog-image {
    padding-top: 466px;
  }

  .col.col-text>.col-inner {
    padding: 0px 40px 0px 40px;
  }

  .post-meta-box .post-meta {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .main-content p,
  .sub-posts p,
  .sub-posts li {
    font-size: 16px;
    line-height: 24px;
  }

  .sub-posts .post-title {
    font-size: 32px;
    line-height: 31px;
  }

  .post-image .image-title {
    font-size: 20px;
    line-height: 25px;
  }

  .posts-list .post-image img {
    border-radius: 0;
  }

  .banner .footer-banner-title {
    font-size: 38px;
    line-height: 41px;
  }

  .banner .footer-banner-para {
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 0 0 50px;
  }

  .button.footer-banner-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 50px;
  }

  .sec-cate-view .cate-view-text {
    text-align: left;
  }

  .cate-view-text .cate-title {
    font-size: 22px !important;
    line-height: 30px !important;
    justify-content: left;
  }
  .cate-blog-sec-description{
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .cate-view-text .cate-title img {
    margin-right: 20px;
    width: 31px;
    height: 31px;
  }

  .reviews-cards {
    row-gap: 20px;
  }
}

@media (min-width: 550px) {
  .cliento-case-history {
    margin-top: 20px;
  }

  .case-history-post {
    max-width: 50%;
    width: 100%;
  }

  .case-history-post:nth-child(odd) {
    padding-right: 40px;
    border-right: 3px solid var(--history-border-color);
  }

  .case-history-post:nth-child(even) {
    border-left: 3px solid var(--history-border-color);
    margin-left: auto;
    margin-right: 3px;
    padding-left: 40px;
    margin-top: 0;
  }

  .history-year::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30%;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-color: var(--history-border-color);
  }

  .case-history-post:nth-child(odd) .history-year::after {
    right: -53px;
  }

  .case-history-post:nth-child(even) .history-year::after {
    left: -53px;
  }

  .case-history-post:last-child {
    padding-bottom: 25px;
  }

  .case-history-post:nth-child(odd) .history-year {
    text-align: right;
  }

  .history-post-title {
    max-width: 480px;
  }

  .case-history-post:nth-child(odd) .history-post-title {
    max-width: 420px;
  }

  .case-study-post {
    display: flex;
    flex-direction: column;
  }

  .case-study-description {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 850px) {
  .blog-image {
    padding-top: 866px;
  }

  .section.blog-view-top-sec {
    min-height: 350px;
  }

  .col.col-text>.col-inner {
    padding: 0px 140px 0px 140px;
  }

  .col.col-text .blog-title {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
  }

  .col.col-text .short-text {
    font-size: 22px;
    line-height: 32px;
  }

  a.sidebar-mobile-btn {
    display: none;
  }

  .reviews-cards {
    row-gap: 40px;
  }

  .customer-school-review {
    margin-top: 33px !important;
  }

  /* .customer-school-review .col {
    max-width: 465px;
  } */

  .team-main-row .col {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 850px) {
  .bottom-footer .footer-link {
    margin-left: unset;
    margin: 0 10px;
  }

  .footer-logo {
    padding: 0 0 20px 0;
  }

  .footer-text {
    margin-bottom: 25px;
  }

  .main-footer {
    padding-bottom: 0;
  }

  .bottom-footer .col-right {
    order: -1;
  }

  .bottom-footer .col-left .footer-text {
    margin-bottom: 0;
  }

  .stuck #logo img {
    max-height: 70px !important;
  }

  .latest-post .col:first-child.large-3 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .blog-content-sec .sidebar-mobile-btn {
    display: none;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid var(--content-primary);
    border-radius: 0;
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 99999;
    background-repeat: no-repeat;
    background-image: url(./icons/menu-toggle.svg);
    background-position: center center;
    cursor: pointer;
  }

  .blog-content-sec.opened .sidebar-mobile-btn {
    background-image: url(./icons/Icon-close.svg);
  }

  body:has(.sub-posts .post-title) .blog-content-sec .sidebar-mobile-btn {
    display: block;
  }

  .blog-content-sec .sidebar-mobile {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    padding: 0;
    right: -102%;
    transition: right 0.3s ease-in-out;
  }

  .blog-content-sec.opened .sidebar-mobile {
    right: 0;
    transition: right 0.3s ease-in-out;
  }

  .blog-content-sec .sidebar-mobile .blog-sidebar {
    padding: 0;
    top: 50px;
    height: 100%;
    padding: 30px 20px;
    overflow-y: auto;
  }

  .blog-content-sec .sidebar-mobile .blog-sidebar .side-content {
    margin-bottom: 0;
  }
  .nav>li>a{
    font-size: 16px;
    line-height: 24px;
  }
  .nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a{
    color: var(--content-primary);
  }
  .nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    color: var(--dark-yellow-color);
  }
  .nav-vertical>li>ul li a{
    color: var(--content-primary);
  }

}

@media (max-width: 849px) {

  .page-middel-banner .button.footer-banner-btn {
    padding: 8px 40px;
  }

  .case-study-grid,
  .retailer-sucess-story {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
  }

  .retailer-post-img {
    max-height: 340px;
    min-height: 340px;
  }

  .retailer-story-post {
    min-height: 340px;
  }

  .team-main-row {
    padding-top: 25px;
    flex-direction: column-reverse;
  }

  .expert-member-profile img {
    max-height: 700px;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .content-between {
    flex-direction: column;
  }

  .content-between .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col-product-des .col-inner {
    max-width: none;
    margin: 30px 0;
  }

  .banner-bg-img img {
    min-height: 600px;
  }

  .img-bg-top img {
    max-height: 600px;
  }

  .text-primary {
    font-size: 18px;
    line-height: 26px;
  }

  .book-libraries .section-content {
    padding: 60px 0 10px;
  }

  .qoutations-icon svg {
    width: 40px;
    height: 30px;
  }

  .team-member-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .clienti-logo .col-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
  }

  .case-study-details .col-inner {
    padding: 50px 15px;
    max-width: 100%;
  }

  .banner-post-img {
    min-height: 350px;
    object-fit: cover;
  }

  .col-left-rectangle::after {
    width: 100px;
    height: 100px;
  }

  .faqs-main-row .faqs-description {
    margin-bottom: 40px;
  }
  .sidebar-title {
    font-size: 20px;
    line-height: 28px;
  }
  .below-h1-pera {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .below-h2-pera {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .text-18{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .text-20{
    font-size: 18px !important;
    line-height: 26px !important;
  }

}

@media (max-width: 576px) {

  .mb-equal,
  .pera-mb-space .main-pera {
    margin-bottom: 20px;
  }

  .sec-main-head {
    font-size: 30px;
    line-height: 34px;
  }

  .main-pera {
    font-size: 18px;
    line-height: 24px;
  }

  .price-label {
    font-size: 28px;
    line-height: normal;
  }

  .button.btn-primary {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .product-rating {
    margin: 25px 0;
  }

  .normal-pera {
    font-size: 16px;
    line-height: normal;
  }

  .rate-number {
    font-size: 18px;
    line-height: normal;
  }

  .heading-bold {
    font-size: 24px;
    line-height: 30px;
  }

  .title-qoute::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .sec-left-title {
    font-size: 20px;
    line-height: normal;
  }

  .books-main-row .col {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .books-main-row .col:last-child,
  .books-main-row .col:last-child .text-primary {
    margin-bottom: 0px;
  }

  .books-slider-sec .section-content {
    padding: 40px 0 20px;
  }

  .sec-large-head {
    font-size: 28px;
  }

  .member-full-name {
    font-size: 34px;
  }

  .member-designation {
    font-size: 38px;
  }

  .top-space {
    margin-top: 30px;
  }

  .top-title-qoutation {
    font-size: 20px;
    line-height: normal;
  }

  .large-pera {
    font-size: 18px;
    line-height: 24px;
  }

  .top-hero-banner {
    padding-bottom: 0 !important;
  }

  .expert-member-profile img {
    max-height: 450px;
  }

  .banner-left-img img {
    max-height: 200px;
  }

  .poetry-content {
    font-size: 22px;
    line-height: 30px;
  }

  .selling-product-desc .section-content {
    padding-top: 40px;
  }

  .banner-center-head {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0px;
  }

  .heading-light {
    font-size: 24px;
    line-height: 30px;
  }

  .sec-bottom-box .box-text {
    padding: 30px 15px;
  }

  .sec-bottom-box {
    flex-direction: column;
  }

  .sec-highlight-head {
    font-size: 48px;
  }

  /* .our-team-sec .section-content {
    padding: 30px 0 20px;
  } */

  .our-previous-experience .section-content {
    padding: 40px 0 20px;
  }

  .case-history-post:not(:last-child) {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--history-border-color);
  }

  .case-history-slide .case-history-post {
    position: relative;
  }

  .case-history-post:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: var(--history-border-color);
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
  }

  .case-history-post.active .history-img img {
    margin-bottom: 35px;
  }

  .history-post-title {
    font-size: 18px;
  }

  .history-year {
    font-size: 40px;
    line-height: 50px;
  }

  .case-study-grid,
  .retailer-sucess-story {
    grid-template-columns: auto;
    gap: 30px;
  }
  .history-img .history-img-box{
    height: 230px;
  }
  .history-img .history-img-box img{
    max-height: 230px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .banner-title-col .main-sec-title {
    font-size: 40px;
    padding-bottom: 10px;
  }

  .banner-title-col .main-sec-title span {
    padding: 0 30px;
  }

  .banner-title-col .main-sec-title span::before,
  .banner-title-col .main-sec-title span::after {
    font-size: 34px;
  }

  .recatangle-left-bottom .absolute-img {
    width: 100px !important;
    height: 100px;
  }

  .retailer-description .heading-bold {
    margin-bottom: 15px;
  }

  .retailer-short-desc {
    font-size: 20px;
  }

  .bottom-right-vector img {
    max-width: 220px;
  }

  .sec-title-large {
    font-size: 34px;
  }

  .number-percantage {
    font-size: 28px;
  }
  .remaining-work{
    padding: 30px 15px;
  }
  .upper-icon svg,
  .remaining-work .heading-bold svg {
    width: 24px;
    height: 24px;
  }

  .verticle-spacing {
    margin: 50px 0;
  }

  .clienti-school-slider .section-content {
    padding: 40px 0;
  }
  .our-case-history {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 20px;
    line-height: 24px;
  }
  .team-member-grid {
    gap: 40px 30px;
  }
}

@media (max-width: 549px) {
  .search-result .blog-main-sec .sec-para {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-bg-img img {
    min-height: 450px;
  }

  .img-bg-top img {
    max-height: 400px;
  }

  .img-layout-col .absolute-img {
    width: 80px !important;
    height: 80px;
  }

  .row-sm-direction {
    flex-direction: column-reverse;
  }

  .col-text-desc {
    padding-bottom: 0px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    place-items: center;
  }

  .clienti-logo .col-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-top: 0;
  }

  .reviews-cards {
    text-align: center;
  }

  .top-title-qoutation br {
    display: none;
  }
}

@media (max-width: 380px) {
  .case-study-img {
    max-height: 260px;
    min-height: 260px;
  }

  .statistics-number {
    max-width: none;
  }

  .goal-archivement {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  .banner-post-img {
    min-height: 768px;
    object-fit: cover;
    width: 100%;
  }

  .case-study-details .main-pera p {
    max-width: 580px;
  }

  .faqs-main-row .faqs-description {
    margin-bottom: 90px;
  }
}

@media (min-width: 1025px) {
  .cliento-case-history {
    margin-top: 80px;
  }

  .sec-bottom-box .box-text {
    width: 57%;
  }

  .history-year::after {
    width: 32px;
    height: 32px;
    top: 35%;
  }
  .case-history-post{
    padding-bottom: 50px;
  }
  .case-history-post:first-child {
    padding-top: 150px;
  }
  .case-history-post:nth-child(odd) {
    padding-right: 82px;
  }

  .case-history-post:nth-child(even) {
    padding-left: 82px;
    margin-top:0;
  }

  .case-history-post:nth-child(odd) .history-year::after {
    right: -98px;
  }

  .case-history-post:nth-child(even) .history-year::after {
    left: -98px;
  }

  .case-history-post:last-child {
    padding-bottom: 0;
  }
/* 
  .customer-school-review {
    row-gap: 58px;
  } */

  .banner-post-img {
    min-height: 950px;
  }

  .faqs-main-row .heading-bold {
    margin-bottom: 35px;
  }

  .page-id-520 #header {
    position: absolute;
  }
}

.padding-0 {
  padding-bottom: 0;
}

.photo-gallary-slider .flickity-prev-next-button {
  background-color: var(--light-yellow-color) !important;
  top: 0% !important;
  bottom: unset !important;
}

.photo-gallary-slider .flickity-prev-next-button.previous {
  left: 0 !important;
}

.photo-gallary-slider .flickity-prev-next-button.next {
  right: 0 !important;
}

.hist-line-arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 24px;
  margin-top: 20px;
}

.hist-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 10px);
  height: 2px;
  background-color: var(--dark-yellow-color);
}

.hist-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid var(--dark-yellow-color);
  transform: translateY(-43%);
}

.hist-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--dark-yellow-color);
  border-radius: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: block !important;
  }
}

.inter-font {
  font-family: "Inter", sans-serif;
}
.lexia-font {
  font-family: "Lexia W03 Black", sans-serif;
}
.col-p-0 > .col {
  padding: 0;
}
.col-pb-0 > .col {
  padding-bottom: 0;
}
.font-medium{
  font-weight: 500;
}
.font-light{
  font-weight: 300;
}
.font-extra-light{
  font-weight: 200;
}
.heading-40{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0;
}
.heading-30{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  color: var(--content-primary) !important;
  margin-bottom: 0;
}
.heading-24{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.heading-18{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.button.outline-round-btn{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2.5px;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.button.outline-round-btn.is-large{
  padding: 17px 30px;
}
.button.outline-round-btn.letter-spacing-0{
  letter-spacing: 0;
}
.button.outline-round-btn span{
  line-height: 1;
}
.button.secondary.outline-round-btn{
  background-color: var(--content-primary) !important;
  color: var(--dark-yellow-color);
  border-color: var(--dark-yellow-color);
}
.button.secondary.outline-round-btn:hover{
  background-color: var(--content-primary) !important;
  color: var(--dark-yellow-color);
  border-color: var(--dark-yellow-color);
  opacity: 0.8;
}
.button.secondary.outline-round-btn.bg-transparent{
  background-color: transparent !important;
}
.button.secondary.outline-round-btn.bg-transparent:hover{
  background-color: transparent !important;
  color: var(--dark-yellow-color);
  border-color: var(--dark-yellow-color);
  opacity: 0.8;
}

.button.white.outline-round-btn{
  background-color: #fff !important;
  color: #212121 !important;
  border-color: #fff !important;
}
.button.white.outline-round-btn:hover{
  background-color: #fff !important;
  color: #212121 !important;
  border-color: #fff !important;
  opacity: 0.8;
}
.button.white.outline-round-btn.bg-transparent{
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.button.white.outline-round-btn.bg-transparent:hover{
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  opacity: 0.8;
}
.footer-logo-links .footer-address .footer-text{
  font-size: 16px;
  line-height: 24px;
}
.container-1200.row.row-small,
.container-1200.row,
.container-1200.row.row-collapse,
.container-1200{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-30{
  padding-left: 30px;
  padding-right: 30px;
}
.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-30{
  padding: 30px;
}
.px-15{
  padding-left: 15px;
  padding-right: 15px;
}
.footer-logo-links .main-footer {
  padding-bottom: 0;
}
.light-blue{
  color: var(--brand-blue);
}
.letter-spacing-8{
  letter-spacing: 8px;
}
.hero-subtitile{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 8px;
  color: var(--dark-yellow-color);
  margin: 0;
  padding: 0;
}
.hero-large-description{
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 200;
  font-style: normal;
  line-height: 30px;
  word-spacing: 0em;
  margin-bottom: 1rem;
}
.hero-large-description.mb-none{
  margin-bottom: 0;
}
.hero-description{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.hero-description a{
  color: var(--brand-blue);
}
.mb-10{
  margin-bottom: 10px;
}
.icon-box-title{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.icon-box-description{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--content-primary) !important;
}
.retailer-review-img-sect .col-inner .img-inner{
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}
.retailer-review-img-sect .small-review-row .col-inner .img-inner{
  box-shadow: none;
}
.pr-40{
  padding-right: 40px;
}
.section-head-wrapper p{
  margin-bottom: 1rem;
}
.top-icon-box .icon-box-img{
  line-height: 1;
  margin-bottom: 10px;
}
.top-icon-box .icon-box-img img, .top-icon-box .icon-box-img svg{
  padding-top: 0;
}
.small-review-row .col .col-inner{
  padding-top: 20px;
  padding-bottom: 20px;
}
.left-list-col .col-inner .left-list-icon:last-child{
  margin-bottom: 0;
}
.left-list-icon{
  margin-bottom: 20px;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  line-height: 24px;
}
.icon-box-left.left-list-icon .icon-box-img+.icon-box-text{
  padding-left: 10px;
}
.faq-hero-description{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--content-primary) !important;
}
.faq-webapp-item{
  border-bottom: 1px solid #d5d8dc;
}
.faq-webapp-item .accordion-title{
  font-family: "Lexia W03 Black", Sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: var(--content-primary) !important;
  border-top: 0;
  padding: 15px 15px 15px 35px;
}
.faq-webapp-item .accordion-title.active{
  background: none;
  border: 0;
  color: var(--content-primary) !important;
  font-weight: 500;
}
.accordion .faq-webapp-item .toggle{
  height: 20px;
  left: 10px;
  position: absolute;
  top: 21px;
  transform-origin: unset;
  width: 20px;
  opacity: 1;
  margin: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .faq-webapp-item .active>.toggle{
  transform: rotate(-90deg);
}
.faq-webapp-item .toggle i{
  top: 0;
  font-size: 0;
}
.faq-webapp-item .toggle i:before{
  content: '';
  background-image: url('./icons/caret-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.faq-webapp-item .accordion-inner{
  color: var(--content-primary) !important;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 15px;
}
.faq-webapp-item .accordion-inner p{
  margin-bottom: 1rem;
}
.faq-webapp-item .accordion-inner b,
.faq-webapp-item .accordion-inner strong{
  font-weight: 700;
}
.faq-webapp-item .accordion-inner a{
  color:var(--brand-blue);
}
.faq-webapp-item .accordion-inner a:hover{
  color:var(--brand-blue);
  opacity: 0.8;
}
.faq-webapp-item .accordion-inner ol{
  padding-inline-start: 40px;
}
.faq-webapp-item .accordion-inner ol li{
  margin: 0;
}
.testimonial-icon-box{
  padding: 15px 15px 10px;
}
.testimonial-name{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--content-primary) !important;
}
.testimonial-name b,
.testimonial-name strong{
  font-weight: 700;
}
.testimonial-designation{
  color: var(--content-primary) !important;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.icon-box-left.testimonial-icon-box .icon-box-img+.icon-box-text{
  padding-left: 10px;
}
.testimonial-date{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--content-primary) !important;
  margin-bottom: 1rem;
}
.premiumization-content p{
  margin-bottom: 1rem;
}
.premiumization-content ol,
.premiumization-content ul{
  margin-left: 0;
  padding-inline-start: 40px;
  margin-bottom: 1rem;
}
.premiumization-content ol li,
.premiumization-content ul li{
  margin: 0;
}
.premiumization-content b,
.premiumization-content strong{
  font-weight: 700;
}
.premiumization-content a{
  color: var(--brand-blue);
}
.premiumization-content a:hover{
  color: var(--brand-blue);
}
.premiumization-candidatura-content > .col > .col-inner{
  box-shadow: 0px 0px 10px 13px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 30px 30px;
  border-radius: 0;
}
.premiumization-candidatura-content p{
  margin-bottom: 1rem;
}
.premiumization-candidatura-content ol,
.premiumization-candidatura-content ul{
  margin-left: 0;
  padding-inline-start: 40px;
  margin-bottom: 1rem;
}
.premiumization-candidatura-content ol li,
.premiumization-candidatura-content ul li{
  margin: 0;
}
.premiumization-candidatura-content b,
.premiumization-candidatura-content strong{
  font-weight: 700;
}
.premiumization-candidatura-content a{
  color: var(--brand-blue);
}
.premiumization-candidatura-content a:hover{
  color: var(--brand-blue);
}
.h-screen{
  min-height: 100vh;
}
.align-items-start{
  align-items: flex-start;
}
.registered-trademark-sect p,
.term-condi-sect p{
  margin-bottom: 1rem;
}
.registered-trademark-sect ol,
.registered-trademark-sect ul,
.term-condi-sect ol,
.term-condi-sect ul{
  margin-left: 0;
  padding-inline-start: 40px;
  margin-bottom: 1rem;
}
.registered-trademark-sect ol li,
.registered-trademark-sect ul li,
.term-condi-sect ol li,
.term-condi-sect ul li{
  margin: 0;
}
.registered-trademark-sect b,
.registered-trademark-sect strong,
.term-condi-sect b,
.term-condi-sect strong{
  font-weight: 700;
}
.registered-trademark-sect a,
.term-condi-sect a{
  color: var(--brand-blue);
}
.registered-trademark-sect a:hover,
.term-condi-sect a:hover{
  color: var(--brand-blue);
}
.retailer-story-title{
  font-size: 26px !important;
  line-height: 30px !important;
}
.life-experience-slider.slider-arrow-bottom .flickity-prev-next-button {
  background-color: var(--light-yellow-color) !important;
  top: 0% !important;
  bottom: unset !important;
  color: #fff;
  width: 36px;
  min-height: 2.5em;
  opacity: 0.7 !important;
}
.life-experience-slider.slider-arrow-bottom .flickity-prev-next-button:hover{
  opacity: 1 !important;
}
.life-experience-slider.slider-arrow-bottom .flickity-prev-next-button svg {
  fill: #fff;
  padding: 20%;
}
.life-experience-slider.slider-arrow-bottom .flickity-prev-next-button svg .arrow{
  fill: #fff;
}
.life-experience-slider.slider-arrow-bottom .flickity-button.previous{
  right: auto;
  left: 0 !important;
  
}
.life-experience-slider.slider-arrow-bottom .flickity-button.next{
  left: auto;
  right: 0 !important;
}
.life-experience-slider .flickity-page-dots{
  bottom: 30px;
  left: 5%;
  right: 5%;
}
.life-experience-slider .slider-nav-light .flickity-page-dots .dot {
  background-color: #fff;
}
.life-experience-slider.slider-nav-light .flickity-page-dots .dot.is-selected{
  background-color: #fff;
}


@media screen and (min-width: 850px) {
  .md-pr-40 > .col-inner{
    padding-right: 40px;
  }
  .md-pb-15 > .col-inner{
    padding-bottom: 15px;
  }
  .md-pb-20 > .col-inner{
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 850px){
  .footer-logo-links {
    padding-bottom: 100px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
}
@media (max-width: 768px) {
  .heading-40{
    font-size: 30px;
    line-height: 36px;
  }
  .button.outline-round-btn{
    font-size: 16px;
    line-height: 20px;
  }
  .button.outline-round-btn.is-large{
    padding: 12px 20px;
  }
  .hero-subtitile{
    font-size: 16px;
    line-height: 22px;
  }
  .hero-large-description{
    font-size: 18px;
    line-height: 26px;
  }
  .heading-30{
    font-size: 24px;
    line-height: 32px;
  }
  .heading-24{
    font-size: 20px;
    line-height: 28px;
  }
  .heading-18{
    font-size: 16px;
    line-height: 22px;
  }
  .distractions-section{
    padding-bottom: 15px !important;
  }
  .faq-webapp-item .accordion-title{
    font-size: 20px;
    line-height: 28px;
  }
  .retailer-story-title{
    font-size: 20px !important;
    line-height: 30px !important;
  }


}

/* Navigation line bottom position */
.nav-line-bottom>li>a:before {
  bottom: 1px;
  top: auto;
}

/* Header button font size */
.header-button-1 a {
  font-size: 20px !important;
  line-height: unset !important;
  padding: 31px 15px !important;
  border-left: 1px solid var(--brand-ivory) !important;
  color: var(--content-primary) !important;
}

/* Border separator only for Team menu item */
#menu-item-2383 {
  border-right: 1px solid #C1C1C1;
  padding-right: 20px;
}

@media only screen and (min-width: 550px) and (max-width: 850px) {
  .retailer-school-review > .medium-6{
    flex-basis: 100%;
    max-width: 100%;
  }
  .retailer-school-review > .medium-6 .col-inner{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 20px;
  }
  .retailer-school-review > .medium-6 .col-inner > .img{
    margin-bottom: 0;
  }
  .retailer-school-review > .medium-6 .retailer-review-img{
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
  }
}




.container-1600.row.row-small,
.container-1600.row,
.container-1600.row.row-collapse,
.container-1600{
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1400.row.row-small,
.container-1400.row,
.container-1400.row.row-collapse,
.container-1400{
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hero-maintitle.heading-40 {
  font-family: "Lexia W03 Black", Sans-serif !important;
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 48px !important;
  margin-bottom: 0;
}
.dark-yellow{
  color: var(--dark-yellow-color);
}

.icon-box-description.text-white{
  color: #fff !important;
}
.hero-icons-row .icon-box-title{
  margin-bottom: 25px;
}
.hero-icons-row .top-icon-box .icon-box-img{
  color: transparent;
}
.section-lead{
  font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 10px;
    color: var(--dark-yellow-color);
}
.h2-heading-30{
  font-family: "Lexia W03 Black", serif !important;
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 900 !important;
  text-transform: none;
  margin: 0;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.note-text{
  font-size: 14px !important;
  line-height: 20px !important;
}
.col2-cont-box{
  max-width: 720px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.max-w-575{
  max-width: 575px;
}
.max-w-560{
  max-width: 560px;
}
.max-w-780{
  max-width: 780px;
}
.slider-col{
  padding: 0 !important;
}
.casestudy-slider .flickity-viewport .flickity-slider .img {
  max-width: 340px;
  margin-right: 15px;
}
.casestudy-slider .flickity-slider .img img {
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
}
.studio-client-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.studio-client-sect{
  margin-bottom: 100px;
}
.studio-client-wrapper{
  margin-bottom: -100px;
}
.min-w-240{
  min-width: 240px;
}
.max-w-none{
  max-width: none !important;
}
.list-none{
  list-style: none;
}
.testimonial-icon-box{
  padding: 26px 0;
  align-items: center;
}
.icon-box-left.testimonial-icon-box .icon-box-img+.icon-box-text{
  padding-left: 15px;
}
.icon-box-left.testimonial-icon-box .icon-box-text{
  display: flex;
  justify-content: space-between;
}
.testimonial-icon-right{
  text-align: right;
}
.custom-number{
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.custom-number li{
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.custom-number .number-text{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-weight: 700;
  color: var(--dark-yellow-color);
}
.transparent-icon .icon-box-img{
  color: transparent;
}
#wrapper:has(.footer-banner-hide) .footer-wrapper .banner.footer-banner {
  display: none !important;
}
.dot-list{
  margin-left: 0 !important;
}
.dot-list li::marker{
  color: var(--dark-yellow-color);
}
.receive-icons .icon-box-title{
  margin-bottom: 25px;
}

.cliento-note-form #gform_wrapper_2[data-form-index="0"].gform-theme, 
.cliento-note-form [data-parent-form="2_0"]{
    --gf-color-in-ctrl:transparent;
    --gf-ctrl-border-color:#E6E7EB;
    --gf-ctrl-size:52px;
    --gf-local-height:52px;
    --gf-ctrl-line-height:52px;
    --gf-ctrl-radius:5px;
    --gf-ctrl-font-size:16px;
    --gf-local-color:#212121;
    --gf-ctrl-border-color-focus:#E6E7EB;
    --gf-ctrl-color-focus:#212121;
    --gf-ctrl-shadow-focus:none;
    --gf-color-primary:#212121;
    --gf-color-in-ctrl-primary:#212121;
    --gf-ctrl-btn-bg-color-hover-primary:#212121;
    --gf-ctrl-btn-font-size:16px;
    --gf-ctrl-icon-color:#212121;
    --gf-ctrl-icon-color-hover:#212121;
    --gf-ctrl-btn-radius:25rem;    
    --gf-ctrl-padding-x:14px;
    --gf-form-gap-x:18px;
    --gf-form-gap-y:18px;
    --gf-ctrl-choice-size:18px;
    --gf-ctrl-textarea-height:100px;
    --gf-ctrl-shadow:none;
    --gf-ctrl-color:#212121;
    --gf-form-footer-gap:16px;
/*     
    --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    --gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E"); */
}
.cliento-note-form{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 65px 50px;
}
.cliento-note-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
  --gf-local-height:52px;
  --gf-local-radius:5px;
  --gf-local-border-color:#E6E7EB;
  --gf-local-shadow:none;
  --gf-local-font-size:16px;
  --gf-local-line-height:52px;
  --gf-local-padding-x:14px;
  --gf-local-padding-y:12px;
  
}
.cliento-note-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
  --gf-local-radius:5px;
}
.cliento-note-form .gform-theme--framework .gfield_list_group_item::before, 
.cliento-note-form .gform-theme--framework .gform-field-label{
  --gf-local-color:#212121;
  --gf-local-font-size:16px;
  --gf-local-line-height:24px;
}
.cliento-note-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.cliento-note-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
  --gf-local-height:18px;
  --gf-local-radius:2px;
  --gf-local-border-color:#767676;
  --gf-local-shadow:none;
  --gf-local-font-size:16px;
  --gf-local-line-height:18px;
  --gf-local-padding-y: 0;
  --gf-local-padding-x: 0;
  --gf-local-width:18px;
}
.cliento-note-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-radius: 2px;
  margin-top: 3px;
}
.cliento-note-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-radius: var(--gf-ctrl-radio-check-radius);
  margin-top: 3px;
}
.cliento-note-form .gform-theme--framework .gform-field-label--type-inline{
  --gf-local-font-weight:400;
}
.cliento-note-form .gform-theme--foundation .gfield textarea.large {
  min-block-size: 5rem;
  max-height: 100px;
}

.cliento-note-form .gform-theme--framework a{
  color: #5F8FA6;
  font-weight: 500;
}

.cliento-note-form .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button,
.cliento-note-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button.button{
  background-color: transparent !important;
  color: var(--dark-yellow-color) !important;
  border-color:1px solid var(--dark-yellow-color) !important;
  text-transform: uppercase !important;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  padding: 17px 30px !important;
  letter-spacing: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  min-width: 240px !important;
}
.cliento-note-form .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button:hover,
.cliento-note-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button.button:hover{
  opacity: 0.8;
}
.cliento-note-form .gform-theme.gform-theme--framework.gform_wrapper .gform_previous_button.button{
  border: 0 !important;
  background: transparent !important;
  color: #5F8FA6 !important;
  text-decoration: underline;
  min-width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: none;
}
.cliento-note-form .gform-theme--framework .gform_validation_errors{
  display: none;
}
.cliento-note-form .gform-theme--framework ::-moz-placeholder {
  color: #9EA3AE;
  opacity: 1;
}

.cliento-note-form .gform-theme--framework ::placeholder {
  color: #9EA3AE;
  opacity: 1;
}
.cliento-note-form .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #9EA3AE;
  opacity: 1;
}
.cliento-note-form .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #9EA3AE;
  opacity: 1;
}
.cliento-note-form #skip-step,
.cliento-note-form .skip-links{
  color: #5F8FA6;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.cliento-note-form .skip-links:hover{
  opacity: 0.8;
  text-decoration: none;
}
.team-member-grid .team-profile-img{
  max-height: none !important;
  width: 100%;
  object-fit: cover !important;
}
.guideline-title{
  color: var(--dark-yellow-color);
  margin-bottom: 25px;
}
.guidelines-main-row .guideline-description{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.case-history-post .history-year{
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}
.case-history-post .history-post-title{
  margin-bottom: 20px;
}
.case-history-post .history-img {
  margin-bottom: 30px;
}
.overflow-hidden{
  overflow: hidden;
}
.case-study-icon .case-study-icon-svg{
  display: none;
}
.case-study-icon{
  color: var(--dark-yellow-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.case-study-icon .case-study-name{
  font-weight: 700;
}
.case-study-person-name{
  display: flex;
  align-items: center;
}
.case-study-person-name:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--dark-yellow-color);
  margin: 0 12px;
}
.case-study-read-more .view-more-link{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0;
}
.case-study-read-more .view-more-link.disabled-case-study{
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.case-study-read-more .view-more-link::before{
  display: none;
}
.gform-theme--foundation .gform_page_footer .gfield--type-choice{
  margin-top: 10px;
}
.case-study-featured-image.disabled-case-study,
.case-study-title .disabled-case-study{
  pointer-events: none;
}
.blog-view-top-sec .text-parentheses{
  justify-content: center;
}
.blog-view-top-content .col-inner{
  max-width: 870px;
  margin: 0 auto !important;
  padding: 0 !important;
}
.blog-view-top-sec .col.col-text .short-text{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.lexia-18{
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: normal !important;
}
.min-h-400{
  min-height: 400px;
}
.service-3col-box{
  min-height: 400px;
}
.service-3col-box .col-inner{
  justify-content: center;
  align-items: center;
  display: flex;
  
}
.service-3col-box .icon-box{
  max-width: 460px;
  margin: 0 auto;
  padding:15px;
}
.service-3col-box .icon-box-img img, 
.service-3col-box .icon-box-img svg{
  padding-top: 0;
}
.service-3col-box .icon-box-center .icon-box-img{
  margin-bottom: 10px;
  line-height: 1;
  min-height: 53px;
}
.service-3col-box .icon-box-center .icon-box-img > *{
  line-height: 0;
}
.primary-btn-tag{
  background: #D1843C;
  color: #fff;
  padding: 5px 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  font-family: "Lexia W03 Black", serif;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.list-marging{
  margin-left: 0;
}
.light-bg{
  position: relative;
}
.light-bg:before{
  content: '';
  background: #F5F2EC;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.col-arrow{
  position: relative;
}
.col-arrow:after{
  content: '';
  background: url(./icons/right-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-middle > .col-inner{
  justify-content: center;
    display: flex;
    flex-direction: column;
}
.service-hero-img > .col-inner{
  display: flex;
}
.service-hero-img > .col-inner .img{
  display: flex;
  width: 100%;
}
.service-hero-img > .col-inner .img-inner{
  height: 100%;
  width: 100%;
}
.service-hero-img > .col-inner img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.official-launch-row:after{
  content: '';
  height: 3px;
  width: 100%;
  background: #fff;
  display: block;
  margin-top: 15px;
}
.official-launch-row > .col:after{
  content: '';
  height: 32px;
  width: 32px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}
.official-launch-row > .col:before{
  content: '';
  height: 80px;
  width: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
.official-launch-row .top-icon-box .icon-box-img{
  margin-bottom: 5px;
  min-height: 65px;
}
.practice-row .icon-box .icon-box-img{
  margin-bottom: 5px;
  min-height: 60px;
}
.practice-row .icon-box .icon-box-img > *{
  line-height: 0;
}
.practice-row .icon-box-img img, 
.practice-row .icon-box-img svg{
  padding-top: 0;
}
.w-full{
  width: 100% !important;
}
.z-1{
  z-index: 1;
}
.font-weight-400{
  font-weight: 400 !important;
}
.font-weight-600{
  font-weight: 600 !important;
}
.font-weight-700{
  font-weight: 700 !important;
}
.mass-market-icon.top-icon-box .icon-box-img{
  margin-bottom: 15px;
  min-height: 60px;
}
.top-icon-box.icon-h-60 .icon-box-img{
  min-height: 60px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-icon-box.icon-h-60 .icon-box-img > *{
  line-height: 0;
}
.top-icon-box.icon-h-50 .icon-box-img{
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-icon-box.icon-h-50 .icon-box-img > *{
  line-height: 0;
}
.top-icon-box.icon-h-70 .icon-box-img{
  min-height: 70px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-icon-box.icon-h-70 .icon-box-img > *{
  line-height: 0;
}
.line-h-30{
  line-height: 30px !important;
}
.photo-gallary-slider.receive-note-gallery-slider .flickity-viewport .flickity-slider .img{
  max-width: 340px;
}
.photo-gallary-slider.receive-note-gallery-slider .flickity-slider .img img {
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
}




@media (min-width: 1024px) {
  .row .row.space-50:not(.row-collapse){
    margin-left: -25px;
    margin-right: -25px;
  }
  .space-50 > .col{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .premiumization-review-sect{
    overflow: hidden;
  }
  .cliento-note-form{
    min-height: 700px;
  }
  .retailer-school-review .retailer-review-img{
    margin-bottom: 50px !important;
  }
  .case-study-details .col-inner{
    padding-left: 75px;
    max-width: 775px;
  }
  .official-launch-row:after{
    width: calc(100% - 50px);
    margin: 15px auto 0;
  }

}

@media (min-width: 850px) {
  .md-mb-20{
    margin-bottom: 20px;
  }
  .md-mb-25{
    margin-bottom: 25px;
  }
  .md-mb-30{
    margin-bottom: 30px;
  }
  .md-mb-40{
    margin-bottom: 40px;
  }
}
@media (min-width: 550px) {
    .case-history-post:nth-child(odd) .history-post-title {
        max-width: 100%;
        text-align: right;
    }
    .case-history-post:nth-child(odd) .history-img {
      text-align: right;
    }
    .case-history-post:nth-child(odd) .history-content{
      text-align: right;
    }

}
@media only screen and (max-width: 849px) {
  .hero-maintitle.heading-40 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .case-study-page-title{
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .hero-icons-row .icon-box-title{
    margin-bottom: 20px;
  }
  .h2-heading-30{
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .casestudy-slider .flickity-viewport .flickity-slider .img {
    max-width: 300px;
    margin-right: 15px;
  }
  .casestudy-slider .flickity-slider .img img {
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
  }
  .studio-client-sect{
    margin-bottom: 60px;
  }
  .studio-client-wrapper{
    margin-bottom: -60px;
  }
  .icon-box-left.testimonial-icon-box .icon-box-text{
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }
  .testimonial-icon-right{
    text-align: left;
  }
  .receive-icons .icon-box-title{
    margin-bottom: 20px;
  }
  .cliento-note-form{
    padding: 40px 30px;
  }
  .number-percantage,
  .statistics-number .normal-pera{
    font-size: 20px;
    line-height: 28px;
  }
  .author-box .author-detail{
    flex-direction: column;
    align-items: flex-start;
  }
  .author-detail-right{
    text-align: left;
    margin-top: 10px;
  }
  .blog-content-sec .main-content {
    padding: 50px 0 0;
  }
  .blog-content-sec .sub-posts .post-title {
    margin-bottom: 30px;
  }
  .sub-posts .sub-post-content {
    margin-bottom: 0;
  }
  .nav.nav-sidebar>li.current_page_item>a{
    color: var(--dark-yellow-color);
  }
  .blog-content-sec .blog-content{
    padding-bottom: 50px;
  }
  .col-arrow:after{
    right: unset;
    top: unset;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .official-launch-row:after{
    background: none;
    margin: 0;
    width: 0;
    height: 0;
  }
  .official-launch-row > .col{
    padding-bottom: 100px;
  }
  .official-launch-row > .col:before{
    height: 100px;
    bottom: 0;
  }
  .official-launch-row > .col:after{
    height: 26px;
    width: 26px;
    bottom: 35px;
  }
  .official-launch-row > .col:last-child{
    padding-bottom: 30px;
  }
  .official-launch-row > .col:last-child::before{
    display: none;
  }
  .official-launch-row > .col:last-child::after{
    display: none;
  }
  .photo-gallary-slider.receive-note-gallery-slider .flickity-viewport .flickity-slider .img{
    max-width: 300px;
  }
  .photo-gallary-slider.receive-note-gallery-slider .flickity-slider .img img {
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
  }


}
@media only screen and (max-width: 549px) {
  .hero-maintitle.heading-40 {
      font-size: 30px !important;
      line-height: 36px !important;
  }
  .case-study-page-title{
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 20px;
  }
  .hero-icons-row .icon-box-title{
    margin-bottom: 15px;
  }
  .h2-heading-30{
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .casestudy-slider .flickity-viewport .flickity-slider .img {
    max-width: 260px;
    margin-right: 10px;
  }
  .casestudy-slider .flickity-slider .img img {
    min-height: 380px;
    max-height: 380px;
    object-fit: cover;
  }
  .studio-client-sect{
    margin-bottom: 40px;
  }
  .studio-client-wrapper{
    margin-bottom: -40px;
  }
  .icon-box-left.testimonial-icon-box .icon-box-img{
    max-width: 80px;
  }
  .icon-box-left.testimonial-icon-box .icon-box-img+.icon-box-text{
    padding-left: 10px;
  }
  .receive-icons .icon-box-title{
    margin-bottom: 15px;
  }
  .mob-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cliento-note-form .gform-theme-button.button{
    padding: 12px 24px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .cliento-note-form{
    padding: 30px 15px;
  }
  .photo-gallary-slider .flickity-viewport .flickity-slider .img{
    max-width: 320px;
  }
  .photo-gallary-slider .flickity-slider .img img {
    min-height: 420px;
    max-height: 420px;
  }
  .guideline-title{
    margin-bottom: 15px;
  }
  .guidelines-main-row .guideline-description{
    margin-bottom: 10px;
  }
  .guideline-img img{
    width: auto;
    max-height: 50px;
  }
  .case-history-post .history-year {
    font-size: 30px;
    line-height: 38px;
  }
  .case-history-post .history-post-title {
    margin-bottom: 15px;
  }
  .number-percantage,
  .statistics-number .normal-pera{
    font-size: 18px;
    line-height: 26px;
  }
  .increment-margin-boxes{
    margin: 30px 0 10px;
  }
  .author-box{
    gap: 12px;
  }
  .author-box .author-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  .blog-content-sec .main-content {
    padding: 30px 0 0;
  }
  .blog-content-sec .blog-content{
    padding-bottom: 30px;
  }
  .lexia-18{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .service-3col-box{
    min-height: 300px;
  }
  .hero-subtitile,
  .section-lead{
    letter-spacing: 5px;
  }
  .photo-gallary-slider.receive-note-gallery-slider .flickity-viewport .flickity-slider .img{
    max-width: 260px;
  }
  .photo-gallary-slider.receive-note-gallery-slider .flickity-slider .img img {
    min-height: 380px;
    max-height: 380px;
    object-fit: cover;
  }
  .case-history-slide {
    max-width: 80%;
    padding-right: 15px !important;
  }
  .case-history-slide .hist-arrow{
    display: none;
  }
  .case-history-slide .hist-line{
    width: 110%;
  }



}