.bg-grey {
  background-color: #f6f6f6;
}
.my30 {
  margin:  30px 0;
}
.py20 {
  padding: 20px 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt10 {
  margin-top: 10px;
}
.r10 {
  border-radius: 10px;
}
span.obold {
  color: var(--color-primary);
  font-weight: 800;
}
span.cpri {
  color: var(--color-primary);
  /*font-size: var(--h4);*/
  line-height: 1.2;
}
span.year {
  font-size: 14px;
}
img.footer-logo {
  margin-bottom: 30px;
}
.smslogan {
  font-style: italic;
  margin-bottom: 30px;
}
/**floating button**/
.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}

.floating_btn:hover {
  transform: scale(1.1); /* Scale up on hover for a visual effect */
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/**end floating button**/
img.header-logo {
    width: 120px;
    max-width: 100%;
}
.rts-sidebar-menu-desktop img.logo {
    width: 260px;
    max-width: 100%;
}

.footer-bg-orange {
    margin: auto;
    /*border-radius: 100px 100px 0 0;*/
    background: #F79647;
    background: linear-gradient(180deg,rgba(247, 150, 71, 1) 36%, rgba(255, 123, 0, 1) 100%);
}
.footer-bg-orange h5,
.footer-bg-orange p,
.footer-bg-orange a, 
.footer-bg-orange span {
  color: #fff !important;
}
p.slogan {
  font-size: 22px;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.iconb {
  max-width: 100%;
  width: 20px;
  height: auto;
}

.contact-info-3 .icon {
  background: #ffffff;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50px;
}

.contact-info-3 .icon {
  background: #ffffff;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50px;
  align-items: center;
  line-height: 60px;
}

.contact-info-3 .icon i {
    color: #f79647;
    font-size: 20px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.contact-info-3 .icon {
  margin:  20px auto 10px;
}

span.fstrong {
  font-weight: 800;
}
a.ftel {
  font-size: 32px;
  font-weight: 800;
}
.iconw {
  max-width: 100%;
  height: auto;
  width: 100px;
  background: #fff;
  padding: 10px;
  border: 2px solid #f79647;
  border-radius: 50px;
}

.cta-btn {
    background: linear-gradient(90deg, #FF8A00 0%, #FF6A00 100%);
    padding: 14px 32px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
}
.cta-btn.secondary {
    background: #fff;
    border: 2px solid #FF7A00;
    color: #FF7A00;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5); /* semi-transparent */
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* optional arrow icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}

p.phlp {
  font-size: 20px;
  font-weight: 400;
}

span.hlpo {
    color: var(--color-primary);
    font-weight: 600;
}
.iconb-hlp {
  max-width: 100%;
  height: auto;
  width: 20px;  
}

.bshadow {
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
}
.hpulse:hover i {
    animation: pulse 1.2s infinite ease-in-out;
}
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.85; }
    100% { transform: scale(1); opacity: 1; }
}


h6.subhead {
    margin-bottom: 0px;
}
.cardli {
  border-radius: 30px;
  padding: 30px;
  background: #F79647;
  background: linear-gradient(180deg, rgba(247, 150, 71, 1) 36%, rgba(255, 123, 0, 1) 100%);
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
}
.cardli img {
  width: 70px;
  border-radius: 100%;
  margin:  0 auto 20px;
  display: block;
}
.cardli h4 {
  color: #fff;
  margin: 0;
}

/* ================================
   Challenge Cards
================================ */

.cardli{
    position: relative;
    height: 100%;
    padding: 38px 32px;
    background: #ffffff;
    border: 1px solid #E8EDF3;
    border-radius: 26px;
    box-shadow: 0 12px 35px rgba(18, 31, 53, .06);
    transition: all .35s ease;
    overflow: hidden;
}

.cardli:hover{
    transform: translateY(-8px);
    border-color: #F79646;
    box-shadow: 0 20px 45px rgba(18,31,53,.12);
}


/* subtle orange line */
.cardli:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    /*background:#F79646;*/
}

/* title */
.cardli .title{
    margin:0;
    color:#1F2B46;
    font-weight:700;
    line-height:1.35;
}


/* optional description */
.cardli p{
    margin-top:14px;
    margin-bottom:0;
    color:#667085;
    font-size:16px;
    line-height:1.7;
}

.fli a:hover {
  font-weight: 600;
}

.video-showcase-area{
  width:100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.smartward-video{
  width:100%;
  height:550px;
  object-fit:cover;
  border-radius:20px;
  display:block;
  box-shadow:0 20px 60px rgba(0,0,0,.15);
}

@media(max-width:991px){
  .smartward-video{
    height:300px;
    border-radius:12px;
  }
}

.video-showcase-area {
  position: relative;
  z-index: 1;
  clear: both;
}

#smartward {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.scene-sticky {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.about-company-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.highlight-box {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  min-height: 150px;
}

.highlight-box h3 {
  font-size: 34px;
  line-height: 1.1;
  color: #f47b2f;
  margin-bottom: 12px;
  font-weight: 700;
}

.highlight-box span {
  font-size: 16px;
  line-height: 1.4;
  color: #1d2636;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about-company-highlights {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}

/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.testimonial-masonry-section {
    position: relative;
    overflow: hidden;
    background: #f7f8fa;
}

.testimonial-title-area {
    margin-bottom: 0;
}

.testimonial-masonry-grid {
    column-count: 3;
    column-gap: 26px;
}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.testimonial-masonry-card {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 26px;
    padding: 30px;
    overflow: hidden;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    vertical-align: top;
    background: #ffffff;
    border: 1px solid rgba(23, 36, 60, 0.08);
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(18, 31, 53, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.testimonial-masonry-card:hover {
    transform: translateY(-5px);
    border-color: rgba(247, 150, 70, 0.3);
    box-shadow: 0 20px 50px rgba(18, 31, 53, 0.1);
}


/* =========================================================
   CARD TOP
========================================================= */

.testimonial-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.testimonial-card-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 68px);
    min-height: 82px;
    padding: 14px 18px;
    background: #f6f7f9;
    border: 1px solid rgba(23, 36, 60, 0.04);
    border-radius: 16px;
}

.testimonial-card-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.testimonial-quote-icon {
    flex-shrink: 0;
    color: rgba(247, 150, 70, 0.25);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 76px;
    line-height: 0.8;
}


/* =========================================================
   INDIVIDUAL LOGO SIZES
========================================================= */

.testimonial-card-logo.logo-kpj img {
    max-width: 190px;
    max-height: 58px;
}

.testimonial-card-logo.logo-imedtac img {
    max-width: 200px;
    max-height: 58px;
}

.testimonial-card-logo.logo-alain img {
    max-width: 72px;
    max-height: 72px;
}

.testimonial-card-logo.logo-celcomdigi img {
    max-width: 190px;
    max-height: 54px;
}

.testimonial-card-logo.logo-mranti img {
    max-width: 188px;
    max-height: 50px;
}

.testimonial-card-logo.logo-ascom img {
    max-width: 175px;
    max-height: 50px;
}

.testimonial-card-logo.logo-blackpoint img {
    max-width: 112px;
    max-height: 72px;
}


/* =========================================================
   TESTIMONIAL TEXT
========================================================= */

.testimonial-card-content {
    position: relative;
}

.testimonial-text-wrapper {
    position: relative;
}

.testimonial-card-desc {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #526078;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

/* Fade only for collapsed long testimonials */
.testimonial-masonry-card:not(.testimonial-short):not(.is-expanded)
.testimonial-text-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #ffffff 90%
    );
}


/* =========================================================
   SHORT TESTIMONIALS
========================================================= */

.testimonial-short .testimonial-card-desc {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.testimonial-short .testimonial-text-wrapper::after {
    display: none;
}

.testimonial-short .testimonial-card-author {
    margin-top: 26px;
}


/* =========================================================
   EXPANDED TESTIMONIAL
========================================================= */

.testimonial-masonry-card.is-expanded .testimonial-card-desc {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.testimonial-masonry-card.is-expanded .testimonial-text-wrapper::after {
    display: none;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.testimonial-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 25px;
    padding: 0;
    color: #f79646;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.25s ease;
}

.testimonial-read-more:hover {
    color: #dd782e;
}

.testimonial-read-more i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.testimonial-masonry-card.is-expanded .testimonial-read-more i {
    transform: rotate(180deg);
}


/* =========================================================
   AUTHOR
========================================================= */

.testimonial-card-author {
    padding-top: 20px;
    border-top: 1px solid rgba(23, 36, 60, 0.1);
}

.testimonial-card-author .title {
    margin: 0 0 5px;
    color: #17243c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.testimonial-card-author .designation {
    margin: 0;
    color: #7b8494;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {

    .testimonial-masonry-grid {
        column-count: 2;
        column-gap: 22px;
    }

    .testimonial-masonry-card {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {

    .testimonial-masonry-section .mt--40 {
        margin-top: 30px !important;
    }

    .testimonial-masonry-grid {
        column-count: 1;
        column-gap: 0;
    }

    .testimonial-masonry-card {
        margin-bottom: 20px;
        padding: 24px;
        border-radius: 20px;
    }

    .testimonial-masonry-card:hover {
        transform: none;
    }

    .testimonial-card-top {
        gap: 14px;
        margin-bottom: 22px;
    }

    .testimonial-card-logo {
        width: calc(100% - 55px);
        min-height: 72px;
        padding: 12px 15px;
        border-radius: 14px;
    }

    .testimonial-card-logo img {
        max-width: 155px;
        max-height: 50px;
    }

    .testimonial-card-logo.logo-alain img {
        max-width: 62px;
        max-height: 62px;
    }

    .testimonial-card-logo.logo-blackpoint img {
        max-width: 96px;
        max-height: 62px;
    }

    .testimonial-quote-icon {
        font-size: 60px;
    }

    .testimonial-card-desc {
        font-size: 15px;
        line-height: 1.7;
        -webkit-line-clamp: 6;
    }

    .testimonial-read-more {
        margin-top: 15px;
        margin-bottom: 22px;
    }

    .testimonial-card-author .title {
        font-size: 19px;
    }

    .testimonial-card-author .designation {
        font-size: 13px;
    }
}

/* Shared logo container */
.testimonials-wrapper-investment .testimonial-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 210px;
    height: 210px;
    padding: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(20, 38, 55, 0.08);
    border-radius: 20px;
}

/* Prevent logos from being cropped or distorted */
.testimonials-wrapper-investment .testimonial-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* KPJ / Damansara Specialist Hospital 2 */
.testimonials-wrapper-investment .logo-kpj {
    padding: 30px 22px;
}

.testimonials-wrapper-investment .logo-kpj img {
    max-width: 175px;
    max-height: 120px;
}

/* Imedtac is a long horizontal logo */
.testimonials-wrapper-investment .logo-imedtac {
    padding: 26px 18px;
}

.testimonials-wrapper-investment .logo-imedtac img {
    max-width: 180px;
    max-height: 105px;
}

/* AL AIN is more square */
.testimonials-wrapper-investment .logo-alain {
    padding: 32px;
}

.testimonials-wrapper-investment .logo-alain img {
    max-width: 145px;
    max-height: 145px;
}

/* CelcomDigi is very wide */
.testimonials-wrapper-investment .logo-celcomdigi {
    padding: 32px 17px;
}

.testimonials-wrapper-investment .logo-celcomdigi img {
    max-width: 180px;
    max-height: 90px;
}

/* MRANTI is an extra-wide wordmark */
.testimonials-wrapper-investment .logo-mranti {
    padding: 34px 16px;
}

.testimonials-wrapper-investment .logo-mranti img {
    max-width: 180px;
    max-height: 80px;
}

/* Ascom horizontal logo */
.testimonials-wrapper-investment .logo-ascom {
    padding: 38px 20px;
}

.testimonials-wrapper-investment .logo-ascom img {
    max-width: 175px;
    max-height: 75px;
}

/* Black Point JPG already contains a white background */
.testimonials-wrapper-investment .logo-blackpoint {
    padding: 24px;
}

.testimonials-wrapper-investment .logo-blackpoint img {
    max-width: 155px;
    max-height: 155px;
}
/* Solutions carousel pagination — isolated from all other Swipers */
.mySwiper-blog-10 .solutions-pagination {
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mySwiper-blog-10 .solutions-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(32, 40, 45, 0.2);
    opacity: 1;
}

.mySwiper-blog-10 .solutions-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: transparent url(../images/service/icons/bullet-active.svg) center / contain no-repeat;
}

@media only screen and (max-width: 575px) {
    .mySwiper-blog-10 .solutions-pagination {
        gap: 6px;
    }
}

/* ========================================================
   BNETWORKS SECURE ENQUIRY FORM
======================================================== */
.bwave-enquiry-section {
    position: relative;
    padding: 105px 0;
    background:
        radial-gradient(circle at 82% 10%, rgba(255, 145, 62, .12), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.bwave-enquiry-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(238, 119, 50, .12);
    border-radius: 50%;
    top: -250px;
    right: -100px;
    pointer-events: none;
}

.bwave-enquiry-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.bwave-enquiry-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #f28a3b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.bwave-enquiry-heading h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -.04em;
}

.bwave-enquiry-heading h2 span {
    color: #f28a3b;
}

.bwave-enquiry-heading p {
    max-width: 610px;
    margin: 14px auto 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.65;
}

.bwave-enquiry-card {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 42px 46px 38px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e6eaf0;
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(23, 32, 51, .10);
}

.bwave-enquiry-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    right: 42px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #f28a3b, #ffad70);
}

.bwave-secure-form {
    position: relative;
}

.bwave-form-section-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
}

.bwave-form-section-head > span,
.bwave-form-section-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 50%;
    background: #fff1e6;
    color: #e9782e;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.bwave-form-section-head h3 {
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 800;
}

