body.inner_page #navbar-placeholder {
  min-height: 84px;
}
@media (max-width: 991px) {
  body.inner_page #navbar-placeholder {
    min-height: 78px;
  }
}

body.inner_page .header_navbar {
  position: relative;
  background: var(--color-white);
  box-shadow: 0 10px 30px rgba(41, 54, 81, 0.06);
}
body.inner_page .header_navbar.sticky {
  position: fixed;
}
body.inner_page .navbar-nav .nav-item a {
  color: var(--color-heading);
}
body.inner_page .navbar-nav .nav-item.active > a,
body.inner_page .navbar-nav .nav-item:hover > a {
  color: var(--color-primary);
}
.project_section_head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.project_section_icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 20px;
}
.project_section_head h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--color-heading);
}
.project_section_head h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 50px;
  background: var(--color-primary);
}
.project_hero_area {
  position: relative;
  overflow: hidden;
  padding: 50px 0 40px;
}
.project_hero_area::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(91, 107, 70, 0.08);
  filter: blur(10px);
  z-index: 0;
}
.project_hero_row {
  position: relative;
  z-index: 1;
}
.project_breadcrumb {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid rgba(41, 54, 81, 0.12);
  border-radius: 50px;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(41, 54, 81, 0.1);
}
.project_title {
  margin-top: 22px;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--color-heading);
}
.project_title span {
  color: var(--color-primary);
}
.project_subtitle {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
}
.project_desc {
  max-width: 460px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 27px;
  color: var(--color-text);
}
.project_hero_nav_btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 54, 81, 0.14);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-heading);
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(41, 54, 81, 0.1);
  transition: 0.3s;
}
.project_hero_nav_btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.project_showcase_wrapper {
  max-width: 600px;
  margin: 10px auto 0;
}
.project_showcase_slide_area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.project_showcase_card {
  flex: 1;
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: var(--color-white);
  border: 1px solid rgba(41, 54, 81, 0.06);
  box-shadow: 0 30px 60px rgba(41, 54, 81, 0.12);
}
.project_showcase_slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 775;
  overflow: hidden;
  border-radius: 10px;
  background: var(--color-white);
}
.project_showcase_slider.owl-carousel:not(.owl-loaded) {
  display: block;
}
.project_showcase_slider.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}
.project_showcase_slider .showcase_slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.project_hero_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 16px;
}
.project_hero_dots .owl-dot {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}
.project_hero_dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: rgba(41, 54, 81, 0.2);
  transition: 0.3s;
}
.project_hero_dots .owl-dot.active span {
  background: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(91, 107, 70, 0.25);
}
.project_hero_dots .owl-dot:hover span {
  background: var(--color-primary);
}
.project_about_area {
  padding: 0 0 50px;
  background: var(--color-white);
}
.project_about_card {
  padding: 44px;
  border-radius: 20px;
  background: var(--color-white);
  border: 1px solid rgba(41, 54, 81, 0.07);
  box-shadow: 0 24px 60px rgba(41, 54, 81, 0.07);
}
.project_about_text p {
  font-size: 14.5px;
  line-height: 27px;
  text-align: justify;
  color: var(--color-text);
}
.project_about_text p + p {
  margin-top: 18px;
}
.project_feature_list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 28px 24px;
  border-radius: 14px;
  background: rgba(241, 234, 215, 0.4);
}
.project_feature_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 28px;
}
.project_feature_item:last-child {
  padding-bottom: 0;
}
.project_feature_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: 0;
  border-left: 2px dashed rgba(91, 107, 70, 0.35);
}
.project_feature_icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 19px;
  border: 1.5px solid rgba(91, 107, 70, 0.22);
}
.project_feature_text {
  padding-top: 4px;
}
.project_feature_text h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-heading);
}
.project_feature_text p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-text);
}
.tools_used_area {
  padding: 0 0 70px;
  background: var(--color-white);
}
.tools_used_card {
  padding: 44px;
  border-radius: 16px;
  background: var(--color-white);
  border: 1px solid rgba(41, 54, 81, 0.06);
  box-shadow: 0 20px 50px rgba(41, 54, 81, 0.06);
}
.tools_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.lawagent_page .project_about_card .mail_video_panel,
.shelfscan_page .project_about_card .mail_video_panel {
  width: 100%;
  margin-top: 28px;
  padding: 0;
  border: 0;
}
.lawagent_page .mail_video_frame,
.shelfscan_page .mail_video_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
}
.lawagent_page .mail_video_frame iframe,
.shelfscan_page .mail_video_frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tool_pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(41, 54, 81, 0.12);
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.tool_pill:hover {
  border-color: rgba(91, 107, 70, 0.25);
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .project_about_grid > [class*="col-"]:last-child {
    display: flex;
  }
  .shelfscan_about_card .project_about_grid > [class*="col-"]:last-child {
    display: block;
  }
  .project_feature_list {
    width: 100%;
    margin-top: 0;
  }
  .shelfscan_about_card .project_feature_list {
    height: auto;
    min-height: 424px;
    margin-top: 82px;
  }
}
@media (max-width: 991px) {
  .shelfscan_about_card .project_feature_list {
    margin-top: 0;
  }
  .shelfscan_about_card .project_about_grid > [class*="col-"]:last-child {
    margin-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project_hero_area {
    padding: 50px 0;
  }
  .project_hero_content {
    margin-bottom: 40px;
  }
  .project_breadcrumb {
    margin-bottom: 20px;
  }
  .project_title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 1.08;
  }
  .project_subtitle {
    margin: 0 0 18px;
    font-size: 22px;
  }
  .project_desc {
    max-width: 100%;
    margin: 0 0 36px;
    line-height: 28px;
  }
  .project_showcase_wrapper {
    max-width: 680px;
    margin: 0 auto;
  }
  .project_showcase_card {
    padding: 14px;
  }
  .project_hero_dots {
    margin-top: 24px;
  }
  .project_about_area {
    padding-top: 30px;
  }
  .project_about_card {
    padding: 36px;
  }
  .project_feature_list {
    margin-top: 28px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .project_hero_nav_btn {
    display: none;
  }
  .project_hero_area {
    padding: 40px 0;
  }
  .project_breadcrumb {
    margin-bottom: 18px;
  }
  .project_title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.1;
  }
  .project_subtitle {
    margin: 0 0 18px;
    font-size: 18px;
  }
  .project_desc {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .project_showcase_wrapper {
    max-width: 100%;
    margin-top: 0;
  }
  .project_showcase_card {
    padding: 12px;
  }
  .project_hero_dots {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .project_about_area {
    padding-top: 20px;
  }
  .project_about_card {
    padding: 28px 22px;
  }
  .project_feature_list {
    margin-top: 28px;
    height: auto;
  }
  .tools_used_card {
    padding: 26px;
  }
}
@media (max-width: 575px) {
  .project_about_card {
    padding: 24px 18px;
  }
  .project_feature_list {
    padding: 22px 18px;
  }
  .tool_pill {
    font-size: 13px;
    padding: 8px 14px 8px 8px;
  }
}

/*======================================
    EQUS Page Overrides
======================================*/

.slider_image_page .project_showcase_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.slider_image_page .project_showcase_card {
  background: transparent !important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.slider_image_page .project_showcase_slider {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent !important;
}
.slider_image_page .project_showcase_slider .showcase_slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1 / 1;
  padding: 0;
}

.misolah_details_page .project_showcase_wrapper {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.misolah_details_page .project_showcase_slide_area {
  justify-content: center;
  gap: 28px;
}

.misolah_details_page .project_showcase_card {
  flex: 0 0 250px;
  width: 250px;
}

.misolah_details_page .project_showcase_slider {
  aspect-ratio: auto;
  height: min(60vh, 420px);
}

.misolah_details_page .project_showcase_slider .owl-stage-outer,
.misolah_details_page .project_showcase_slider .owl-stage,
.misolah_details_page .project_showcase_slider .owl-item {
  height: 100%;
}

.misolah_details_page .misolah_about_card {
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(41, 54, 81, 0.08);
}

.misolah_details_page .misolah_about_grid {
  position: relative;
}

.misolah_details_page .misolah_about_grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 16px);
  width: 1px;
  background: rgba(41, 54, 81, 0.1);
  transform: translateX(-50%);
}

.misolah_details_page .misolah_about_card .project_feature_item:not(:last-child)::after {
  display: none;
}

.misolah_details_page .misolah_about_card .project_feature_list {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .misolah_details_page .project_showcase_wrapper {
    max-width: none;
  }

  .misolah_details_page .project_showcase_slide_area {
    gap: 24px;
  }

  .misolah_details_page .project_showcase_card {
    flex-basis: 236px;
    width: 236px;
  }

  .misolah_details_page .project_showcase_slider {
    height: 390px;
  }

  .misolah_details_page .misolah_about_grid::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .misolah_details_page .project_showcase_wrapper {
    width: 100%;
    max-width: none;
  }

  .misolah_details_page .project_showcase_card {
    flex-basis: min(250px, 100%);
    width: min(250px, 100%);
  }

  .misolah_details_page .project_showcase_slider {
    height: 340px;
  }

  .misolah_details_page .misolah_about_grid::after {
    display: none;
  }
}

.shelfperks_hero_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-left: 12px;
}

