/* =========================================================
   BUSINESS SECTION
   ========================================================= */

/* Container */
.business__container-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 25px;
}


/* Header / Copy */
.busiess_head {
  flex-basis: 50%;
  order: 0;
}

.business_copy {
  flex: 0 0 50%;
}

.business_copy * {
  color: #fff;
}

/* Header + CTA wrapper */
.business__header_cta {
  display: flex;
  flex: 0 0 49%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* CTA */
.business_cta {
  display: flex;
  align-items: center;
}

.business_cta a:first-child {
  margin-right: 20px;
}

/* CTA – button */
.business_cta .button_2 {
  position: relative;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  background: transparent;
}

.business_cta .button_2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: width 0.25s ease-out;
}

.business_cta .button_2::after {
  content: url("/modules/contrib/egnyte_site_builder/images/arrows.svg") !important;
  height: 18px;
}

.business_cta .button_2:hover {
  color: #fff;
  background-color: transparent;
}

.business_cta .button_2:hover::before {
  width: 100%;
  background: #fff;
}

/* CTA – link */
.business_cta .link {
  position: relative;
}

.business_cta .link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.25s ease-out;
}

.business_cta .link::after {
  content: url("/modules/contrib/egnyte_site_builder/images/arrows.svg") !important;
  height: 18px;
}

.business_cta .link:hover {
  color: #fff;
  cursor: pointer;
}

.business_cta .link:hover::before {
  width: 100%;
}

/* Image */
.business_img {
  order: 3;
  width: 100%;
  flex-basis: 100%;
  margin-top: 50px;
}

/* =========================================================
   BUSINESS – RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .business__container-inner {
    padding: 60px 25px;
  }

  .busiess_head {
    flex-basis: 100%;
    margin-bottom: 17px;
  }

  .business__header_cta {
    flex: 0 0 100%;
    text-align: center;
  }

  .business_copy {
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .business_cta {
    justify-content: center;
    margin-bottom: 20px;
  }

  .business__container-outer .banner_cta-container {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .business_cta {
    flex-direction: column;
  }

  .business_cta a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* =========================================================
   TWO COLUMN LAYOUT
   ========================================================= */

.two_col__container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 344px;
}

.two_col__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* 3-element variant */
.two_col__inner-container_3el {
  justify-content: initial;
  align-items: flex-start;
}

.two_col__inner-container_3el .two_col_copy {
  flex: 0 0 60%;
  gap: 20px;
  max-width: 699px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

/* Copy */
.two_col_copy {
  max-width: 650px;
  width: 100%;
}

.two_col__container:has(.icon_ul) .two_col_copy {
  align-content: stretch;
}

.two_col__container .icon_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Graphic */
.two_col_graphic img {
  width: 100%;
}

.two_col_graphic_wrapper {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #f0f5f7;
  border: 1px solid #0000001f;
  border-radius: 24px;
}

.two_col_graphic_wrapper img {
  margin: 0;
  background-color: #00000033;
  border-radius: 16px;
}

/* Video button */
.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 56px;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}

.video_btn img {
  width: 40px;
  margin-right: 10px;
  background: transparent;
}

.video_btn span span:first-child {
  font-family: "Metric-semibold";
  font-size: 16px;
  color: #000;
}

.video_btn span span:last-child {
  font-family: "Metric-semibold";
  font-size: 14px;
  color: #00000080;
  text-transform: uppercase;
}

.two_col_graphic_wrapper:hover .video_btn img {
  transform: scale(1.1);
  transition: 0.5s;
}

/* CTA */
.two_col_copy__cta {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}

.two_col_copy__cta .button_2 {
  background: #fff;
  color: #000;
  border: 1px solid #a3a3a3;
}

.two_col_copy__cta .button_2:hover {
  background: #fff;
  border-color: #000;
  cursor: pointer;
  text-decoration: none;
  color: initial;
}

/* Misc */
.vimeo-video {
  position: relative;
}

/* =========================================================
   TWO COLUMN – RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .two_col__inner-container:not(.two_col__inner-container_3el) {
    flex-direction: column;
    padding: 60px 25px;
  }

  .two_col_copy:not(.two_col__inner-container_3el .two_col_copy) {
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .two_col_graphic {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .two_col__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .two_col__inner-container_3el {
    flex-wrap: wrap;
  }

  .two_col__inner-container_3el .two_col_copy {
    flex: initial;
    height: initial;
  }

  hr.fusion-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }
}

@media (max-width: 500px) {
  .two_col_copy__cta {
    flex-direction: column;
  }
}

/* =========================================================
   COPILOT IN ACTION (SINGLE COLUMN MEDIA + TEXT)
   ========================================================= */

.copilot-in-action .copilot-in-action_content {
  width: 100%;
  max-width: 690px;
}

.copilot-in-action .copilot-in-action_content h2 {
  max-width: 600px;
  letter-spacing: -0.16px;
}

.copilot-in-action .copilot-in-action_content p {
  margin: 12px 0 32px;
  color: #000;
}

.copilot-in-action .copilot-in-action_image {
  overflow: hidden;
  border-radius: 14px;
}

.copilot-in-action_content .flex-grid--links a {
  margin-bottom: 0 !important;
}

.copilot-in-action_data .flex-grid--links.banner_cta-container {
  margin-bottom: 60px;
}

/* Responsive */
@media (max-width: 1250px) {
  .copilot-in-action {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .copilot-in-action_data {
    display: flex;
    flex-direction: column;
  }

  .copilot-in-action .copilot-in-action_content {
    order: 1;
  }

  .copilot-in-action_data img {
    order: 2;
  }

  .copilot-in-action_data .flex-grid--links.banner_cta-container {
    order: 3;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .copilot-in-action .copilot-in-action_image {
    margin: 8px 0 37px;
    border-radius: 16px;
  }

  .copilot-in-action .copilot-in-action_data a {
    width: 100%;
    order: 2;
  }

  .copilot-in-action .copilot-in-action_content h2 {
    font-size: 40px;
  }
}