/* Body backdrop blur overlay when dropdown is open */
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(28, 31, 35, 0.50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s;
  visibility: hidden;
}
body.blurovs:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-section {
  background: transparent;
  position: fixed;
  top: 24px;
  width: 100%;
  left: 0;
  z-index: 9;
}

.header-inner {
  padding: 12px 12px 12px 20px;
  border-radius: 100px;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              backdrop-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              -webkit-backdrop-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Initial Dark/Translucent state */
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid transparent;
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
  box-shadow: inset 0px 0px 12px 0px rgba(255, 255, 255, 0.08);
}

/* Scrolled/Dropdown Open (Light) state */
.small-header .header-inner,
.header-tps .header-inner,
.header-white .header-inner {
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.90) 51.44%);
  box-shadow: 0 4px 48px 0 rgba(225, 230, 236, 0.32), 0 4px 24px 0 rgba(225, 230, 236, 0.16);
}

.head-logo {
  position: relative;
  width: 141px;
  height: 24px;
}

.head-logo img {
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Handle logo switching with support for the HTML class typo */
.small-header .head-logo .white-logo,
.header-tps .head-logo .white-logo,
.header-white .head-logo .white-logo,
.small-header .head-logo img[calss="white-logo"],
.header-tps .head-logo img[calss="white-logo"],
.header-white .head-logo img[calss="white-logo"] {
  opacity: 0;
}

.head-logo .dark-logo {
  opacity: 0;
}

.small-header .head-logo .dark-logo,
.header-tps .head-logo .dark-logo,
.header-white .head-logo .dark-logo {
  opacity: 1;
}

.head-menus {
  width: 620px;
  padding: 0 20px 0 60px;
}

.head-menus ul {
  gap: 5px;
}

.head-menus ul li a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 8px 12px;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Initial state (Dark mode colors) */
  color: #c7d1db;
  background-color: transparent;
}

/* Hover in dark mode state */
.header-section:not(.small-header):not(.header-tps) .head-menus ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* Light mode state (scrolled down or dropdown open) */
.small-header .head-menus ul li a,
.header-tps .head-menus ul li a,
.header-white .head-menus ul li a {
  color: #384656;
}

/* Hover in light mode state */
.small-header .head-menus ul li a:hover,
.header-tps .head-menus ul li a:hover,
.header-white .head-menus ul li a:hover {
  background-color: rgba(255, 255, 255, 0.50);
  color: #384656;
}

/* Active menu item (pill shape) */
.head-menus ul li a.active,
.small-header .head-menus ul li a.active,
.header-tps .head-menus ul li a.active,
.header-white .head-menus ul li a.active {
  background-color: #eaf2ff !important;
  color: #0b1f34 !important;
}

.head-right {
  width: calc(100% - 761px);
}

.head-right ul {
  gap: 24px;
  justify-content: flex-end;
}

.head-right .primary-button a {
  padding: 16px 24px;
  font-size: 14px;
}

.head-right ul li.hph-text a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Initial state */
  color: #c7d1db;
}

.head-right ul li.hph-text a svg path {
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  fill: #c7d1db;
}

/* Light mode state */
.small-header .head-right ul li.hph-text a,
.header-tps .head-right ul li.hph-text a,
.header-white .head-right ul li.hph-text a {
  color: #384656;
}

.small-header .head-right ul li.hph-text a svg path,
.header-tps .head-right ul li.hph-text a svg path,
.header-white .head-right ul li.hph-text a svg path {
  fill: #384656;
}

.header-megamenu .content-wrapper {
  position: relative;
}

.lonheads-wbgs,
.compheads-wbgs,
.toolsheads-wbgs,
.locatheads-wbgs {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.95);
  transform-origin: top center;
  z-index: 0;
  position: absolute;
  left: 19%;
  top: 12px;
  border-radius: 16px;
  background-color: var(--third_color);
  padding: 12px;
  transition: opacity 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s;
}

