@charset "UTF-8";
:root {
  --primary-color: #FF8226;
  --secondary-color: #16363F;
  --text-color: #161616;
  --btn-secondary-color:#393939;
  --white:#fff;
}

html {
  font-family: "Epilogue", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body {
  background-color: #f4f4f4;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, section, input, select, label, ::placeholder {
  font-family: "Epilogue", sans-serif !important;
}

img {
  width: 100%;
}

svg {
  vertical-align: middle;
}

hr {
  margin: 2.5rem 0;
  border-top: 1px solid #E0E0E0;
  color: #E0E0E0;
}

hr.divider-lg {
  margin: 5rem 0;
  border-top: 1px solid #E0E0E0;
  color: #E0E0E0;
}

a {
  outline: none !important;
}
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.p-0 {
  padding: 0;
}

.my-md {
  margin: 1rem 0;
}

.my-lg {
  margin: 2rem 0;
}

section {
  padding: 2.5rem 0;
}

section .main-title {
  font-size: 2.3em;
  font-weight: 600;
  margin-bottom: 1rem;
}

section.bg-dot {
  position: relative;
  z-index: 0;
}

section.bg-white {
  background-color: #fff;
}

section.bg-gray {
  background-color: #f4f4f4;
}

section.bg-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 50%, #F4F4F4 100%), url("../images/hero-bg.png") center/cover no-repeat;
  opacity: 50%;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

button:focus, button:focus-visible, button:active {
  outline: none !important;
  outline-offset: 0;
  box-shadow: none;
}

.bx--btn--primary:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

button.cta-button-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media (min-width: 1256px) {
  button.cta-button-with-icon {
    justify-content: space-between;
  }
}

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

.column-sm-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1256px) {
  .column-sm-reverse {
    flex-direction: row;
  }
}

.gap-md {
  gap: 3rem;
}

.align-items-center {
  align-items: center;
}

/* Tablet Styles */
@media (min-width: 672px) {
  html {
    font-size: 14.7px;
  }
  section {
    padding: 3rem 2rem;
  }
}
/* Desktop Styles */
@media (min-width: 1056px) {
  html {
    font-size: 15.1px;
  }
  section {
    padding: 4rem 0;
  }
  section .main-title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1312px) {
  html {
    font-size: 15.3px;
  }
}
@media (min-width: 1584px) {
  html {
    font-size: 15.6px;
  }
}
.fluid-display-01 {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
}

.fluid-heading-04 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.fluid-heading-05 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
}

.fluid-heading-06 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.heading-01 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.heading-03 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.heading-compact-02 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.fluid-quotation-01 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}
@media (min-width: 1056px) {
  .fluid-quotation-01 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.body-compact-02 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.body-01 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

@media (min-width: 672px) {
  .fluid-heading-05 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
  .fluid-heading-06 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1056px) {
  .fluid-display-01 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
  .fluid-heading-05 {
    font-size: 2rem;
    line-height: 3.125rem;
  }
  .fluid-heading-06 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
#hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10rem 0 10rem 0;
}

#hero .tagline {
  position: relative;
  color: #A8A8A8;
  font-size: 1.666rem;
  font-weight: 300;
  line-height: 2.08rem;
  letter-spacing: 0;
  margin-bottom: -0.375rem;
}

#hero .title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.05rem;
  letter-spacing: 0;
  color: var(--text-color);
}

#hero .title > span {
  display: block;
}

#hero .title > span:nth-child(2n) {
  margin-left: -1rem;
  display: none;
}

#hero .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  letter-spacing: 0.16px;
  margin: 1em 0;
  color: rgb(82, 82, 82);
}

#hero .cta-button-with-icon {
  margin: 0 auto;
}

.hero .cta-button-with-icon {
  max-width: fit-content;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.hero .cta-button-with-icon .icon {
  display: none;
}

.hero .cta-button-with-icon .icon svg {
  fill: var(--white);
  margin: 0 0.5rem;
}

#hero .fixed-elements {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

#hero .fixed-elements .odoo-image {
  max-width: 14rem;
}

#hero .fixed-elements .odoo-image img {
  margin-left: -1rem;
  width: 105%;
}

#hero .fixed-elements .dynamic-image {
  max-width: 14rem;
  float: right;
}

#hero .fixed-elements .dynamic-image img {
  margin-right: -1rem;
  width: 105%;
}

