:root {
    --brand-color: #FBBC12 !important;
    --brand-color-alpha: 255, 208, 0;
    --brand-color-inverse: #383838;
    --secondary-color: rgb(1, 101, 154);
    --secondary-color-alpha: 1, 101, 154;
    --secondary-color-inverse: rgb(255, 255, 255);
    --blue: #005786;
    --blue-dark: #135a8f;
    --blue-light: #e8f3fb;
    --border: #d7dbe0;
    --text: #1f2937;
    --muted: #8a94a3;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:url("fonts/Inter-VariableFont_opsz,wght.ttf");
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
@font-face {
  font-family: "Sora";
  src: url("fonts/Sora-VariableFont_wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-VariableFont_opsz,wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-VariableFont_wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url("fonts/BigShoulders-VariableFont_opsz,wght.ttf");
  font-style: normal;
}
body {
  font-family: "Sora" !important; 
}
.container{
  background:#FFF8E1 !important;
}
/* new css for  header and footer. */
.tby-global-header,
.tby-global-footer,
.tby-global-header *,
.tby-global-footer * {
  box-sizing: border-box;
}

.tby-global-header a,
.tby-global-footer a {
  color: inherit;
  text-decoration: none;
}

.tby-global-header img,
.tby-global-footer img,
.tby-global-header svg {
  display: block;
  max-width: 100%;
}

.tby-global-header button,
.tby-global-footer button,
.tby-global-footer input {
  font: inherit;
}

.tby-global-header a:focus-visible,
.tby-global-header button:focus-visible,
.tby-global-footer a:focus-visible,
.tby-global-footer button:focus-visible,
.tby-global-footer input:focus-visible {
  outline: 2px solid #005786;
  outline-offset: 4px;
}

.tby-gh-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================
   HEADER — desktop
   ========================================================== */
.tby-global-header {
  position: fixed !important;
  top: var(--tby-header-offset, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 90000 !important;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #383838;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: box-shadow .2s ease;
}

/*
 * Keep the header visible for the full document. The supplier template's body
 * can be shorter than its absolutely-positioned content, which makes a sticky
 * header scroll away halfway down the page. This space replaces the header's
 * original in-flow height after switching it to fixed positioning.
 */
body:has(> .tby-global-header) {
  padding-top: calc(80px + var(--tby-header-offset, 0px)) !important;
}

.tby-global-header[data-scrolled="true"] {
  box-shadow: 0 3px 18px rgba(0, 87, 134, .1);
}

.tby-global-header .tby-gh-inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 16px 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tby-global-header .tby-gh-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.tby-global-header .tby-gh-logo img {
  width: 162px;
  height: 42px;
  max-width: none;
  object-fit: contain;
}

.tby-global-header .tby-gh-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}

.tby-global-header .tby-gh-nav a {
  color: #383838;
  font-weight: 500;
  transition: color .15s ease;
}

.tby-global-header .tby-gh-nav a:hover,
.tby-global-header .tby-gh-nav a:focus-visible,
.tby-global-header .tby-gh-nav a[aria-current="page"] {
  color: #005786;
  text-decoration: none !important;
}

.tby-global-header .tby-gh-nav a[aria-current="page"] {
  font-weight: 700;
}

.tby-global-header .tby-gh-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 10px;
}

.tby-global-header .tby-gh-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 100px;
  color: #005786;
  font-family: Manrope, "DM Sans", Inter, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(0, 87, 134, .05);
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.tby-global-header .tby-gh-action:hover {
 /* transform: translateY(-1px);*/
 text-decoration:none !important;
}

.tby-global-header .tby-gh-action--online {
  border: 1px solid transparent;
  background: #005786;
  color: #fff;
}

/*.tby-global-header .tby-gh-action--online:hover {
  background: #F5B400;
}*/

.tby-global-header .tby-gh-action--retailer {
  border: 1px solid #005786;
  background: transparent;
}

.tby-global-header .tby-gh-action--retailer:hover {
  background: #005786;
  color: #fff;
}

.tby-global-header .tby-gh-menu,
.tby-global-header .tby-gh-mobile-action {
  display: none;
}

.tby-global-header .tby-gh-menu {
  border: 0;
  background: transparent;
  color: #005786;
  cursor: pointer;
}

.tby-global-header .tby-gh-menu svg {
  width: 24px;
  height: 24px;
}

/* Slightly compact desktop layout. */
@media (max-width: 1280px) and (min-width: 1181px) {
  .tby-global-header .tby-gh-inner {
    padding-inline: 48px;
  }

  .tby-global-header .tby-gh-nav {
    gap: 24px;
  }

  .tby-global-header .tby-gh-action {
    padding-inline: 18px;
    font-size: 14px;
  }
}

/* ==========================================================
   HEADER — tablet/mobile
   ========================================================== */
@media (max-width: 1180px) {
  .tby-global-header {
    z-index: 90000;
    height: 80px;
    border-bottom: 0;
  }

  .tby-global-header .tby-gh-inner {
    position: relative;
    padding: 16px;
    gap: 24px;
  }

  .tby-global-header .tby-gh-logo img {
    width: 122px;
    height: 32px;
  }

  .tby-global-header .tby-gh-actions {
    display: none;
  }

  .tby-global-header .tby-gh-menu {
    display: flex;
    flex: none;
    width: 36px;
    height: 36px;
    margin-left: auto;
    padding: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }

  .tby-global-header .tby-gh-menu:hover,
  .tby-global-header .tby-gh-menu:focus-visible {
    background: #F2F7F9;
  }

  .tby-global-header .tby-gh-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1010;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - 80px - var(--tby-header-offset, 0px));
    padding: 10px 16px 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-bottom: 1px solid #E6E1D3;
    background: #fff;
    box-shadow: 0 16px 28px rgba(0, 87, 134, .12);
    white-space: normal;
  }

  .tby-global-header .tby-gh-nav[data-open="true"] {
    display: flex;
  }

  .tby-global-header .tby-gh-nav > a:not(.tby-gh-mobile-action) {
    width: 100%;
    padding: 12px 4px;
    border-bottom: 1px solid #ECE8DD;
  }

  .tby-global-header .tby-gh-nav .tby-gh-mobile-action {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #005786;
    font-family: Manrope, "DM Sans", Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .tby-global-header .tby-gh-nav .tby-gh-action--online {
    border: 1px solid transparent;
    background: #FBBC12;
    color: #005786;
  }

  .tby-global-header .tby-gh-nav .tby-gh-action--retailer {
    border: 1px solid #005786;
    background: #fff;
  }
}