.shelfperks_hero_visual img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  aspect-ratio: 1 / 1;
}

.shelfperks_details_page .project_hero_features {
  margin-top: 34px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.shelfperks_details_page .project_hero_features .project_feature_item:not(:last-child)::after {
  display: none;
}

.shelfperks_details_page .project_hero_features .project_feature_item {
  padding-bottom: 22px;
}

.shelfperks_about_card {
  overflow: hidden;
}

.shelfperks_about_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.shelfperks_about_visual img {
  display: block;
  width: min(100%, 430px);
  height: auto;
}

.project_meta_area {
  padding: 0 0 70px;
}

.shelfperks_meta_row > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.project_meta_card {
  position: relative;
  width: 100%;
  height: 100%;
}

.shelfperks_details_page .project_meta_card,
.shyaway_details_page .project_meta_card {
  padding: 28px 26px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(41, 54, 81, 0.06);
}

.shelfperks_details_page .project_meta_card .project_section_head,
.shyaway_details_page .project_meta_card .project_section_head {
  gap: 12px;
  margin-bottom: 18px;
}

.shelfperks_details_page .project_meta_card .project_section_head h3,
.shyaway_details_page .project_meta_card .project_section_head h3 {
  padding-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0.2px;
}

.shelfperks_details_page .project_meta_card .project_section_head h3::after,
.shyaway_details_page .project_meta_card .project_section_head h3::after {
  width: 34px;
  height: 2px;
}

.project_meta_list {
  display: grid;
  gap: 18px;
}

.shelfperks_details_page .project_meta_list,
.shyaway_details_page .project_meta_list {
  gap: 12px;
}

.project_meta_item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 16px;
}