@media (min-width: 672px) {
  #hero .fixed-elements {
    overflow-x: unset;
  }
  #hero .fixed-elements .odoo-image {
    max-width: max-content;
    height: 10.88rem;
    margin-left: 3rem;
  }
  #hero .fixed-elements .odoo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 0.5rem;
  }
  #hero .fixed-elements .dynamic-image {
    max-width: max-content;
    height: 10.88rem;
    float: right;
    margin-right: 3rem;
  }
  #hero .fixed-elements .dynamic-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1056px) {
  #hero {
    text-align: center;
    padding: 12.82rem 0;
  }
  #hero .bx--grid .bx--row .bx--col-lg-9 {
    margin: 0 auto;
  }
  #hero .main-title-box {
    position: relative;
    width: max-content;
    margin: 0 auto;
  }
  #hero .tagline {
    font-size: 2.69rem;
    font-weight: 300;
    line-height: 3.2rem;
  }
  #hero .title {
    font-size: 3.46rem;
    line-height: 4.1rem;
  }
  #hero .title > span {
    display: inline-block;
  }
  #hero .title > span:nth-child(2n) {
    display: inline-block;
  }
  #hero .description {
    width: 70%;
    margin: 2rem auto;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .hero .cta-button-with-icon .icon {
    display: block;
  }
  #hero .fixed-elements .odoo-image {
    max-width: max-content;
    height: 14.42rem;
    margin-left: 6rem;
  }
  #hero .fixed-elements .odoo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 0.5rem;
  }
  #hero .fixed-elements .dynamic-image {
    max-width: max-content;
    height: 14.42rem;
    float: right;
    margin-right: 6rem;
  }
  #hero .fixed-elements .dynamic-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#about {
  background-image: url("../images/about-bg-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--secondary-color);
  background-size: 100% 100%;
}

#about .about-section {
  color: #fff;
  padding: 2.77rem 1rem;
}

#about .about-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#about .about-subtitle {
  font-size: 1.25rem;
  color: #d6d6d6;
  border-left: 1px solid var(--primary-color);
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

#about .about-text {
  color: #e6e6e6;
  font-size: 1rem;
}

@media (min-width: 1056px) {
  #about {
    background-image: url("../images/about-bg.png");
    background-size: contain;
    background-position: left;
    text-align: center;
    padding: 5rem 7rem;
  }
  #about .about-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  #about .about-title {
    font-size: 2.625rem;
    font-weight: 600;
    margin: 0;
  }
  #about .about-subtitle {
    font-size: 1.5rem;
    line-height: 1.825rem;
    margin: 0;
  }
  #about .about-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#cons .features-section .features-main-title {
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

#cons .features-section .cta-button-with-icon {
  width: 100%;
  max-width: fit-content;
  padding: 1rem 1.5rem;
  background-color: var(--btn-secondary-color);
  color: var(--white);
  font-weight: 400;
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#cons .features-section .cta-button-with-icon:hover {
  background-color: #525252;
}

#cons .features-section .cta-button-with-icon .icon {
  display: none;
}

#cons .features-section .cta-button-with-icon .icon svg {
  fill: var(--white);
  margin: 0 0.5rem;
}

#cons .features-section .feature-block {
  margin-bottom: 2rem;
}

#cons .features-section .feature-block .feature-icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

#cons .features-section .feature-block .feature-icon svg {
  fill: var(--primary-color);
  width: 2rem;
  height: 2rem;
}

#cons .features-section .feature-block .feature-title {
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

#cons .features-section .feature-block .feature-description {
  font-size: 0.94rem;
}

/* Desktop Styles */
@media (min-width: 1056px) {
  #cons .features-section .main-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #cons .features-section .main-title > span {
    width: 100%;
    display: block;
  }
  #cons .features-section .cta-button-with-icon .icon {
    display: block;
  }
  #cons .features-section .feature-title {
    font-size: 1.25rem;
  }
}
#process {
  background-image: url("../images/process-flow-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-color: #ffffff;
}
#process .header {
  text-align: center;
  margin-bottom: 2rem;
}
#process .header .main-title {
  text-align: center;
}
#process .bx--row {
  flex-direction: column-reverse;
}
@media (min-width: 1256px) {
  #process .bx--row {
    flex-direction: row;
  }
  #process .bx--row.row-reverse {
    flex-direction: row-reverse;
  }
}
#process .process-visual {
  margin-top: 1rem;
}
@media (min-width: 1256px) {
  #process .process-visual {
    margin: 0;
  }
}
#process .process-step {
  margin-bottom: 3rem;
  align-items: center;
}
#process .process-step:last-child {
  margin-bottom: 0;
}
#process .process-step .process-block {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1em;
}
#process .process-step .process-block .process-number {
  font-weight: 400;
  font-size: 4rem;
  color: var(--primary-color);
}
#process .process-step .process-block .process-content .process-title {
  color: var(--text-color);
  font-size: 1.38rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#process .process-step .process-block .process-content .process-description {
  line-height: 1.5rem;
}

