/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root{
  --hdr-h: 76px;

  /* Brand, sampled from BSquareLogo_final_2025.pdf */
  --blue:       #273C7F;   /* logo blue */
  --blue-mid:   #3A55B8;   /* brightened, carries buttons and links */
  --blue-dk:    #1E2F63;
  --blue-deep:  #131B3D;
  --blue-tint:  #EDF0FB;
  --lime:       #85CE26;   /* logo green */
  --lime-dk:    #487F09;   /* passes AA as text on white */
  --lime-tint:  #F1FBE2;

  --white:      #FFFFFF;
  --mist:       #F5F7FC;
  --mist-2:     #E9EDF7;
  --line:       #DFE4F0;
  --line-2:     #C4CCE0;

  --tx:         #12162B;
  --tx-2:       #4E5673;
  --tx-3:       #838BA6;
  --tx-inv:     #FFFFFF;
  --tx-inv-2:   #AEB6D4;
  --rule:       var(--line);
  --rule-2:     var(--line-2);
  --rule-inv:   rgba(255,255,255,.2);

  /* aliases kept so every existing component picks the new brand up */
  --navy:       var(--blue);
  --navy-2:     var(--blue-dk);
  --navy-3:     var(--blue-deep);
  --indigo:     var(--blue-mid);
  --indigo-dk:  #2B3F8C;
  --indigo-tint:var(--blue-tint);
  --stone:      #DDE3F2;
  --stone-lt:   #F4F6FC;
  --stone-dk:   #C4CCE0;
  --gold:       var(--lime);
  --gold-dk:    var(--lime-dk);
  --gold-tint:  var(--lime-tint);
  --green:      var(--lime-dk);
  --green-tint: var(--lime-tint);
  --brand:      var(--blue-mid);
  --brand-dk:   var(--indigo-dk);
  --brand-tint: var(--blue-tint);
  --good:       var(--lime-dk);
  --good-tint:  var(--lime-tint);
  --paper:      var(--white);
  --paper-2:    var(--mist);
  --paper-3:    var(--mist-2);
  --card:       var(--white);
  --ink:        var(--blue);
  --ink-2:      var(--blue-dk);
  --max: 1220px;
  --gut: 24px;
  --r: 16px;
  --r-sm: 10px;
  --ease: cubic-bezier(.2,.75,.25,1);
  --sh: 0 1px 2px rgba(39,60,127,.06), 0 8px 24px rgba(39,60,127,.08);
  --sh-lg: 0 2px 6px rgba(39,60,127,.07), 0 20px 48px rgba(39,60,127,.13);
}
table td, table th {
    border: 1px solid hsla(0,0%,0%,0);
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

/* ---------- report ---------- */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.report table.wide {
  min-width: 560px;
}
.table-scroll::-webkit-scrollbar {
  height: 8px;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: var(--line-2);
  border-radius: 4px;
}
.report table {
  width: 100%;
  table-layout: fixed;
  font-size: 15.5px;
}
.report table.wide {
  table-layout: auto;
}
.report td.num,
.report th.num {
  width: 34%;
}
.report table.wide td.num,
.report table.wide th.num {
  width: auto;
}
@media (max-width: 620px) {
  .report thead th,
  .report tbody td {
    padding-left: 16px;
    padding-right: 16px;
  }
  .report .it {
    font-size: 14.5px;
  }
  .report-hd {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
  .report-hd .idx,
  .report-hd .score {
    text-align: left;
  }
  .report-ft {
    padding: 16px;
  }
}
.report {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.report-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background: var(--navy);
  color: #fff;
}
.report-hd > div:first-child {
  min-width: 0;
}
.report-hd h3 {
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  font-family: "Jost", Sans-serif;
}
.report-hd p {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c6cce6;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: "Jost", Sans-serif;
}
.report-hd .idx {
  font-size: 12.5px;
  font-weight: 600;
  color: #c6cce6;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}
.report-hd .score {
  text-align: right;
  flex-shrink: 0;
}
.report-hd .score .v {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--gold);
  line-height: 1;
}
.report-hd .score .k {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c6cce6;
  margin-top: 5px;
}
.report table {
  font-size: 15px;
}
.report thead th {
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tx-2);
  font-weight: 700;
  text-align: left;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}
.report thead th.num {
  text-align: right;
}
.report tbody td {
  padding: 15px 22px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: #12162B;
}
.report tbody tr:last-child td {
  border-bottom: 0;
}
.report tbody td:first-child {
  position: relative;
}
.report td.num {
  text-align: right;
  font-family: "DM Mono", Sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.report .it > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
.report .it {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--tx);
  padding-left: 19px;
}
.report .sub-note {
  display: block;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--tx-2);
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.5;
}
.report td.num.strong {
  font-family: "Jost", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--navy);
}
.report .sub-it {
  display: block;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--tx-2);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 5px;
  line-height: 1.5;
}
.report .flag {
  position: absolute;
  left: 22px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.report .flag.f {
  background: var(--gold-dk);
}
.report .flag.k {
  background: var(--green);
}
.report .v-found {
  color: var(--gold-dk);
}
.report .v-fixed {
  color: var(--green);
}
.report-ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  background: var(--gold-tint);
  border-top: 1px solid var(--gold);
}
.report-ft span {
  font-family: "Jost", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}