.shelfperks_details_page .project_meta_item,
.shyaway_details_page .project_meta_item {
  grid-template-columns: 78px 1fr;
  gap: 10px;
}

.project_meta_label {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.shelfperks_details_page .project_meta_label,
.shyaway_details_page .project_meta_label {
  font-size: 12px;
  line-height: 1.45;
}

.project_meta_value,
.project_meta_value a {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
}

.shelfperks_details_page .project_meta_value,
.shelfperks_details_page .project_meta_value a,
.shyaway_details_page .project_meta_value,
.shyaway_details_page .project_meta_value a {
  font-size: 12px;
  line-height: 1.45;
}

.shelfperks_details_page .project_meta_value a,
.shyaway_details_page .project_meta_value a {
  color: var(--color-project-info-link);
  font-weight: 600;
}

.shelfperks_details_page .tools_grid,
.shyaway_details_page .tools_grid {
  gap: 10px 8px;
}

.shelfperks_details_page .tool_pill,
.shyaway_details_page .tool_pill {
  gap: 8px;
  padding: 7px 13px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.project_meta_value a {
  color: var(--color-primary);
}

.project_rating {
  display: inline-flex;
  gap: 6px;
  color: #5B6B46;
}

@media (min-width: 992px) {
  .shelfperks_meta_row {
    display: flex;
    align-items: stretch;
    margin-left: -4px;
    margin-right: -4px;
  }

  .shelfperks_meta_row > .col-lg-5 {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .shelfperks_meta_row > .col-lg-7 {
    flex: 0 0 68%;
    max-width: 68%;
  }

  .shelfperks_meta_row > .col-lg-5,
  .shelfperks_meta_row > .col-lg-7 {
    display: flex;
  }

  .shyaway_details_page .shelfperks_meta_row > .col-lg-5 {
    flex: 0 0 31%;
    max-width: 31%;
  }

  .shyaway_details_page .shelfperks_meta_row > .col-lg-7 {
    flex: 0 0 69%;
    max-width: 69%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shelfperks_hero_visual {
    padding-left: 0;
  }

  .shelfperks_hero_visual img {
    width: min(100%, 420px);
  }

  .shelfperks_meta_row > .col-lg-5,
  .shelfperks_meta_row > .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .shelfperks_hero_visual {
    padding-left: 0;
    margin-top: 10px;
  }

  .shelfperks_about_visual {
    margin-bottom: 30px;
  }

  .shelfperks_meta_row > .col-lg-5 + .col-lg-7 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .shelfperks_details_page .project_hero_features {
    margin-top: 28px;
  }

  .shelfperks_hero_visual img {
    width: min(100%, 320px);
  }

  .shelfperks_about_visual img {
    width: min(100%, 300px);
  }

  .project_meta_item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .shelfperks_details_page .project_meta_card {
    padding: 24px 20px;
  }

  .shelfperks_details_page .project_meta_item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .shelfperks_meta_row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mail_automation_page .mail_automation_hero {
  padding: 70px 0 42px;
  background: var(--color-white);
}

.mail_automation_page .mail_automation_row {
  row-gap: 34px;
}

.mail_automation_page .project_breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mail_automation_page .project_about_text {
  margin-top: 24px;
}

.mail_automation_page .project_about_text p {
  max-width: 600px;
}

.mail_automation_page .mail_video_column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail_automation_page .mail_video_panel {
  width: 100%;
  max-width: 620px;
  padding: 34px;
  border-radius: 16px;
  background: rgba(91, 107, 70, 0.07);
  border: 1px solid rgba(91, 107, 70, 0.1);
}

.mail_automation_page .mail_video_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: var(--color-heading);
  box-shadow: 0 18px 40px rgba(41, 54, 81, 0.12);
}

.mail_automation_page .mail_video_frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mail_automation_page .mail_video_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}

.mail_automation_page .mail_video_feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.mail_automation_page .mail_video_feature + .mail_video_feature {
  border-left: 1px solid rgba(41, 54, 81, 0.12);
  padding-left: 22px;
}

.mail_automation_page .mail_video_feature .project_feature_icon {
  width: 48px;
  height: 48px;
}

.mail_automation_page .mail_video_feature .project_feature_text {
  padding-top: 2px;
}

.mail_automation_page .mail_video_feature .project_feature_text h5 {
  margin-bottom: 2px;
}

.mail_automation_page .mail_video_feature .project_feature_text p {
  margin: 0;
}

.mail_automation_page .mail_tools_area {
  padding-bottom: 80px;
}

.product_analysis_page .mail_video_panel {
  max-width: 620px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product_analysis_page .mail_video_frame {
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(41, 54, 81, 0.12);
}

.product_analysis_page .mail_video_features {
  gap: 22px;
  margin-top: 32px;
  padding: 28px 26px;
  border-radius: 10px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.12);
}

.product_analysis_page .mail_video_feature .project_feature_icon {
  background: var(--color-white);
}

.product_qa_page .mail_video_panel {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product_qa_page .product_qa_page_head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.product_qa_page .product_qa_page_head .project_breadcrumb {
  justify-content: center;
}

.product_qa_page .product_qa_page_head .project_title {
  margin-top: 28px;
}

.product_qa_page .product_qa_page_head .project_subtitle {
  margin-bottom: 0;
}

.product_qa_page .mail_automation_content .project_about_text {
  margin-top: 0;
}

.product_qa_page .mail_video_frame {
  order: 2;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(41, 54, 81, 0.12);
}

.product_qa_page .mail_video_features {
  order: 1;
  gap: 18px;
  margin: 0 0 26px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.12);
  box-shadow: 0 14px 34px rgba(41, 54, 81, 0.06);
}

.product_qa_page .mail_video_feature .project_feature_icon {
  background: rgba(91, 107, 70, 0.07);
}

/*======================================
    AI Receptionist Page Overrides
======================================*/

.ai_receptionist_page .mail_automation_hero {
  padding-bottom: 22px;
}

.ai_receptionist_page .container {
  max-width: 960px;
}

.ai_receptionist_page .ai_article_content {
  width: 100%;
}

.ai_receptionist_page .project_title {
  max-width: 100%;
}

.ai_receptionist_page .project_about_text p {
  max-width: 100%;
}

.ai_receptionist_page .ai_receptionist_panel {
  max-width: 100%;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.ai_receptionist_page .mail_video_frame {
  border-radius: 8px;
}

.ai_receptionist_page .ai_features_area,
.lawagent_page .ai_features_area {
  padding: 0 0 46px;
  background: var(--color-white);
}

.ai_receptionist_page .ai_features_card,
.lawagent_page .ai_features_card {
  border-radius: 14px;
}

.ai_receptionist_page .ai_impact_grid,
.lawagent_page .ai_impact_grid,
.qzy_details_page .ai_impact_grid {
  row-gap: 24px;
}

.ai_receptionist_page .ai_impact_item,
.lawagent_page .ai_impact_item,
.qzy_details_page .ai_impact_item {
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.1);
  transition: 0.3s;
}

.ai_receptionist_page .ai_impact_item:hover,
.lawagent_page .ai_impact_item:hover,
.qzy_details_page .ai_impact_item:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 107, 70, 0.25);
  box-shadow: 0 10px 30px rgba(91, 107, 70, 0.08);
}

.ai_receptionist_page .ai_impact_item h5,
.lawagent_page .ai_impact_item h5,
.qzy_details_page .ai_impact_item h5 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.ai_receptionist_page .ai_impact_item p,
.lawagent_page .ai_impact_item p,
.qzy_details_page .ai_impact_item p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-text);
}