/* Tablet Styles */
/* Desktop Styles */
@media (min-width: 1056px) {
  #process {
    background-image: url("../images/process-flow-bg-desktop.png");
    padding: 0 2.5rem;
  }
  #process .process-step {
    margin-bottom: 7rem;
    align-items: center;
  }
  #process .process-step .process-block .process-number {
    font-size: 4.5rem;
  }
  #process .process-step .process-block .process-title {
    font-size: 1.25rem;
  }
}

/* Testimonials Section - Mobile First */
#testimonials .main-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

#testimonials::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 6%;
}

#testimonials .testimonials-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 2rem;
  -webkit-overflow-scrolling: touch;
}

#testimonials .testimonials-container .testimonial-card {
  flex: 0 0 75vw;
  max-width: 75vw;
  min-width: 75vw;
  background-color: #F4F4F4;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.125rem rgba(22, 54, 63, 0.08);
  padding: 1.5rem 1rem;
  border: 1px solid #E0E0E0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

#testimonials .testimonials-container .testimonial-card .testimonial-content {
  margin-bottom: 1.5rem;
}

#testimonials .testimonials-container .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#testimonials .testimonials-container .testimonial-card .testimonial-author .author-avatar img {
  width: 2.857rem;
  height: 2.857rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

#testimonials .testimonials-container .testimonial-card .testimonial-author .author-info .author-name {
  font-weight: 600;
  margin: 0;
}

#testimonials .testimonials-container .testimonial-card .testimonial-author .author-info .author-role {
  font-weight: 700;
  margin: 0;
}

/* Desktop styles */
@media (min-width: 1056px) {
  #testimonials .testimonials-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: masonry;
  }
  #testimonials .testimonials-container .testimonial-card {
    flex: 0 0 30%;
    min-width: 18.75rem;
  }
  #testimonials .main-title {
    margin-bottom: 3rem;
  }
  .testimonials-main-title {
    font-size: 2.625rem;
    line-height: 3.125rem;
    font-weight: 700;
  }
}
#faq .main-title {
  margin-bottom: 1.5rem;
}

@media (min-width: 1056px) {
  #faq .main-title {
    font-size: 3rem;
    font-weight: 600;
    width: 50%;
  }
  .bx--accordion__heading {
    padding: 1rem 0.5rem;
  }
  .bx--accordion__heading:focus::before {
    border: 0;
  }
  .bx--accordion__content {
    padding: 1rem 1.5rem;
  }
}
/* CTA Section - Mobile First */
#cta .cta-card {
  background-color: var(--secondary-color);
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  border: none;
  box-shadow: 0 0.125rem 1rem rgba(16, 42, 51, 0.2);
  color: var(--white);
}

#cta .cta-card .cta-icon {
  width: 4.44rem;
  height: 4.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.18), 0 1.5px 0.25rem 0 rgba(255, 255, 255, 0.08) inset;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  transition: box-shadow 0.2s;
}

#cta .cta-card .cta-icon svg {
  width: 2.75rem;
  height: 2.75rem;
  fill: var(--white);
}

#cta .cta-card .cta-title {
  color: var(--white);
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 1.38rem;
  line-height: 2rem;
}

#cta .cta-card .cta-description {
  color: var(--white);
  margin-bottom: 2.5rem;
}

#cta .cta-button-with-icon {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 0.825rem;
  text-align: center;
}

#cta .cta-button-with-icon:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

#cta .cta-button-with-icon .icon {
  display: none;
}

#cta .cta-button-with-icon .icon svg {
  fill: var(--primary-color);
  margin: 0 0.5rem;
}

#cta .cta-button-with-icon:hover .icon svg {
  fill: var(--white);
}

/* Tablet styles */
@media (min-width: 672px) {
  #cta .cta-button-with-icon {
    max-width: max-content;
    width: max-content;
    font-size: 1rem;
    text-align: left;
  }
}
/* Desktop styles */
@media (min-width: 1056px) {
  #cta .cta-card {
    padding: 4rem 2.5rem;
  }
  #cta .cta-card .cta-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  #cta .cta-card .cta-title span {
    display: block;
  }
  #cta .cta-card .cta-description {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 2rem;
  }
  #cta .cta-button-with-icon .icon {
    display: block;
  }
}
footer {
  background-color: #fafafa;
  padding: 7rem 0;
}

footer .temp {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #A8A8A8;
  font-weight: 600;
  text-align: center;
}