/* ==========================================================
   FOOTER — desktop
   ========================================================== */
.tby-global-footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #222;
  color: #9E9E9E;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.tby-global-footer .tby-gf-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  flex-direction: column;
  align-items: stretch;
  gap: 64px;
}

.tby-global-footer .tby-gf-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tby-global-footer .tby-gf-brand {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.tby-global-footer .tby-gf-brand img {
  width: 180px;
  height: 46.9px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .82;
}

.tby-global-footer .tby-gf-brand p,
.tby-global-footer .tby-gf-copy {
  margin: 0;
}

.tby-global-footer .tby-gf-newsletter {
  display: flex;
  width: 500px;
  align-items: center;
  gap: 12px;
}

.tby-global-footer .tby-gf-newsletter input {
  min-width: 0;
  height: 43px;
  margin: 0;
  padding: 12px 16px;
  flex: 1;
  border: 1px solid #5C5C5C;
  border-radius: 99px;
  outline: 0;
  background: #383838;
  color: #F5F5F5;
  font-size: 14px;
}

.tby-global-footer .tby-gf-newsletter input::placeholder {
  color: #AFAFAF;
  opacity: 1;
}

.tby-global-footer .tby-gf-newsletter input:focus {
  border-color: #FBBC12;
}

.tby-global-footer .tby-gf-subscribe {
  height: 43px;
  margin: 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 99px;
  background: #FBBC12;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.tby-global-footer .tby-gf-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}

.tby-global-footer .tby-gf-col {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tby-global-footer .tby-gf-col h3 {
  margin: 0;
  color: #fff;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.tby-global-footer .tby-gf-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tby-global-footer .tby-gf-list a,
.tby-global-footer .tby-gf-meta a {
  color: #9E9E9E;
}

.tby-global-footer .tby-gf-list a:hover,
.tby-global-footer .tby-gf-list a:focus-visible,
.tby-global-footer .tby-gf-meta a:hover,
.tby-global-footer .tby-gf-meta a:focus-visible {
  color: #fff;
}

.tby-global-footer .tby-gf-follow {
  align-items: flex-end;
}

.tby-global-footer .tby-gf-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tby-global-footer .tby-gf-social a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0E73AB;
  color: #fff;
}

.tby-global-footer .tby-gf-social a:hover,
.tby-global-footer .tby-gf-social a:focus-visible {
  background: #005786;
}

.tby-global-footer .tby-gf-social img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.tby-global-footer .tby-gf-rule {
  width: 100%;
  border-top: 1px solid #444;
}

.tby-global-footer .tby-gf-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #9E9E9E;
  font-size: 12px;
}

.tby-global-footer .tby-gf-meta {
  display: flex;
  width: 742px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
}

.tby-global-footer .tby-gf-copy {
  white-space: nowrap;
}

/* ==========================================================
   FOOTER — tablet/mobile
   ========================================================== */
@media (max-width: 1180px) {
  .tby-global-footer .tby-gf-inner {
    padding: 48px 24px;
    gap: 40px;
  }

  .tby-global-footer .tby-gf-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .tby-global-footer .tby-gf-brand {
    width: 100%;
    gap: 12px;
  }

  .tby-global-footer .tby-gf-brand img {
    width: 150px;
    height: 39.1px;
  }

  .tby-global-footer .tby-gf-newsletter {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .tby-global-footer .tby-gf-newsletter input {
    width: 100%;
    height: 48px;
    padding: 14px 20px;
  }

  .tby-global-footer .tby-gf-subscribe {
    width: 100%;
    height: 47px;
    padding: 14px 24px;
  }

  .tby-global-footer .tby-gf-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }

  .tby-global-footer .tby-gf-col {
    gap: 12px;
  }

  .tby-global-footer .tby-gf-col h3 {
    font-size: 18px;
  }

  .tby-global-footer .tby-gf-list {
    gap: 8px;
  }

  .tby-global-footer .tby-gf-follow {
    align-items: flex-start;
  }

  .tby-global-footer .tby-gf-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 13px;
  }

  .tby-global-footer .tby-gf-meta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .tby-global-footer .tby-gf-copy {
    white-space: normal;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 359px) {
  .tby-global-footer .tby-gf-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tby-global-footer .tby-gf-links {
    column-gap: 12px;
  }
}
/**end new css **/

.logo-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center;
    padding: 15px 80px;
    background-color: rgba(255, 255, 255, 0.8) /* adjust to match your exact brand blue */
}

/* Logo on the left */
.logo-bar-start {
    justify-self: start;
}

.logo-bar-start img {
    max-height: 40px;
}

/* Nav menu centered */
.logo-bar-end {
    justify-self: center;
}

.quick-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-nav-item {
    white-space: nowrap;
}
.quick-nav{
    color: #383838; 
    font-family: Inter, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;

}
.quick-nav-link {
    color: #383838;
    text-decoration: none;

     font: 600 15px / 1.2 Inter,Arial,sans-serif !important;
     transition: color .18s ease !important;
}

.quick-nav-link:hover {
    color: #1a3f5c;
}


/* Become a Seller button on the right */
.right-menu {
    justify-self: end;
}

.right-menu span {
    display: inline-block;
    background-color: #005786;
    color: #fff;
    padding: 14px 46px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}


/* Hide the mobile hamburger item on desktop */
.quick-nav-item.item-mobile {
    display: none;
}
.hero-banner{
  padding:7em 0 !important;
}
.hero-banner:after , .container,.hero-banner-inner,.faqSectionCon{
  background: #fdf7ec !important;
}


.seller-slogan-txt h3, .seller-slogan-txt .h3{
    color:rgba(0, 87, 134, 1) !important;
}
.seller-slogan-txt h3{
    /*margin-top: 9.2rem;*/
    border: 1px solid rgba(0, 87, 134, 1) ;
    font-size: 12px !important;
    border-radius: 16px;
    width: 100px;
    padding: 5px;
}
.seller-slogan-txt p{
    color:rgba(92, 100, 112, 1) !important;
}
/**banner content***/
 .hero {
    position: relative;
    /*max-width: 480px;*/
   /* padding: 48px 32px 56px;*/
    overflow: hidden;
  }
 
  .hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 800;
    line-height: 59.8px;
  }
 
  .hero h1 .line-dark {
    color: #005786;
    display: block;
  }
 
  .hero h1 .line-blue {
    color: #1f7fc9;
    display: block;
  }
 
  .hero h1 .line-gold {
    color: #FBBC12;
    display: block;
  }
 
  .hero p {
    margin: 20px 0 28px;
    color: #5C6470;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px ;
    font-family: "Inter";
    /*max-width: 366px;*/
  }
 
  #faq-btn {
    display: inline-block;
    background: #FBBC12;
    color: #005786;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(245, 166, 35, 0.35);
  }
 
 
  .curve-line {
    position: absolute;
    top: 220px;
    left: 130px;
    width: 340px;
    height: 220px;
    pointer-events: none;
    z-index: 0;
  }
 
  .features_ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0 !important;
  }
 
  .features_ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #005786;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "Sora";
  }
 
  .features_ul li::before {
    content: "●";
    flex: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
   color: #10B981;
   font-weight: bold;
    margin-right: 8px;
  }