.bwave-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.bwave-form-field {
    min-width: 0;
}

.bwave-form-field--full {
    grid-column: 1 / -1;
}

.bwave-form-field label,
.bwave-interest-fieldset legend {
    display: block;
    margin: 0 0 7px;
    color: #344054;
    font-size: 12px;
    font-weight: 750;
}

.bwave-form-field label em,
.bwave-interest-fieldset legend em {
    color: #f28a3b;
    font-style: normal;
}

.bwave-form-field input,
.bwave-form-field textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    outline: none;
    background: #fbfcfd;
    color: #172033;
    font-family: inherit;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bwave-form-field input {
    height: 46px;
    padding: 0 14px;
}

.bwave-form-field textarea {
    min-height: 125px;
    padding: 13px 14px;
    resize: vertical;
    line-height: 1.55;
}

.bwave-form-field input::placeholder,
.bwave-form-field textarea::placeholder {
    color: #9aa4b2;
}

.bwave-form-field input:focus,
.bwave-form-field textarea:focus {
    border-color: #f28a3b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(242, 138, 59, .12);
}

.bwave-form-field input.is-invalid,
.bwave-form-field textarea.is-invalid {
    border-color: #d92d20;
}

.bwave-interest-fieldset {
    margin: 30px 0 0;
    padding: 26px 0 0;
    border: 0;
    border-top: 1px solid #edf0f4;
}