.hero {
  position: relative;
  color: white;
  padding: 13rem 1rem 2.5rem 1rem;
}
@media (min-width: 1267px) {
  .hero {
    padding: 15.5rem 0 7.5rem 0;
  }
}

#AboutHero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/about-us-hero-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1267px) {
  #AboutHero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/about-us-hero-bg.jpg") center/cover no-repeat;
  }
}

#AboutIntro {
  background-image: url("../images/about-us-about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--secondary-color);
  color: var(--white);
  padding: 5rem 0;
}
#AboutIntro .title {
  margin-bottom: 1rem;
}
@media (min-width: 672px) {
  #AboutIntro {
    background-size: 50% 100%;
    background-position: left;
  }
}
@media (min-width: 1056px) {
  #AboutIntro {
    background-size: 30% 100%;
    background-position: left;
  }
}

#AboutDetails .title {
  margin-bottom: 0.5rem;
}
#AboutDetails .description {
  color: #525252;
}
#AboutDetails .vision-box {
  margin: 2.5rem 0 0 0;
  display: flex;
  flex-direction: column;
}
#AboutDetails .vision-box > div {
  padding: 0;
}
@media (min-width: 1256px) {
  #AboutDetails .vision-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
#AboutDetails .vision-box .vision-item {
  margin: 1.5rem 0;
}
@media (min-width: 1256px) {
  #AboutDetails .vision-box .vision-item {
    text-align: center;
  }
}
#AboutDetails .vision-box .vision-item .icon {
  margin-bottom: 1rem;
  fill: var(--primary-color);
}
#AboutDetails .vision-box .vision-item .content {
  font-size: 1.125em;
  font-weight: 600;
}

#ValuesHero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/values-hero-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1256px) {
  #ValuesHero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/values-hero-bg.jpg") center/cover no-repeat;
  }
}
#ValuesHero .title {
  margin-bottom: 2rem;
}
#ValuesHero .description {
  width: 100%;
}
@media (min-width: 1256px) {
  #ValuesHero .description {
    width: 70%;
  }
}

.feature-block-box .feature-block .title {
  margin-bottom: 0.5rem;
}
@media (min-width: 1256px) {
  .feature-block-box .feature-block .title {
    max-width: 80%;
  }
}
.feature-block-box .feature-block .description {
  color: #525252;
}

#PartnershipHero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/partnership-hero-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1256px) {
  #PartnershipHero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/partnership-hero-bg.jpg") center/cover no-repeat;
  }
}
#PartnershipHero .title {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1256px) {
  #PartnershipHero .title {
    width: 50%;
  }
}
#PartnershipHero .description {
  width: 100%;
}
@media (min-width: 1256px) {
  #PartnershipHero .description {
    width: 70%;
  }
}

#OurApproachHero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/our-approach-hero-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1256px) {
  #OurApproachHero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/our-approach-hero-bg.jpg") center/cover no-repeat;
  }
}
#OurApproachHero .title {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1256px) {
  #OurApproachHero .title {
    width: 50%;
  }
}
#OurApproachHero .description {
  width: 100%;
}
@media (min-width: 1256px) {
  #OurApproachHero .description {
    width: 70%;
  }
}

#IndustriesHero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/industries-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1256px) {
  #IndustriesHero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/industries-bg.jpg") center/cover no-repeat;
  }
}
#IndustriesHero .title {
  margin-bottom: 1rem;
}
#IndustriesHero .description {
  display: block;
  margin-bottom: 1.5rem;
}

#IndustriesDetails {
  padding-top: 6rem;
}
#IndustriesDetails .section-title {
  margin-bottom: 2rem;
  color: #2F616F;
}
@media (min-width: 1256px) {
  #IndustriesDetails .section-title {
    margin-bottom: 10rem;
  }
}
#IndustriesDetails .service-block {
  background-color: white;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
#IndustriesDetails .service-block .header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
#IndustriesDetails .service-block .header .icon {
  fill: var(--primary-color);
}
#IndustriesDetails .service-block .header .title {
  margin: 0;
}
#IndustriesDetails .service-block .content ul {
  list-style: inherit;
  padding-left: 3rem;
  color: #525252;
}
#IndustriesDetails .service-block .content ul li {
  line-height: 1.5rem;
}

#WhatSetUsApart .fluid-heading-05 {
  margin-bottom: 2rem;
}
#WhatSetUsApart .fluid-heading-05 span {
  display: inline-block;
}
@media (min-width: 1256px) {
  #WhatSetUsApart .fluid-heading-05 span {
    display: block;
  }
}