.lonheads-wbgs.active,
.compheads-wbgs.active,
.toolsheads-wbgs.active,
.locatheads-wbgs.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transform-origin: top center;
  z-index: 20;
}
.lonheads-wbgs {
  width: 264px;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s !important;
}
.lonheads-wbgs.show-right {
  width: 514px;
}
.loan-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 490px;
  flex-shrink: 0;
}
.loan-ltg {
  width: 240px;
  flex-shrink: 0;
}
.hloan-rinnrs { display: none; opacity: 0; transform: translateX(-10px); transition: opacity 0.2s ease, transform 0.2s ease; }
.hloan-rinnrs.is-visible { opacity: 1; transform: translateX(0); }
.header-megamenu h6,.loan-rtg .hloan-rinnrs ul li a,.compsheads-lts ul li a,.compsheads-rimgs a,.tools-cheads ul li a{font-size:14px;color:var(--primary_color3);margin:0; line-height:18px; font-weight:500; text-decoration:none !important;}
.loan-ltg ul li,.loan-rtg .hloan-rinnrs ul li a,.compsheads-lts ul li a,.tools-cheads ul li a{padding:12px;border-radius: 12px;transition:all .35s cubic-bezier(.22,.61,.36,1);}
.loan-ltg ul li {transition:opacity .35s cubic-bezier(.22,.61,.36,1),transform .35s cubic-bezier(.22,.61,.36,1),visibility .35s;opacity:0; transform: translateX(-12px);}
.lonheads-wbgs.active .loan-ltg ul li {transform: translateX(0) scale(1);opacity:1;}

