/* =========================================================
   events-common_73b555ae-purged.css
   Shared section styles for all event detail pages
   (odoo-experience-*, tech-expo-*, etc.)
   ========================================================= */

/* ── Typography tokens (shared event title classes) ─────── */
.title_56 {
  font-size: 26px; line-height: 36px; font-weight: 700;
  font-family: "Montserrat", sans-serif; text-transform: capitalize;
}
@media (min-width: 768px)  { .title_56 { font-size: 38px; line-height: 48px; } }
@media (min-width: 1024px) { .title_56 { font-size: 40px; line-height: 50px; } }
@media (min-width: 1200px) { .title_56 { font-size: 48px; line-height: 56px; } }
@media (min-width: 1440px) { .title_56 { font-size: 50px; line-height: 60px; } }
@media (min-width: 1600px) { .title_56 { font-size: 56px; line-height: 66px; } }

.title_40 {
  font-size: 24px; line-height: 34px; font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px)  { .title_40 { font-size: 28px; line-height: 38px; } }
@media (min-width: 1024px) { .title_40 { font-size: 30px; line-height: 40px; } }
@media (min-width: 1200px) { .title_40 { font-size: 32px; line-height: 42px; } }
@media (min-width: 1600px) { .title_40 { font-size: 40px; line-height: 50px; } }

.title_32 {
  font-size: 20px; line-height: 20px; font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px)  { .title_32 { font-size: 22px; line-height: 22px; } }
@media (min-width: 1024px) { .title_32 { font-size: 26px; line-height: 26px; } }
@media (min-width: 1200px) { .title_32 { font-size: 28px; line-height: 28px; } }
@media (min-width: 1440px) { .title_32 { font-size: 30px; line-height: 30px; } }
@media (min-width: 1600px) { .title_32 { font-size: 32px; line-height: 32px; } }

.title_24 {
  font-weight: 600; font-family: "Hind", calibri;
  font-size: 18px; line-height: 30px;
}
@media (min-width: 1200px) { .title_24 { font-size: 20px; line-height: 32px; } }
@media (min-width: 1440px) { .title_24 { font-size: 24px; line-height: 36px; } }

.title_20 {
  font-size: 20px; line-height: 28px; font-weight: 700;
  font-family: "Montserrat", sans-serif; margin: 0;
}