#WhatAreOptions .fluid-heading-05 {
  margin-bottom: 1rem;
}
#WhatAreOptions .fluid-heading-05 span {
  display: inline-block;
}
@media (min-width: 1256px) {
  #WhatAreOptions .fluid-heading-05 span {
    display: block;
  }
}
#WhatAreOptions .body-compact-02 {
  color: #525252;
}

.distinctions-box .distinction-item {
  margin-bottom: 1rem;
}
.distinctions-box .distinction-item:last-child {
  margin-bottom: 0;
}
.distinctions-box .distinction-item .icon {
  margin-bottom: 1rem;
}
.distinctions-box .distinction-item .icon svg {
  fill: var(--primary-color);
}
.distinctions-box .distinction-item .title {
  margin-bottom: 0.5rem;
}
.distinctions-box hr {
  margin: 1rem 0;
}

#services .hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/services-hero-bg.jpg") center/cover no-repeat;
}
@media (min-width: 1256px) {
  #services .hero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.25) 100%), url("../images/services-hero-bg.jpg") center/cover no-repeat;
  }
}
#services .hero .subtitle {
  margin: 1rem 0;
  color: #A8A8A8;
}
#services .hero .description {
  margin-bottom: 2rem;
}

#CRM .process-section .header {
  margin-bottom: 2rem;
}
@media (min-width: 1256px) {
  #CRM .process-section .header {
    margin-bottom: 6rem;
  }
}
#CRM .process-section .header .main-title {
  font-weight: 400;
}
#CRM .process-section .header .description {
  color: #525252;
}

#WhyWeNeedCRM .description {
  color: #525252;
}

.vertical-features-box .header {
  text-align: center;
  margin-bottom: 4rem;
}
.vertical-features-box .header p {
  margin-top: 0.75rem;
  color: #525252;
}
.vertical-features-box .vertical-features {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
}
@media (min-width: 1256px) {
  .vertical-features-box .vertical-features {
    flex-direction: row;
  }
}
.vertical-features-box .vertical-features .feature-item {
  flex: 1;
  padding: 1em;
  border-bottom: 1px solid #E0E0E0;
  border-right: unset;
}
@media (min-width: 1256px) {
  .vertical-features-box .vertical-features .feature-item {
    padding: 0 1em;
    border-right: 1px solid #E0E0E0;
    border-bottom: unset;
  }
}
.vertical-features-box .vertical-features .feature-item:last-child {
  border: unset;
}
.vertical-features-box .vertical-features .feature-item .icon {
  fill: var(--primary-color);
  margin-bottom: 1rem;
}
.vertical-features-box .vertical-features .feature-item .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.card-with-icon {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  min-height: 11rem;
}
.card-with-icon .header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.card-with-icon .header .icon {
  fill: var(--primary-color);
}
.card-with-icon .header .title {
  margin: 0;
}
.card-with-icon .content {
  color: #525252;
  padding-left: 2.5rem;
}

.card-with-img {
  position: relative;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.card-with-img:last-child {
  margin: 0;
}
.card-with-img img {
  position: absolute;
  right: 0;
  top: 0;
  width: max-content;
  height: max-content;
}
.card-with-img ul {
  list-style: inherit;
  padding: 1rem;
}
.card-with-img ul li {
  color: #525252;
  line-height: 1.5rem;
}

.tip {
  margin: 1rem;
}
.tip ul {
  list-style: inherit;
}
.tip ul li {
  color: #525252;
  line-height: 1.375rem;
}
.tip ul li strong {
  color: #000;
}

.card-with-border {
  padding: 1.5rem;
  background-color: transparent;
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.card-with-border:last-child {
  margin: 0;
}
.card-with-border .header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.card-with-border .header .icon {
  fill: var(--primary-color);
}
.card-with-border .header .title {
  margin: 0;
}
.bx--data-table {
  border-radius: 1rem;
  overflow: hidden;
}

.bx--data-table-container {
  overflow: hidden;
}

.bx--data-table--tall th, .bx--data-table--tall td {
  vertical-align: middle;
}

#ErpBCHero {
  background: url("../images/erp-bg-mobile.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: var(--text-color);
}
@media (min-width: 1256px) {
  #ErpBCHero {
    background: url("../images/erp-bg.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
#ErpBCHero .title {
  margin-bottom: 1rem;
}
#ErpBCHero .description {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1256px) {
  #ErpBCHero .description {
    width: 90%;
  }
}
#ErpBCHero .icon-box {
  background-color: var(--white);
  border-radius: 1.5rem;
  max-width: 70%;
  padding: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 1256px) {
  #ErpBCHero .icon-box {
    max-width: 100%;
    margin: unset;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2rem;
    padding: 2.5rem;
  }
}