.hero-banner:after{
opacity: 1 !important;
  }
  /***register form ****/
  .seller-register-form{
 border-radius: 10px !important;
  }
  .seller-register-form h2{
   color:#005786;
    font-size: 1.8rem !important;
    margin-bottom: 0.1rem !important;
    font-weight: bold;
  }
  .seller-register-form span{
    color:#5C6470;
    font-size: 0.8rem;
  }
  form#frm_fat_id_frmSeller{
    margin-top:1.5rem;
   
  }
  .form-label, .form .label, .form .field_label{
    color:#005786 !important;
    font-weight:700 !important;
  }
 a.link--underline,a.link-underline{
    color: #005786 !important;
    text-decoration: underline !important;
    background-image:none !important;
    font-weight: 600;
 } 
 .form input[type="submit"], .form .custom-select[type="submit"]{
  color:#383838;
  font-weight: 600;
 }
.field-password{
  background-image:url('images/eye_icon.svg') !important;
}
.field-password-show{
  background-image:url('images/eye-icon-slash.svg') !important;
}
 .btn-wide{
  width: 100% !important;
 }
 .checkbox, .radio{
    display:inline-block !important;
 }
 .checkbox{
  padding-left:10px;
  margin:10px 0px 10px 0px !important;
 }
 .checkbox input{
    left: -5px !important;
    padding: 10px !important;
    border-radius:1px !important;
 }
 .form input[type="text"], .form .custom-select[type="text"]{
    border-radius: 10px !important;
 }
 input{
  border-radius:10px !important;
 }
 span.mandatory{
  color:#fd397a;
 }
 .form .form-group, .form .field-set{
  margin-bottom: 0.5rem !important;
 }
 .enter-page .form-sign-logo{
  width:229px;
 }