.ai_receptionist_page .ai_tools_area {
  padding: 0 0 80px;
}

.ai_receptionist_page .ai_tools_area .project_meta_card {
  padding: 28px 26px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(41, 54, 81, 0.06);
}

.ai_receptionist_page .ai_tools_area .project_section_head {
  gap: 12px;
  margin-bottom: 18px;
}

.ai_receptionist_page .ai_tools_area .project_section_head h3 {
  padding-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0.2px;
}

.ai_receptionist_page .ai_tools_area .project_section_head h3::after {
  width: 34px;
  height: 2px;
}

.ai_receptionist_page .ai_tools_area .tools_grid {
  gap: 10px 8px;
}

.ai_receptionist_page .ai_tools_area .tool_pill {
  gap: 8px;
  padding: 7px 13px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.ai_virtual_receptionist_page .ai_tools_area {
  padding-bottom: 34px;
}

.ai_virtual_receptionist_page .ai_features_area {
  padding-bottom: 80px;
}

/*======================================
    Odoo AI Business Reporter Page
======================================*/

.odoo_reporter_page .container {
  max-width: 1120px;
}

.odoo_reporter_intro {
  padding: 70px 0 54px;
  background: var(--color-white);
}

.odoo_reporter_media {
  padding: 0 0 80px;
  background: var(--color-white);
}

.odoo_reporter_row {
  row-gap: 34px;
}

.odoo_reporter_page .project_title {
  max-width: 560px;
}

.odoo_reporter_page .project_about_text p {
  max-width: 620px;
}

.odoo_reporter_media .ai_receptionist_panel {
  margin-top: 0;
}

.stree_page .stree_video_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.stree_page .stree_video_grid .ai_receptionist_panel {
  width: 100%;
  max-width: none;
}

.stree_page .stree_tools_card .tools_grid {
  gap: 10px;
}

.marketplace_showcase_area {
  padding: 0 0 70px;
}

.marketplace_showcase_area .project_showcase_wrapper {
  max-width: 100%;
  margin: 0;
}

.marketplace_showcase_area .project_showcase_slide_area {
  gap: 34px;
}

.marketplace_showcase_area .project_showcase_slider {
  aspect-ratio: 1402 / 1122;
}

.marketplace_showcase_area .project_showcase_slider .owl-stage-outer,
.marketplace_showcase_area .project_showcase_slider .owl-stage,
.marketplace_showcase_area .project_showcase_slider .owl-item {
  height: 100%;
}

.marketplace_showcase_area .project_showcase_slider .showcase_slide {
  object-fit: contain;
  object-position: center;
}

.ai_receptionist_page .ai_impact_grid,
.lawagent_page .ai_impact_grid{
  row-gap: 24px;
}

.ai_receptionist_page .ai_impact_item,
.lawagent_page .ai_impact_item{
  padding: 24px;
}

.ai_receptionist_page .feature_heading{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.ai_receptionist_page .feature_heading .project_feature_icon{
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
}

.ai_receptionist_page .feature_heading h5{
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.ai_receptionist_page .ai_impact_item p,
.lawagent_page .ai_impact_item p{
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .mail_automation_page .mail_automation_content {
    padding-right: 18px;
  }

  .ai_receptionist_page .mail_automation_content {
    padding-right: 0;
  }

  .odoo_reporter_page .mail_automation_content {
    padding-right: 36px;
  }
}

@media (max-width: 1199px) {
  .mail_automation_page .mail_video_panel {
    padding: 24px;
  }

  .mail_automation_page .mail_video_features {
    gap: 16px;
  }

  .mail_automation_page .mail_video_feature + .mail_video_feature {
    padding-left: 16px;
  }

  .product_analysis_page .mail_video_panel {
    padding: 0;
  }

  .product_qa_page .mail_video_panel {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .mail_automation_page .mail_automation_hero {
    padding-top: 54px;
  }

  .mail_automation_page .project_title,
  .mail_automation_page .project_about_text p {
    max-width: 100%;
  }

  .odoo_reporter_intro {
    padding-top: 54px;
  }

  .odoo_reporter_page .project_title,
  .odoo_reporter_page .project_about_text p {
    max-width: 100%;
  }

  .marketplace_showcase_area .project_showcase_slide_area {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .mail_automation_page .mail_automation_hero {
    padding: 42px 0 34px;
  }

  .stree_page .stree_video_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mail_automation_page .mail_video_panel {
    padding: 16px;
  }

  .mail_automation_page .mail_video_features {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }

  .mail_automation_page .mail_video_feature + .mail_video_feature {
    border-left: 0;
    border-top: 1px solid rgba(91, 107, 70, 0.15);
    padding-left: 0;
    padding-top: 16px;
  }

  .ai_receptionist_page .ai_receptionist_panel,
  .product_analysis_page .mail_video_panel {
    padding: 0;
  }

  .product_analysis_page .mail_video_features {
    padding: 22px 18px;
  }

  .product_qa_page .mail_video_panel {
    padding: 0;
  }

  .product_qa_page .mail_video_features {
    padding: 22px 18px;
  }

  .product_qa_page .mail_automation_hero {
    min-height: 600px;
  }

  .marketplace_showcase_area {
    padding-bottom: 46px;
  }

  .marketplace_showcase_area .project_showcase_slide_area {
    gap: 0;
  }
}

.shyaway_details_page .shyaway_hero_area {
  padding: 62px 0 48px;
}

.shyaway_details_page .shyaway_page_head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.shyaway_details_page .shyaway_page_head .project_breadcrumb {
  justify-content: center;
}

.shyaway_details_page .shyaway_page_head .project_title {
  margin-top: 28px;
}

.shyaway_details_page .shyaway_story_text {
  padding: 28px 0 28px 28px;
}

.shyaway_details_page .shyaway_hero_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  max-height: 520px;
  width: 100%;
  overflow: hidden;
}

.shyaway_details_page .shyaway_hero_visual::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  border-radius: 50%;
  background: rgba(91, 107, 70, 0.07);
}

.shyaway_details_page .shyaway_phone {
  position: relative;
  z-index: 1;
  display: block;
  width: min(44%, 260px);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(41, 54, 81, 0.18));
}

.shyaway_details_page .shyaway_phone_primary {
  transform: translateX(18px);
}

.shyaway_details_page .shyaway_phone_secondary {
  margin-left: -18px;
  transform: translateY(42px);
}

.shyaway_details_page .shyaway_about_area {
  padding-top: 0;
}

.shyaway_details_page .shyaway_about_card {
  border-radius: 14px;
}

.shyaway_details_page .shyaway_impact_grid {
  row-gap: 24px;
}

.shyaway_details_page .shyaway_impact_item {
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.1);
  transition: 0.3s;
}

.shyaway_impact_item:hover,
.shyaway_details_page .shyaway_impact_item:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 107, 70, 0.25);
  box-shadow: 0 10px 30px rgba(91, 107, 70, 0.08);
}