.hero .icon-box {
  background-color: var(--white);
  border-radius: 1.5rem;
  max-width: 70%;
  padding: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 1256px) {
  .hero .icon-box {
    max-width: 100%;
    margin: unset;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2rem;
    padding: 2.5rem;
  }
}

section .header {
  text-align: center;
  margin-bottom: 1rem;
}
section .header .title {
  margin-bottom: 1rem;
}
section .header .description {
  line-height: 1.5rem;
}

#ErpAmbitous .description, #PartnerWithUs .description {
  color: #525252;
}

.capabilities-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 567px) {
  .capabilities-box {
    flex-direction: row;
  }
}
.capabilities-box .capability-item {
  flex: 0 0 1;
  background-color: var(--white);
  border-radius: 1rem;
}
@media (min-width: 672px) {
  .capabilities-box .capability-item {
    flex: 0 0 45%;
  }
}
@media (min-width: 1256px) {
  .capabilities-box .capability-item {
    flex: 0 0 22.5%;
  }
}
.capabilities-box .capability-item .title {
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 0.75rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
.capabilities-box .capability-item .content {
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
}
.capabilities-box[data-cols="3"] .capability-item {
  flex: 0 0 31.6666666667%;
}

#Capabilities .header {
  margin-bottom: 2rem;
}

#Experience {
  padding-bottom: 0;
}

#OdooHero {
  background: url("../images/odoo-hero-bg-mobile.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: var(--text-color);
}
@media (min-width: 1256px) {
  #OdooHero {
    background: url("../images/odoo-hero-bg.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
#OdooHero .title {
  margin-bottom: 1rem;
}
#OdooHero .description {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1256px) {
  #OdooHero .description {
    width: 90%;
  }
}

#Odoo #Goals .description {
  margin-bottom: 1rem;
}
#Odoo #Goals .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#Odoo #Goals .features span {
  margin: 0 1rem;
}

#Blog {
  background-color: #fff;
}
#Blog #Bloghero {
  text-align: center;
  padding: 6rem 1rem 1rem 1rem;
}
#Blog #Bloghero .tag {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  letter-spacing: 0.16px;
}
#Blog #Bloghero .title {
  margin-bottom: 1rem;
}
#Blog #Bloghero .description {
  margin-bottom: 2rem;
  color: #525252;
}
#Blog #Bloghero .search-box {
  max-width: 25rem;
  background-color: #F4F4F4;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1056px) {
  #Blog #Bloghero {
    padding: 12rem 1rem 6rem 1rem;
  }
  #Blog #Bloghero .title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #Blog #Bloghero .description {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

#Articles {
  padding: 4rem 0;
}
#Articles .filter-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
@media (min-width: 672px) {
  #Articles .filter-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#Articles .filter-box .bx--tabs__nav-link {
  transition: all 0.2s ease;
}
#Articles .filter-box .bx--tabs__nav-link:hover {
  background-color: rgba(255, 130, 38, 0.1);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
#Articles .filter-box .bx--tabs__nav-item--selected .bx--tabs__nav-link {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  background-color: var(--white);
}
#Articles .filter-box .sort {
  width: 100%;
  max-width: 200px;
}
#Articles .filter-box .sort .bx--form-item {
  margin-bottom: 0;
}
#Articles .filter-box .sort .bx--select .bx--label {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  line-height: 1rem;
}
#Articles .filter-box .sort .bx--select .bx--select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#Articles .filter-box .sort .bx--select .bx--select-input {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-bottom: 1px solid #8d8d8d;
  font-size: 0.875rem;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#Articles .filter-box .sort .bx--select .bx--select-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 130, 38, 0.1);
}
#Articles .filter-box .sort .bx--select .bx--select-input:hover {
  border-color: #8d8d8d;
}
#Articles .filter-box .sort .bx--select .bx--select__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #6f6f6f;
  transition: fill 0.2s ease;
}
#Articles .filter-box .sort .bx--select .bx--select-input:focus + .bx--select__arrow {
  fill: var(--primary-color);
}
#Articles .bx--tab-content .bx--tabs__panel {
  display: none;
}
#Articles .bx--tab-content .bx--tabs__panel[aria-hidden=false] {
  display: block;
}
#Articles .posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 672px) {
  #Articles .posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 1056px) {
  #Articles .posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
#Articles .post {
  background-color: var(--white);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}