/* Container for button + arrow */
.form-submit-con {
    position: relative; /* anchor for the absolutely-positioned arrow */
}

/* Let the button behave exactly as it already does - full width, no flex hacks */
.form-submit-con .btn-brand.btn-wide {
    width: 100%;
    position: relative; /* keeps stacking context predictable */
}

/* Arrow sits on top of the button, vertically centered, fixed distance from the right edge */
.form-submit-con .btn-submit-arrow {
    position: absolute;
    top: 52%;
    right:161px !important;
    transform: translateY(-50%);
    width: 18px;
    height: auto;
    pointer-events: none; /* clicks pass through to the button underneath */
}
.header{
  border-bottom:none !important;
      position: relative;
    z-index: 1000;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    color: #383838;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

/* Slightly tighter spacing on small screens */
@media (max-width: 1280px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:129px !important;
    }
}
@media (max-width: 1024px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:257px !important;
    }
}
@media (max-width: 820px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:245px !important;
    }
}
@media (max-width: 767px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:104px !important;
    }
}
@media (max-width: 412px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:97px !important;
    }
}
@media (max-width: 390px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:83px !important;
    }
}
@media (max-width: 375px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:75px !important;
    }
}
@media (max-width: 350px) {
    .form-submit-con .btn-submit-arrow {
        right: 20px;
        width: 14px;
        right:62px !important;
    }
}
 