.shyaway_details_page .shyaway_impact_item h5 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.shyaway_details_page .shyaway_impact_item p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-text);
}

.shyaway_details_page .shyaway_meta_area {
  padding-top: 0;
}

.marine_details_page .marine_hero_area {
  padding: 64px 0 48px;
}

.marine_details_page .marine_intro_row {
  row-gap: 36px;
}

.marine_details_page .marine_hero_content {
  max-width: 520px;
}

.marine_details_page .marine_hero_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0 20px 28px;
}

.marine_details_page .marine_screen {
  position: relative;
  display: block;
  height: auto;
  filter: drop-shadow(0 22px 32px rgba(41, 54, 81, 0.15));
}

.marine_details_page .marine_screen_primary {
  width: min(100%, 620px);
  height: auto;
  aspect-ratio: 1447 / 1087;
  margin-left: auto;
}

.marine_details_page .marine_about_area {
  padding-top: 0;
}

.marine_details_page .marine_about_card {
  border-radius: 14px;
}

.marine_details_page .marine_tools_card {
  height: 100%;
  padding: 30px 28px;
}

.marine_details_page .marine_meta_area {
  padding-top: 0;
}

.marine_details_page .marine_detail_visual {
  display: flex;
  justify-content: center;
}

.marine_details_page .marine_detail_visual img {
  display: block;
  width: min(100%, 760px);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(41, 54, 81, 0.12));
}