.report-ft .tot {
  font-family: "DM Mono", Sans-serif;
  font-size: 19px;
  color: var(--gold-dk);
}
.online_advertising_table .report {
    height: 680px;
}
.social_media_table .report {
    height: 715px;
}
.software_table .report {
    height: 880px;
}
/* ---------- credit ---------- */
.credit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.credit tr {
  border-bottom: 1px solid var(--line);
}
table {
    border-collapse: collapse;
}

.credit td {
    border-bottom: 1px solid var(--line);;
}
.credit tr:last-child {
  border-bottom: 0;
  background: var(--indigo-tint);
}
.credit td {
  padding: 16px 22px;
  font-size: 15.5px;
}
.credit td:last-child {
  text-align: right;
  font-family: "DM Mono", Sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.credit tr:last-child td {
  font-family: var(--display);
  font-weight: 600;
  color: var(--navy);
}
.credit .zero {
  font-family: var(--mono);
  color: var(--indigo);
  font-size: 21px;
}
.bg-ink .credit {
  background: var(--navy-2);
  border-color: var(--rule-inv);
}
.bg-ink .credit tr {
  border-color: var(--rule-inv);
}
.bg-ink .credit tr:last-child {
  background: rgba(223, 183, 130, 0.16);
}
.bg-ink .credit tr:last-child td {
  color: #fff;
}
.bg-ink .credit .zero {
  color: var(--gold);
}
.credit tr:last-child td {
    font-family: var(--display);
    font-weight: 600;
    color: var(--navy);
}
.credit tr:last-child {
    border-bottom: 0;
    background: var(--indigo-tint);
}
table.credit > tbody > tr:last-child > td {
    background-color: #eef2ff !important;
    background-image: none !important;
    font-family: "Jost", Sans-serif;
    border-bottom:0px !important ;
}

.credit tr:last-child td:first-child {
    border-radius: 0px 0 0 14px !important;
}

.credit tr:last-child td:last-child {
    border-radius: 0 0px 14px 0 !important;
}

.credit tbody tr:last-child {
    border: none !important;
    border-bottom: none !important;
}
.viz svg {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: var(--mist);
    box-shadow: var(--sh);
}
.report .it {
  font-family: "Jost", Sans-serif;
}
/* FAQ CSS */
.faq {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.faq details[open] {
  box-shadow: var(--sh);
  border-color: var(--indigo);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-family: "Jost", Sans-serif;
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: -0.016em;
  color: var(--navy);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:hover {
  color: var(--indigo);
}
.faq summary .sign {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--indigo-tint);
  color: var(--indigo-dk);
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1;
}
.faq details[open] summary .sign {
  background: var(--indigo);
  color: #fff;
}
.faq .ans {
  padding: 0 26px 26px;
  font-size: 15.5px;
  color: var(--tx-2);
  line-height: 1.76;
  max-width: 74ch;
}
.faq .ans p + p {
  margin-top: 14px;
}
/* ---------- forms ---------- */
   /* ---------- forms ---------- */
.form-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-lg);
  padding: 34px 32px;
  max-width: 100%;
}
@media (max-width: 560px) {
  .form-panel {
    padding: 24px 18px;
  }
}
.fld input,
.fld select,
.fld textarea {
  max-width: 100%;
}
.form-hd {
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.form-hd h3 {
  font-size: 21px;
  letter-spacing: -0.018em;
  color: var(--navy);
}
.form-hd p {
  margin-top: 9px;
  font-size: 14.5px;
  color: var(--tx-2);
  line-height: 1.6;
  margin-bottom: 0;
}
.frow .fld p {
    margin-bottom: 0;
}
.form-panel.vis p {
    margin-bottom: 0;
}
.frow.two .fld br {
    display: none;
}
.frow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 560px) {
  .frow.two {
    grid-template-columns: 1fr 1fr;
  }
}
.fld {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.fld label {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--tx);
}
.fld .rq {
  color: var(--gold-dk);
}
.fld input,
.fld select,
.fld textarea {
  background: var(--mist);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  padding: 13px 14px;
  min-height: 50px;
  width: 100%;
  transition: border-color 0.15s var(--ease), background 0.15s var(--ease);
}
.fld input::placeholder,
.fld textarea::placeholder {
  color: var(--tx-3);
}
.fld input:focus,
.fld select:focus,
.fld textarea:focus {
  outline: none;
  border-color: var(--indigo);
  background: #fff;
}
.fld select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23868A9C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px;
}
.fld textarea {
  resize: vertical;
  min-height: 96px;
}
.form-fine {
  margin-top: 16px;
  font-size: 14.5px;
  color: var(--tx-2);
  line-height: 1.65;
}
.form-ok {
  display: none;
  padding: 34px 0;
}
.form-ok.show {
  display: block;
}
.form-ok .stamp {
  display: inline-block;
  background: var(--green-tint);
  color: var(--green);
  border-radius: 100px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 22px;
}
.form-ok h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--navy);
}
.form-ok p {
  font-size: 15.5px;
  color: var(--tx-2);
  line-height: 1.65;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 24px;
    min-height: 52px;
    cursor: pointer;
    font-family: var(--display);
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: -.005em;
    border: 1.5px solid var(--lime);
    background: var(--lime);
    color: var(--blue);
    border-radius: var(--r-sm);
    transition: background .16s var(--ease), border-color .16s var(--ease), transform .16s var(--ease), box-shadow .16s var(--ease);
    font-family: "Jost", Sans-serif;
}
.form-btn-lg {
    width: 100%;
    padding: 17px 30px;
    min-height: 60px;
    font-size: 17px;
}
.btn:hover {
    background: #94DE30;
    border-color: #94DE30;
    color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(133,206,38,.42);
}
figcaption.banner_caption {
    font-family: "Jost", Sans-serif;
    font-style: normal;
    margin-top: 15px;
    color: #4E5673;
}
.elementor-element.plan-flag {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    top: -15px !important;
}
.figure {
    margin: 0;
    position: relative;
}
.figure-media {
    position: relative;
    aspect-ratio: var(--ratio,4/3);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--mist);
    border: 1px dashed var(--line-2);
    contain: paint;
}
.figure-media svg, .figure-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-hover{
  transition: .3s;
}
.card-hover .figure-media, .figure .figure-media{
  transition: .3s;
}
.card-hover:hover .figure-media, .figure:hover .figure-media {
    transform: scale(1.015);
    box-shadow: var(--sh-lg);
}
.figure-slot {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background: rgba(255,255,255,.94);
    color: var(--tx-2);
    font-size: 12.5px;
    letter-spacing: .02em;
    padding: 4px 8px;
    border-radius: 100px;
    pointer-events: none;
    border: 1px solid var(--line);
}
.bsquare_menu .hfe-nav-menu li .sub-menu li a{
  transition: .3s;
}
.bsquare_menu .hfe-nav-menu li .sub-menu li a::after{
    display: none;
}
.bsquare_menu .hfe-nav-menu li .sub-menu{
    padding: 10px 0px 10px 0px;
}
.bsquare_menu .menu-item-description {
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    color: var(--tx-2);
    margin-top: 3px;
}
.bsquare_menu .sub-menu .hfe-sub-menu-item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    transition: .3s;
    border-radius: 5px;
}
.bsquare_menu .sub-menu .hfe-sub-menu-item:hover{
      background: var(--indigo-tint);
}
/* Offcanvs Menu */
.ocm-wrap { position: relative; }
.ocm-trigger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.ocm-trigger:focus{
  background: none !important;
}
.ocm-trigger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #111111;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
}
.ocm-wrap.ocm-open .ocm-trigger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ocm-wrap.ocm-open .ocm-trigger span:nth-child(2) { opacity: 0; }
.ocm-wrap.ocm-open .ocm-trigger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.ocm-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 9998;
}
.ocm-wrap.ocm-open .ocm-overlay { opacity: 1; visibility: visible; }