.loan-ltg ul li,
.loan-rtg .hloan-rinnrs ul li a,
.compsheads-lts ul li a,
.tools-cheads ul li a,
.loca-statewise ul li a {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.loan-ltg ul li:hover,
.compsheads-lts ul li a:hover,
.tools-cheads ul li a:hover,
.loan-rtg .hloan-rinnrs ul li a:hover,
.loca-statewise ul li a:hover {
  background-color: #eaf2ff !important;
  transform: translateX(6px) !important;
}

.loan-ltg ul li:hover h6,
.compsheads-lts ul li a:hover span,
.tools-cheads ul li a:hover span,
.loan-rtg .hloan-rinnrs ul li a:hover,
.loca-statewise ul li a:hover span {
  color: #1F70F1 !important;
}
.loan-ltg ul li{position:relative;min-width:240px;}
.loan-ltg ul li span,.loan-rtg .hloan-rinnrs ul li a span{font-size:12px;display:inline-block; font-weight:500}
.loan-rtg .hloan-rinnrs ul li a{text-decoration:none !important; display:block;}
.loan-rtg {
  width: 250px;
  flex-shrink: 0;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid var(--secondary_color2);
  box-sizing: border-box;
}
.compheads-wbgs{left:30%;min-width:550px;}
.compsheads-lts{width:50%;padding-right:20px;}
.compsheads-lts ul li, .tools-cheads ul li { transition: none; }
.compsheads-lts ul li a, .tools-cheads ul li a { text-decoration: none !important; display: inline-flex; align-items: center; width: 100%; position: relative; }
.compsheads-lts ul li a svg, .loan-ltg ul li svg, .tools-cheads ul li svg { transition: all .35s cubic-bezier(.22,.61,.36,1); position: absolute; width: 12px; height: 12px; right: 12px; top: 50%; transform: translateY(-50%); }
.compsheads-lts ul li a:hover svg path, .loan-ltg ul li:hover svg path, .tools-cheads ul li a:hover svg path { fill: #1F70F1; } 
.compsheads-lts ul li a img,.tools-cheads ul li a img { margin-right: 8px; }
.compsheads-rts{width:50%;padding-left:20px;}
.compsheads-rimgs{position:relative;overflow:hidden;border-radius:12px;}
.compsheads-rimgs img{transition: all .35s cubic-bezier(.22,.61,.36,1);border-radius:12px;}
.compsheads-rimgs:hover img{transform:scale(1.2);}
.compsheads-rimgs a{position:absolute;top:12px; left:12px;}

.toolsheads-wbgs{left:44%;min-width:550px;}
.tools-hgrid{gap:24px;}
.tools-cheads{width:calc(50% - 12px);}
.tools-cheads h6,.loca-htitle h6,.loca-mtitle h6{font-family: "Inter", sans-serif;color:var(--primary_color3); font-size:12px;letter-spacing:0.72px; margin:0;padding:12px 12px 8px; font-weight:600;text-transform:uppercase;}
.tools-cheads ul li a span{max-width:172px;}
.locatheads-wbgs{width:470px; left:auto;right: 13.5%;}
.loca-hserch {padding:4px 0 20px;}
.loca-hserch input { background-color: #f1f4f8; border: none; border-radius: 12px; box-shadow: inset 0 0 12px 0 hsla(0, 0%, 100%, .64); color: var(--primary_color3); font-size: 14px; line-height: 18px; padding: 12px 16px 12px 40px; width: 100%; background-image: url(https://20494112.fs1.hubspotusercontent-na1.net/hubfs/20494112/Landing%20Page%202026/search.svg); background-repeat: no-repeat; background-position: left 16px top 13px; }
.loca-hserch input::-webkit-input-placeholder { color:#8194A8;} 
.loca-hserch input:-moz-placeholder {color:#8194A8;} 
.loca-hserch input::-moz-placeholder {color:#8194A8;}
.loca-statewise{padding:4px 0 0;}
.loca-statewise ul li{width:33.33%;}
.loca-statewise ul li a,.loca-viewbtn ul li a{display:inline-flex;font-weight:500; letter-spacing:0; align-items:center;line-height:18px; padding:12px;color:var(--base_color);font-size:14px; border-radius: 12px; text-decoration:none !important;width:100%;}
.loca-statewise ul li a img,.loca-viewbtn ul li a img{width:18px;margin-right:8px;}
.loca-no-result p{font-weight:500; color:var(--base_color);font-size:14px;line-height:18px;letter-spacing:0; }
.loca-viewbtn{padding:12px 12px 12px;margin:24px 0 0;border-top:2px solid rgba(225,230,236,0.35); border-radius:2px;}
.loca-no-result{max-width:261px; margin:0 auto; text-align:center;}
.loca-viewbtn ul{justify-content:space-between;}
.loca-viewbtn ul .view-arrow a{padding:0; border-radius:0;}
.loca-viewbtn ul .view-arrow a:hover{background:transparent;transform:translateX(5px);cursor:pointer;} 
.header-mobile{display:none;}

@media(min-width:1025px){
.compsheads-rimgs:hover a,.tools-cheads ul li a:hover{transform:translateX(5px);cursor:pointer;}
}

@media(max-width:1280px){
.head-menus {width: 520px;padding: 0 20px;}
.head-right {width: calc(100% - 661px);}
}

@media(max-width:1024px){
.header-desktop,.blurovs:before{display:none;}
  .mobile-open .head-logo .white-logo{opacity:0;}
  .mobile-open .head-logo .dark-logo{opacity:1;}
  .mobile-open .header-section {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 99999 !important;
  }
  .mobile-open .header-section .content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    height: 100% !important;
  }
  .mobile-open .header-inner {
    border-radius: 0 !important;
    border: none !important;
    background: var(--third_color) !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    padding: 33px 34px 9px 38px !important;
    margin: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: flex;
    flex-direction: column;
  }
  .header-inner { padding: 9px 12px 9px 20px; }
  .head-right {width: calc(100% - 170px);}
  .header-mobile{display:block;position:relative;} 
  .head-logo {width: 117px;height: 20px;}
  
  
  .head-respv .hs-menu-wrapper {
    display: none;
    border-radius: 24px 24px 0 0;
    background-color: var(--third_color);
    height: calc(100vh - 62px);
    overflow-x: hidden;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow-y: auto;
    padding: 16px 20px 160px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 100%;
    z-index: 9;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .head-respv .hs-menu-wrapper::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
  }
  .mobile-open .head-respv .hs-menu-wrapper {
    border-radius: 0 !important;
    top: 86px !important;
    height: calc(100vh - 86px) !important;
  }
  .head-respv .hs-menu-wrapper.has-submenu-open {
    overflow-y: hidden !important;
  }
  .head-right .primary-button a {padding: 12px 15px;}
  @keyframes fadeInFromRight {
    0% {
      opacity: 0;
      transform: translate3d(40px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .head-respv .hs-menu-wrapper > li {
    border-radius: 2px;
    border-bottom: 2px solid #F5F8FA;
    padding: 24px 0;
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    position: static !important;
  }
  .mobile-open .head-respv .hs-menu-wrapper > li {
    opacity: 1;
    transform: none;
  }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li {
    animation: fadeInFromRight 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li:nth-child(1) { animation-delay: 0.1s; }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li:nth-child(2) { animation-delay: 0.2s; }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li:nth-child(3) { animation-delay: 0.3s; }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li:nth-child(4) { animation-delay: 0.4s; }
  .mobile-open .head-respv .hs-menu-wrapper.menu-opening > li:nth-child(5) { animation-delay: 0.5s; }
  .head-respv .hs-menu-wrapper > li > a {
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease;
  }
  .head-respv .hs-menu-wrapper > li > a,.head-backopt a,.subinnerloan-box .child-trigger span,.subinnerloan-box .hs-menu-children-wrapper ul li a,
  .hcompany-reps ul li a,.tools-cheads ul li a{display:block; width:100%; position:relative; font-size:16px;color:var(--primary_color3);margin:0; line-height:24px; font-weight:600; text-decoration:none !important;}
  .head-respv .hs-menu-wrapper > li > a:before,.subinnerloan-box .child-trigger span:before{position:absolute;content:""; width:20px; height:20px; top:2px;right:0;background-repeat:no-repeat; background-size:16px; background-position:center right; background-image:url('https://20494112.fs1.hubspotusercontent-na1.net/hubfs/20494112/Landing%20Page%202026/arrow-up.svg')}
  .subinnerloan-box .hs-menu-children-wrapper{display:none;margin:12px 0 0;border-radius: 24px;background-color: #F5F8FA; padding: 24px;}
  .subinnerloan-box .hs-menu-children-wrapper ul,.hcompany-reps ul,.tools-cheads ul,.loca-statewise ul{display:block;}  
  .subinnerloan-box .hs-menu-children-wrapper ul li a,.hcompany-reps ul li a,.tools-cheads ul li a{font-size:14px;font-weight:500;}
  .hcompany-reps ul li{margin:24px 0;}
  .tools-cheads ul li{margin:12px 0;}
  
  .hcompany-reps ul li a{display:inline-flex; gap:10px;align-items:center;}
  .tools-cheads{width:100%;}
  .tools-cheads ul li a span {max-width: 100%;}
  .tools-cheads:last-child {margin: 12px 0 0;}
  .hcompany-reps ul li a,.tools-cheads ul li a { display: block; width: 100%; vertical-align: middle; }
  .hcompany-reps ul li a span {display: inline-block;vertical-align: middle;margin-left: 5px;}
  .hcompany-reps ul li a svg,.tools-cheads ul li a svg  { float: right; position: relative; top: 7px;        transform: none; }
  .subinnerloan-box .hs-menu-children-wrapper ul li:not(:last-child){padding:0 0 24px;}
  .head-backopt{padding:0 0 12px;}
  .subinnerloan-box .child-trigger span:before{background-image:url('https://20494112.fs1.hubspotusercontent-na1.net/hubfs/20494112/Landing%20Page%202026/down-arrow.svg');top: 20px; width: 12px; height: 12px; background-size: 12px; }
  .subinnerloan-box .child-trigger.child-open span:before{transform:rotate(-180deg);top:17px;}
  .head-backopt a{display:inline-flex; gap:10px;align-items:center;border-bottom: 2px solid #f5f8fa; border-radius: 2px; padding: 24px 0;}
  .subinnerloan-box .child-trigger span{padding:12px 0;font-weight:500;}
  .loca-statewise ul li{width:100%;}
  .loca-statewise ul {display: grid;grid-template-columns: repeat(2, 1fr);}
  
  .submenu-twonums {
    display: block;
    /*margin-top: auto !important; /* Pushes to bottom */
    padding-top:35px; /* Safe gap of 48px if content overflows/scrolls */
    width: 100%;
    box-sizing: border-box;
  }
  .submenu-twonums .hph-text {
    margin: 12px 0;
    text-align: center;
  }
  .submenu-twonums .hph-text a {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    text-decoration: none;
    color: var(--primary_color3);
  }
  .submenu-twonums .hph-text a svg path {
    fill: var(--primary_color3);
  }
  .submenu-twonums .primary-button a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 15px;
    box-sizing: border-box;
  }
.custom-menu-primary li.submenu-open {
  position: static !important;
  transform: none !important;
}
.head-subinnerloan {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  bottom: 0 !important; /* Stretch fully to bottom */
  z-index: 0;
  background: var(--third_color);
  transform: translate3d(100%, 0, 0); /* Force GPU hardware acceleration */
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: auto;
  padding: 16px 20px 40px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  display: flex !important;
  flex-direction: column;
}
.head-subinnerloan::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

.custom-menu-primary li.submenu-open > .head-subinnerloan {
  transform: translate3d(0, 0, 0); /* Maintain GPU hardware acceleration */
  z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper.has-submenu-open > li:not(.submenu-open):not(.hrsvp-twonums) {
  transform: translateX(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-menu-primary .hs-menu-wrapper.has-submenu-open > li.hrsvp-twonums {
  transform: translate3d(0, 100%, 0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-menu-primary .hs-menu-wrapper.has-submenu-open > li.submenu-open > a {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

.head-respv .hs-menu-wrapper>li.hrsvp-twonums {
  border: none;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--third_color);
  width: 100%;
  box-sizing: border-box;
  z-index: 20;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease;
}
.head-respv .hs-menu-wrapper>li.hrsvp-twonums ul { display: block; text-align: center; }
.head-respv .hs-menu-wrapper>li.hrsvp-twonums ul li.head-cts.primary-button a{width:100%;}
.head-respv .hs-menu-wrapper>li.hrsvp-twonums ul li{margin:12px 0;}
.head-respv .hs-menu-wrapper>li.hrsvp-twonums ul li.hph-text a{align-items: center; justify-content:center; display: flex; font-size: 14px; font-weight: 500; gap: 8px; text-decoration: none;}

/* Local submenu phone/CTA styling */
/* .submenu-twonums {
  display: none;
} */

  
  .small-header .header-section .mobile-trigger .line,.mobile-open .header-section .mobile-trigger .line,.header-white.header-section .mobile-trigger .line{background-color:var(--primary_color4)}
  .header-section .mobile-trigger {
    border-radius: 12px;
    cursor: pointer;
    display: inline-block !important;
    height:30px;
    position: absolute;
    right: 12px;
    top: 10px;
    width:30px;
    z-index: 12;
  }
  .header-section .mobile-trigger .line {
    border-radius: 0;
    display: block;
    height:2px;
    left: 50%;
    position: absolute;
    width: 20px;
    transform: translate3d(-50%, 0, 0);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), top 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease;
  }
  .header-section .mobile-trigger .line.line-1 {
    top: 15px;
  }
  .header-section .mobile-trigger .line.line-2 {
    top: 21px;
  }
  .header-section .mobile-trigger .line.line-3 {
    top: 27px;
  }
  .header-section .mobile-trigger.active-re {
    top: 34px;
    right: 34px;
  }
  .header-section .mobile-trigger.active-re .line.line-1 {
    top: 21px;
    transform: translate3d(-50%, 0, 0) rotate(45deg);
  }
  .header-section .mobile-trigger.active-re .line.line-2 {
    opacity: 0;
  }
  .header-section .mobile-trigger.active-re .line.line-3 {
    top: 21px;
    transform: translate3d(-50%, 0, 0) rotate(-45deg);
  }
}

@media(max-width:767px){
   .head-cts .hs-web-interactive-inline a{padding:12px 15px;}
 .head-right ul li.hph-text a span {display: none;}
  .head-right ul {gap: 15px;}
}

@media(max-width:400px){
.head-logo { height: 13px; width: 95px; }
.head-right { width: calc(100% - 135px); }
.head-right .primary-button a { padding: 9px; font-size: 12px; }  
.header-section .mobile-trigger{right: 10px;top: 6px;}  
.header-section .mobile-trigger.active-re {top: 30px; right: 32px;}  
.mobile-open .header-inner { padding: 33px 32px 9px 38px !important; }
.mobile-open .head-respv .hs-menu-wrapper { top: 80px !important; height: calc(100vh - 80px) !important; }
  .head-respv .hs-menu-wrapper{top:56px;}  
  .loca-statewise ul li a, .loca-viewbtn ul li a{font-size:12px; line-height:18px;} 
}