/*** FAQ Section **/
.faq-filters{
    display:grid !important;
}
.faq-filters a{
    border:none !important;
    background:none !important;
    color:#005786 !important;
    font-weight:800 !important;
    text-align:center !important;
    font-size:1.2rem !important;
    
}
.faq-filters a:hover{
    text-decoration: none !important;
    cursor:none !important;
}
.faq-list-link{
     color:#005786 !important;
     position: relative;
     padding-right: 45px;
     display: block;
}
.faq-list-link::before{
    content: none !important;
}

.faq-list-link {
    position: relative !important;
}

.faq-list-link::after {
    /*content: "⌄" !important;*/
    background: url(images/icons/chevron-down.svg) no-repeat center center !important;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    width: 28px !important;
    height: 28px !important;
    /*border: 2px solid #005786 !important;
    border-radius: 50% !important;
    color: #005786 !important;*/
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 26px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    transition: transform 0.3s ease !important;
}

.faq-list-link[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(90deg) !important;
}

/* the chevron itself, drawn with a rotated border corner */
/*.faq-list-link::before {
    content: "" !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #005786 !important;
    border-bottom: 2px solid #005786 !important;
    transform: translateY(-70%) rotate(45deg) !important;
    transition: transform 0.3s ease !important;
    z-index: 1 !important;
}*/