.bwave-interest-fieldset legend {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin-bottom: 16px;
    color: #172033;
    font-size: 17px;
}

.bwave-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
}

.bwave-interest-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    padding: 4px 0;
    color: #344054;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.45;
}

.bwave-interest-option input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 1px 0 0;
    border: 1px solid #cbd2dc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all .18s ease;
}

.bwave-interest-option input:checked {
    border-color: #f28a3b;
    background: #f28a3b;
    box-shadow: inset 0 0 0 3px #fff;
}

.bwave-interest-option:hover span {
    color: #172033;
}

.bwave-interest-fieldset.is-invalid {
    border-top-color: rgba(217, 45, 32, .35);
}

.bwave-field-error {
    margin: 10px 0 0;
    color: #d92d20;
    font-size: 11px;
}

.bwave-additional-details {
    margin-top: 26px;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.bwave-additional-details summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 13px 0;
    color: #475467;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}

.bwave-additional-details summary::-webkit-details-marker {
    display: none;
}

.bwave-additional-details summary small {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 500;
}

.bwave-additional-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #f28a3b;
    font-size: 18px;
    font-weight: 400;
    transition: transform .2s ease;
}

.bwave-additional-details[open] .bwave-additional-plus {
    transform: rotate(45deg);
}

.bwave-additional-details .bwave-form-field {
    padding: 2px 0 18px;
}

