@import url("//fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Montserrat:wght@100;400;700&display=swap");
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    font-size: 13px;
  }
}

body {
  overflow-x: hidden;
}

.od-hero {
  width: 100%;
  min-height: 700px;
  padding: 8rem 3rem 3rem 3rem;
  background-color: hsl(316, 20%, 37%);
  background-image: url("https://www.images.cybrosys.com/images/hire-odoo-developers/hire-odoo-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .od-hero {
    padding-top: 12rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
    min-height: unset;
  }
}

.od-container {
  margin-top: -2rem;
}

.od-hero__title {
  font-size: 3.052rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
  color: hsl(0, 0%, 100%);
  text-align: left;
}

.od-hero__description {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.9);
}

.od-hero__container {
  max-width: 65%;
}
@media screen and (max-width: 767.98px) {
  .od-hero__container {
    max-width: 100%;
  }
}

.od-btn {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 3px;
  border: 2px solid;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.od-btn--white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--white:hover {
  background-color: hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 95%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--white:focus {
  box-shadow: none;
}

.od-btn--text-dark {
  color: hsl(206, 61%, 13%);
}

.od-btn--primary {
  background-color: hsl(316, 20%, 37%);
  border-color: hsl(316, 20%, 37%);
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--primary:hover {
  background-color: hsl(316, 20%, 27%);
  border-color: hsl(316, 20%, 27%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--primary:focus {
  box-shadow: none;
}

.od-btn--text-primary {
  color: hsl(316, 20%, 37%);
}

.od-btn--text-white {
  color: hsl(0, 0%, 100%);
}

.od-btn--text-dark-hover:hover {
  color: hsl(206, 61%, 13%) !important;
}

.od-btn--outline {
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.od-btn--outline:hover {
  color: hsl(316, 20%, 37%);
}

.od-btn--primary-outline {
  background-color: transparent;
  color: hsl(316, 20%, 37%);
  border-color: hsl(316, 20%, 37%);
}
.od-btn--primary-outline:hover {
  color: hsl(0, 0%, 100%);
}

.od-hero__action {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.od-hero__action > * {
  margin-right: 0.5rem;
}
.od-hero__action > *:last-child {
  margin-right: 0;
}

.od-hero__number-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .od-hero__number-list {
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
  }
}

.od-hero__number-item {
  margin-right: 3rem;
  position: relative;
}
.od-hero__number-item::after {
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  right: -25px;
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.1);
}
.od-hero__number-item:last-child::after {
  content: unset;
}
@media screen and (max-width: 575.98px) {
  .od-hero__number-item {
    max-width: 120px;
    margin-right: 0;
  }
  .od-hero__number-item::after {
    content: unset;
  }
}

.od-hero__number {
  font-size: 1.953rem;
  color: hsl(0, 0%, 100%);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .od-hero__number {
    height: 50px;
  }
}

.od-hero__label {
  color: hsl(0, 0%, 100%);
  font-family: "Inter", sans-serif;
}

.od-section {
  padding-top: 7em;
  padding-bottom: 7rem;
}

.od-section__subtitle {
  color: hsl(316, 20%, 37%);
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.5rem;
}

.od-section__title {
  font-size: 2.441rem;
  line-height: 125%;
  color: hsl(0, 0%, 20%);
  font-weight: bold;
}

.od-section__text--invert {
  color: hsl(0, 0%, 100%) !important;
}

.od-section__description {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: hsl(0, 0%, 30%);
  max-width: 1200px;
  margin: 2rem auto !important;
  line-height: 150%;
  display: block;
  margin-bottom: 3rem !important;
}

.od-lead__cards {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199.98px) {
  .od-lead__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.od-lead__card-title {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem !important;
  padding-left: 0.25rem;
}

.od-lead__card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 100px -6px;
  width: 33.33%;
  padding: 3rem 2rem;
  height: 300px;
  color: hsl(0, 0%, 20%);
}
@media screen and (max-width: 1199.98px) {
  .od-lead__card {
    width: 40%;
    min-width: 320px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .od-lead__card {
    min-width: unset;
    width: 100%;
    height: unset;
  }
}

.od-lead__card-description {
  font-size: 1rem;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  color: hsl(0, 0%, 30%);
  padding-left: 0.25rem;
}

.od-lead__card-icon {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  background-color: hsl(179, 100%, 31%);
  margin-bottom: 2rem;
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

.od-lead__card-icon--hire {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIGZpbGw9IiNmZmZmZmYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIgMTR2MmE2IDYgMCAwIDAtNiA2SDRhOCA4IDAgMCAxIDgtOFptMC0xYy0zLjMxNSAwLTYtMi42ODUtNi02czIuNjg1LTYgNi02IDYgMi42ODUgNiA2LTIuNjg1IDYtNiA2Wm0wLTJjMi4yMSAwIDQtMS43OSA0LTRzLTEuNzktNC00LTQtNCAxLjc5LTQgNCAxLjc5IDQgNCA0Wm05LjQ0NiA5LjAzMiAxLjUwNCAxLjUwNC0xLjQxNCAxLjQxNC0xLjUwNC0xLjUwNGE0IDQgMCAxIDEgMS40MTQtMS40MTRaTTE4IDIwYTIgMiAwIDEgMCAwLTQgMiAyIDAgMCAwIDAgNFoiPjwvcGF0aD4KPC9zdmc+");
}

.od-lead__card-icon--assign {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIGZpbGw9IiNmZmZmZmYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTQgMTQuMjUydjIuMDlBNiA2IDAgMCAwIDYgMjJsLTItLjAwMWE4IDggMCAwIDEgMTAtNy43NDh2LjAwMVpNMTIgMTNjLTMuMzE1IDAtNi0yLjY4NS02LTZzMi42ODUtNiA2LTYgNiAyLjY4NSA2IDYtMi42ODUgNi02IDZabTAtMmMyLjIxIDAgNC0xLjc5IDQtNHMtMS43OS00LTQtNC00IDEuNzktNCA0IDEuNzkgNCA0IDRabTYgNnYtM2gydjNoM3YyaC0zdjNoLTJ2LTNoLTN2LTJoM1oiPjwvcGF0aD4KPC9zdmc+");
}

.od-lead__card-icon--output {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIGZpbGw9IiNmZmZmZmYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIgMjJDNi40NzcgMjIgMiAxNy41MjMgMiAxMlM2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBabTAtMmE4IDggMCAxIDAgMC0xNi4wMDFBOCA4IDAgMCAwIDEyIDIwWm0tLjk5Ny00TDYuNzYgMTEuNzU3bDEuNDE0LTEuNDE0IDIuODI5IDIuODI5IDUuNjU2LTUuNjU3IDEuNDE1IDEuNDE0TDExLjAwMyAxNloiPjwvcGF0aD4KPC9zdmc+");
}

.od-process__hero-container {
  width: 45%;
}
@media screen and (max-width: 991.98px) {
  .od-process__hero-container {
    display: none;
  }
}

.od-process__content {
  width: 50%;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 991.98px) {
  .od-process__content {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.od-process__container {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199.98px) {
  .od-process__container {
    gap: 20px !important;
  }
}

.od-process__hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.od-process__card-number {
  color: hsl(0, 0%, 100%);
  background-color: hsl(179, 100%, 31%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 575.98px) {
  .od-process__card-number {
    margin-right: 1rem;
  }
}

.od-process__card-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  font-size: 1.25rem;
  margin-top: 1rem !important;
}

.od-process__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 575.98px) {
  .od-process__cards {
    grid-template-columns: auto;
  }
}

.od-process__card {
  border-radius: 10px;
  padding: 2rem;
  background-color: hsl(214, 37%, 96%);
  width: 100%;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-process__card:hover {
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 100px -6px;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
@media screen and (max-width: 575.98px) {
  .od-process__card {
    display: flex;
    align-items: center;
  }
}

.od-support__container,
.od-contacts__container {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 767.98px) {
  .od-support__container {
    flex-direction: column;
    gap: 20px;
  }
}

.od-contacts__container {
  position: relative;
}

.od-support__left,
.od-support__right,
.od-contacts__left {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .od-support__left,
  .od-support__right,
  .od-contacts__left {
    width: 100%;
  }
}

.od-section__checklist {
  padding-left: 0;
  list-style: none;
}

.od-section__checklist-item {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 175%;
  color: hsl(0, 0%, 20%);
  font-weight: bold;
  padding-left: 2.15rem;
  margin-bottom: 1.35rem;
}
.od-section__checklist-item::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9IiMwMDllOWIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIgMjJDNi40NzcgMjIgMiAxNy41MjMgMiAxMlM2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBabS0uOTk3LTYgNy4wNy03LjA3MS0xLjQxNC0xLjQxNC01LjY1NiA1LjY1Ny0yLjgyOS0yLjgyOS0xLjQxNCAxLjQxNEwxMS4wMDMgMTZaIj48L3BhdGg+Cjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 1px;
  left: 0px;
}
.od-section__checklist-item:last-child {
  margin-bottom: 0;
}

.od-why {
  position: relative;
  width: 100%;
  background-color: hsl(206, 61%, 13%);
  margin-top: 4rem;
}
@media screen and (max-width: 991.98px) {
  .od-why {
    margin-top: 0 !important;
    padding-top: 0;
  }
}

.od-why-container {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .od-why-container {
    flex-direction: column;
  }
}

.od-why__hero-content {
  width: 55%;
  padding: 1rem;
}
@media screen and (max-width: 991.98px) {
  .od-why__hero-content {
    width: 100%;
  }
}

.od-why__hero-container {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991.98px) {
  .od-why__hero-container {
    position: unset;
    height: 550px;
  }
}

.od-why__hero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media screen and (max-width: 991.98px) {
  .od-why__hero {
    position: unset;
    width: 100vw;
    -o-object-position: center;
       object-position: center;
  }
}

.od-why__checklist-container {
  display: flex;
  gap: 30px;
}

.oh-collapse__section {
  margin-top: 3rem;
}
.oh-collapse__section:first-child {
  margin-top: 0;
}

.oh-collapse__section-title {
  font-family: "Inter", sans-serif;
  color: hsl(0, 0%, 20%);
  font-weight: bold;
  font-size: 1.563rem;
  max-width: 90%;
}

.oh-collapse__section-head {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.oh-collapse__section-head:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}

.oh-collapse__section-head,
.oh-collapse__section-body {
  margin-bottom: 2rem;
}

.oh-collapse__section-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: hsl(0, 0%, 30%);
}

.oh-collapse {
  max-width: 90%;
  margin: 4rem auto;
}

.oh-collapse__section {
  border-bottom: 1px solid hsl(214, 37%, 96%);
}
.oh-collapse__section::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -3px;
  right: 0;
}

.oh-collapse__section--collapsed {
  position: relative;
}
.oh-collapse__section--collapsed::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0iI2JhYmFiYSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Im03LjQxIDguMjk1IDQuNTkgNC41OCA0LjU5LTQuNThMMTggOS43MDVsLTYgNi02LTYgMS40MS0xLjQxWiI+PC9wYXRoPgo8L3N2Zz4=");
}

.oh-collapse__section--expanded {
  position: relative;
}
.oh-collapse__section--expanded::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0iI2JhYmFiYSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Im03LjQxIDE1LjcwNSA0LjU5LTQuNTggNC41OSA0LjU4IDEuNDEtMS40MS02LTYtNiA2IDEuNDEgMS40MVoiPjwvcGF0aD4KPC9zdmc+");
}

.oh-collapse__section--collapsed .oh-collapse__section-body {
  display: none;
}

.oh-collapse__section--expanded .oh-collapse__section-body {
  display: block;
}

.mt-5 {
  margin-top: 5rem !important;
}

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

.od-services {
  padding-top: 0rem !important;
}

.od-services__container {
  margin-top: 4rem;
}

.od-services__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 991.98px) {
  .od-services__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .od-services__items {
    grid-template-columns: auto;
  }
}

.od-services__item {
  display: inline-block;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 50px;
  padding: 2rem;
  min-height: 200px;
  transition: all 0.3s ease-in-out;
}
.od-services__item:hover {
  background-color: hsl(214, 37%, 96%);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575.98px) {
  .od-services__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.od-services__icon-container {
  background-color: hsl(179, 100%, 31%);
  color: hsl(0, 0%, 100%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .od-services__icon-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.od-services__icon {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.od-services__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  font-size: "Inter", sans-serif !important;
}

.od-contacts {
  background-color: hsl(206, 61%, 13%);
}

.text-white {
  color: hsl(0, 0%, 100%);
}

.od-contact__hero {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  max-width: 540px;
  right: 0;
  bottom: -115px;
}
@media screen and (max-width: 1199.98px) {
  .od-contact__hero {
    right: -110px;
  }
}
@media screen and (max-width: 991.98px) {
  .od-contact__hero {
    max-width: 460px;
    bottom: -170px;
    right: -110px;
  }
}
@media screen and (max-width: 767.98px) {
  .od-contact__hero {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .od-contact__actions, .od-hero__action {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .od-contact__actions .od-btn, .od-hero__action .od-btn {
    text-align: center;
    margin-right: 0 !important;
  }
}/*# sourceMappingURL=hire-odoo-dev.css.map */