.poket-template-page {
  --remigo-ink: #082f49;
  --remigo-primary: #0f766e;
  --remigo-primary-strong: #064e5f;
  --remigo-accent: #2563eb;
  --remigo-soft: #e8f7f5;
  --remigo-line: #bfe4df;
  overflow-x: clip;
}

.poket-template-page .logo a,
.poket-template-page .mobile_menu_logo a,
.poket-template-page .poket-description-area > a {
  align-items: center;
  display: inline-flex;
  text-decoration: none !important;
}

.poket-template-page .logo .remigo-logo {
  padding: 8px 0;
}

.poket-template-page .mobile_menu_logo .remigo-logo {
  justify-content: center;
  padding: 10px 0;
}

.poket-template-page .poket-description-area .remigo-logo {
  margin-bottom: 24px;
}

.poket-template-page .poket_brand_text {
  color: var(--remigo-ink);
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 28px 10px;
  text-align: center;
  text-decoration: none !important;
}

.poket-template-page .itsolution_brand_area2 .slide_items {
  background: rgb(255 255 255 / 0.08) !important;
  border: 1px solid rgb(255 255 255 / 0.18) !important;
  border-radius: 8px !important;
}

.poket-template-page .itsolution_brand_area2 .poket_brand_text {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgb(3 9 37 / 0.28) !important;
}

.poket-template-page .itsolution_brand_area2 a.poket_brand_text:hover,
.poket-template-page .itsolution_brand_area2 a.poket_brand_text:focus {
  color: #bff4ec !important;
}

.poket-template-page .footer-sociala-info a {
  color: inherit !important;
  text-decoration: none !important;
}

.poket-template-page .footer-sociala-info a:hover,
.poket-template-page .footer-sociala-info a:focus {
  color: #bff4ec !important;
}