.marine_details_page .marine_features_area {
  padding-top: 0;
}

.marine_details_page .marine_features_card {
  border-radius: 14px;
}

.marine_details_page .marine_features_grid {
  row-gap: 24px;
}

.marine_details_page .marine_feature_item {
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.1);
  transition: 0.3s;
}

.marine_details_page .marine_feature_item:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 107, 70, 0.25);
  box-shadow: 0 10px 30px rgba(91, 107, 70, 0.08);
}

.marine_details_page .marine_feature_item h5 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.marine_details_page .marine_feature_item p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-text);
}

@media (max-width: 991px) {
  .shyaway_details_page .shyaway_story_text {
    padding: 24px;
  }

  .shyaway_details_page .shyaway_hero_visual {
    margin-top: 28px;
  }

  .marine_details_page .marine_hero_area {
    padding: 52px 0 40px;
  }

  .marine_details_page .marine_hero_content {
    max-width: 100%;
  }

  .marine_details_page .marine_hero_visual {
    justify-content: center;
    padding: 12px 0 0;
  }

  .marine_details_page .marine_screen_primary {
    width: min(100%, 560px);
    margin-left: 0;
  }

  .marine_details_page .marine_tools_card {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .shyaway_details_page .shyaway_hero_area {
    padding: 44px 0 34px;
  }

  .shyaway_details_page .shyaway_page_head {
    margin-bottom: 30px;
  }

  .shyaway_details_page .shyaway_hero_visual {
    max-height: 360px;
  }

  .shyaway_details_page .shyaway_phone {
    width: min(48%, 180px);
  }

  .marine_details_page .marine_hero_area {
    padding: 42px 0 34px;
  }

  .marine_details_page .marine_screen_primary {
    width: min(100%, 360px);
  }

  .marine_details_page .marine_tools_card {
    padding: 24px 20px;
  }
}

/*======================================
    SOLVE EOD Feature Cards Grid
======================================*/

.solve_eod_features_grid {
  row-gap: 24px;
  margin-top: 24px;
}

.solve_eod_features_grid > .col-12 .project_section_head {
  margin-bottom: 4px;
}

.solve_eod_feature_item {
  height: 100%;
  padding: 24px 20px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.1);
  transition: 0.3s;
}