.elementor-element .ocm-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 90vw;
    background-color: #273C7F !important;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transition: transform .3s ease;
}
.ocm-pos-left .ocm-panel { left: 0; transform: translateX(-100%); }
.ocm-pos-right .ocm-panel { right: 0; transform: translateX(100%); }
.ocm-wrap.ocm-open .ocm-panel { transform: translateX(0); }

.ocm-panel-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ocm-brand { color: #ffffff; font-weight: 600; font-size: 18px; }
.ocm-logo { max-height: 50px; }
.ocm-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.ocm-list { list-style: none; margin: 0; padding: 10px 0; }
.ocm-item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color .2s ease, background-color .2s ease;
}
.ocm-item > a:hover { color: #cccccc; background-color: rgba(255,255,255,0.05); }

/* Rows with a submenu: link + separate toggle button side by side */
.ocm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ocm-row > a {
    flex: 1;
    padding: 14px 8px 14px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.ocm-row-toggle {
    background: transparent;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ocm-row-toggle:hover{
  background: none !important;
}
.ocm-row-toggle:focus{
  background: none !important;
}
.ocm-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform .25s ease;
}
.ocm-item.ocm-submenu-open > .ocm-row .ocm-arrow { transform: rotate(-135deg); }

.ocm-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,0.05);
    transition: max-height .3s ease;
}
.ocm-item.ocm-submenu-open > .ocm-submenu { max-height: 800px; }
.ocm-submenu .ocm-item > a,
.ocm-submenu .ocm-row > a {
    padding-left: 36px;
    font-size: 15px;
    color: #dddddd;
}
.ocm-submenu .ocm-submenu .ocm-item > a,
.ocm-submenu .ocm-submenu .ocm-row > a {
    padding-left: 52px;
}