.bwave-form-tip {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 17px;
    padding: 0 9px;
    color: #7d8796;
    font-size: 10.5px;
    line-height: 1.5;
}

.bwave-form-tip i {
    margin-top: 2px;
    color: #ef9a3b;
}

.bwave-recaptcha-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    min-height: 78px;
}

.bwave-form-status {
    display: none;
    margin: 16px 0 0;
}

.bwave-form-alert {
    display: none;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
}

.bwave-form-alert--success {
    color: #176b42;
    border: 1px solid #ccebdc;
    background: #edf9f3;
}

.bwave-form-alert--error {
    color: #a83434;
    border: 1px solid #f0cdcd;
    background: #fff1f1;
}

.bwave-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    padding: 12px 18px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(90deg, #f28a3b, #ff9b52);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(242, 138, 59, .20);
    transition: transform .2s ease, box-shadow .2s ease;
}

.bwave-form-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(242, 138, 59, .27);
}

.bwave-form-submit:disabled {
    opacity: .65;
    cursor: wait;
    transform: none;
}

.bwave-form-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 0;
    color: #98a2b3;
    font-size: 10.5px;
}

.bwave-form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    .bwave-enquiry-section {
        padding: 70px 0;
    }

    .bwave-enquiry-heading {
        margin-bottom: 28px;
    }

    .bwave-enquiry-heading p {
        font-size: 14px;
    }

    .bwave-enquiry-card {
        padding: 34px 20px 28px;
        border-radius: 20px;
    }

    .bwave-enquiry-card::before {
        left: 20px;
        right: 20px;
    }

    .bwave-form-grid,
    .bwave-interest-grid {
        grid-template-columns: 1fr;
    }

    .bwave-interest-option--wide {
        grid-column: auto;
    }

    .bwave-recaptcha-wrap {
        justify-content: flex-start;
        overflow-x: auto;
    }
}