.solve_eod_feature_item:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 107, 70, 0.25);
  box-shadow: 0 10px 30px rgba(91, 107, 70, 0.08);
}

.solve_eod_feature_item h5 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.solve_eod_feature_item p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-text);
}

/*======================================
    Fuel Apps Page Styles
======================================*/
.fuel_hero_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
  padding: 16px 14px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.12);
  width: 100%;
  box-sizing: border-box;
}

.fuel_hero_feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.fuel_hero_feature + .fuel_hero_feature {
  border-left: 1px solid rgba(91, 107, 70, 0.15);
  padding-left: 10px;
}

.fuel_hero_feature .project_feature_icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid rgba(91, 107, 70, 0.2);
  box-shadow: 0 4px 10px rgba(91, 107, 70, 0.08);
}

.fuel_hero_feature .project_feature_text {
  padding-top: 1px;
  min-width: 0;
}

.fuel_hero_feature .project_feature_text h5 {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1.25;
}

.fuel_hero_feature .project_feature_text p {
  margin: 0;
  font-size: 11.5px;
  color: var(--color-text);
  line-height: 1.25;
}

.fuel_hero_visual img {
  display: block;
  width: min(100%, 540px);
  height: auto;
  aspect-ratio: 1536 / 1024;
  margin: 0 auto;
}