.faq-list-link[aria-expanded="true"]::before {
    transform: translateY(-30%) rotate(225deg);
}
.faq-list-item{
    background:#fff !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
}
/***footer new css ***/
 .site-footer {
    background: #1c1c1c;
    color: #cfcfcf;
    padding: 48px 40px 0;
  }
 
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
 
  /* Top row: logo/newsletter */
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 40px;
  }
 
  .footer-brand .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
  }
 
  .footer-brand .logo .icon {
    font-size: 1.3rem;
  }
 
  .footer-brand .tagline {
    margin: 0;
    font-size: 0.9rem;
    color: #9a9a9a;
  }
 
  .newsletter-form {
    display: flex;
    gap: 10px;
    border-bottom:none !important;
  }
 
  .newsletter-form input[type="email"] {
    width: 260px;
    max-width: 100%;
    padding: 12px 18px;
    border-radius: 24px;
    border: 1px solid #4a4a4a;
    background: #2a2a2a;
    color: #e8e8e8;
    font-size: 0.9rem;
  }
 
  .newsletter-form input[type="email"]::placeholder {
    color: #8a8a8a;
  }
 
  .newsletter-form button {
    padding: 12px 22px;
    border: none;
    border-radius: 24px;
    background: #f5a623;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    white-space: nowrap;
  }
 
  .newsletter-form button:hover {
    background: #e0961a;
  }
 
  /* Middle row: link columns */
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 40px;
  }
 
  .footer-col h4 {
    margin: 0 0 16px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
  }
 
  .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 
  .footer-col li {
    margin-bottom: 12px;
  }
 
  .footer-col a {
    color: #b5b5b5;
    text-decoration: none;
    font-size: 0.9rem;
  }
 
  .footer-col a:hover {
    color: #fff;
  }
 
  .social-icons {
    display: flex;
    gap: 10px;
  }
 
  .social-icons a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1a6fa8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
  }
 
  .social-icons a:hover {
    background: #15547e;
  }
 
  /* Bottom bar */
  .footer-bottom {
    border-top: 1px solid #3a3a3a;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.82rem;
    color: #9a9a9a;
  }
 
  .footer-bottom .contact-info span {
    margin-right: 24px;
  }
  /***industry select  style*/
   .field {
    width: 100%;
    max-width: 380px;
  }
 
  .field-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 8px;
  }
 
  .select-wrap {
    position: relative;
  }
 
  .select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    color: var(--muted);
    user-select: none;
    transition: border-color 0.15s ease;
  }
 
  .select-trigger.has-value {
    color: var(--text);
  }
 
  .select-trigger:focus-visible,
  .select-trigger.open {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(26, 111, 176, 0.15);
  }
 
  .chevron {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--muted);
    transition: transform 0.18s ease;
  }
 
  .select-trigger.open .chevron {
    transform: rotate(180deg);
  }
 
  .panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(20, 30, 45, 0.12);
    max-height: 320px;
    overflow-y: auto;
    z-index: 20;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
  }
 
  .panel.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
 
  .option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1px 16px;
    cursor: pointer;
    font-size: 15px;
    color: var(--text);
    border-bottom: 1px solid #eef0f3;
    transition: background 0.1s ease;
  }
 
  .option:last-child { border-bottom: none; }
 
  .option:hover {
    background: #f7fafc;
  }
 
  .option.checked {
    background: var(--blue-light);
    color: var(--blue-dark);
    font-weight: 600 !important;
  }
 
  .option.checked:hover {
    background: #ddeefa;
  }
 
  .industry_panel .checkbox {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 2px solid #c4cad2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 400;
    line-height: 1.6rem;
    transition: background 0.12s ease, border-color 0.12s ease;
  }
 
  .option.checked .checkbox {
    background: var(--blue);
    border-color: var(--blue);
  }
 
  .checkbox svg {
    width: 20px;
    height: 20px;
    opacity: 0 !important;
    transform: scale(0.6) !important;
    position:relative;
    margin-left: -12px !important;
    margin-top: -10px;
    transition: opacity 0.12s ease, transform 0.12s ease !important;
  }
  .checkbox input:checked:after, .radio input:checked:after, .checkbox .custom-select:checked:after, .radio .custom-select:checked:after,
  .checkbox input:checked, .radio input:checked, .checkbox .custom-select:checked, .radio .custom-select:checked{
    background: var(--blue) !important;
    border-color: var(--blue) !important;
  }
 
  .option.checked .checkbox svg {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
 
  .option input {
    display: none;
  }
 
  .selected-summary {
    margin-top: 10px;
    font-size: 13px;
    color: var(--muted);
  }
 
  .selected-summary strong {
    color: var(--text);
  }
  /**end industry select style**/
 
  /* Tablet */
   .seller-slogan{
    height:unset !important;
   }
  @media (max-width: 900px) {
    
    .footer-columns {
      justify-content: flex-start;
    }
    .footer-col {
      flex: 0 0 45%;
    }
  }
 
  /* Mobile */
  @media (max-width: 700px) {
    .site-footer {
      padding: 28px 20px 0;
    }
 
    .footer-top {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding-bottom: 24px;
    }
 
    .footer-brand .logo {
      font-size: 1.15rem;
    }
 
    .footer-brand .tagline {
      font-size: 0.75rem;
    }
 
    .newsletter-form {
      width: 100%;
      flex-direction: column;
      gap: 12px;
    }
 
    .newsletter-form input[type="email"] {
      width: 100%;
    }
 
    .newsletter-form button {
      width: 100%;
    }
 
    /* 2-column grid: Site Map | About Us / Contact Us | Join Us */
    .footer-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 16px;
      row-gap: 24px;
      padding-bottom: 24px;
    }
 
    .footer-col {
      flex: none;
    }
 
    .footer-col h4 {
      margin-bottom: 10px;
      font-size: 0.75rem;
      letter-spacing: 0.4px;
    }
 
    .footer-col li {
      margin-bottom: 8px;
    }
 
    .footer-col a {
      font-size: 0.78rem;
    }
 
    .social-icons {
      justify-content: flex-start;
      gap: 8px;
    }
 
    .social-icons a {
      width: 28px;
      height: 28px;
      font-size: 0.8rem;
    }
 
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      gap: 4px;
      padding: 18px 0 20px;
      font-size: 0.72rem;
    }
 
    .footer-bottom .contact-info span {
      display: block;
      margin: 0 0 6px;
    }
 
    .footer-bottom .contact-info span:last-child {
      margin-bottom: 6px;
    }
  }
 
  /* Small phones */
  @media (max-width: 380px) {
    .footer-brand .logo {
      font-size: 1.1rem;
    }
    .newsletter-form button,
    .newsletter-form input[type="email"] {
      font-size: 0.85rem;
      padding: 11px 14px;
    }
  }
/* Responsive: stack on smaller screens */
@media (max-width: 992px) {
    .logo-bar {
        grid-template-columns: auto 1fr auto !important;
    }
    .logo-bar-end {
        grid-column: 3 !important;
        justify-self: end !important;
    }
    .right-menu {
        display: none !important;
    }
    .logo-bar-end .quick-nav-item.item-desktop {
        display: none;
    }
    .quick-nav-item.item-mobile {
        display: block !important;
    }
}