/* ── Presenters / Meet Our Team ─────────────────────────── */
.presenters_section { padding: 55px 0; }
@media (max-width: 767px) { .presenters_section { padding: 40px 0; } }
.presenters_section .title_section {
  padding-bottom: 35px; font-size: 20px; line-height: 32px; font-weight: 500;
  max-width: 1006px; margin: 0 auto; text-align: center;
}
@media (max-width: 767px) { .presenters_section .title_section { padding-bottom: 28px; } }
.presenters_section .title_section .title_40 { max-width: 100%; flex: 0 0 100%; margin-bottom: 15px; }
@media (max-width: 767px) { .presenters_section .title_section .title_40 { margin-bottom: 10px; } }
.presenters_section .title_section p { font-size: 16px; line-height: 26px; font-weight: 500; color: #616161; }
@media (min-width: 1024px) { .presenters_section .title_section p { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .presenters_section .title_section p { font-size: 20px; line-height: 32px; } }
@media (min-width: 1200px) { .presenters_section .presenters_list { max-width: 970px; margin: 0 auto; } }
.presenters_section .presenters_list .list_box {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  margin: 0 -15px; justify-content: center;
}
.presenters_section .presenters_list .list_box .box_inner {
  padding: 0 15px; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px;
}
@media (min-width: 768px) {
  .presenters_section .presenters_list .list_box .box_inner { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-bottom: 30px; }
}
@media (min-width: 1024px) {
  .presenters_section .presenters_list .list_box .box_inner { padding: 0 10px; max-width: 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
}
@media (min-width: 1200px) { .presenters_section .presenters_list .list_box .box_inner { padding: 0 15px; } }
.presenters_section .presenters_list .list_box .box_inner:last-child { margin-bottom: 0; }
@media (min-width: 768px) {
  .presenters_section .presenters_list .list_box .box_inner:nth-last-child(2) { margin-bottom: 0; }
}
.presenters_section .presenters_list .list_box .box_inner .box {
  padding: 10px; background-color: #fafbfd; position: relative;
}
.presenters_section .presenters_list .list_box .box_inner .box > img {
  width: 100%; height: auto; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in;
}
.presenters_section .presenters_list .list_box .box_inner .box .list_desc {
  max-width: 280px; position: absolute; bottom: 10px; border-radius: 8px;
  background-color: #fff; width: 100%; left: 0; right: 0; margin: auto;
  padding: 9px 15px; -webkit-transition: all 0.26s ease-in; transition: all 0.26s ease-in;
  display: flex; align-items: flex-end; justify-content: space-between; text-align: left;
}
@media (min-width: 1024px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc { max-width: 250px; padding: 6px 9px; } }
@media (min-width: 1200px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc { max-width: 230px; padding: 9px 10px; } }
@media (min-width: 1280px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc { max-width: 240px; } }
@media (min-width: 1440px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc { max-width: 270px; padding: 9px 15px; } }
.presenters_section .presenters_list .list_box .box_inner .box .list_desc p {
  font-size: 15px; line-height: 24px; margin-bottom: 0; color: #263238;
}
.presenters_section .presenters_list .list_box .box_inner .box .list_desc span {
  display: block; font-size: 16px; line-height: 24px; font-weight: 600; text-transform: capitalize; color: #263238;
}
@media (min-width: 768px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc span { font-size: 18px; line-height: 26px; } }
@media (min-width: 1440px) { .presenters_section .presenters_list .list_box .box_inner .box .list_desc span { font-size: 20px; line-height: 28px; } }
.presenters_section .presenters_list .list_box .box_inner .box .list_desc::before {
  content: ""; position: absolute; left: 0; right: 0; margin: auto; top: -10px; width: 0; height: 0;
  border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff;
  opacity: 0; -webkit-transition: all 0.16s ease-in; transition: all 0.16s ease-in;
}
.presenters_section .presenters_list .list_box .box_inner .box .list_desc a {
  -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; top: -8px; position: relative;
}
.presenters_section .presenters_list .list_box .box_inner .box .list_desc a img { width: 22px; height: 22px; }
.presenters_section .presenters_list .list_box .box_inner .box:hover > img { filter: grayscale(1); }
.presenters_section .presenters_list .list_box .box_inner .box:hover .list_desc { bottom: 35px; }
.presenters_section .presenters_list .list_box .box_inner .box:hover .list_desc::before { opacity: 1; }
.presenters_section .presenters_list .list_box .box_inner .box:hover .list_desc a { filter: grayscale(1); }

/* ── Industries We Serve ─────────────────────────────────── */
.industries_serve_section { padding: 57px 0 70px; }
@media (max-width: 767px) { .industries_serve_section { padding: 40px 0; } }
.industries_serve_section .title_section {
  text-align: center; font-size: 16px; line-height: 26px; max-width: 1041px; margin: 0 auto;
}
@media (max-width: 767px) { .industries_serve_section .title_section { text-align: left; } }
@media (min-width: 1024px) { .industries_serve_section .title_section { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .industries_serve_section .title_section { font-size: 20px; line-height: 32px; } }
.industries_serve_section .title_section p { font-size: 16px; line-height: 26px; color: #616161; }
@media (min-width: 1024px) { .industries_serve_section .title_section p { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .industries_serve_section .title_section p { font-size: 20px; line-height: 32px; } }
.industries_serve_section .industries_details { margin: 27px auto 0; max-width: 920px; }
.industries_serve_section .industries_details .d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.industries_serve_section .industries_details .d-flex .title_18 { margin-top: 5px; font-family: "Hind", calibri; text-transform: capitalize; }
.industries_serve_section .industries_details .d-flex img { height: auto; width: auto; }
.industries_serve_section .industries_details .d-flex .box {
  padding: 22px 30px 29px; flex: 0 0 25%; max-width: 25%;
  text-align: center; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .industries_serve_section .industries_details .d-flex .box { flex: 0 0 50%; max-width: 50%; padding: 15px; }
  .industries_serve_section .industries_details .d-flex .box:nth-child(even) { border-right: 0; }
  .industries_serve_section .industries_details .d-flex .box:last-child,
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(4) { display: none; }
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(2) { border-right: 0; border-left: 1px solid #dddddd; }
}
@media (min-width: 768px) {
  .industries_serve_section .industries_details .d-flex .box:nth-child(4n) { border-right: 0; }
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(1),
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(2),
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(3),
  .industries_serve_section .industries_details .d-flex .box:nth-last-child(4) { border-bottom: 0; }
}

/* ── Booth / Find Us Here ────────────────────────────────── */
.booth_section {
  background-color: #011c36;
  padding: 72px 0 26px;
}
@media (max-width: 767px) { .booth_section { padding: 40px 0; } }
@media (min-width: 992px) {
  .booth_section {
    background-image: url('/wp-content/themes/biztech/dist/images/PPC_page/our_booth_bg_images.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.booth_section .booth_inner {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.booth_section .booth_inner .left {
  max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;
  font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .booth_section .booth_inner .left { font-size: 18px; line-height: 30px; max-width: 450px; -ms-flex: 0 0 450px; flex: 0 0 450px; margin-bottom: 0; }
}
@media (min-width: 1200px) { .booth_section .booth_inner .left { font-size: 20px; line-height: 32px; max-width: 500px; -ms-flex: 0 0 500px; flex: 0 0 500px; } }
@media (min-width: 1280px) { .booth_section .booth_inner .left { max-width: 530px; -ms-flex: 0 0 530px; flex: 0 0 530px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .left { max-width: 615px; -ms-flex: 0 0 615px; flex: 0 0 615px; } }
.booth_section .booth_inner .left p { font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 15px; }
@media (min-width: 1024px) { .booth_section .booth_inner .left p { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .booth_section .booth_inner .left p { font-size: 20px; line-height: 32px; } }
.booth_section .booth_inner .left .title_40 { color: #fff; margin-bottom: 20px; }
.booth_section .booth_inner .left .title_24 { font-weight: 600; font-family: "Hind", calibri; font-size: 18px; line-height: 30px; color: #fff; }
@media (min-width: 1200px) { .booth_section .booth_inner .left .title_24 { font-size: 20px; line-height: 32px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .left .title_24 { font-size: 24px; line-height: 36px; } }
.booth_section .booth_inner .left img { margin: 0; height: auto; }
@media (max-width: 767px) { .booth_section .booth_inner .left img { width: 240px; } }
@media (min-width: 768px) { .booth_section .booth_inner .left img { width: 50%; } }
@media (min-width: 1024px) { .booth_section .booth_inner .left img { width: 210px; } }
@media (min-width: 1200px) { .booth_section .booth_inner .left img { width: 200px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .left img { width: unset; } }
.booth_section .booth_inner .left .view_location_logo { width: fit-content; position: relative; }
.booth_section .booth_inner .left .view_location_logo .view_location {
  position: absolute; left: 44px; bottom: 10px;
}
@media (max-width: 767px) { .booth_section .booth_inner .left .view_location_logo .view_location { pointer-events: none; } }
@media (min-width: 768px) { .booth_section .booth_inner .left .view_location_logo .view_location { left: 33px; bottom: 7px; } }
@media (min-width: 1024px) { .booth_section .booth_inner .left .view_location_logo .view_location { left: 39px; bottom: 9px; } }
@media (min-width: 1200px) { .booth_section .booth_inner .left .view_location_logo .view_location { left: 34px; bottom: 8px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .left .view_location_logo .view_location { left: 65px; bottom: 14px; } }
.booth_section .booth_inner .right {
  max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;
  padding-left: 0; position: relative; padding-top: 20px;
}
@media (min-width: 1024px) {
  .booth_section .booth_inner .right { max-width: calc(100% - 450px); -ms-flex: 0 0 calc(100% - 450px); flex: 0 0 calc(100% - 450px); padding-left: 50px; }
}
@media (min-width: 1200px) { .booth_section .booth_inner .right { max-width: calc(100% - 500px); -ms-flex: 0 0 calc(100% - 500px); flex: 0 0 calc(100% - 500px); padding-left: 50px; } }
@media (min-width: 1280px) { .booth_section .booth_inner .right { padding-left: 125px; max-width: calc(100% - 530px); -ms-flex: 0 0 calc(100% - 530px); flex: 0 0 calc(100% - 530px); } }
@media (min-width: 1440px) { .booth_section .booth_inner .right { max-width: calc(100% - 615px); -ms-flex: 0 0 calc(100% - 615px); flex: 0 0 calc(100% - 615px); padding-left: 164px; } }
.booth_section .booth_inner .right::before {
  content: "";
  position: absolute;
  background-image: url('/wp-content/themes/biztech/dist/images/form_left_images.png');
  width: 307px; height: 307px; bottom: 135px; left: 0;
}
.booth_section .booth_inner .right .form_section {
  outline: 3px solid rgba(255,255,255,0.4);
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 38px 70px;
  position: relative; z-index: 1;
  -webkit-box-shadow: 0 20px 50px rgba(0,0,0,.04); box-shadow: 0 20px 50px rgba(0,0,0,.04);
}
@media (max-width: 767px) { .booth_section .booth_inner .right .form_section { padding: 20px; } }
@media (min-width: 1024px) { .booth_section .booth_inner .right .form_section { padding: 20px 25px 30px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .right .form_section { padding: 25px 38px 70px; } }
.booth_section .booth_inner .right .form_section .title_40 { margin-bottom: 40px; text-transform: capitalize; }
@media (max-width: 767px) { .booth_section .booth_inner .right .form_section .title_40 { margin-bottom: 25px; font-size: 20px; line-height: 30px; } }
@media (min-width: 1440px) { .booth_section .booth_inner .right .form_section .title_40 { margin-bottom: 30px; } }
@media (min-width: 1600px) { .booth_section .booth_inner .right .form_section .title_40 { margin-bottom: 40px; } }
.booth_section .booth_inner .right .form_section .form .wpcf7-form-control-wrap { margin-bottom: 20px; display: block; }
@media (min-width: 1600px) { .booth_section .booth_inner .right .form_section .form .wpcf7-form-control-wrap { margin-bottom: 30px; } }
.booth_section .booth_inner .right .form_section .form input[type="tel"],
.booth_section .booth_inner .right .form_section .form input[type="text"],
.booth_section .booth_inner .right .form_section .form input[type="email"],
.booth_section .booth_inner .right .form_section .form textarea {
  background-color: #f5f5f7; font-size: 16px; line-height: 28px; color: #616161;
  box-shadow: none; border-radius: 4px; padding: 8px 15px; width: 100%;
  border: 1px solid #ddd; outline: none;
}
.booth_section .booth_inner .right .form_section .form .contact-form-p {
  margin-top: 10px; color: #616161; font-size: 20px; line-height: 32px; font-weight: 500;
}
@media (max-width: 767px) { .booth_section .booth_inner .right .form_section .form .contact-form-p { font-size: 18px; line-height: 30px; } }
.booth_section .booth_inner .right .form_section .form .contact-form-p .arrow_right {
  font-size: 18px; line-height: 30px; color: #fa7429; margin-bottom: 5px;
  display: block; position: relative; padding-left: 26px;
}
.booth_section .booth_inner .right .form_section .form .contact-form-p .arrow_right::before {
  content: ""; position: absolute;
  background-image: url('/wp-content/themes/biztech/dist/images/PPC_page/or_right.svg');
  width: 16px; height: 12px; background-position: center; background-repeat: no-repeat; background-size: cover;
  left: 0; top: 0; bottom: 0; margin: auto;
}

/* ── ERP / Industry Solutions Slider ────────────────────── */
.outof_box_section {
  background: #011c36;
  padding: 40px 0;
}
@media (min-width: 992px) { .outof_box_section { padding: 40px 0 180px; } }
.outof_box_section .title_section {
  text-align: center; font-size: 16px; line-height: 26px; color: #fff;
  max-width: 1006px; margin: 0 auto 25px;
}
@media (max-width: 767px) { .outof_box_section .title_section { text-align: left; } }
@media (min-width: 1024px) { .outof_box_section .title_section { font-size: 18px; line-height: 30px; margin: 0 auto 25px; } }
@media (min-width: 1200px) { .outof_box_section .title_section { font-size: 20px; line-height: 32px; margin: 0 auto 54px; } }
.outof_box_section .title_section .title_40 { color: #fff; margin-bottom: 15px; }
.outof_box_section .title_section p { font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 0; }
@media (min-width: 1024px) { .outof_box_section .title_section p { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .outof_box_section .title_section p { font-size: 20px; line-height: 32px; } }
.outof_box_section .thebox_details .box_slider .item {
  border-radius: 20px; height: 100%;
}
@media (min-width: 1024px) { .outof_box_section .thebox_details .box_slider .item { padding-right: 20px; } }
@media (min-width: 1200px) { .outof_box_section .thebox_details .box_slider .item { padding-right: 50px; } }
.outof_box_section .thebox_details .box_slider .item.box-1 { background-color: #c86485; }
.outof_box_section .thebox_details .box_slider .item.box-2 { background-color: #bd8923; }
.outof_box_section .thebox_details .box_slider .item.box-3 { background-color: #39a075; }
.outof_box_section .thebox_details .box_slider .item.box-4 { background-color: #a5516b; }
.outof_box_section .thebox_details .box_slider .item.box-5 { background-color: #bd8923; }
.outof_box_section .thebox_details .box_slider .item.box-6 { background-color: #39a075; }
/* Tech Expo color variants */
.outof_box_section .thebox_details .box_slider .item.green-box { background-color: #0c9644; }
.outof_box_section .thebox_details .box_slider .item.blue-box  { background-color: #0b71b9; }
@media (min-width: 992px) {
  .outof_box_section .thebox_details .box_slider .item.box-2 { background-image: url('/wp-content/themes/biztech/dist/images/PPC_page/box-2.jpg'); background-size: cover; }
  .outof_box_section .thebox_details .box_slider .item.box-4 { background-image: url('/wp-content/themes/biztech/dist/images/PPC_page/box-4.jpg'); background-size: cover; }
}
.outof_box_section .thebox_details .box_slider .item .d-flex { height: 100%; }
.outof_box_section .thebox_details .box_slider .item .d-flex .left {
  padding: 20px; max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;
}
@media (min-width: 768px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left { padding: 35px 0 35px 50px; } }
@media (min-width: 1024px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left { padding: 25px 0 25px 40px; max-width: 580px; -ms-flex: 0 0 580px; flex: 0 0 580px; } }
@media (min-width: 1200px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left { padding: 50px 0 50px 70px; max-width: 672px; -ms-flex: 0 0 672px; flex: 0 0 672px; } }
@media (min-width: 1440px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left { padding: 75px 0 75px 93px; } }
.outof_box_section .thebox_details .box_slider .item .d-flex .left .title_32 { text-transform: capitalize; color: #fff; margin-bottom: 20px; }
.outof_box_section .thebox_details .box_slider .item .d-flex .left ul { list-style-type: none; padding: 0; margin: 0; }
.outof_box_section .thebox_details .box_slider .item .d-flex .left ul li {
  color: #fff; margin-bottom: 5px; font-size: 16px; line-height: 26px; font-weight: 400;
  position: relative; padding-left: 30px;
}
@media (max-width: 767px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left ul li { padding-left: 25px; } }
@media (min-width: 1024px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left ul li { font-size: 18px; line-height: 30px; } }
@media (min-width: 1440px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left ul li { font-size: 20px; line-height: 34px; } }
.outof_box_section .thebox_details .box_slider .item .d-flex .left ul li::before {
  content: ""; position: absolute;
  width: 21px; height: 22px;
  background-image: url('/wp-content/themes/biztech/dist/images/slider_arrow.svg');
  background-repeat: no-repeat; background-size: cover; background-position: center;
  left: 0; top: -1px; bottom: 0; margin: auto;
}
@media (max-width: 767px) { .outof_box_section .thebox_details .box_slider .item .d-flex .left ul li::before { top: 4px; bottom: auto; width: 16px; height: 16px; } }
.outof_box_section .thebox_details .box_slider .item .d-flex .right { display: none; }
@media (min-width: 1024px) {
  .outof_box_section .thebox_details .box_slider .item .d-flex .right {
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    max-width: calc(100% - 580px); -ms-flex: 0 0 calc(100% - 580px); flex: 0 0 calc(100% - 580px);
  }
}
@media (min-width: 1200px) {
  .outof_box_section .thebox_details .box_slider .item .d-flex .right { max-width: calc(100% - 672px); -ms-flex: 0 0 calc(100% - 672px); flex: 0 0 calc(100% - 672px); }
}
.outof_box_section .thebox_details .box_slider .item .d-flex .right img {
  margin-right: 0;
  width: auto;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .outof_box_section .thebox_details .box_slider .item .d-flex .right img { max-height: 280px; }
}
@media (min-width: 1440px) {
  .outof_box_section .thebox_details .box_slider .item .d-flex .right img { max-height: 340px; }
}
@media (min-width: 1600px) {
  .outof_box_section .thebox_details .box_slider .item .d-flex .right img { max-height: 380px; }
}

/* ── ERP slider native wrapper ────────────────────────────── */
.thebox_details { overflow: hidden; }
.outof_box_section .thebox_details { padding: 0 15px; }
@media (min-width: 1200px) { .outof_box_section .thebox_details { padding: 0 6%; } }
@media (min-width: 1440px) { .outof_box_section .thebox_details { padding: 0 8%; } }
.box_slider {
  display: flex;
  gap: 16px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.box_slider .item { flex: 0 0 100%; display: block; }

/* ── Happy Clients / Testimonials ───────────────────────── */
.happyclient_section { padding: 65px 0 90px; background-color: #fafbfd; }
@media (max-width: 767px) { .happyclient_section { padding: 40px 0; } }
.happyclient_section .container {
  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.happyclient_section .container .left { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
@media (min-width: 1024px) { .happyclient_section .container .left { max-width: 500px; -ms-flex: 0 0 500px; flex: 0 0 500px; } }
@media (min-width: 1340px) { .happyclient_section .container .left { max-width: 580px; -ms-flex: 0 0 580px; flex: 0 0 580px; } }
@media (min-width: 1440px) { .happyclient_section .container .left { max-width: 651px; -ms-flex: 0 0 651px; flex: 0 0 651px; } }
.happyclient_section .container .left .client_details {
  border-radius: 16px; border: 3px solid rgba(255,255,255,0.4);
  background: #fff; -webkit-box-shadow: 0 20px 50px rgba(0,0,0,.04); box-shadow: 0 20px 50px rgba(0,0,0,.04);
  position: relative;
}
.happyclient_section .container .left .client_details .item {
  padding: 20px 20px 40px;
}
@media (min-width: 768px) { .happyclient_section .container .left .client_details .item { padding: 40px 40px 60px; } }
@media (min-width: 1024px) { .happyclient_section .container .left .client_details .item { padding: 30px 30px 50px; } }
@media (min-width: 1200px) { .happyclient_section .container .left .client_details .item { padding: 50px 45px 50px; } }
@media (min-width: 1440px) { .happyclient_section .container .left .client_details .item { padding: 88px 78px 93px; } }
.happyclient_section .container .left .client_details .item .client_box { font-size: 18px; line-height: 30px; color: #616161; font-weight: 400; }
@media (max-width: 767px) { .happyclient_section .container .left .client_details .item .client_box { font-size: 16px; line-height: 26px; } }
.happyclient_section .container .left .client_details .item .client_box p {
  font-size: 18px; line-height: 30px; color: #616161; font-weight: 400;
  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7;
}
@media (max-width: 767px) { .happyclient_section .container .left .client_details .item .client_box p { font-size: 16px; line-height: 26px; } }
.happyclient_section .container .left .client_details .item .client_box .bottom_box { margin-top: 25px; }
@media (min-width: 768px) { .happyclient_section .container .left .client_details .item .client_box .bottom_box { margin-top: 40px; } }
@media (min-width: 1024px) { .happyclient_section .container .left .client_details .item .client_box .bottom_box { margin-top: 60px; } }
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex > img {
  width: 75px; max-width: 75px; -ms-flex: 0 0 75px; flex: 0 0 75px; border-radius: 50%; margin: 0; height: auto;
}
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right {
  max-width: calc(100% - 75px); -ms-flex: 0 0 calc(100% - 75px); flex: 0 0 calc(100% - 75px);
  padding-left: 10px; position: relative;
}
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right .title_20 { margin: 0; }
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right span {
  display: block; font-size: 18px; line-height: 30px; font-weight: 400; color: #616161;
}
@media (max-width: 767px) {
  .happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right span { font-size: 16px; line-height: 28px; }
}
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right .inner { margin-right: 130px; }
@media (max-width: 767px) { .happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right .inner { margin-right: 0; position: relative; z-index: 1; } }
@media (min-width: 1024px) { .happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right .inner { margin-right: 60px; } }
@media (min-width: 1200px) { .happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right .inner { margin-right: 130px; } }
.happyclient_section .container .left .client_details .item .client_box .bottom_box .d-flex .right::after {
  content: "";
  background-image: url('/wp-content/themes/biztech/dist/images/PPC_page/quote.svg');
  width: 95px; height: 70px; position: absolute; bottom: -5px; right: 37px;
  background-repeat: no-repeat; background-size: contain;
}
.happyclient_section .container .right {
  max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;
}
@media (min-width: 1024px) { .happyclient_section .container .right { max-width: calc(100% - 500px); -ms-flex: 0 0 calc(100% - 500px); flex: 0 0 calc(100% - 500px); } }
@media (min-width: 1340px) { .happyclient_section .container .right { max-width: calc(100% - 580px); -ms-flex: 0 0 calc(100% - 580px); flex: 0 0 calc(100% - 580px); } }
@media (min-width: 1440px) { .happyclient_section .container .right { max-width: calc(100% - 651px); -ms-flex: 0 0 calc(100% - 651px); flex: 0 0 calc(100% - 651px); } }
.happyclient_section .container .right .client_desc {
  margin: 40px 0 0;
}
@media (min-width: 768px) { .happyclient_section .container .right .client_desc { margin: 60px 0 0; } }
@media (min-width: 1024px) {
  .happyclient_section .container .right .client_desc {
    padding-left: 40px; margin: 0;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    height: 100%;
  }
}
@media (min-width: 1440px) { .happyclient_section .container .right .client_desc { padding-left: 83px; } }
.happyclient_section .container .right .client_desc .title_section p { color: #616161; font-size: 16px; line-height: 26px; font-weight: 400; }
@media (min-width: 1024px) { .happyclient_section .container .right .client_desc .title_section p { font-size: 18px; line-height: 30px; } }
@media (min-width: 1200px) { .happyclient_section .container .right .client_desc .title_section p { font-size: 20px; line-height: 32px; } }
.happyclient_section .container .right .client_desc .client_logo { margin-top: 30px; }
@media (min-width: 1024px) { .happyclient_section .container .right .client_desc .client_logo { margin-top: 0; } }
.happyclient_section .container .right .client_desc .client_logo .d-flex {
  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 1280px) { .happyclient_section .container .right .client_desc .client_logo .d-flex { margin: 0 -10px; } }
@media (min-width: 1600px) { .happyclient_section .container .right .client_desc .client_logo .d-flex { margin: 0 -20px; } }
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name { padding: 0 10px; max-width: 33.33%; }
@media (min-width: 1200px) { .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name { max-width: unset; } }
@media (min-width: 1600px) { .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name { padding: 0 20px; } }
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name img { height: auto; }
@media (max-width: 767px) { .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name img { width: 82%; } }
@media (max-width: 767px) { .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-2 img { width: 100%; } }
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-1,
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-2,
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-3 { margin-bottom: 40px; }
@media (min-width: 1024px) {
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-1,
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-2,
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-3 { margin-bottom: 20px; }
}
@media (min-width: 1200px) {
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-1,
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-2,
  .happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-3 { margin-bottom: 40px; }
}
.happyclient_section .container .right .client_desc .client_logo .d-flex .logo_name.logo-3 { margin-bottom: 20px; }

/* ── Testimonial fade (CSS grid stack) ─────────────────── */
.happyclient_section .client_slider {
  display: grid;
}
.happyclient_section .client_slider .item {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.happyclient_section .client_slider .item.active {
  opacity: 1;
  visibility: visible;
}