.fuel_about_visual img {
  display: block;
  width: min(100%, 460px);
  height: auto;
  margin: 0 auto;
}

.fuel_meta_visual img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .fuel_about_visual {
    margin-top: 30px;
  }
  .fuel_meta_visual {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fuel_hero_features {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 16px;
  }
  .fuel_hero_feature + .fuel_hero_feature {
    border-left: none;
    border-top: 1px solid rgba(91, 107, 70, 0.15);
    padding-left: 0;
    padding-top: 16px;
  }
}

/*======================================
    ChargeDock Page Styles
======================================*/
.chargedock_hero_visual img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  aspect-ratio: 585 / 1200;
  margin: 0 auto;
}

.chargedock_about_visual img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  margin: 0 auto;
}

.chargedock_meta_visual img {
  display: block;
  width: min(100%, 440px);
  height: auto;
  margin: 0 auto;
}

.chargedock_impact_grid {
  row-gap: 24px;
}

.chargedock_impact_grid > .col-12 .project_section_head {
  margin-bottom: 4px;
}

.chargedock_impact_item {
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background: rgba(91, 107, 70, 0.04);
  border: 1px solid rgba(91, 107, 70, 0.1);
  transition: 0.3s;
}

.chargedock_impact_item:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 107, 70, 0.25);
  box-shadow: 0 10px 30px rgba(91, 107, 70, 0.08);
}

.chargedock_impact_item .project_feature_icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid rgba(91, 107, 70, 0.2);
  box-shadow: 0 4px 10px rgba(91, 107, 70, 0.08);
}

.chargedock_impact_item h5 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-heading);
}

.chargedock_impact_item p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-text);
}

@media (max-width: 991px) {
  .chargedock_about_visual {
    margin-top: 30px;
  }
  .chargedock_meta_visual {
    margin-bottom: 30px;
  }
}

/*======================================
    QZY Page Overrides
======================================*/
.qzy_details_page .project_feature_list {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .qzy_details_page .project_about_area .row > [class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .qzy_details_page .h-100 {
    height: auto !important;
  }
}