/* ========================================================
   BNETWORKS FORM — TYPOGRAPHY + CHECKBOX POLISH
   Matches main site: Manrope headings / Inter body
======================================================== */
.bwave-enquiry-section,
.bwave-enquiry-section input,
.bwave-enquiry-section textarea,
.bwave-enquiry-section button,
.bwave-enquiry-section summary {
    font-family: var(--font-secondary, "Inter", sans-serif);
}

.bwave-enquiry-heading h2,
.bwave-form-section-head h3,
.bwave-interest-fieldset legend {
    font-family: var(--font-primary, "Manrope", sans-serif);
}

.bwave-enquiry-kicker {
    margin-bottom: 10px;
    color: var(--bg-primary, #f79646);
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bwave-enquiry-heading h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-heading-1, #1C2539);
}

.bwave-enquiry-heading h2 span {
    color: var(--bg-primary, #f79646);
}

.bwave-enquiry-heading p {
    margin-top: 16px;
    color: var(--color-body, #2a2a2a);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.bwave-form-section-head h3,
.bwave-interest-fieldset legend {
    color: var(--color-heading-1, #1C2539);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.bwave-form-section-head > span,
.bwave-form-section-index {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    font-size: 12px;
    font-weight: 700;
    background: #fff2e8;
    color: var(--bg-primary, #f79646);
}

.bwave-form-field label {
    margin-bottom: 8px;
    color: var(--color-heading-1, #1C2539);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.bwave-form-field input,
.bwave-form-field textarea {
    color: var(--color-body, #2a2a2a);
    font-size: 14px;
    line-height: 1.5;
    border-radius: var(--radius, 10px);
}

.bwave-form-field input {
    height: 50px;
    padding: 0 16px;
}

.bwave-form-field textarea {
    padding: 14px 16px;
}

/* Make each interest choice visibly interactive */
.bwave-interest-grid {
    gap: 12px 18px;
}

.bwave-interest-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    background: #fff;
    color: var(--color-body, #2a2a2a);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.bwave-interest-option:hover {
    border-color: rgba(247, 150, 70, .65);
    background: #fffaf6;
}

.bwave-interest-option:has(input:checked) {
    border-color: var(--bg-primary, #f79646);
    background: #fff8f2;
    box-shadow: 0 0 0 2px rgba(247, 150, 70, .08);
}

/* Large, unmistakable checkbox */
.bwave-interest-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    min-width: 22px;
    flex: 0 0 22px;
    margin: 0;
    border: 2px solid #98a2b3;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.bwave-interest-option input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform .16s ease;
}

.bwave-interest-option input[type="checkbox"]:checked {
    border-color: var(--bg-primary, #f79646);
    background: var(--bg-primary, #f79646);
    box-shadow: none;
}

.bwave-interest-option input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
}

.bwave-interest-option input[type="checkbox"]:focus-visible {
    outline: 3px solid rgba(247, 150, 70, .22);
    outline-offset: 2px;
}

.bwave-interest-option span {
    color: var(--color-heading-1, #1C2539);
}

.bwave-additional-details summary {
    color: var(--color-heading-1, #1C2539);
    font-size: 14px;
    font-weight: 600;
}

.bwave-additional-details summary small {
    font-size: 13px;
}

.bwave-form-tip,
.bwave-form-privacy {
    font-size: 12px;
}

.bwave-form-submit {
    min-height: 54px;
    border-radius: var(--radius, 10px);
    background: var(--bg-gradient, linear-gradient(90deg, #f79647 36%, #ff6a00 100%));
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .bwave-enquiry-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .bwave-enquiry-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .bwave-enquiry-kicker {
        font-size: 14px;
    }

    .bwave-enquiry-heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .bwave-enquiry-heading p {
        font-size: 14px;
    }

    .bwave-form-section-head h3,
    .bwave-interest-fieldset legend {
        font-size: 17px;
    }

    .bwave-interest-option {
        min-height: 50px;
        font-size: 14px;
    }
}

/* =========================================
   FOOTER CONTACT ICONS - PERFECT CENTER
========================================= */

.footer-two .contact-info-3 .icon {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;

    border-radius: 50% !important;
    line-height: 1 !important;
}

/* Font Awesome icons */
.footer-two .contact-info-3 .icon i {
    position: static !important;
    transform: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px;
    height: 30px;

    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 25px !important;
}

/* Bnetworks image icon */
.footer-two .contact-info-3 .icon img {
    position: static !important;
    transform: none !important;

    display: block !important;
    width: 30px !important;
    height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}

.bwave-field-error {
    display: none !important;
}

.bwave-field-error.is-visible {
    display: block !important;
}