body.ocm-lock { overflow: hidden; }

/* Chatbot CSS */
  #custom-chatbot-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  }

  #chatbot-toggle-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    background: #273C7F !important;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  #chatbot-toggle-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(16, 98, 254, 0.4);
  }

  #chatbot-toggle-btn:focus-visible,
  #chatbot-close-btn:focus-visible,
  #chatbot-send-btn:focus-visible,
  .chatbot-booking-btn:focus-visible,
  .chatbot-action-btn:focus-visible {
    outline: 3px solid rgba(16, 98, 254, 0.3);
    outline-offset: 2px;
  }

  #chatbot-window {
    display: none;
    flex-direction: column;
    width: 360px;
    height: 520px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 110px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 75px;
    right: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    animation: chatbotFadeIn 0.3s ease;
  }

  #chatbot-window.is-open { display: flex; }

  @keyframes chatbotFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .chatbot-header {
    background: #273C7F !important;
    color: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .chatbot-header-info { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
  }

  .chatbot-avatar {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
  }

  .chatbot-header h4 { margin: 0; font-size: 15px; font-weight: 600; color: #fff; }
  .status-indicator { font-size: 11px; color: #bbf7d0; display: block; }

  #chatbot-close-btn {
    padding: 4px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
	margin-top: -5px;
    margin-left: 0px;  
  }

  #chatbot-messages {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f8fafc;
  }

  .chat-msg {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13.5px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .bot-msg {
    background: #fff;
    color: #1e293b;
    align-self: flex-start;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 3px;
  }

  .user-msg {
    background: #273C7F;
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 3px;
  }

  .chat-msg p { margin: 0; white-space: pre-line; }
  .chat-msg a {
    color: #0b55df;
    text-decoration: underline;
    text-underline-offset: 2px;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 500;
  }
  .chat-msg a:hover { color: #0043ce; }
  .chatbot-quick-actions { margin-top: 12px; }

  .chatbot-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #85CE26;
    border-radius: 9px;
    background: #85CE26;
    color: #273C7F;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .chatbot-booking-btn:focus{
    background: #0b55df;
  }

  .chatbot-booking-btn:hover { 
	  background: #273C7F; 
	  color: #fff; 
	  border: 1px solid #273C7F;
   }

  .chatbot-fallback-actions {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    margin-top: 10px;
  }
  .chatbot-fallback-actions:focus{
    background: none !important;
  }
  button.chatbot-action-btn.chatbot-action-booking.chatbot-booking-btn:focus {
   background: none !important;
}

  .chatbot-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 9px;
    border: 1px solid #1062fe;
    border-radius: 8px;
    background: #eff6ff;
    color: #0b55df !important;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
  }

  .chatbot-action-btn:hover { 
	  background: #273C7F; 
	  color: #fff !important; 
	  border: 1px solid #273C7F;
}
  .chatbot-action-booking { grid-column: 1 / -1; }

  .chatbot-lead-card { max-width: 92%; width: 100%; }
  .chatbot-lead-card > p { margin-bottom: 10px; }
  .chatbot-lead-form { display: grid; gap: 8px; }
  .chatbot-lead-form input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 9px 10px;
    font: inherit;
    color: #1e293b;
    background: #fff;
    outline: none;
  }
  .chatbot-lead-form input:focus { border-color: #1062fe; }
  .chatbot-lead-submit {
    border: 0;
    border-radius: 8px;
    padding: 9px 12px;
    background: #273C7F;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
  }
  .chatbot-lead-submit:hover { background: #0043ce; }
  .chatbot-lead-submit:disabled { opacity: 0.6; cursor: not-allowed; }
  .chatbot-lead-error { min-height: 16px; color: #b42318; font-size: 12px; }



  @keyframes chatbotBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
  }

  #chatbot-form {
    display: flex;
    padding: 10px 12px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    gap: 8px;
  }

  #chatbot-input {
    flex: 1;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 8px 14px;
    font-size: 13.5px;
    outline: none;
  }

  #chatbot-input:focus { border-color: #1062fe; }

  #chatbot-send-btn {
    flex: 0 0 36px;
    background: #273C7F !important;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #chatbot-send-btn:hover { background: #0043ce; }
  #chatbot-send-btn:disabled { opacity: 0.6; cursor: not-allowed; }

  .chatbot-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* Agent name above chatbot replies */