#Articles .post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
#Articles .post .img {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #ff9a56 100%);
  position: relative;
  overflow: hidden;
}
#Articles .post .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}
@media (min-width: 672px) {
  #Articles .post .img {
    height: 13.75rem;
  }
}
@media (min-width: 1056px) {
  #Articles .post .img {
    height: 15rem;
  }
}
#Articles .post .content {
  padding: 1.5rem 1rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#Articles .post .content span:first-child {
  color: var(--primary-color);
  border-radius: 1rem;
}
#Articles .post .content span:last-child {
  color: #6f6f6f;
}
#Articles .post .title {
  padding: 0 1rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#Articles .post .title a {
  text-decoration: none;
  color: #161616;
}
#Articles .post .description {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6f6f6f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 672px) {
  #Articles .post .description {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
#Articles .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
#Articles .pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Articles .pagination .pagination-item:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(255, 130, 38, 0.05);
}
#Articles .pagination .pagination-item.active {
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
}
#Articles .pagination .pagination-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#Articles .pagination .pagination-item svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}
#Articles .pagination .pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #6f6f6f;
  font-weight: 500;
}
@media (min-width: 672px) {
  #Articles .pagination {
    gap: 0.75rem;
  }
  #Articles .pagination .pagination-item {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
  #Articles .pagination .pagination-ellipsis {
    width: 3rem;
    height: 3rem;
  }
}

#BlogHeader {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 6rem 0 0 0;
}
@media (min-width: 672px) {
  #BlogHeader {
    flex-direction: row;
    padding: 0;
  }
}
#BlogHeader .left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
}
#BlogHeader .right-side {
  flex: 1;
}
#BlogHeader .blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
#BlogHeader .blog-meta .blog-category {
  color: var(--primary-color);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#BlogHeader .blog-meta .blog-date {
  color: #6f6f6f;
  font-size: 0.875rem;
  font-weight: 400;
}
#BlogHeader .blog-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: var(--text-color);
  margin-bottom: 1rem;
}
#BlogHeader .blog-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6f6f6f;
  margin-bottom: 0;
}
@media (min-width: 672px) {
  #BlogHeader .blog-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #BlogHeader .blog-subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 1056px) {
  #BlogHeader .blog-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

#BlogHero {
  padding: 0 0 2rem 0;
  background-color: var(--white);
}
#BlogHero .blog-hero-image {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#BlogHero .blog-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 672px) {
  #BlogHero {
    padding: 0 0 3rem 0;
  }
}
@media (min-width: 1056px) {
  #BlogHero {
    padding: 0 0 4rem 0;
  }
}

#BlogContent {
  padding: 2rem 0;
  background-color: var(--white);
}
#BlogContent .blog-content {
  max-width: 800px;
  margin: 0 auto;
}
#BlogContent .content-section {
  margin-bottom: 3rem;
}
#BlogContent .content-section:last-child {
  margin-bottom: 0;
}
#BlogContent .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--text-color);
  margin-bottom: 1rem;
}
#BlogContent .section-text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
#BlogContent .section-text:last-child {
  margin-bottom: 0;
}
#BlogContent .content-image {
  margin: 2rem 0;
  text-align: center;
}
#BlogContent .content-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#BlogContent .content-image .image-caption {
  font-size: 0.875rem;
  color: #6f6f6f;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
#BlogContent .content-image .dialog-name {
  font-size: 0.875rem;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0;
}
@media (min-width: 672px) {
  #BlogContent {
    padding: 3rem 0;
  }
  #BlogContent .section-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  #BlogContent .section-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1056px) {
  #BlogContent {
    padding: 4rem 0;
  }
  #BlogContent .section-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

#ShareSection {
  padding: 2rem 0;
  background-color: var(--white);
  border-top: 1px solid #e0e0e0;
}
#ShareSection .share-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
#ShareSection .share-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}
#ShareSection .copy-link-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: var(--text-color);
  border-radius: 0.5rem;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
#ShareSection .copy-link-btn:hover {
  background-color: #f4f4f4;
  border-color: var(--text-color);
  color: var(--text-color);
}
#ShareSection .copy-link-btn:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
#ShareSection .copy-link-btn svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
@media (min-width: 672px) {
  #ShareSection {
    padding: 3rem 0;
  }
}

footer .footer-logo {
  margin-bottom: 1.25rem;
}
footer .footer-logo img {
  max-width: 70%;
}
footer .footer-column {
  margin-bottom: 1.25rem;
}
footer .footer-column h3 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #525252;
  display: inline-block;
  padding-bottom: 0.5rem;
}
footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-column ul li {
  margin-bottom: 1rem;
}
footer .footer-column ul li.footer-list-label {
  display: block;
  font-size: 0.825rem;
  color: #525252;
}
footer .footer-column ul li.footer-list-label.spacer {
  margin-top: 1.5rem;
}
footer .footer-column ul li a {
  color: #161616;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s;
}
footer .footer-column ul li a:hover {
  color: var(--text-color);
}
footer .socials {
  max-width: max-content;
  margin: 0 auto;
}
footer .socials ul {
  display: flex;
  gap: 1rem;
}
footer .copyright {
  max-width: max-content;
  font-size: 1rem;
  margin: 1.5rem auto;
}