.poket-template-page .itsolution2_swiper_area .witr_swiper_height::before {
  background: linear-gradient(
    90deg,
    rgb(3 9 37 / 0.72) 0%,
    rgb(3 9 37 / 0.46) 45%,
    rgb(3 9 37 / 0.12) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.poket-template-page .itsolution2_swiper_area .witr_sw_text_area {
  position: relative;
  z-index: 1;
}

.poket-template-page .itsolution2_swiper_area .witr_swiper_content {
  text-shadow: 0 1px 2px rgb(3 9 37 / 0.24);
}

.poket-template-page .itsolution2_swiper_area .em_slider_s2_image {
  filter: drop-shadow(0 22px 42px rgb(3 9 37 / 0.28));
  opacity: 0.88;
  right: -190px !important;
  top: 58% !important;
  width: min(47vw, 640px);
}

.poket-template-page .itsolution2_swiper_area .em_slider_s2_image img {
  height: auto;
  width: 100%;
}

.poket-template-page .remigo_scope_area {
  background:
    radial-gradient(circle at 12% 8%, rgb(15 118 110 / 0.09), transparent 32%),
    radial-gradient(circle at 88% 18%, rgb(37 99 235 / 0.08), transparent 30%),
    linear-gradient(180deg, rgb(244 250 252 / 0.96), #ffffff 62%);
  border-top: 1px solid rgb(8 47 73 / 0.08);
  padding: clamp(78px, 8vw, 116px) 0 clamp(74px, 7vw, 98px);
}

.poket-template-page .remigo_scope_header {
  align-items: end;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  margin-bottom: 36px;
}

.poket-template-page .remigo_scope_intro {
  max-width: 690px;
}

.poket-template-page .remigo_scope_intro .witr_section_title {
  margin-bottom: 0;
}

.poket-template-page .remigo_scope_intro .witr_section_title_inner h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  margin-bottom: 20px;
  max-width: 650px;
  text-wrap: balance;
}

.poket-template-page .remigo_scope_intro .witr_section_title_inner p,
.poket-template-page .remigo_automation_intro p {
  color: #31506a;
  font-size: 17px;
  line-height: 1.72;
  max-width: 68ch;
  text-wrap: pretty;
}

.poket-template-page .remigo_scope_summary {
  background:
    linear-gradient(135deg, rgb(8 47 73 / 0.98), rgb(5 83 93 / 0.98));
  border-radius: 8px;
  color: #ffffff;
  padding: 26px;
}

.poket-template-page .remigo_scope_summary strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.poket-template-page .remigo_scope_summary p {
  color: rgb(255 255 255 / 0.84);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.poket-template-page .remigo_scope_summary_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.poket-template-page .remigo_scope_summary_row span {
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 13px;
}

.poket-template-page .remigo_module_grid {
  background: #ffffff;
  border: 1px solid rgb(8 47 73 / 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.poket-template-page .remigo_module_card {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 124px;
  padding: 22px;
}

.poket-template-page .remigo_module_card:not(:nth-child(3n)) {
  border-right: 1px solid rgb(8 47 73 / 0.08);
}

.poket-template-page .remigo_module_card:nth-child(n + 4) {
  border-top: 1px solid rgb(8 47 73 / 0.08);
}

.poket-template-page .remigo_module_card:last-child {
  border-right: 0;
  grid-column: 1 / -1;
  min-height: 104px;
}

.poket-template-page .remigo_module_mark,
.poket-template-page .remigo_automation_mark {
  align-items: center;
  background: var(--remigo-soft);
  border: 1px solid var(--remigo-line);
  border-radius: 8px;
  color: var(--remigo-primary);
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.poket-template-page .remigo_module_mark i,
.poket-template-page .remigo_automation_mark i {
  color: var(--remigo-primary) !important;
  font-size: 17px;
}

.poket-template-page .remigo_module_card h4 {
  color: var(--remigo-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 6px;
}

.poket-template-page .remigo_module_card p {
  color: #3b5871;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.poket-template-page .remigo_automation_panel {
  align-items: start;
  background:
    linear-gradient(135deg, rgb(8 47 73 / 0.98), rgb(9 93 98 / 0.96)),
    linear-gradient(90deg, rgb(255 255 255 / 0.08), transparent);
  border-radius: 8px;
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  margin-top: 34px;
  padding: clamp(28px, 4vw, 42px);
}

.poket-template-page .remigo_automation_intro h3 {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 18px;
  text-wrap: balance;
}

.poket-template-page .remigo_automation_panel .remigo_automation_intro p {
  color: rgb(255 255 255 / 0.78);
  margin: 0;
}

.poket-template-page .remigo_automation_list {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.poket-template-page .remigo_automation_list li {
  align-items: start;
  display: flex;
  gap: 14px;
  min-width: 0;
  padding: 0;
}

.poket-template-page .remigo_automation_panel .remigo_automation_mark {
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(255 255 255 / 0.18);
  color: #bff4ec;
}

.poket-template-page .remigo_automation_panel .remigo_automation_mark i {
  color: #bff4ec !important;
}

.poket-template-page .remigo_automation_list strong {
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 6px;
}

.poket-template-page .remigo_automation_list p {
  color: rgb(255 255 255 / 0.76);
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}

.poket-template-page .nav-tabs .nav-link.active,
.poket-template-page .nav-tabs .nav-link:hover {
  background-color: var(--remigo-primary) !important;
  color: #ffffff !important;
}

.poket-template-page .nav-tabs .nav-link strong,
.poket-template-page .nav-tabs .nav-link i {
  color: var(--remigo-primary) !important;
}

.poket-template-page .nav-tabs .nav-link.active strong,
.poket-template-page .nav-tabs .nav-link.active i,
.poket-template-page .nav-tabs .nav-link:hover strong,
.poket-template-page .nav-tabs .nav-link:hover i {
  color: #ffffff !important;
}

.poket-template-page a:hover,
.poket-template-page .poket_menu > ul > li > a:hover,
.poket-template-page .poket_menu > ul > li.current > a,
.poket-template-page .top-address p span i,
.poket-template-page .top-address p a i,
.poket-template-page .top-right-menu ul.social-icons li a:hover,
.poket-template-page .witr_section_title_inner h1 span,
.poket-template-page .witr_section_title_inner h2 span,
.poket-template-page .witr_section_title_inner h3 span,
.poket-template-page .witr_swiper_content h1 span,
.poket-template-page .witr_swiper_content h2 span,
.poket-template-page .witr_swiper_content h3 span,
.poket-template-page .itsolution2_swiper_area .witr_swiper_content h1 span,
.poket-template-page .itsolution2_swiper_area .witr_swiper_content h2 span,
.poket-template-page .itsolution2_swiper_area .witr_swiper_content h3 span,
.poket-template-page .itsolution2_swiper_area .tx_svd_icon i,
.poket-template-page .em-service-icon i,
.poket-template-page .service_top_text i,
.poket-template-page .serIcon i,
.poket-template-page .witr_tab_icona i,
.poket-template-page .witr_widget_list ul li span.witr_list_icon i,
.poket-template-page .witri_texti_list ul li i,
.poket-template-page .service_list_op ul li i,
.poket-template-page .footer-sociala-icon i {
  color: var(--remigo-primary) !important;
}

.poket-template-page .witr_section_title_inner h2 {
  background-color: var(--remigo-soft) !important;
  color: var(--remigo-primary) !important;
}

.poket-template-page .dtbtn,
.poket-template-page a.dtbtn,
.poket-template-page .witr_btn,
.poket-template-page .witr_btn.active:hover,
.poket-template-page .slider_btn .witr_btn.active:hover,
.poket-template-page .witr_btnp_color a.btn,
.poket-template-page .witr_btnp_color .btn,
.poket-template-page .contact_page_button .btn,
.poket-template-page .poket_button a,
.poket-template-page .progress-bar,
.poket-template-page .mean-container .mean-bar,
.poket-template-page .mean-container .mean-nav,
.poket-template-page .slick-dots li.slick-active button,
.poket-template-page .owl-dot.active,
.poket-template-page .owl-dot:hover,
.poket-template-page .tx_svd_icon {
  background: var(--remigo-primary) !important;
  background-color: var(--remigo-primary) !important;
}

.poket-template-page .dtbtn:hover,
.poket-template-page a.dtbtn:hover,
.poket-template-page .witr_btn:hover,
.poket-template-page .witr_btnp_color a.btn:hover,
.poket-template-page .witr_btnp_color .btn:hover,
.poket-template-page .contact_page_button .btn:hover,
.poket-template-page .poket_button a:hover {
  background: var(--remigo-primary-strong) !important;
  background-color: var(--remigo-primary-strong) !important;
  color: #ffffff !important;
}

.poket-template-page .after_btn.witr_btn:after,
.poket-template-page .witr_btnp_color a.btn,
.poket-template-page .witr_btnp_color .btn,
.poket-template-page .contact_page_button .btn,
.poket-template-page .nav-tabs .nav-link.active,
.poket-template-page .nav-tabs .nav-link:hover,
.poket-template-page .twr_form_box input:focus,
.poket-template-page .twr_form_box textarea:focus {
  border-color: var(--remigo-primary) !important;
}

.poket-template-page .pricing_top_box,
.poket-template-page .pricing_bg_img2,
.poket-template-page .itsolution_brand_area2,
.poket-template-page .call_action_area2 {
  background-color: var(--remigo-primary-strong) !important;
}

.poket-template-page .itsolution_02_area {
  background-image:
    linear-gradient(180deg, rgb(244 250 252 / 0.82), rgb(244 250 252 / 0.92)),
    url("/poket/assets/images/remigo/operation-section-bg-v2.svg?v=20260705j") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.poket-template-page .itsolution_tab_area.itsolution_02_area {
  background-color: #eef8fa !important;
  position: relative;
}

.poket-template-page .itsolution_tab_area .witr_section_title_inner p {
  color: #31506a;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.poket-template-page .itsolution_tab_area .witr_adv_tab_content.witr_tab_content1 {
  background: #ffffff;
  border: 1px solid rgb(8 47 73 / 0.08);
  border-radius: 8px;
}

.poket-template-page .itsolution_tab_area .tab_img_inner img {
  background: #082f49;
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.poket-template-page .pricing_top_box,
.poket-template-page .pricing_plan_launch {
  background-image:
    linear-gradient(135deg, rgb(8 47 73 / 0.68), rgb(15 118 110 / 0.56)),
    url("/poket/assets/images/remigo/pricing-launch.svg?v=20260705j") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.poket-template-page .pricing_plan_growth,
.poket-template-page .pricing_bg_img2 {
  background-image:
    linear-gradient(135deg, rgb(15 118 110 / 0.6), rgb(37 99 235 / 0.52)),
    url("/poket/assets/images/remigo/pricing-growth.svg?v=20260705j") !important;
}

.poket-template-page .pricing_plan_scale {
  background-image:
    linear-gradient(135deg, rgb(8 47 73 / 0.66), rgb(15 118 110 / 0.52)),
    url("/poket/assets/images/remigo/pricing-scale.svg?v=20260705j") !important;
}

.poket-template-page .pricing_plan_area .witr_section_title {
  margin-bottom: 22px !important;
}

.poket-template-page .pricing_plan_area .witr_section_title_inner p {
  color: #31506a;
  font-size: 17px;
  line-height: 1.68;
  margin: 18px auto 0;
  max-width: 820px;
}

.poket-template-page .remigo_pricing_notes {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 38px;
  max-width: 1040px;
}

.poket-template-page .remigo_pricing_note {
  background: rgb(244 250 252);
  border: 1px solid rgb(8 47 73 / 0.1);
  border-radius: 8px;
  padding: 20px 22px;
  text-align: left;
}

.poket-template-page .remigo_pricing_note strong {
  color: var(--remigo-ink);
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
}

.poket-template-page .remigo_pricing_note p {
  color: #3b5871;
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}

.poket-template-page .pricing_area {
  height: calc(100% - 20px);
}

.poket-template-page .pricing-part {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.poket-template-page .witri_texti_list {
  flex: 1 1 auto;
}

.poket-template-page .pricing-part ul {
  padding: 42px 30px 0 50px;
}

.poket-template-page .witri_texti_list ul li {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.poket-template-page .pricing_style_6 .witr_btnp_color {
  padding-top: 28px;
}

.poket-template-page .call2_inner {
  background-image:
    linear-gradient(90deg, rgb(8 47 73 / 0.9), rgb(8 47 73 / 0.68)),
    url("/poket/assets/images/remigo/cta-routing-bg.jpg?v=20260705d") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 8px !important;
  margin: 0 !important;
  padding: clamp(34px, 5vw, 58px) clamp(24px, 5vw, 56px) !important;
  width: 100% !important;
}

.poket-template-page .call_action_area2 {
  background:
    linear-gradient(180deg, #ffffff 0%, rgb(244 250 252) 100%) !important;
  padding: clamp(64px, 7vw, 96px) 0 0 !important;
}

.poket-template-page .call2_inner .cal_to_toggole {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  justify-content: space-between !important;
  padding: 0 !important;
}

.poket-template-page .call2_inner .poket_content h5 {
  color: rgb(255 255 255 / 0.82) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin: 0 0 12px !important;
}

.poket-template-page .call2_inner .poket_content h2 {
  color: #ffffff !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  line-height: 1.14 !important;
  margin: 0 !important;
  max-width: 760px !important;
}

.poket-template-page .call2_inner .poket_button {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.poket-template-page .call2_inner .poket_button a {
  border-radius: 8px !important;
  min-height: 54px !important;
  padding: 17px 30px !important;
  white-space: nowrap !important;
}

.poket-template-page .itsolution_choose_area2 .choose_content_inner {
  background-image:
    linear-gradient(90deg, rgb(8 47 73 / 0.72), rgb(8 47 73 / 0.88)),
    url("/poket/assets/images/remigo/whitelabel-panel-bg-specific.jpg?v=20260705d") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.poket-template-page .footer-middle,
.poket-template-page .witrfm_area {
  background-color: var(--remigo-ink) !important;
}

.poket-template-page .witrfm_area {
  background-image:
    linear-gradient(90deg, rgb(8 47 73 / 0.96), rgb(8 47 73 / 0.82)),
    url("/poket/assets/images/remigo/footer-demo-bg.jpg?v=20260705d") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.poket-template-page .pricing-part:hover,
.poket-template-page .witr_service_10:hover,
.poket-template-page .em-service2:hover {
  border-color: var(--remigo-line) !important;
}

.poket-template-page .witr_percent {
  color: var(--remigo-primary) !important;
}

.poket-template-page .itsolution_choose_area2 .row {
  align-items: stretch;
}

.poket-template-page .itsolution_choose_area2 .choose_img_inner,
.poket-template-page .itsolution_choose_area2 .choose_img_inner .single_image_area,
.poket-template-page .itsolution_choose_area2 .choose_img_inner .single_image {
  height: 100%;
}

.poket-template-page .itsolution_choose_area2 .choose_img_inner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.poket-template-page .remigo_white_label_area {
  background:
    linear-gradient(180deg, rgb(244 250 252) 0%, #ffffff 100%);
  overflow: hidden;
  padding: clamp(76px, 8vw, 118px) 0;
}

.poket-template-page .remigo_white_label_grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.poket-template-page .remigo_white_label_copy {
  max-width: 590px;
}

.poket-template-page .remigo_white_label_kicker {
  color: var(--remigo-primary);
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
}

.poket-template-page .remigo_white_label_copy h2 {
  color: var(--remigo-ink);
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.03;
  margin: 0 0 24px;
}

.poket-template-page .remigo_white_label_copy > p {
  color: #31506a;
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 34px;
}

.poket-template-page .remigo_white_label_points {
  border-bottom: 1px solid rgb(8 47 73 / 0.1);
  border-top: 1px solid rgb(8 47 73 / 0.1);
}

.poket-template-page .remigo_white_label_point {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 18px 0;
}

.poket-template-page .remigo_white_label_point + .remigo_white_label_point {
  border-top: 1px solid rgb(8 47 73 / 0.1);
}

.poket-template-page .remigo_white_label_point > span {
  align-items: center;
  background: var(--remigo-soft);
  border: 1px solid var(--remigo-line);
  border-radius: 8px;
  color: var(--remigo-primary);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.poket-template-page .remigo_white_label_point i {
  color: var(--remigo-primary) !important;
  font-size: 15px;
}

.poket-template-page .remigo_white_label_point strong {
  color: var(--remigo-ink);
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 6px;
}

.poket-template-page .remigo_white_label_point p {
  color: #3b5871;
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}

.poket-template-page .remigo_white_label_action .witr_btn {
  margin-top: 32px !important;
}

.poket-template-page .remigo_white_label_visual {
  background:
    linear-gradient(145deg, rgb(45 212 191 / 0.18), transparent 36%),
    linear-gradient(135deg, #06243a 0%, #063f55 48%, #075f67 100%);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 8px;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.poket-template-page .remigo_white_label_visual::before {
  background:
    linear-gradient(90deg, transparent, rgb(255 255 255 / 0.08), transparent),
    linear-gradient(180deg, transparent, rgb(255 255 255 / 0.08), transparent);
  content: "";
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}

.poket-template-page .remigo_visual_topline {
  align-items: center;
  color: rgb(255 255 255 / 0.72);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  inset: 28px 30px auto;
  justify-content: space-between;
  line-height: 1.2;
  position: absolute;
  z-index: 2;
}

.poket-template-page .remigo_tenant_stack {
  display: grid;
  gap: 18px;
  left: clamp(22px, 4vw, 46px);
  position: absolute;
  top: 92px;
  width: min(38%, 280px);
  z-index: 2;
}

.poket-template-page .remigo_tenant_card {
  background: #ffffff;
  border-radius: 8px;
  color: var(--remigo-ink);
  padding: 18px 20px 17px;
  position: relative;
}

.poket-template-page .remigo_tenant_card::after {
  background: var(--tenant-color, var(--remigo-primary));
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.poket-template-page .remigo_tenant_card:nth-child(2) {
  --tenant-color: #2563eb;
  margin-left: 34px;
}

.poket-template-page .remigo_tenant_card:nth-child(3) {
  --tenant-color: #65a30d;
  margin-left: 68px;
}

.poket-template-page .remigo_tenant_card strong,
.poket-template-page .remigo_tenant_card span,
.poket-template-page .remigo_tenant_card small {
  display: block;
}

.poket-template-page .remigo_tenant_card strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
}

.poket-template-page .remigo_tenant_card span {
  color: #31506a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.poket-template-page .remigo_tenant_card small {
  color: #547089;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 10px;
}

.poket-template-page .remigo_core_panel {
  background: rgb(3 9 37 / 0.74);
  border: 1px solid rgb(45 212 191 / 0.28);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 28px;
  position: absolute;
  right: clamp(28px, 5vw, 64px);
  top: 214px;
  width: min(38%, 270px);
  z-index: 2;
}

.poket-template-page .remigo_core_panel strong {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 8px;
}

.poket-template-page .remigo_core_panel span {
  background: rgb(15 118 110 / 0.9);
  border-radius: 8px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 11px 14px;
  text-align: center;
}

.poket-template-page .remigo_core_panel span:nth-child(3),
.poket-template-page .remigo_core_panel span:nth-child(5) {
  background: rgb(8 47 73 / 0.94);
}

.poket-template-page .remigo_variable_panel {
  background: rgb(255 255 255 / 0.13);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  position: absolute;
  right: 34px;
  top: 62px;
  width: 210px;
  z-index: 2;
}

.poket-template-page .remigo_variable_panel strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 4px;
}

.poket-template-page .remigo_variable_panel span {
  color: rgb(255 255 255 / 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .poket-template-page .remigo_module_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poket-template-page .remigo_module_card:not(:nth-child(3n)) {
    border-right: 0;
  }

  .poket-template-page .remigo_module_card:nth-child(n + 4) {
    border-top: 0;
  }

  .poket-template-page .remigo_module_card:nth-child(odd) {
    border-right: 1px solid rgb(8 47 73 / 0.08);
  }

  .poket-template-page .remigo_module_card:nth-child(n + 3) {
    border-top: 1px solid rgb(8 47 73 / 0.08);
  }

  .poket-template-page .remigo_module_card:last-child {
    grid-column: auto;
  }

  .poket-template-page .remigo_white_label_grid {
    grid-template-columns: 1fr;
  }

  .poket-template-page .remigo_white_label_copy {
    max-width: 760px;
  }

  .poket-template-page .remigo_white_label_visual {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip;
  }

  .poket-template-page .container,
  .poket-template-page .row {
    max-width: 100%;
  }

  .poket-template-page .mobile_logo_area {
    background: #ffffff !important;
    border-bottom: 1px solid rgb(8 47 73 / 0.08);
  }

  .poket-template-page .mobile_menu_logo.text-center {
    padding: 16px 0 13px !important;
  }

  .poket-template-page .mobile_menu_logo .remigo-logo {
    padding: 0 !important;
  }

  .poket-template-page .mobile_menu_logo .remigo-logo__mark {
    height: 2.15rem;
    width: 2.15rem;
  }

  .poket-template-page .mobile_menu_logo .remigo-logo__word {
    font-size: 1.42rem;
    letter-spacing: 0;
  }

  .poket-template-page .mean-container .mean-bar {
    align-items: center;
    background: linear-gradient(90deg, #0f766e 0%, #064e5f 100%) !important;
    box-sizing: border-box !important;
    display: flex;
    min-height: 60px !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .poket-template-page .mean-container .mean-bar::before,
  .poket-template-page .mean-container .mean-bar::after {
    content: "" !important;
    display: none !important;
  }

  .poket-template-page .mean-container a.meanmenu-reveal {
    align-items: center !important;
    background: rgb(255 255 255 / 0.12) !important;
    border: 1px solid rgb(255 255 255 / 0.18) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    height: 42px !important;
    justify-content: center !important;
    padding: 0 !important;
    position: absolute !important;
    right: 18px !important;
    text-indent: 0 !important;
    top: 9px !important;
    width: 48px !important;
  }

  .poket-template-page .mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
    border-radius: 999px;
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    width: 22px !important;
  }

  .poket-template-page .mean-container a.meanmenu-reveal.meanclose {
    background: var(--remigo-primary) !important;
    border-color: var(--remigo-primary) !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  .poket-template-page .mean-container a.meanmenu-reveal.meanclose::before,
  .poket-template-page .mean-container a.meanmenu-reveal.meanclose::after {
    background: #ffffff !important;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 12px;
    position: absolute;
    top: 20px;
    width: 22px;
  }

  .poket-template-page .mean-container a.meanmenu-reveal.meanclose::before {
    transform: rotate(45deg);
  }

  .poket-template-page .mean-container a.meanmenu-reveal.meanclose::after {
    transform: rotate(-45deg);
  }

  .poket-template-page .mean-container .mean-nav ul li a {
    color: var(--remigo-ink) !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_height {
    background-image:
      linear-gradient(180deg, rgb(3 9 37 / 0.86) 0%, rgb(3 9 37 / 0.82) 46%, rgb(8 47 73 / 0.9) 100%),
      url("/poket/assets/images/remigo/hero-operations-room.jpg?v=20260705l") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto !important;
    min-height: calc(100svh - 119px) !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_height::before {
    background:
      radial-gradient(circle at 50% 8%, rgb(45 212 191 / 0.18), transparent 36%),
      linear-gradient(180deg, rgb(3 9 37 / 0.12), rgb(3 9 37 / 0.42));
  }

  .poket-template-page .itsolution2_swiper_area .witr_sw_text_area {
    height: auto !important;
    padding: 66px 18px 70px !important;
    width: 100% !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_content {
    margin: 0 auto !important;
    max-width: 350px;
    top: auto !important;
    transform: none !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_content h1 {
    display: block !important;
    font-size: clamp(25px, 7vw, 31px) !important;
    line-height: 1.12 !important;
    margin: 0 0 16px !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_content h2,
  .poket-template-page .itsolution2_swiper_area .witr_swiper_content h3 {
    font-size: clamp(40px, 11vw, 50px) !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    text-wrap: balance;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_content h3 {
    margin-top: 4px !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_swiper_content p {
    font-size: 18px !important;
    line-height: 1.58 !important;
    margin: 24px auto 0 !important;
    max-width: 34ch;
    text-wrap: pretty;
    width: 100% !important;
  }

  .poket-template-page .itsolution2_swiper_area .slider_btn {
    margin-top: 32px !important;
  }

  .poket-template-page .itsolution2_swiper_area .witr_btn {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 16px 28px !important;
    width: min(100%, 310px) !important;
  }

  .poket-template-page .itsolution2_swiper_area .em_slider_s2_image {
    display: none !important;
  }

  .poket-template-page .call_action_area2 {
    padding: 56px 0 0 !important;
  }

  .poket-template-page .call2_inner {
    padding: 30px 18px !important;
  }

  .poket-template-page .call2_inner .cal_to_toggole {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .poket-template-page .call2_inner .poket_content h2 {
    font-size: 24px !important;
  }

  .poket-template-page .call2_inner .poket_button,
  .poket-template-page .call2_inner .poket_button a {
    width: 100% !important;
  }

  .poket-template-page .call2_inner .poket_button a {
    display: inline-flex !important;
    justify-content: center !important;
  }

  #scrollUp,
  .scroll_top,
  .txbd_scroll_top {
    border-radius: 8px !important;
    bottom: 14px !important;
    font-size: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    right: 10px !important;
    width: 40px !important;
    z-index: 30 !important;
  }

  .poket-template-page .remigo_scope_area {
    padding: 72px 0 64px;
  }

  .poket-template-page .remigo_scope_header,
  .poket-template-page .remigo_automation_panel {
    grid-template-columns: 1fr;
  }

  .poket-template-page .remigo_scope_header {
    gap: 24px;
    margin-bottom: 28px;
  }

  .poket-template-page .remigo_scope_intro .witr_section_title_inner h3 {
    font-size: 34px;
  }

  .poket-template-page .remigo_scope_summary,
  .poket-template-page .remigo_automation_panel {
    padding: 22px;
  }

  .poket-template-page .remigo_module_grid {
    grid-template-columns: 1fr;
  }

  .poket-template-page .remigo_module_card {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: auto;
    padding: 17px 16px;
  }

  .poket-template-page .remigo_module_card:not(:nth-child(3n)),
  .poket-template-page .remigo_module_card:nth-child(odd) {
    border-right: 0;
  }

  .poket-template-page .remigo_module_card:nth-child(n + 3),
  .poket-template-page .remigo_module_card:nth-child(n + 4) {
    border-top: 0;
  }

  .poket-template-page .remigo_module_card:nth-child(n + 2) {
    border-top: 1px solid rgb(8 47 73 / 0.08);
  }

  .poket-template-page .remigo_automation_panel {
    gap: 24px;
    margin-top: 28px;
  }

  .poket-template-page .remigo_automation_list {
    grid-template-columns: 1fr;
  }

  .poket-template-page .remigo_pricing_notes {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .poket-template-page .pricing-part ul {
    padding: 34px 24px 0 34px;
  }

  .poket-template-page .remigo_white_label_area {
    padding: 64px 0;
  }

  .poket-template-page .remigo_white_label_copy h2 {
    font-size: 34px;
  }

  .poket-template-page .remigo_white_label_copy > p {
    font-size: 16px;
  }

  .poket-template-page .remigo_white_label_visual {
    display: grid;
    gap: 16px;
    margin-top: 34px;
    min-height: 0;
    padding: 20px;
  }

  .poket-template-page .remigo_white_label_visual::before {
    display: none;
  }

  .poket-template-page .remigo_visual_topline,
  .poket-template-page .remigo_tenant_stack,
  .poket-template-page .remigo_core_panel,
  .poket-template-page .remigo_variable_panel {
    inset: auto !important;
    position: static !important;
    width: 100% !important;
  }

  .poket-template-page .remigo_visual_topline {
    gap: 12px;
  }

  .poket-template-page .remigo_tenant_card:nth-child(2),
  .poket-template-page .remigo_tenant_card:nth-child(3) {
    margin-left: 0;
  }

  .poket-template-page .remigo_core_panel {
    padding: 22px;
  }

  .poket-template-page .witr_single_progress {
    overflow: visible;
  }

  .poket-template-page .witr_title2 .witr_label {
    line-height: 1.35;
    margin-bottom: 8px;
    max-width: 68%;
  }

  .poket-template-page .witr_progress-style2 .witr_percent {
    right: -42px;
    top: -31px;
  }
}

body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link.active,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link.active.show,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link:hover {
  background: var(--remigo-primary) !important;
  background-color: var(--remigo-primary) !important;
  border-color: var(--remigo-primary) !important;
  color: #ffffff !important;
}

body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link.active strong,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link.active i,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link:hover strong,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link:hover i {
  color: #ffffff !important;
}

body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link:not(.active) strong,
body .poket-template-page .witr_adv_tab_menu .nav-tabs .nav-link:not(.active) i,
body .poket-template-page .service_list_op ul li i,
body .poket-template-page .service_list_op ul li a:hover,
body .poket-template-page .contact_area2 .witr_text_widget_inner h1,
body .poket-template-page .contact_area2 .witr_widget_list i,
body .poket-template-page .contact_area2 .all_icon_color i,
body .poket-template-page .apartment_text h1,
body .poket-template-page .footer-sociala-icon i {
  color: var(--remigo-primary) !important;
}

body .poket-template-page .contact_area2 .all_icon_color i {
  background-color: var(--remigo-soft) !important;
}

body .poket-template-page .itsolution_service_area2 .serIcon i,
body .poket-template-page .itsolution_service_area2 .witr_service_10:hover .serIcon i {
  background: var(--remigo-primary) !important;
  background-color: var(--remigo-primary) !important;
  border-color: var(--remigo-primary) !important;
  color: #ffffff !important;
}

body .poket-template-page .witr_apartment_form .btn,
body .poket-template-page .contact_page_button .btn,
body .poket-template-page .witr_btn,
body .poket-template-page .witr_btnp_color a.btn,
body .poket-template-page .poket_button a {
  background: var(--remigo-primary) !important;
  background-color: var(--remigo-primary) !important;
  border-color: var(--remigo-primary) !important;
}

body .poket-template-page .witr_apartment_form .btn:hover,
body .poket-template-page .contact_page_button .btn:hover,
body .poket-template-page .witr_btn:hover,
body .poket-template-page .witr_btnp_color a.btn:hover,
body .poket-template-page .poket_button a:hover {
  background: var(--remigo-primary-strong) !important;
  background-color: var(--remigo-primary-strong) !important;
  border-color: var(--remigo-primary-strong) !important;
}

#scrollUp,
.scroll_top,
.txbd_scroll_top {
  background: #0f766e !important;
  background-color: #0f766e !important;
}

#scrollUp:hover,
.scroll_top:hover,
.txbd_scroll_top:hover {
  background: #064e5f !important;
  background-color: #064e5f !important;
}