.chatbot-agent-name {
    display: block;
    margin-bottom: 4px;
    color: #3155e7;
    font-size: 11px;
    font-weight: 700;
}

/* Agent typing indicator */
.typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.typing-indicator .chatbot-typing-label {
    width: auto;
    height: auto;
    color: #3155e7;
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    animation: none;
}

.chatbot-typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.chatbot-typing-dots span {
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    animation: chatbotBounce 1.4s infinite ease-in-out both;
}

.chatbot-typing-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.chatbot-typing-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes chatbotBounce {
    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/* Agent typing animation */
.typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.typing-indicator .chatbot-typing-label {
    display: inline-block;
    width: auto;
    height: auto;
    color: #3155e7;
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    animation: none;
    transform: none;
}

.chatbot-typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.chatbot-typing-dots > span {
    display: block;
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    animation: chatbotBounce 1.4s infinite ease-in-out both;
}

.chatbot-typing-dots > span:nth-child(1) {
    animation-delay: -0.32s;
}

.chatbot-typing-dots > span:nth-child(2) {
    animation-delay: -0.16s;
}

.chatbot-typing-dots > span:nth-child(3) {
    animation-delay: 0s;
}

#custom-chatbot-container .chatbot-header {
  display: flex;
  align-items: center;
}

#custom-chatbot-container .chatbot-header-phone {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: 8px;
  padding: 0;
  color: #fff !important;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#custom-chatbot-container .chatbot-header-phone svg {
  display: block !important;
  width: 20px;
  height: 20px;
  fill: none !important;
  stroke: #fff !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#custom-chatbot-container .chatbot-header-phone:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}

#custom-chatbot-container .chatbot-header-phone:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@keyframes chatbotBounce {
    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0.4;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chatbot-typing-dots > span {
        animation: none;
        transform: scale(1);
        opacity: 1;
    }
}


  @media (max-width: 480px) {
    #custom-chatbot-container { right: 15px; bottom: 15px; }
    #chatbot-window {
      width: calc(100vw - 30px);
      height: min(520px, calc(100vh - 100px));
      max-width: none;
    }
  }