.cta .cta-btn {
  display: none;
}
@media (min-width: 1056px) {
  .cta .cta-btn {
    display: block;
  }
}

/* Header */
.flectic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
@media (min-width: 1056px) {
  .flectic-header {
    height: auto;
    padding: 0 1rem;
  }
}

.flectic-header .flectic-header-leftside {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.flectic-logo img {
  height: 1.5rem;
}

.bx--side-nav__close {
  display: none;
}

.bx--header__menu-toggle {
  padding: 0.7rem;
}

/* وقتی ساید‌نویگیشن باز شد → دکمه بستن دیده میشه */
.bx--side-nav--expanded ~ header .bx--header__menu-toggle {
  display: none;
}

.bx--side-nav--expanded ~ header .bx--side-nav__close {
  display: inline-flex;
}

/* اگر دکمه‌ها داخل هدر هستند و کنترل با JS است */
.flectic-header-leftside .bx--side-nav__close.active {
  display: inline-flex;
}

.flectic-header-leftside .bx--side-nav__close:not(.active) {
  display: none;
}

.flectic-header-leftside svg {
  fill: #232323;
}

.bx--header__action:hover {
  background-color: transparent;
}

/* Desktop nav */
.bx--header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  border-left: unset;
}

.bx--header__nav::before {
  display: none;
}

.bx--header__menu-item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: var(--primary-color);
}

.bx--header__menu-item,
.bx--header__menu-item > a {
  position: relative;
  padding: 0.5rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  line-height: 3rem;
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  top: 4rem;
  background: #F4F4F4;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: none;
  min-width: max-content;
  z-index: 999;
}

.dropdown a {
  display: block;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  color: #333;
  text-decoration: none;
}

.dropdown a:hover {
  background: #f4f4f4;
}

.bx--header__menu-item:hover > .dropdown {
  display: block;
}

/* Flyout */
.dropdown .has-submenu {
  position: relative;
}

.dropdown .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #F4F4F4;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  min-width: max-content;
  z-index: 999;
}

.dropdown .has-submenu > a:hover {
  background-color: #E8E8E8;
}

.dropdown .has-submenu > a:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.4em;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='m6 9 6 6 6-6'/></svg>");
  transition: all ease-in-out 0.3s;
}

.dropdown .has-submenu > a:hover:before {
  transform: rotate(-90deg);
}

.dropdown .has-submenu:hover > .submenu {
  display: block;
}

.primary-button-icon {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0.5rem;
  transition: all ease-in-out 0.3s;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.primary-button-icon svg {
  fill: var(--primary-color);
  margin-left: 0.5rem;
  vertical-align: middle;
}
.primary-button-icon:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.primary-button-icon:hover svg {
  fill: var(--white);
}

/* Mobile */
.bx--header__menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.bx--side-nav {
  width: 0;
}

aside .cta button {
  display: block;
  width: 90%;
  margin: 1rem auto;
}

@media (max-width: 768px) {
  .flectic-header .discovery-btn {
    display: none;
  }
  .bx--header__nav {
    display: none;
  }
  .bx--header__menu-toggle {
    display: block;
  }
  .bx--side-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    background: #fff;
    z-index: 10000;
  }
  .bx--side-nav.bx--side-nav--expanded {
    transform: translateX(0);
  }
  .bx--side-nav__close, .bx--header__menu-toggle {
    width: 3rem;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bx--side-nav__menu {
    background-color: #F4F4F4;
    display: none;
  }
  .bx--side-nav__menu,
  .bx--side-nav__items {
    list-style: none;
    padding: 0;
  }
  .bx--side-nav__submenu {
    padding: 1.5rem 1rem;
    position: relative;
    color: #333;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }
  .bx--side-nav__submenu:before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    margin-left: 0.4em;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='m6 9 6 6 6-6'/></svg>");
    transition: all ease-in-out 0.3s;
  }
  .bx--side-nav__link,
  a.bx--side-nav__link {
    color: #333;
    text-decoration: none;
    width: 100%;
    padding: 1.25rem;
    border-bottom: 1px solid #E0E0E0;
  }
  a.bx--side-nav__link[aria-current=page]::before, a.bx--side-nav__link--current::before {
    background-color: var(--primary-color);
  }
}
.bx--side-nav__submenu:focus {
  outline: 0;
}

/*# sourceMappingURL=styles.css.map */
