@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf"), format("turetype");
}
@font-face {
  font-family: "Mf I Love Glitter";
  src: url("../fonts/love-gitter.ttf"), format("turetype");
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
label,
span {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul {
  list-style-type: none;
  padding: 0px;
}

a {
  color: #000;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* Global guard: never allow sideways scrolling of the page itself.
   `clip` (not `hidden`) so it doesn't break position: sticky descendants. */
html,
body {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

bdi {
  color: #155A98;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h1 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 115% */
}

h2 {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown-toggle {
  background-color: transparent;
  color: #333;
  outline: none;
  border: none;
  position: relative;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.5 0.5L5 5L9.5 0.5' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
}

.product-card .image-wrapper {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
}
.product-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .image-wrapper img {
  transform: scale(1.07);
}
.product-card .image-wrapper span {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  height: 30px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  text-transform: uppercase;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #000000 !important;
  background: rgb(0 0 0 / 55%) !important;
}
.product-card .content {
  padding: 15px 0px 0px;
}
.product-card .content h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.product-card .content p {
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
}
.product-card .content h3 {
  color: #333;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.product-card .content span {
  color: #707070;
  display: block;
  font-family: "Inter";
  font-size: 12px;
}
.product-card .content a {
  width: 100%;
  margin-top: 20px;
}

.blog-card .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 410 / 350;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogs-main-section .row {
  row-gap: 50px !important;
}
.blogs-main-section .blog-card .image-wrapper {
  width: 100%;
  height: 350px;
  flex-shrink: unset;
  overflow: hidden;
  border-radius: 10px;
}
.blogs-main-section .blog-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card .image-wrapper span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  display: inline-flex;
  height: 30px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #155A98;
  text-transform: uppercase;
}
.blog-card h4 {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0px 0px 20px;
}
.blog-card h4 a {
  color: #333 !important;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.blog-card p {
  color: #585858;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0px 6px;
}
.blog-card > a {
  color: #155A98 !important;
  font-family: Inter;
  font-size: 14px;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.blog-card a {
  color: #155A98 !important;
  font-family: Inter;
  font-size: 14px;
}

.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.pagination a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #155A98;
  background: #FFF;
  color: #155A98;
  font-size: 12px;
}
.pagination a.active {
  background: #155A98;
  color: #fff !important;
}
.pagination a:last-child {
  border: none;
  color: #000;
  font-size: 14px;
  gap: 8px;
  margin-left: 5px;
}
.pagination a:last-child i {
  font-size: 10px;
}
.pagination a.pg-prev,
.pagination a.pg-next {
  width: auto;
  padding: 0 12px;
  border: none;
  color: #000;
  font-size: 14px;
  gap: 6px;
}
.pagination a.pg-prev {
  margin-right: 5px;
}

.explore-btn {
    border-radius: 30px;
  border: 1px solid #155A98;
  background: rgba(250, 250, 250, 0);
  color: #155A98;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 11px 20px;
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
}
.explore-btn:hover {
  background: #155A98;
  color: #FFFFFF;
  gap: 6px;
  padding: 11px 20px;
}
.explore-btn:hover svg path,
.explore-btn:hover svg line {
  stroke: #FFFFFF;
}

.add-btn {
  border-radius: 10px;
  background: #155A98;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

/* ── Rental months selector ──────────────────────────────────────────────── */
.rental-months-selector { margin-top: 14px; margin-bottom: 14px; }
.rental-months-selector .months-label {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.months-unit-hint {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.months-dropdown {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 14px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 18px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.months-dropdown:focus {
  border-color: #155A98;
}

/* Active filter chips */
.active-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: #EEF5FF;
  border: 1px solid #c0d8f5;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: #155A98;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.filter-chip span { font-size: 14px; line-height: 1; color: #155A98; }
.filter-chip:hover { background: #ddeeff; border-color: #155A98; }
.filter-chip-clear {
  background: #fff0f0;
  border-color: #f5c0c0;
  color: #d93025;
}
.filter-chip-clear:hover { background: #ffe0e0; border-color: #d93025; }
.filter-chip-clear span { color: #d93025; }
.cart-item-months { font-size: 12px; color: #888; margin-left: 4px; font-weight: 400; }
.cart-item-total { font-size: 18px; font-weight: 600; color: #155A98; margin: 0; }

/* Cart item type chip */
.cart-type-chip {
  display: inline-block;
  align-self: flex-start;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 4px 0 2px;
}
.chip-rental  { background: #e8f1fd; color: #155A98; border: 1px solid #b8d4f5; }
.chip-product { background: #e8f8ee; color: #1a7a3a; border: 1px solid #a8e0b8; }
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.price-row h3 { line-height: 1; margin: 0; }
.rental-discount-chip {
  display: inline-flex;
  align-items: center;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 10px !important;
    font-weight: 700;
    background: #e6f4ea;
    color: #1a7a3a !important;
    border: 1px solid #a8e0b8;
}
.footer-new-chip {
  display: inline-flex;
  align-items: center;
  padding: 1px 7px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  background: #e8f3ff;
  color: #155A98;
  border: 1px solid #b8d4f5;
  vertical-align: middle;
  margin-left: 4px;
}
.cart-discount-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  background: #e6f4ea;
  color: #1a7a3a;
  border: 1px solid #a8e0b8;
  vertical-align: middle;
}

/* Checkout cart summary */
.co-cart-summary {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.co-summary-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.co-summary-item:last-child { border-bottom: none; }
.co-summary-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.co-summary-info { flex: 1; min-width: 0; }
.co-summary-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.co-summary-name { font-size: 13px; font-weight: 600; color: #222; }
.co-summary-price { font-size: 14px; font-weight: 700; color: #155A98; margin-top: 4px; }
.co-month-breakdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 6px;
}
.co-month-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 4px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  font-size: 11px;
  color: #555;
  gap: 2px;
}
.co-month-row span:last-child { font-weight: 600; color: #222; font-size: 12px; }
.co-month-row.active { background: #EEF5FF; border-color: #155A98; }
.co-month-row.active span { color: #155A98; }

/* Inline qty control that replaces the Add to Cart button on product cards */
.card-qty-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #155A98;
  border-radius: 10px;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  gap: 8px;
  margin-top: 20px;
}
.card-qty-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.card-qty-btn:hover { opacity: 1; }
.card-qty-value {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline;
}
/* Override .product-card .content span (specificity 0,2,1) which sets color:#707070 */
.product-card .content .card-qty-value {
  color: #fff;
}

.enquiry-btn {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  background: #155A98;
  display: inline-flex;
  padding: 11px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .top-bar {
  background: #155A98;
  padding: 16px;
}
header .top-bar p {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
}
header .top-bar ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
header .top-bar ul li {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
header .top-bar ul li.top-bar-sep {
  font-weight: 300;
  opacity: 0.5;
  font-size: 13px;
}
header .top-bar ul li a {
  color: #FFF;
  transition: color 0.15s;
}
header .top-bar ul li a:hover {
  color: #D1E0EE;
}
header .top-bar ul li span {
  color: #D1E0EE;
  font-size: 13px;
  font-weight: 400;
}
/* Fixed header with scroll-based show/hide */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 1025px) {
  #header.header-hidden {
    transform: translateY(-100%);
  }
}
header .nav-bar {
  padding: 24px 0px;
}
header #dynamic-logo {
  width: 115px;
  height: auto;
}
header .nav-bar .left {
  display: flex;
  gap: 40px;
  align-items: center;
}
header .nav-bar .left .input-wrapper {
  border-radius: 90px;
  width: 270px;
  height: 44px;
  border: 1px solid #AEAEAE;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 13px 20px;
}
header .nav-bar .left .input-wrapper input {
  color: #AAA;
  font-size: 14px;
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
}
header .nav-bar .right ul {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  justify-content: flex-end;
}
header .nav-bar .right.nav-menu {
  flex: 1;
}
.header-quote-btn {
    margin-left: 24px;
}
header .nav-bar .right ul li a {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  transition: color 0.15s;
}
header .nav-bar .right ul li a:hover,
header .nav-bar .right ul li a.active {
  color: #155A98;
}
.header-quote-btn {
  display: flex;
  align-items: center;
  background: #155A98;
  color: #fff;
  border: 1.5px solid #155A98;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter";
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.header-quote-btn:hover {
  background: transparent;
  color: #155A98;
  text-decoration: none;
}
header .nav-bar .right ul li a.cart,
header .nav-bar .header-cart-btn {
  position: relative;
}
header .nav-bar .right ul li a.cart .badge-item,
header .nav-bar .header-cart-btn .badge-item {
  background: #D52A29;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -8px;
}
header .nav-bar .right ul li a.cart .badge-item span,
header .nav-bar .header-cart-btn .badge-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Fira Sans";
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer {
  padding: 60px 0px 23px;
  background: #073763;
  margin-top: 8%;
}
footer p {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
}
footer .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #2E577D;
  position: relative;
}
footer .top .footer-img {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
footer .top h2 {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 18px;
}
footer .top h2 span {
  font-family: "Mf I Love Glitter";
  font-size: 40px;
  font-weight: 400;
}
footer .top a {
  color: #155A98;
  font-family: "Inter";
  font-size: 15px;
  padding: 13px 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  background: #FFF;
  transition: background 0.2s, color 0.2s;
}
footer .top a:hover {
  background: #0e4272;
  color: #FFF;
}
footer .top .footer-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}
footer .top .footer-enquiry {
  display: flex;
  flex-direction: column;
}
footer .top .footer-enquiry span:first-child {
  color: #D1E0EE;
  font-size: 13px;
}
footer .top .footer-enquiry span:last-child {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
footer .middle {
  padding: 40px 0px 60px;
  border-bottom: 1px solid #2E577D;
}
footer .middle .company-info p:first-of-type {
  margin: 25px 0px 35px;
}
footer .middle .company-info h3 {
  color: #EDEDED;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0px 6px;
}
footer .middle .company-info .address-block h3 {
  margin-bottom: 6px;
}
footer .middle .company-info .address-block p {
  margin: 0px;
}
.footer-address-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-address-link:hover {
  color: #FFF;
}
footer .middle .company-info ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
footer .middle .company-info ul li {
  color: #EDEDED;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .middle .company-info ul li a,
footer .middle .footer-contact-link {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s;
}
footer .middle .company-info ul li a:hover,
footer .middle .footer-contact-link:hover {
  color: #70B0EB;
}
footer .middle .links-container h4 {
  color: #B4C3D0;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
footer .middle .links-container.policies {
  margin-top: 50px;
}
footer .middle .links-container ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .middle .links-container ul li a {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .middle .links-container ul li a:hover {
  color: #70B0EB;
}
footer .middle .follow-us {
  margin-top: 50px;
}
footer .middle .follow-us h4 {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
  text-transform: uppercase;
}
footer .middle .follow-us > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .middle .follow-us > div li a {
  display: flex;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
footer .middle .follow-us > div li a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
footer .middle .address span {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
}
footer .middle .address p {
  color: rgba(255, 255, 255, 0.9);
}
footer .middle .help ul li {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .bottom {
  padding: 17px 0px 0px;
}
footer .bottom p {
  font-size: 14px;
}
footer .bottom .mindzmap-credit {
  transition: color 0.15s;
}
footer .bottom .mindzmap-credit:hover {
  color: #F27C22;
}
footer .bottom .operational-location {
  color: #B7B7B7;
  font-size: 14px;
  line-height: 24px;
}
footer .bottom .operational-location span {
  color: #fff;
}
footer .bottom .operational-location .op-loc-item {
  color: #B7B7B7;
  cursor: pointer;
  transition: color 0.15s;
}
footer .bottom .operational-location .op-loc-item:hover {
  color: #FFF;
}
footer .bottom .operational-location .op-loc-sep {
  color: #B7B7B7;
}

.main-banner-section {
  position: relative;
}
.main-banner-section img {
  min-height: 300px;
}
.main-banner-section .main-content {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-section .main-content h1 {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-banner-section .main-content p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 6px;
}

.error-page {
  padding: 100px 0px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
}
.error-page h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.error-page .error-content p {
  margin-bottom: 30px;
}
.error-page .enquiry-btn {
  font-size: 14px;
}

.hamburger {
  cursor: pointer;
  display: none;
}
.header-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #333333;
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

/* ── Services dropdown ───────────────────────────────────────────────────── */
header .nav-bar .right ul li.has-submenu {
  position: relative;
}
/* Invisible bridge so the pointer stays within .has-submenu while crossing the gap */
header .nav-bar .right ul li.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
}
header .nav-bar .right ul li.has-submenu .nav-sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  padding: 6px 0;
  list-style: none;
  margin: 0;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.18s ease, visibility 0.18s;
  z-index: 1100;
}
header .nav-bar .right ul li.has-submenu:hover .nav-sub-menu {
  opacity: 1;
  visibility: visible;
}
header .nav-bar .right ul li.has-submenu .service-arrow {
  width: 10px;
  height: 6px;
  margin-left: 4px;
  color: #000;
  transition: transform 0.2s ease, color 0.15s;
}
header .nav-bar .right ul li.has-submenu a.active .service-arrow {
  color: #155A98;
}
header .nav-bar .right ul li.has-submenu:hover .service-arrow {
  color: #155A98;
  transform: rotate(180deg);
}
header .nav-bar .right ul li.has-submenu .nav-sub-menu li {
  display: block;
}
header .nav-bar .right ul li.has-submenu .nav-sub-menu li a {
  display: block;
  padding: 14px 24px;
  color: #222;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  white-space: nowrap;
  background: #ffffff00;
  transition: background 0.12s;
}
header .nav-bar .right ul li.has-submenu .nav-sub-menu li a:hover {
  background: #f5f5f5;
  color: #222;
}

form .iti__flag {
  display: none;
}
form .iti {
  width: 100%;
}

form .iti__selected-flag {
  background-color: #fff;
}

header .mobile-logo {
  display: none;
}

.modal-dialog-end {
  position: fixed;
  right: 0;
  margin: 0;
  width: 400px;
  height: 100%;
}

.modal-dialog-end .modal-content {
  height: 100vh;
  height: 100dvh;
  border-radius: 0;
}

@keyframes slideLeft {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.zoom-animate {
  overflow: hidden;
  border-radius: 20px;
}
.zoom-animate img {
  transition: transform 0.5s ease;
}
.zoom-animate:hover img {
  transform: scale(1.1);
}

/* ── General image skeleton shimmer ─────────────────────────────────────── */
.image-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: #e8e8e8;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s;
}
.image-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #f5f5f5 50%, transparent);
  animation: banner-shimmer 1.4s infinite linear;
  will-change: transform;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s;
}
.image-wrapper.img-loaded::before,
.image-wrapper.img-loaded::after { opacity: 0; }
.image-wrapper img { opacity: 0; transition: opacity 0.4s ease, transform 0.4s ease; }
.image-wrapper.img-loaded img { opacity: 1; }

/* ── Hover zoom on service and why-choose cards ──────────────────────────── */
.vantage-service-section .top .service-card img { transition: transform 0.4s ease; }
.vantage-service-section .top .service-card:hover img { transform: scale(1.07); }
.why-choose-section .bottom .why-choose-image-card img { transition: transform 0.5s ease; width: 100%; height: 100%; object-fit: cover; }
.why-choose-section .bottom .why-choose-image-card:hover img { transform: scale(1.05); }
.blogs-section .blog-card .image-wrapper img,
.blogs-main-section .blog-card .image-wrapper img { transition: opacity 0.4s ease, transform 0.4s ease; }
.blogs-section .blog-card:hover .image-wrapper img,
.blogs-main-section .blog-card:hover .image-wrapper img { transform: scale(1.05); }

/* Keep the zoomed image clipped inside the rounded wrapper on hover
   (Chrome/Safari let a transformed child spill past border-radius).
   A solid mask forces the browser to clip to the wrapper's radius. */
.blog-card .image-wrapper,
.blogs-section .blog-card .image-wrapper,
.blogs-main-section .blog-card .image-wrapper,
.product-card .image-wrapper,
.why-choose-section .bottom .why-choose-image-card,
.vantage-service-section .top .service-card,
.form-section .flyover,
.service-banner-section .banner-img,
.corporate-solution .bottom .corporate-card,
.section-imgs .image-wrapper {
  isolation: isolate;
  -webkit-mask-image: -webkit-linear-gradient(#fff, #fff);
          mask-image: linear-gradient(#fff, #fff);
}
.blogs-section .blog-card:hover h4 a,
.blogs-main-section .blog-card:hover h4 a { color: #155A98 !important; }
.blogs-section .blog-card h4 a,
.blogs-main-section .blog-card h4 a { transition: color 0.3s ease; }

.banner-section .hero-slider .slick-slide {
  padding: 10px 17px;
}
.banner-section .hero-slider img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}
.banner-section .hero-slider .slick-active img {
  border-radius: 10px;
}
.banner-section ul {
  padding-top: 75px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 35px;
}
.banner-section ul li {
  color: #3E3E3E;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* ── Reserve carousel space before Slick JS initializes ──────────────────────
   Before slick.js runs, its slides are plain stacked block elements (full
   height each), which then collapse into a single-row track once init
   finishes — that collapse is a large, avoidable CLS hit. Hiding every slide
   but the first until Slick adds .slick-initialized keeps the pre-init height
   close to the final rendered height. Once Slick runs it moves the original
   children into .slick-track, so these child-combinator rules stop matching
   and Slick's own layout takes over. ─────────────────────────────────────── */
.hero-slider > .slider:not(:first-child),
.category-slider > .slider:not(:first-child),
.products-slider > .slider:not(:first-child),
.red-hub-slider > .slider:not(:first-child),
.blogs-slider > .slider:not(:first-child),
.corporate-slider > .slider:not(:first-child),
.review-slider > .slider:not(:first-child) {
  display: none;
}

.product-category-section {
  padding: 80px 0px;
}
.product-category-section h2 {
  margin-bottom: 8px;
}
.product-category-section .category-row {
  padding: 40px 0px;
  margin: 0px -15px;
}
.product-category-section .category-card {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  margin: 0px 15px;
  overflow: hidden;
/*   box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.08); */
}
.product-category-section .category-card .cat-img-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.product-category-section .category-card .cat-img-wrap img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}
.product-category-section .category-card:hover .cat-img-wrap img {
  transform: scale(1.07);
}
.product-category-section .category-card:hover .content h5 a {
  color: #155A98;
}
.product-category-section .category-card .content {
  padding: 20px 0px;
}
.product-category-section .category-card .content h5 {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.product-category-section .category-card .content h5 a {
  color: inherit;
  transition: color 0.2s ease;
}
.product-category-section .category-card .content p {
  color: #5A5959;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-category-section .bottom p {
  color: #333;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
}
.product-category-section .bottom p a {
  color: #155A98;
}

.top-products-section {
  background: linear-gradient(270deg, rgba(232, 242, 250, 0.5) 0%, rgba(243, 229, 252, 0.5) 100%);
  padding: 80px 0px;
  overflow: hidden;
}
.top-products-section .top h2 {
  margin-bottom: 4px;
}
.top-products-section .top .right .arrow-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.top-products-section .top .right .arrow-buttons button {
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 40px;
  height: 40px;
}
.top-products-section .top .right .arrow-buttons button i {
  width: 15px;
}
.top-products-section .top .right .arrow-buttons button:hover {
  background: #155A98;
  border-color: #155A98;
}
.top-products-section .top .right .arrow-buttons button:hover i {
  color: #FFFFFF;
}
.top-products-section .bottom {
  margin: 30px -10px 0px;
}
.top-products-section .bottom .product-card {
  margin: 0px 10px;
}
.top-products-section .bottom .product-card .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.top-products-section .bottom .product-card .image-wrapper span {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  height: 30px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  text-transform: uppercase;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #000000 !important;
  background: rgb(0 0 0 / 55%) !important;
}
.top-products-section .bottom .product-card .content {
  padding: 15px 0px 0px;
}
.top-products-section .bottom .product-card .content h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.top-products-section .bottom .product-card .content p {
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
}
.top-products-section .bottom .product-card .content h3 {
  color: #333;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.top-products-section .bottom .product-card .content span {
  color: #707070;
  display: block;
  font-family: "Inter";
  font-size: 12px;
}
.top-products-section .bottom .product-card .content .card-qty-value {
  color: #fff;
  display: inline;
  font-size: 16px;
}
.top-products-section .bottom .product-card .content a {
  width: 100%;
  margin-top: 20px;
}

.vantage-service-section {
  padding: 100px 0px 0px;
  overflow: hidden;
}
.vantage-service-section h2 {
  margin-bottom: 6px;
}
.vantage-service-section .top {
  margin-top: 50px;
}
.vantage-service-section .top .service-card {
  margin-bottom: 20px;
  position: relative;
  width: 400px;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .vantage-service-section .top .service-card {
    width: 100%;
  }
}
.vantage-service-section .top .service-card:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.vantage-service-section .top .service-card h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  color: #FFF;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vantage-service-section .top .service-card--cctv {
  border-radius: 0 0 30px 30px;
}
.vantage-service-section .top .service-card--printer {
  border-radius: 0 30px 0 30px;
}
.vantage-service-section .top .service-card--fms {
  border-radius: 30px 30px 0 0;
}
.vantage-service-section .top .service-card--cctv:before,
.vantage-service-section .top .service-card--printer:before,
.vantage-service-section .top .service-card--fms:before {
  border-radius: inherit;
}
.vantage-service-section .top .main-service-card {
  border-radius: 0 30px 30px 0;
  background: #155A98;
  width: 415px;
  position: relative;
  padding: 43% 30px 50px;
}
.vantage-service-section .top .main-service-card img {
  position: absolute;
  top: -20%;
  right: 0;
}
.vantage-service-section .top .main-service-card p {
  color: #FFF;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.vantage-service-section .top .main-service-card h3 {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0px 12px;
  line-height: 28px;
}
.vantage-service-section .top .main-service-card .bottom {
  margin-top: 50px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.vantage-service-section .top .main-service-card .bottom .quote-btn {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(250, 250, 250, 0);
  color: #FFF;
  padding: 12px 15px;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.vantage-service-section .top .main-service-card .bottom > div {
  display: flex;
  flex-direction: column;
}
.vantage-service-section .top .main-service-card .bottom > div span:first-child {
  color: #D1E0EE;
  font-size: 13px;
}
.vantage-service-section .top .main-service-card .bottom > div span:last-child {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.red-hub-section {
  background: #fff;
}

.why-choose-section h2 {
  margin-bottom: 4px;
}
.why-choose-section .bottom {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .why-choose-section .bottom > .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .why-choose-section .bottom > .col-lg-6 {
    flex: 0 0 auto;
    width: 40%;
  }
}
.why-choose-section .bottom .why-choose-text-card {
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  height: 400px;
}
.why-choose-section .bottom .why-choose-text-card h3 {
  color: #333;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0px 96px;
}
.why-choose-section .bottom .why-choose-text-card p {
  color: #333;
  font-family: "Inter";
  font-size: 18px;
  line-height: 26px;
}
.why-choose-section .bottom .why-choose-text-card.card1 {
  background: #FEDDEE;
  border: 1px solid #E8BAD2;
}
.why-choose-section .bottom .why-choose-text-card.card2 {
  border: 1px solid #B7E4B5;
  background: #E6FFE5;
}
.why-choose-section .bottom .why-choose-text-card.card3 {
  border: 1px solid #C2D3EC;
  background: #E3EEFF;
}
.why-choose-section .bottom .why-choose-text-card.card4 {
  border: 1px solid #FFD2B7;
  background: #FBE9DD;
}
.why-choose-section .bottom .why-choose-image-card {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.why-choose-section .bottom .why-choose-image-card:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 4.88%, rgba(0, 0, 0, 0) 44.07%, rgba(0, 0, 0, 0.9) 96.5%);
  z-index: 1;
}
.why-choose-section .bottom .why-choose-image-card p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.why-choose-section .bottom .why-choose-image-card h3 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.why-choose-section .bottom .why-choose-image-card .top {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.why-choose-section .bottom .why-choose-image-card .bottom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.trusted-partner-section {
  padding: 120px 0px;
}
.trusted-partner-section h6 {
  color: #333;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}
.trusted-partner-section .client-logo-image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.trusted-partner-section .client-logo-image-container.image-container2 {
  gap: 40px 50px;
}
.trusted-partner-section .client-logo-image-container > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.trusted-partner-section .client-logo-image-container img {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.trusted-partner-section .client-logo-image-container img:hover {
  filter: grayscale(0);
}

.review-section {
  padding: 100px 0px;
  overflow: hidden;
  background: linear-gradient(180deg, #F9F9F9 0%, #FFF 49.04%, #F9F9F9 100%);
}
.review-section h2 {
  margin-bottom: 5px;
}
.review-section .top span {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.review-section .top .company {
  font-weight: 500;
  /* 133.333% */
}
.review-section .animation-hover-pause {
  overflow: hidden;
}
.review-section .animation-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}
.review-section .animation-hover-pause .looping-carousel {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
  animation-duration: 72s;
  gap: 30px;
  align-items: flex-start;
}
.review-section .animation-hover-pause .looping-carousel .slider .review-card:hover {
  background-color: #fffbf6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.review-section .review-card {
  border-radius: 20px;
  border: 1px solid #BED0EF;
  background: #F7FAFF;
  padding: 40px;
  margin-bottom: 30px;
}
.review-section .review-card p {
  margin-bottom: 35px;
  color: #000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.review-section .review-card.card2 p {
  margin-bottom: 35px;
}
.review-section .review-card > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-section .review-card h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.review-section .review-card span {
  color: #333;
  font-size: 14px;
}
.review-section .bottom {
  margin-top: 50px;
}
.review-section .bottom .review-card {
  width: 410px;
}
.review-section .review-slider {
  margin: 40px -20px 0px;
}
.review-section .review-slider .review-card {
  margin: 0px 20px;
}
.review-section .looping-carousel {
  animation: slideLeftlinear infinite;
  animation-play-state: running;
  animation-duration: 72s;
  animation-direction: reverse;
}

.blogs-section {
  background: #fff;
  padding: 100px 0px;
  overflow: hidden;
}
.blogs-section .top p {
  max-width: 444px;
}
.blogs-section .blogs-slider {
  margin: 40px -15px 0px;
}
.blogs-section .blog-card {
  margin: 0px 15px;
}

.hero-slider .hero-arrow {
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.hero-slider .hero-arrow i {
  font-size: 20px;
  color: #000;
}
.hero-slider .hero-arrow:hover {
  background: #155A98;
  border-color: #155A98;
}
.hero-slider .hero-arrow:hover i {
  color: #FFFFFF;
}
.hero-slider .slick-prev {
  left: 18%;
}
.hero-slider .slick-prev:before {
  display: none;
}
.hero-slider .slick-next {
  right: 20%;
}
.hero-slider .slick-next:before {
  display: none;
}
.hero-slider .slick-dots {
  bottom: -50px;
  display: flex !important;
  justify-content: center;
  gap: 15px;
}
.hero-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.hero-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #B6B6B6;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.hero-slider .slick-dots li button:before {
  display: none;
}
.hero-slider .slick-dots li.slick-active {
  width: 36px;
  height: 20px;
}
.hero-slider .slick-dots li.slick-active button {
  width: 35px!important;
  height: 15px;
  border-color: #155A98;
  background: #155A98;
  border-radius: 10px;
}
.hero-slider .slick-dots li button {
  transition: width 0.3s, height 0.3s, border-radius 0.3s, background 0.3s;
}

.product-category-section .hero-arrow {
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.product-category-section .hero-arrow i {
  font-size: 20px;
  color: #000;
}
.product-category-section .hero-arrow:hover {
  background: #155A98;
  border-color: #155A98;
}
.product-category-section .hero-arrow:hover i {
  color: #FFFFFF;
}
.product-category-section .slick-prev {
  left: -0.5%;
  top: 42%;
}
.product-category-section .slick-prev:before {
  display: none;
}
.product-category-section .slick-next {
  right: -0.7%;
  top: 42%;
}
.product-category-section .slick-next:before {
  display: none;
}

.blogs-slider .slick-dots,
.category-slider .slick-dots,
.corporate-slider .slick-dots,
.red-hub-slider .slick-dots,
.review-slider .slick-dots,
.products-slider .slick-dots {
  bottom: -40px;
}
.blogs-slider .slick-dots li button:before,
.category-slider .slick-dots li button:before,
.corporate-slider .slick-dots li button:before,
.red-hub-slider .slick-dots li button:before,
.review-slider .slick-dots li button:before,
.products-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #CCC;
  display: block;
  opacity: 0.3;
}
.blogs-slider .slick-dots li.slick-active button:before,
.category-slider .slick-dots li.slick-active button:before,
.corporate-slider .slick-dots li.slick-active button:before,
.red-hub-slider .slick-dots li.slick-active button:before,
.review-slider .slick-dots li.slick-active button:before,
.products-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 20px;
  height: 8px;
  background: #155A98;
}

.blogs-slider .slick-dots {
  text-align: start;
  padding: 0px 20px;
}

.category-slider .slick-dots {
  bottom: -15px;
}

@media screen and (max-width: 567px) {
  .hero-slider .hero-arrow {
    border-radius: 40px;
    width: 35px;
    height: 35px;
  }
  .hero-slider .hero-arrow i {
    font-size: 14px;
  }
  .hero-slider .slick-prev {
    left: 1%;
  }
  .hero-slider .slick-dots {
    bottom: -29px;
    gap: 20px;
  }
  .hero-slider .slick-dots li {
    width: 0px;
    height: 0px;
    margin: 0;
    border-radius: 16px;
    border: none;
  }
  .hero-slider .slick-dots li button {
    width: 0px;
    height: 0px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }
  .hero-slider .slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #CCC;
    display: block;
    opacity: 0.3;
  }
  .hero-slider .slick-dots li.slick-active {
    width: 6px!important;
    height: 20px;
}
  .hero-slider .slick-dots li.slick-active button {
    border-color: none;
    background: none;
  }
  .hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 15px;
    height: 8px;
    background: #155A98;
  }
  .hero-slider .slick-next {
    right: 1%;
  }
  .hero-slider .slick-next:before {
    display: none;
  }
  .banner-section ul li {
 .banner-section ul li {
  align-items: start!important;
}
}
}
/* ── Listing banner ──────────────────────────────────────────────────────── */
.listing-page-banner {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.listing-banner-content {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  max-width: 55%;
}
.listing-banner-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.listing-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #333 !important;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* ── Product list toolbar ─────────────────────────────────────────────────── */
.product-list-toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 16px 20px;
  min-height: 64px;
  margin-bottom: 30px;
}
.toolbar-search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 12px;
  gap: 8px;
  flex: 1;
  min-width: 180px;
}
.toolbar-search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  flex: 1;
  background: transparent;
}
.search-divider { color: #ccc; }
.toolbar-search-box button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: #555;
}
.toolbar-count {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
}
.toolbar-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.toolbar-sort label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
.toolbar-sort select {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  outline: none;
}

/* ── Price filter block ───────────────────────────────────────────────────── */
.price-filter-block {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.price-filter-block h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.price-range-group {
  display: inline-block;
}
.price-range-group .dual-range-wrapper {
  width: 100%;
}
.price-inputs-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.price-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-field label {
  font-size: 12px;
  color: #888;
}
.price-num-input {
  width: 90px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  outline: none;
}
.price-sep { font-size: 18px; margin-bottom: 6px; color: #555; }
.price-go-btn {
  background: #155A98;
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1px;
}

/* Dual range slider */
.dual-range-wrapper {
  position: relative;
  height: 24px;
  margin-top: 16px;
}
.dual-range-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ddd;
  border-radius: 4px;
  transform: translateY(-50%);
  z-index: 0;
}
.dual-range-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: var(--lo, 0%);
  right: var(--hi, 0%);
  height: 4px;
  background: #333;
  border-radius: 4px;
  transform: translateY(-50%);
  z-index: 1;
}
.dual-range {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  z-index: 2;
}
.dual-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 3;
}
.dual-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
  pointer-events: all;
  border: none;
}

/* Category filter row with Clear All */
.filter-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.filter-heading-row h4 { margin-bottom: 0; }
.clear-all-link {
  font-size: 13px;
  color: #155A98;
  text-decoration: underline;
  cursor: pointer;
}
.filter-cat-item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.cat-expand {
  color: #999;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}

.main-products-section {
  padding: 50px 0px 120px;
}
.main-products-section .row.row-gap-4,
.rent-hub-section .row.row-gap-4 {
  row-gap: 40px !important;
}
.main-products-section .product-filter h4 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 15px;
}
.main-products-section .product-filter h4:not(:first-child) {
  margin-top: 50px;
}
.main-products-section .product-filter ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.main-products-section .product-filter ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-products-section .product-filter ul li input {
  width: 20px;
  height: 20px;
  border: 1px solid #A6A6A6;
  accent-color: #155A98;
}
.main-products-section .product-filter ul li label {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
}
.main-products-section .product-filter-mobile-view {
  padding-bottom: 12px;
}
.main-products-section .product-filter-mobile-view select {
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  width: 100%;
  background: #FFF;
  padding: 6px;
  outline: none;
  color: #333;
  font-family: "Inter";
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
  flex-grow: 1;
}
.main-products-section .pagination-row {
  margin-top: 60px;
}

@media screen and (min-width: 993px) {
  .main-products-section .product-card .image-wrapper {
    width: 310px;
    height: 310px;
    aspect-ratio: unset;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 992px) {
  .toolbar-sort{
    margin-left: 0px!important;
  }
  .main-products-section {
    padding: 20px 0px 50px;
  }
  .main-products-section .product-card .image-wrapper {
    position: relative;
  }
  .main-products-section .product-card .image-wrapper span {
    display: none;
  }
  .main-products-section .product-card .content {
    padding: 8px 0px 0px;
  }
  .main-products-section .product-card .content h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 15px;
  }
  .main-products-section .product-card .content p {
    font-size: 10px;
    line-height: 13px;
  }
  .main-products-section .product-card .content h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .main-products-section .product-card .content span {
    font-size: 10px;
  }
  .main-products-section .product-card .content a {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}
.service-banner-section {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
  padding: 100px 0px 11%;
  position: relative;
}
.service-banner-section .text-content {
  padding-bottom: 60px;
}
.service-banner-section .text-content bdi {
  color: #155A98;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.service-banner-section .text-content h1 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
}
.service-banner-section .text-content p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
	width:91%;
}
.service-banner-section .banner-img {
  position: absolute;
  right: 0px;
  overflow: hidden;
}
.service-banner-section .banner-img img {
  transition: transform 0.5s ease;
}
.service-banner-section .banner-img:hover img {
  transform: scale(1.05);
}

/* Banner skeleton loader */
@keyframes banner-shimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.service-banner-section .banner-img img.is-loading {
  opacity: 0;
}
.service-banner-section .banner-img {
  overflow: hidden;
}
.service-banner-section .banner-img::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #e8e8e8;
  z-index: 1;
  transition: opacity 0.3s;
}
.service-banner-section .banner-img::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #f5f5f5 50%, transparent);
  animation: banner-shimmer 1.4s infinite linear;
  will-change: transform;
  z-index: 2;
  transition: opacity 0.3s;
}
.service-banner-section .banner-img.img-loaded::before,
.service-banner-section .banner-img.img-loaded::after {
  opacity: 0;
  pointer-events: none;
}
.service-banner-section .banner-img.img-loaded img {
  opacity: 1;
  transition: opacity 0.3s, transform 0.5s ease;
}

.service-main-section {
  padding: calc(60px + 11%) 0px 60px;
  background: linear-gradient(180deg, #EEF7FF 0%, #FFF 100%);
	overflow:hidden;
}

/* Two-image overlay layout */
.section-imgs {
  position: relative;
  overflow: visible;
}
.section-imgs .image-wrapper { overflow: hidden; border-radius: inherit; }
.section-imgs .image-wrapper img { transition: transform 0.4s ease; }
.section-imgs .image-wrapper:hover img { transform: scale(1.05); }
.section-imgs-mobile .image-wrapper { overflow: hidden; }
.section-imgs-mobile .image-wrapper img { transition: transform 0.4s ease; }
.section-imgs.has-two-imgs {
  padding-bottom: 80px;
}
.section-imgs .img-main {
  width: 100%;
  display: block;
}
.section-imgs .img-overlay {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 50%;
  border: 20px solid #f5faff;
  z-index: 2;
}

/* Mobile two-image stacked */
.section-imgs-mobile {
  position: relative;
}
.section-imgs-mobile.has-two-imgs {
  padding-bottom: 60px;
}
.section-imgs-mobile .img-main-mobile {
  width: 100%;
  display: block;
  border-radius: 0px;
}
.section-imgs-mobile .img-overlay-mobile {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 45%;
  border-radius: 0px;
  border: 20px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.service-main-section .service-row {
  padding: 60px 0px;
}
.service-main-section .left span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter";
}
.service-main-section .left h2 {
  color: #155A98;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin: 10px 0px 6px;
}
.service-main-section .left p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.service-main-section .left ul {
  margin: 15px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.service-main-section .left ul li {
  position: relative;
  padding-left: 34px;
  display: flex;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  align-items: center;
}
.service-main-section .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6.25407 10.75L9.25275 13.7487L15.25 7.75134M20.75 10.75C20.75 12.7278 20.1635 14.6612 19.0647 16.3057C17.9659 17.9502 16.4041 19.2319 14.5768 19.9888C12.7496 20.7457 10.7389 20.9437 8.7991 20.5579C6.85929 20.172 5.07745 19.2196 3.67893 17.8211C2.28041 16.4225 1.32802 14.6407 0.942163 12.7009C0.556311 10.7611 0.7543 8.75042 1.51118 6.92316C2.26805 5.0959 3.54981 3.53412 5.1943 2.4353C6.83879 1.33649 8.77219 0.750001 10.75 0.750001C12.0636 0.749458 13.3644 1.00771 14.5781 1.51002C15.7918 2.01232 16.8947 2.74883 17.8237 3.67747C18.7528 4.60611 19.4898 5.70868 19.9926 6.92221C20.4954 8.13573 20.7541 9.43643 20.7541 10.75H20.75Z' stroke='%23155A98' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.claim-process-section {
  padding: 120px 0px 30px;
}
.claim-process-section .text-center {
  text-align: start !important;
}
.claim-process-section .claim-cards-row {
  margin-top: 100px;
}
.claim-process-section .claim-cards-row .claim-card h4 {
  margin: 30px 0px 10px;
  color: #155A98;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.claim-process-section .claim-cards-row .claim-card p {
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.pricing-table-section {
  background: #155A98;
  padding: 120px 0px;
}
.pricing-table-section .top span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing-table-section .top h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  margin: 5px 0px 15px;
  line-height: 46px;
}
.pricing-table-section .top p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pricing-table-section .pricing-table-wrapper {
  margin-top: 60px;
}
.pricing-table-section .pricing-table-wrapper .pricing-table {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Inter";
}
.pricing-table-section .pricing-table-wrapper .pricing-table th {
  padding: 15px 20px 30px;
}
.pricing-table-section .pricing-table-wrapper .pricing-table td {
  padding: 14px 20px;
  text-align: left;
  font-size: 14px;
  color: #222935;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-table-section .pricing-table-wrapper .pricing-table thead th {
  color: #222935;
  font-family: "Inter";
  font-size: 20px;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-table-section .pricing-table-wrapper .pricing-table thead th.popular {
  color: #fff;
  background: #00436A;
  position: relative;
}
.pricing-table-section .pricing-table-wrapper .pricing-table thead th.popular:after {
  content: "";
  position: absolute;
  background: #00436A;
  width: 100%;
  bottom: 100%;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px;
}
.pricing-table-section .pricing-table-wrapper .pricing-table thead th.popular .badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #E28000;
  color: #fff;
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 30px;
  white-space: nowrap;
  z-index: 999;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:nth-child(odd) td {
  background: #EFF5FA;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:nth-child(odd) td.popular {
  background: #085A8A;
  color: #fff;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:nth-child(even) td {
  background: #ffffff;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:nth-child(even) td.popular {
  background: #00436A;
  color: #fff;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:last-child {
  background-color: #f5f5f5;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:last-child td.popular {
  position: relative;
}
.pricing-table-section .pricing-table-wrapper .pricing-table tbody tr:last-child td.popular:after {
  content: "";
  position: absolute;
  background: #00436A;
  width: 100%;
  top: 100%;
  left: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}
/* ── Pricing table mobile ─────────────────────────────────────────────── */
.pricing-mobile-table {
  display: none;
}
@media screen and (max-width: 992px) {
  .pricing-table-section {
    padding: 60px 0px;
  }
  .pricing-table-section .top h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .pricing-table-section .top p {
    font-size: 14px;
  }
  .pricing-table-wrapper {
    display: none;
  }
  .pricing-mobile-table {
    display: block;
    margin-top: 30px;
  }
  .pricing-mobile-col {
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
  .pricing-mobile-col .col-header {
    background: #fff;
    color: #222;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 20px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .pricing-mobile-col.popular .col-header {
    background: #00436A;
    color: #fff;
    position: relative;
    padding-top: 50px;
  }
  .pricing-mobile-col.popular .col-header .badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #E28000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 30px;
    white-space: nowrap;
    font-family: "Inter";
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .pricing-mobile-col .col-rows {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pricing-mobile-col .col-rows li {
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #222;
  }
  .pricing-mobile-col .col-rows li:nth-child(odd) {
    background: #EFF5FA;
  }
  .pricing-mobile-col .col-rows li:nth-child(even) {
    background: #fff;
  }
  .pricing-mobile-col.popular .col-rows li:nth-child(odd) {
    background: #085A8A;
    color: #fff;
  }
  .pricing-mobile-col.popular .col-rows li:nth-child(even) {
    background: #00436A;
    color: #fff;
  }
}
.pricing-table-section .pricing-table thead th:first-child {
  border-top-left-radius: 15px;
}
.pricing-table-section .pricing-table thead th:last-child {
  border-top-right-radius: 15px;
}
.pricing-table-section .pricing-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.pricing-table-section .pricing-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
.pricing-table-section table,
.pricing-table-section table th,
.pricing-table-section table td {
  border: none !important;
}

/* ── Pricing table mobile ──────────────────────────────────────────────── */

.corporate-main .review-section {
  padding: 100px 0px 200px;
  margin-bottom: -8%;
}

.about-us-banner {
  padding: 100px 0px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
}
.about-us-banner .top bdi {
  color: #155A98;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.about-us-banner .top h1 {
  color: #000;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.about-us-banner .top p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.about-us-slider {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: end;
  gap: 40px;
  overflow: hidden;
}
.about-us-slider > div {
  animation: slideLeft 30s linear infinite;
}
.about-us-slider > div img {
  width: 100%;
}
.about-us-slider::before {
  content: "";
  background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 10%;
  height: 132%;
}
.about-us-slider::after {
  content: "";
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  z-index: 1;
  height: 132%;
}

.overview-section {
  padding: 80px 0px 120px;
}
.overview-section .top span {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.overview-section .top p {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.overview-section .top p:first-child {
  margin-bottom: 20px;
}
.overview-section .overview-cards-row {
  margin-top: 60px;
}
.overview-section .overview-cards-row .overview-card {
  border-radius: 15px;
  background: #EBF2F8;
  padding: 25px;
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 154px;
}
.overview-section .overview-cards-row .overview-card h3 {
  color: #155A98;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.overview-section .overview-cards-row .overview-card p {
  color: #5A5959;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.vision-mission-section {
  background: #F9F9F9;
  padding: 100px 0px;
}
.vision-mission-section .top {
  margin-bottom: 50px;
}
.vision-mission-section .top h2 {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 6px;
}
.vision-mission-section .top p {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.vision-mission-section .bottom .vision-card {
  border-radius: 15px;
  background: #155A98;
  padding: 30px;
  margin-bottom: 20px;
}
.vision-mission-section .bottom .vision-card h4 {
  color: #FFF;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 127px;
}
.vision-mission-section .bottom .vision-card p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.vision-mission-section .bottom .vision-card.mission-card,
.vision-mission-section .bottom .vision-card.quality-card {
  background: #FFF;
}
.vision-mission-section .bottom .vision-card.mission-card h4,
.vision-mission-section .bottom .vision-card.quality-card h4 {
  color: #333;
}
.vision-mission-section .bottom .vision-card.mission-card p,
.vision-mission-section .bottom .vision-card.quality-card p {
  color: #333;
}
.vision-mission-section .bottom .vision-card.values-card h4 {
  margin-bottom: 70px;
}
.vision-mission-section .bottom .vision-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-mission-section .bottom .vision-card ul li {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  position: relative;
  padding-left: 34px;
}
.vision-mission-section .bottom .vision-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6.25407 10.75L9.25275 13.7487L15.25 7.75134M20.75 10.75C20.75 12.7278 20.1635 14.6612 19.0647 16.3057C17.9659 17.9502 16.4041 19.2319 14.5768 19.9888C12.7496 20.7457 10.7389 20.9437 8.7991 20.5579C6.85929 20.172 5.07745 19.2196 3.67893 17.8211C2.28041 16.4225 1.32802 14.6407 0.942163 12.7009C0.556311 10.7611 0.7543 8.75042 1.51118 6.92316C2.26805 5.0959 3.54981 3.53412 5.1943 2.4353C6.83879 1.33649 8.77219 0.750001 10.75 0.750001C12.0636 0.749458 13.3644 1.00771 14.5781 1.51002C15.7918 2.01232 16.8947 2.74883 17.8237 3.67747C18.7528 4.60611 19.4898 5.70868 19.9926 6.92221C20.4954 8.13573 20.7541 9.43643 20.7541 10.75H20.75Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.vision-mission-section .bottom .image-wrapper {
  margin-bottom: 20px;
}

.corporate-solution {
  background: #fff;
  padding: 120px 0px 0px;
  overflow: hidden;
}
.corporate-solution .bottom {
  margin: 50px -20px 0px;
}
.corporate-solution .bottom .corporate-card {
  margin: 0px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: translateZ(0);
}
.corporate-solution .bottom .corporate-card img {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: transform 0.4s ease;
}
.corporate-solution .bottom .corporate-card:hover img {
  transform: scale(1.03);
}
.corporate-solution .bottom .corporate-card h4 {
  color: #155A98;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0px 4px;
}
.corporate-solution .bottom .corporate-card span {
  color: #6D6D6D;
  font-family: "Inter";
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .about-us-banner {
    padding: 50px 0px;
  }
  .about-us-banner .top {
    text-align: center;
  }
  .about-us-banner .top bdi {
    font-size: 14px;
  }
  .about-us-banner .top h1 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .about-us-banner .top p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .about-us-slider {
    position: relative;
    margin-top: 20px;
    gap: 10px;
  }
  .about-us-slider > div {
    animation: slideLeft 30s linear infinite;
  }
  .about-us-slider > div img {
    width: 190px;
  }
  .overview-section {
    padding: 20px 20px 50px;
  }
  .overview-section .top span {
    color: #000;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
    line-height: 20px;
  }
  .overview-section .top p {
    font-size: 14px;
    line-height: 20px;
  }
  .overview-section .top p:first-child {
    margin-bottom: 12px;
  }
  .overview-section .overview-cards-row {
    margin-top: 20px;
  }
  .vision-mission-section {
    padding: 50px 20px;
  }
  .vision-mission-section .top {
    margin-bottom: 30px;
  }
  .vision-mission-section .top h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .vision-mission-section .top p {
    font-size: 14px;
    line-height: 20px;
  }
  .vision-mission-section .bottom .vision-card {
    padding: 20px;
    margin-bottom: 15px;
  }
  .vision-mission-section .bottom .vision-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 101px;
  }
  .vision-mission-section .bottom .vision-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .vision-mission-section .bottom .vision-card.values-card h4 {
    margin-bottom: 57px;
  }
  .vision-mission-section .bottom .vision-card ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
  }
  .vision-mission-section .bottom .vision-card ul li::before {
    width: 15px;
    height: 15px;
  }
  .vision-mission-section .bottom .image-wrapper {
    margin-bottom: 15px;
  }
  .corporate-solution {
    padding: 50px 0px 40px;
  }
  .corporate-solution .bottom {
    margin: 50px -20px 0px;
  }
  .corporate-solution .bottom .corporate-card {
    margin: 0px 10px;
  }
  .corporate-solution .bottom .corporate-card h4 {
    font-size: 16px;
    margin: 12px 0px 7px;
  }
  .corporate-solution .bottom .corporate-card span {
    font-size: 14px;
  }
}
.map-section iframe {
  width: 100%;
  min-height: 50vh;
  pointer-events: none;
}

.contact-us-main .why-choose-section {
  padding: 120px 0px 0px;
}

.contact-us-banner-section {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
  padding: 120px 0px;
}
.contact-us-banner-section .top {
  margin-bottom: 40px;
}
.contact-us-banner-section .top h1 {
  margin: 5px 0px 15px;
}
.contact-us-banner-section .top p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.contact-us-banner-section .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.contact-us-banner-section .bottom ul li {
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  padding: 14px 20px;
  color: #585858;
  display: flex;
  gap: 18px;
  align-items: center;
  font-family: "Inter";
  font-size: 20px;
}
.contact-us-banner-section .bottom ul li span span {
  color: #000;
  font-weight: 500;
}

.form-section {
  position: relative;
  margin-bottom: -6%;
}
.form-section .flyover {
  position: absolute;
  right: 0;
  bottom: 20px;
  overflow: hidden;
}
.form-section .flyover img {
  transition: transform 0.5s ease;
}
.form-section .flyover:hover img {
  transform: scale(1.05);
}
.form-section form {
  border-radius: 20px;
  border: 1px solid #E5EAEE;
  background: #FFF;
  box-shadow: 0 0 150px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.form-section .alert {
  font-size: 14px;
  font-weight: 600;
}
.form-section form h2 {
  color: #000;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
}
.form-section form .text {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0px 30px;
}
.form-section form .input-wrapper label {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section form .input-wrapper label span {
  color: #F00;
}
.form-section form .input-wrapper input,
.form-section form .input-wrapper select {
  border-radius: 6px;
  border: 1px solid #C7C7C7;
  width: 100%;
  padding: 13px 15px;
  outline: none;
  color: #3f3e3e;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}
.form-section form .input-wrapper .iti {
  width: 100%;
  margin-top: 7px;
}
.form-section form .input-wrapper .iti input {
  margin-top: 0;
  padding-left: 90px;
}
.form-section form .text-area-container p {
  color: #848484;
  font-size: 12px;
}
.form-section form .text-area-container textarea {
  border-radius: 6px;
  border: 1px solid #C7C7C7;
  background: #FFF;
  height: 120px;
  color: #AEAEAE;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  width: 100%;
  padding: 13px 15px;
}
.form-section form .checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-section form .checkbox-container input {
  width: 24px;
  height: 24px;
  background: #155A98;
  margin: 0px;
	accent-color: #155A98;
}
.form-section form .checkbox-container label a {
  color: #155A98;
  text-decoration: underline;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

/* CF7 form fields — match custom form design */
.form-section .wpcf7-form input:not([type="submit"]):not([type="checkbox"]),
.form-section .wpcf7-form select {
  border-radius: 6px;
  border: 1px solid #C7C7C7;
  width: 100%;
  padding: 13px 15px;
  outline: none;
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  box-sizing: border-box;
  display: block;
}
.form-section .wpcf7-form input::placeholder,
.form-section .wpcf7-form textarea::placeholder { color: #AEAEAE; }
.form-section .wpcf7-form textarea {
  border-radius: 6px;
  border: 1px solid #C7C7C7;
  background: #FFF;
  height: 150px;
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 13px 15px;
  box-sizing: border-box;
  display: block;
  resize: vertical;
}
.form-section .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-section .wpcf7-form .col-12,
.form-section .wpcf7-form .col-lg-6 { margin-bottom: 0; }
.form-section .wpcf7-form p { margin: 0; }
.form-section .wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin: 0; display: flex; align-items: center; gap: 8px; }
.form-section .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input { width: 24px; height: 24px; margin: 0; flex-shrink: 0; }
.form-section .wpcf7-form .wpcf7-acceptance label a { color: #155A98; text-decoration: underline; }
.form-section .wpcf7-form input[type="submit"] {
  border-radius: 50px;
  background: #155A98;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: auto;
  margin-top: 8px;
  transition: background 0.2s ease;
}
.form-section .wpcf7-form input[type="submit"]:hover { background: #0d4a82; }
.form-section .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
  display: block;
}
.form-section .wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  margin-top: 16px;
  border: none;
}

@media screen and (max-width: 992px) {
  .contact-us-main .why-choose-section {
    padding: 60px 20px 0px;
  }
  .contact-us-banner-section {
    padding: 60px 0px 30px;
  }
  .contact-us-banner-section .top {
    margin-bottom: 30px;
  }
  .contact-us-banner-section .top h1 {
    margin: 5px 0px 15px;
  }
  .contact-us-banner-section .top p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-banner-section .bottom ul li {
    border-radius: 10px;
    padding: 10px 10px;
    gap: 12px;
    font-size: 16px;
  }
  .contact-us-banner-section .bottom ul li svg {
    width: 28px;
    height: 28px;
  }
  .form-section form {
    padding: 30px 20px;
  }
  .form-section form h2 {
    font-size: 18px;
  }
  .form-section form .text {
    margin: 7px 0px 20px;
  }
}
.faq-banner-sec {
  padding: 50px 0px 50px;
}
.faq-banner-sec h1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 8px 0px;
}

.faq-banner-sec p{
	width:50%;
}

.faq-section {
  padding: 0 0 120px;
}
.faq-section .scroll-nav {
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 16px 0px 20px;
  gap: 20px;
  border-bottom: 1px solid #E8E8E8;
  list-style: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.faq-section .scroll-nav::-webkit-scrollbar { display: none; }
.faq-section .scroll-nav li {
  flex-shrink: 0;
}
.faq-section .scroll-nav li a {
  white-space: nowrap;
  color: #707070;
  display: block;
  font-family: "Inter";
  font-size: 14px;
  padding: 5px 0px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.faq-section .scroll-nav li a.active {
  border-bottom: 2px solid #155A98;
  color: #155A98;
}
.faq-mobile-img {
  margin-top: 30px;
}
.faq-section h4 {
  color: #155A98;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.faq-section .sticky-side {
  position: sticky;
  top: 100px;
}
.faq-section .sticky-side img {
  margin-top: 60px;
}
.faq-section .sticky-side h5 {
  color: #000;
  font-family: Inter;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.faq-section .faq-list li {
  list-style: none;
}
.faq-section .faq-list li a {
  color: #333;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  padding: 11px 0 12px;
  display: block;
}
.faq-section .faq-list li:first-of-type a {
  padding-top: 0;
}
.faq-section .faq-list li:first-of-type a::before {
  top: 0px !important;
}
.faq-section .faq-list li:last-of-type a {
  padding-bottom: 0;
}
.faq-section .faq-list li.active a {
  color: #155A98;
  text-decoration: underline;
}
.faq-section .faqs {
  margin-bottom: 30px;
}
.faq-section .faqs:last-of-type {
  margin-bottom: 0;
}
.faq-section .accordion {
  background: transparent;
}
.faq-section .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0px;
}
.faq-section .accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 600;
}
.faq-section .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.faq-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion .accordion-button::after {
  background-image: url("../images/common/open.png");
}
.faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/common/close.png");
}

.blogs-page .blogs-banner-section {
  padding: 100px 0px 20px;
}
.blogs-page .blogs-banner-section .left h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.blogs-page .blogs-banner-section .left p {
  margin-bottom: 20px;
  line-height: 20px;
}
.blogs-page .blogs-banner-section .right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 20px;
}
.blogs-page .blogs-banner-section .right ul li {
  border-radius: 90px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  padding: 11px 15px;
}
.blogs-page .blogs-banner-section .right ul li input {
  border: none;
  outline: none;
  color: #333;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogs-page .blogs-banner-section .right ul li input:placeholder {
  color: #AEAEAE;
}
.blogs-page .blogs-banner-section .right ul li select {
  color: #333;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  padding: 0px 60px 0px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.5 0.5L5 5L9.5 0.5' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
}
.blogs-page .blogs-main-section .bottom {
  border-top: 1px solid #D9D9D9;
  padding: 50px 0px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.blogs-page .blogs-main-section .bottom p {
  color: #7C7C7C;
  font-size: 14px;
}
.blogs-page .blogs-main-section .bottom ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
.blogs-page .blogs-main-section .bottom ul li {
  border-radius: 3px;
  width: 34px;
  height: 34px;
  background: #F2F5F5;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs-page .blogs-main-section .bottom ul li.active {
  background: #155A98;
  color: #fff;
}
.blogs-page .blogs-main-section .bottom ul li:last-child {
  background-color: transparent;
}
.blogs-page .blogs-main-section .bottom ul li.prev,
.blogs-page .blogs-main-section .bottom ul li.next {
  width: auto;
  padding: 0 10px;
  background-color: transparent;
}
.blogs-page .blogs-main-section .bottom ul li.prev a,
.blogs-page .blogs-main-section .bottom ul li.next a,
.blogs-page .blogs-main-section .bottom p a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
}

.blog-details {
  padding: 52px 0px 5%;
}
.blog-details .back-navigation {
  color: #155A98;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details h1 {
  margin: 30px 0px 25px;
  max-width: 500px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.blog-details .bottom .image-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.blog-details .bottom .image-wrapper span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  display: inline-flex;
  height: 30px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #155A98;
  text-transform: uppercase;
}
.blog-details .bottom .image-wrapper ul {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog-details .bottom .image-wrapper ul li a {
  display: block;
  outline: none;
}
.blog-details .bottom .image-wrapper ul li a.copied {
  outline: 2px solid #4CAF50;
  outline-offset: 2px;
  border-radius: 50%;
}
.blog-details .bottom .profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.blog-details .bottom .profile img { border-radius: 50%; object-fit: cover; }
.blog-details .bottom .profile ul li {
  color: #333;
  font-size: 14px;
	margin-bottom:0;
}
.blog-details .bottom .profile ul li span {
  color: #7D7D7D;
}
.blog-details .bottom p {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0;
  text-align: justify;
	margin-bottom:15px;
}
.blog-details .bottom p:last-of-type{
	margin-bottom:0;
}
.blog-details .blog-content ul li {
	  color: #333333;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0;
	margin-bottom:12px;
	position:relative;
	padding-left: 30px;
}

.blog-details .blog-content ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url("https://vantageinfotech.in/wp-content/uploads/2026/09/Group-33811.png");
	background-repeat:no-repeat;
	background-size:contain;
  z-index: 1;
}
.blog-details .bottom h5{
	color: #000;
  font-family: "Inter";
font-size: 15px;
font-weight: 600;
line-height: 22px;
	margin-bottom:12px;
}
.blog-details .bottom h2 {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 30px;
	margin-bottom: 8px;
}

.related h4 {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.related ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.related ul li a {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.related ul li a.active {
  color: #155A98;
  text-decoration: underline;
}
.related ul li a:hover {
  color: #155A98;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .blogs-page .blogs-banner-section {
    padding: 50px 0px 20px;
  }
  .blogs-page .blogs-banner-section .right ul {
    display: flex;
    gap: 10px;
  }
  .blogs-page .blogs-banner-section .right ul li {
    padding: 6px 6px;
  }
  .blogs-page .blogs-banner-section .right ul li input {
    width: 138px;
  }
  .blogs-page .blogs-banner-section .right ul li input:placeholder {
    color: #AEAEAE;
  }
  .blogs-page .blogs-banner-section .right ul li select {
    padding: 0px 32px 0px 8px;
  }
  .blogs-page .blogs-main-section .bottom {
    border-top: none;
    padding: 20px 0px;
    margin-top: 10px;
    gap: 10px;
  }
  .blogs-page .blogs-main-section .bottom p {
    color: #000;
    font-size: 12px;
  }
  .blogs-page .blogs-main-section .bottom p span {
    margin-right: 10px;
  }
  .blogs-page .blogs-main-section .bottom ul {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .blogs-page .blogs-main-section .bottom ul li {
    border-radius: 3px;
    width: 34px;
    height: 34px;
    background: #F2F5F5;
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blogs-page .blogs-main-section .bottom ul li.active {
    background: #155A98;
    color: #fff;
  }
  .blogs-page .blog-card .image-wrapper {
    position: relative;
  }
  .blogs-main-section .blog-card .image-wrapper {
    height: 180px;
  }
  .blogs-page .blog-card .image-wrapper span {
    display: none;
  }
  .blogs-page .blog-card h4 {
    font-size: 12px;
    line-height: 14px;
    margin: 0px 0px 8px;
  }
  .blogs-page .blog-card p {
    font-size: 10px;
    margin: 8px 0px 4px;
  }
  .blogs-page .blog-card a {
    font-size: 12px;
  }
  .blog-details {
    padding: 37px 20px 5%;
  }
  .blog-details .back-navigation {
    font-size: 14px;
    gap: 4px;
  }
  .blog-details h1 {
    margin: 11px 0px 22px;
    font-size: 20px;
    line-height: 24px;
  }
  .blog-details .bottom .image-wrapper {
    position: relative;
    margin-bottom: 25px;
  }
  .blog-details .bottom .image-wrapper ul {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .blog-details .bottom p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    text-align: justify;
  }
  .blog-details .bottom h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .related {
    margin-top: 20px;
  }
  .related h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .related ul {
    gap: 8px;
    margin-bottom: 30px;
  }
  .related ul li a {
    font-size: 14px;
  }
}
.terms-and-conditions-section {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
  padding: 70px 0px 120px;
}
.terms-and-conditions-section .top .scroll-nav {
  display: flex;
  overflow-x: scroll;
  flex-direction: row;
  margin: 20px 0px;
  gap: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.terms-and-conditions-section .top .scroll-nav li a {
  text-wrap: nowrap;
  color: #707070;
  display: block;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  padding: 5px 0px;
  font-weight: 400;
  line-height: 18px;
}
.terms-and-conditions-section .top .scroll-nav li a.active {
  border-bottom: 1px solid #155A98;
  color: #155A98;
}
.terms-and-conditions-section .top h1 {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 6px;
}
.terms-and-conditions-section .top span {
  color: #434343;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.terms-and-conditions-section .top span span {
  font-weight: 500;
}
.terms-and-conditions-section .bottom {
  margin-top: 30px;
}
.terms-and-conditions-section .bottom .sticky-top {
  top: 100px;
}
.terms-and-conditions-section .bottom .right > div {
  margin-bottom: 30px;
}
.terms-and-conditions-section .bottom .right > div h2 {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.terms-and-conditions-section .bottom .right > div p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.terms-and-conditions-section .bottom .right > div P:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .terms-and-conditions-section {
    background: #FFF;
    padding: 40px 0px 60px;
  }
  .terms-and-conditions-section .top h1 {
    font-size: 26px;
    margin-bottom: 4px;
    margin-top: 27px;
  }
  .terms-and-conditions-section .top span {
    font-size: 14px;
  }
  .terms-and-conditions-section .bottom {
    margin-top: 20px;
  }
  .terms-and-conditions-section .bottom .right > div h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .terms-and-conditions-section .bottom .right > div p {
    font-size: 14px;
  }
  .terms-and-conditions-section .bottom .right > div P:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  header .top-bar p {
    font-size: 12px;
    line-height: 16px;
  }
  bdi {
    font-size: 14px;
  }
  h1 {
    color: #000;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
  }
  .blog-card h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 12px;
  }
  .blog-card p {
    font-size: 14px;
    margin: 10px 0px 5px;
  }
  .blog-card a {
    font-size: 14px;
  }
  footer {
    padding: 100px 0px 23px;
    background: #073763;
    margin-top: 20%;
    position: relative;
  }
  footer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    /* 146.667% */
  }
  footer .top {
    padding-bottom: 10px;
    border-bottom: none;
    position: static;
  }
  footer .top .footer-img {
    position: absolute;
    bottom: 95%;
    width: 70%;
    right: 20px;
  }
  footer .top h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 18px;
  }
  footer .top h2 span {
    font-size: 26px;
    line-height: 24px;
  }
  footer .middle {
    padding: 40px 0px 30px;
    border-bottom: none;
  }
  footer .middle .company-info p:first-of-type {
    margin: 30px 0px 0px;
  }
  footer .middle .links-container {
    margin-top: 30px;
  }
  footer .middle .links-container h4 {
    margin-bottom: 12px;
  }
  footer .middle .links-container.policies {
    margin-top: 30px;
  }
  footer .middle .links-container ul {
    gap: 10px;
  }
  footer .middle .links-container ul li a {
    font-size: 13px;
  }
  footer .middle .follow-us {
    margin-top: 30px;
  }
  footer .middle .follow-us h4 {
    color: #B4C3D0;
  }
  footer .bottom {
    padding: 10px 0px 0px;
  }
  .banner-section .hero-slider .slick-slide {
    padding: 0 17px;
  }
  .banner-section .hero-slider img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
  }
  .banner-section .hero-slider .slick-active img {
    border-radius: 15px;
  }
  .product-category-section {
    padding: 50px 0px;
  }
  .product-category-section h2 {
    margin-bottom: 8px;
  }
  .product-category-section .category-row {
    padding: 20px 0px;
  }
  .product-category-section .bottom p {
    margin-top: 17px;
  }
  .top-products-section {
    background: #fff;
    padding: 0px 0px 50px;
    overflow: hidden;
  }
  .top-products-section .bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .top-products-section .bottom .product-card {
    margin: 0px 8px;
  }
  .top-products-section .bottom .product-card .image-wrapper {
    position: relative;
  }
  .top-products-section .bottom .product-card .image-wrapper span {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-flex;
    height: 30px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Inter";
    font-size: 13px;
    text-transform: uppercase;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(195, 195, 195, 0.2);
  }
  .top-products-section .bottom .product-card .content {
    padding: 15px 0px 0px;
  }
  .top-products-section .bottom .product-card .content h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .top-products-section .bottom .product-card .content p {
    color: #333;
    font-family: "Inter";
    font-size: 14px;
    line-height: 20px;
  }
  .top-products-section .bottom .product-card .content h3 {
    color: #333;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
  }
  .top-products-section .bottom .product-card .content span {
    color: #707070;
    display: block;
    font-family: "Inter";
    font-size: 12px;
  }
  .top-products-section .bottom .product-card .content a {
    width: 100%;
    margin-top: 20px;
  }
  .why-choose-section {
    padding: 50px 20px 0px;
  }
  .why-choose-section h2 {
    margin-bottom: 8px;
  }
  .why-choose-section .bottom {
    margin-top: 25px;
  }
  .why-choose-section .bottom .why-choose-text-card {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  .why-choose-section .bottom .why-choose-image-card {
    width: 100%;
    height: 300px;
  }
  .why-choose-section .bottom .why-choose-text-card h3 {
    font-size: 18px;
    line-height: normal;
    margin: 54px 0px 8px;
  }
  .why-choose-section .bottom .why-choose-text-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .why-choose-section .bottom .why-choose-image-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .why-choose-section .bottom .why-choose-image-card h3 {
    font-size: 30px;
    line-height: normal;
  }
  .why-choose-section .bottom .why-choose-image-card .top {
    top: 20px;
    left: 20px;
  }
  .why-choose-section .bottom .why-choose-image-card .bottom {
    bottom: 20px;
    left: 20px;
  }
  .why-choose-section .bottom .why-choose-image-card .bottom p {
    font-size: 18px;
    line-height: 24px;
  }
  .trusted-partner-section {
    padding: 50px 0px;
  }
  .trusted-partner-section h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .trusted-partner-section .client-logo-image-container {
    margin-top: 30px;
  }
  .trusted-partner-section .client-logo-image-container > div {
    width: auto;
  }
  .trusted-partner-section .client-logo-image-container{
        gap: 25px 8px!important;
  }
  .trusted-partner-section .client-logo-image-container.image-container2 {
    gap: 30px 8px;
  }
  .vantage-service-section {
    padding: 50px 20px;
  }
  .vantage-service-section h2 {
    margin-bottom: 6px;
  }
  .vantage-service-section .top {
    margin-top: 25px;
  }
  .vantage-service-section .service-main-card {
    display: flex;
    gap: 15px;
  }
  .vantage-service-section .top .service-card {
    margin-bottom: 8px;
  }
  .vantage-service-section .top .service-card:before {
    border-radius: 20px;
  }
  .vantage-service-section .top .service-card h3 {
    bottom: 24px;
    left: 24px;
    font-size: 16px;
  }
  .vantage-service-section .top .main-service-card {
    border-radius: 15px;
    padding: 30px 25px;
    width: 100%;
    margin-top: 20px;
  }
  .vantage-service-section .top .main-service-card img {
    display: none;
  }
  .vantage-service-section .top .main-service-card p {
    font-size: 14px;
    line-height: 18px;
  }
  .vantage-service-section .top .main-service-card h3 {
    font-size: 18px;
    margin: 6px 0px 8px;
    line-height: 22px;
  }
  .vantage-service-section .top .main-service-card .bottom {
    margin-top: 25px;
    gap: 10px;
  }
  .vantage-service-section .top .main-service-card .bottom .quote-btn {
    padding: 8px 9px;
    font-size: 14px;
  }
  .vantage-service-section .top .main-service-card .bottom .quote-btn svg {
    margin-left: 20px;
  }
  .vantage-service-section .top .main-service-card .bottom > div span:last-child {
    font-size: 14px;
  }
  .review-section {
    padding: 0px 0px 70px;
    background: #fff;
  }
  .review-section h2 {
    max-width: 90%;
  }
  .review-section .top span {
    font-size: 14px;
    line-height: 18px;
  }
  .review-section .top .company {
    font-weight: 600;
  }
  .review-section .review-card {
    padding: 20px;
  }
  .review-section .bottom .review-card {
    width: 78vw;
    max-width: 340px;
  }
  .review-section .animation-hover-pause .looping-carousel {
    animation-duration: 40s;
    gap: 16px;
  }
  .review-section .review-card p {
    margin-bottom: 50px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
  }
  .review-section .review-card.card2 p {
    margin-bottom: 90px;
  }
  .review-section .review-card span {
    color: #333;
    font-size: 12px;
  }
  .review-section .review-slider {
    margin: 30px -20px 0px;
  }
  .review-section .review-slider .review-card {
    margin: 0px 10px;
  }
  .blogs-section {
    background: #fff;
    padding: 50px 0px 70px;
    overflow: hidden;
  }
  .blogs-section .blogs-slider {
    margin: 24px 0px 0px;
  }
  .blogs-slider .slick-dots {
    text-align: center;
    padding: 0;
  }
  .blogs-section .blog-card {
    margin: 0px 8px;
  }
  .blogs-section .blog-card .image-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  .blogs-section .blog-card h4,
  .blogs-section .blog-card h4 a {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 12px;
  }
  .blogs-section .blog-card p {
    font-size: 14px;
    margin: 12px 0px 8px;
    line-height: 18px;
  }
  .blogs-section .blog-card > a,
  .blogs-section .blog-card a {
    font-size: 14px;
  }
  .blogs-section .blog-card .image-wrapper span {
    font-size: 13px;
    padding: 0 8px;
    height: 24px;
  }
  .service-banner-section {
    padding: 50px 0px 11%;
    position: relative;
  }
  .service-banner-section .text-content {
    padding-bottom: 30px;
  }
  .service-banner-section .text-content bdi {
    font-size: 14px;
  }
  .service-banner-section .text-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    /* 120% */
  }
  .service-banner-section .text-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-banner-section .banner-img img {
    min-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-main-section {
    padding: calc(100px + 11%) 0px 60px;
  }
  .service-main-section .service-row {
    padding: 25px 20px;
  }
  .service-main-section .left span {
    font-size: 14px;
  }
  .service-main-section .left h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 4px 0px 10px;
  }
  .service-main-section .left p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-main-section .left ul {
    margin: 15px 0px 30px;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .service-main-section .left ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
  .service-main-section .left a {
    margin-top: 15px 0px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .header nav ul li:last-of-type {
    margin-left: -10px;
  }
  .header nav.nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .header nav.nav-up {
    transform: translateY(-100%);
  }
  .header nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.228);
    backdrop-filter: blur(15px);
    padding: 20px 0 !important;
  }
  .header nav.is-fixed ul li a {
    color: #ffffff !important;
  }
  .header nav.is-fixed ul .text-btn {
    color: #e52e2a !important;
  }
  .header nav.is-fixed ul .dropdown a img {
    filter: invert(0) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .sticky-header .hamburger .bar {
    background-color: #fff;
  }
  .header .tab-bar {
    display: none;
  }
  header .is-fixed {
    background: #ef3f2f;
    top: 0 !important;
    position: fixed !important;
    width: 100%;
  }
  header .is-fixed .hamburger .bar {
    background-color: #FFF;
  }
  header nav ul li a {
    color: #fff;
  }
  .header .is-fixed {
    background: #fff;
    top: 0;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: flex-start !important;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #073763;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 30px 30px 100px 30px;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
    padding: 125px 20px 20px 20px;
  }
  header .navbar {
    top: 0;
  }
  header #dynamic-logo {
    width: 70px;
  }
  header nav ul li a {
    color: #fff !important;
  }
  /* Services sub-menu — collapsed by default on mobile, toggle with .open */
  header .nav-bar .right ul li.has-submenu .nav-sub-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 4px 0 4px 16px;
    min-width: 0;
  }
  header .nav-bar .right ul li.has-submenu.open .nav-sub-menu {
    display: block;
  }
  header .nav-bar .right ul li.has-submenu.open .service-arrow {
    transform: rotate(180deg);
  }
  header .nav-bar .right ul li.has-submenu .nav-sub-menu li a {
    color: #fff !important;
    font-size: 13px;
    padding: 7px 0;
    white-space: normal;
  }
  header .nav-bar .right ul li.has-submenu .nav-sub-menu li a:hover {
    background: transparent;
    color: #cce0ff !important;
  }
  header nav ul .dropdown .wht-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  header nav ul .dropdown .wht-box::before {
    display: none;
  }
  header nav ul .dropdown .wht-box p {
    display: none;
  }
  header nav ul .dropdown .wht-box h5 {
    color: #DFC6B9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  header nav ul .dropdown .wht-box h5 img {
    display: none;
  }
  header nav ul .dropdown .wht-box li {
    background-color: transparent;
  }
  header nav ul .dropdown .wht-box li a {
    padding: 0 !important;
    font-size: 14px;
  }
  header nav ul .dropdown .wht-box li:hover {
    background: transparent;
  }
  header nav ul .dropdown .wht-box .menu-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header nav ul .dropdown:hover .dropdown-menu {
    margin-left: 15px;
    padding-top: 11px;
    left: 0;
    position: relative;
  }
  header nav ul .dropdown-description {
    display: none !important;
  }
  header nav ul .cart {
    display: none;
  }
  .header {
    position: relative;
    z-index: 9999;
  }
  .nav-active {
    position: fixed;
    width: 100%;
  }
  .nav-active .mobile-logo {
    display: block !important;
    position: relative;
    z-index: 1;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .nav-bottom-links {
    display: block;
    width: 100%;
  }
  .nav-active .nav-bottom-links .bottom-line {
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-top: 15px;
  }
  .nav-active .nav-bottom-links .bottom-line .copyright {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .nav-active .nav-bottom-links .bottom-line p {
    color: #E0E0E0;
    font-size: 14px;
    line-height: 22px;
  }
  .nav-active .nav-bottom-links .bottom-line p a {
    color: #E0E0E0;
    font-weight: 500;
    text-decoration: none;
  }
  .sticky-header .navbar {
    top: 65px;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button:before {
    content: "";
    transition: all 0.3s ease;
    background: #C8E2D5;
    font-size: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .slick-dots .slick-active button:before {
    background: #e52e2a;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq-banner-sec {
    padding: 70px 0px;
  }
  .faq-banner-sec h2 {
    margin-bottom: 10px;
  }
  .faq-section {
    padding-bottom: 60px;
  }
  .faq-section .sticky-side {
    display: none;
  }
  .error-page {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .faq-banner-sec {
    padding: 50px 0px;
  }
  .faq-banner-sec h1 {
    margin-bottom: 10px;
  }
  .faq-section {
    padding: 0px 0px 60px;
  }
  .faq-section .sticky-side {
    display: none;
  }
  .faq-section .accordion {
    padding: 15px;
  }
  .faq-section .accordion .accordion-item {
    background: transparent;
    padding: 0;
  }
  .faq-section .accordion .accordion-item .accordion-header {
    margin-top: 0;
  }
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq-section .accordion-body {
    padding: 0;
  }
  .faq-section .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }
  .error-page {
    padding: 50px 0px;
  }
  .error-page .error-content h3 {
    font-size: 22px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Mini Cart & Checkout Panels
   ══════════════════════════════════════════════════════════════════════════ */

/* Backdrop */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.show {
  opacity: 1;
  pointer-events: all;
}

/* Shared panel shell */
.mini-cart-panel,
.mini-checkout-panel {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);   /* off-screen without adding page scroll */
  width: 650px;
  max-width: 100vw;
  height: 100vh;       /* fallback for browsers without dvh support */
  height: 100dvh;      /* dynamic viewport height — excludes browser UI on iOS */
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 28px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.mini-cart-panel.open,
.mini-checkout-panel.open {
  transform: translateX(0);
}

/* Panel header row */
.mini-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e8e8e8;
  flex-shrink: 0;
}
.mini-panel-title h5 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  font-family: "Inter";
}
.mini-panel-title p {
  font-size: 16px;
  color: #333;
  margin: 4px 0 0;
  line-height: 1.45;
  font-family: "Inter";
  font-weight: 400;
}
.mini-panel-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 12px;
  margin-top: 3px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.mini-panel-close:hover { opacity: 1; }

/* ── Cart body ────────────────────────────────────────────────────────── */
.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 16px 8px;
  scrollbar-width: thin;
}

/* Empty state */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  padding: 60px 0;
  text-align: center;
}
.cart-empty p {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin: 0;
}
.cart-empty span {
  font-size: 13px;
  color: #aaa;
}

/* Cart item card */
.cart-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  background: #f8f9fb;
  border-radius: 12px;
  margin-bottom: 12px;
  align-items: stretch;
}
.cart-item-img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  align-self: center;
}
.cart-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
}
.cart-item-top { display: none; }
.cart-item-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-item-name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin: 0;
  font-family: "Inter";
}
.cart-delete-btn {
  background: #fff0f0;
  border: 1px solid #ffd0d0;
  border-radius: 20px;
  cursor: pointer;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #d93025;
  font-family: "Inter";
}
.cart-delete-btn:hover {
  background: #ffe0e0;
}
.cart-item-price {
  font-weight: 600;
  color: #7d7d7d;
  margin: 8px 0 0;
  font-family: "Inter";
}
.cart-item-sub {
  font-size: 14px;
  color: #707070;
  margin: 0;
  font-family: "Inter";
}

/* Qty control */
.cart-qty-control {
  display: flex;
  align-items: center;
  margin-top: 6px;
  align-self: flex-end;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  overflow: hidden;
}
.qty-btn {
  background: #fff;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  line-height: 1;
  transition: background 0.15s;
}
.qty-btn:hover { background: #f0f0f0; }
.qty-value {
  min-width: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: "Inter";
  border-left: 1px solid #dde1e7;
  border-right: 1px solid #dde1e7;
}

/* ── Cart footer (sticky) ─────────────────────────────────────────────── */
.mini-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  padding: 16px 20px;
  background: #155A98;
  flex-shrink: 0;
  margin: 0 16px 16px;
  border-radius: 10px;
}
.mini-cart-footer > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mini-cart-footer > div > span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter";
}
.mini-cart-footer > div > strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter";
}
#proceedCheckoutBtn {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Inter";
  transition: opacity 0.2s;
}
#proceedCheckoutBtn:hover { opacity: 0.8; }

/* ── Checkout panel body ──────────────────────────────────────────────── */
.mini-checkout-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px;
  scrollbar-width: thin;
}

/* Field wrapper */
.co-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.co-field label {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "Inter";
}
.co-field label span { color: #D52A29; }
.co-field input:not([type="checkbox"]),
.co-field select,
.co-field textarea {
  border: 1px solid #dde1e7;
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 16px;
  font-family: "Inter";
  color: #333;
  outline: none;
  width: 100%;
  background: #fff;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.co-field input:not([type="checkbox"]),
.co-field select { height: 46px; }
.co-field textarea { height: 120px; min-height: 120px; }
.co-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.5 0.5L5 5L9.5 0.5' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 32px;
}
.co-field input:not([type="checkbox"]):focus,
.co-field select:focus,
.co-field textarea:focus {
  border-color: #155A98;
}
.co-field input:not([type="checkbox"]).co-invalid,
.co-field select.co-invalid,
.co-field textarea.co-invalid {
  border-color: #D52A29;
}
.co-field textarea {
  resize: vertical;
  min-height: 80px;
}
input.wpcf7-form-control.wpcf7-text {
  font-size: 16px;
}
.notes-hint {
  font-size: 11px;
  color: #999;
  margin: 2px 0 0;
  font-family: "Inter";
}

/* Checkbox row */
.co-checkbox {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 8px !important;
}
.co-checkbox input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.co-checkbox input[type="checkbox"]:checked {
  background: #155A98;
  border-color: #155A98;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.co-checkbox label {
  font-size: 14px;
  color: #333;
  line-height: 1.55;
  cursor: pointer;
  font-weight: 400;
}
.co-checkbox label a {
  color: #155A98;
  text-decoration: underline;
}

/* Actions row */
.co-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}
.co-actions .enquiry-btn {
  font-size: 15px !important;
  padding: 14px 22px;
  cursor: pointer;
  border: none;
  font-family: "Inter";
}
.back-to-cart-link {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  font-family: "Inter";
}
.back-to-cart-link:hover { color: #155A98; }

/* intl-tel-input overrides inside checkout panel */
.mini-checkout-body .iti { width: 100%; }
.mini-checkout-body .iti__flag-container { display: flex; }

/* CF7 form inside checkout panel */
.mini-checkout-body .wpcf7 { width: 100%; }
.mini-checkout-body .wpcf7-form { width: 100%; }
.mini-checkout-body .wpcf7-form-control-wrap { display: block; width: 100%; }
.mini-checkout-body .wpcf7-form-control:not([type="checkbox"]):not([type="submit"]) { width: 100%; }
.mini-checkout-body .wpcf7-submit { width: auto; cursor: pointer; border: none; font-family: "Inter"; }
.mini-checkout-body .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.mini-checkout-body .wpcf7-acceptance .wpcf7-list-item-label { font-size: 14px; color: #555; }
.mini-checkout-body .wpcf7-not-valid-tip { font-size: 12px; color: #D52A29; margin-top: 4px; }
.mini-checkout-body .wpcf7-response-output {
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
  margin: 12px 0 0;
  border: 1px solid transparent;
}
.mini-checkout-body form.sent .wpcf7-response-output {
  color: var(--bs-success-text-emphasis);
  background-color: var(--bs-success-bg-subtle);
  border-color: var(--bs-success-border-subtle);
}
.mini-checkout-body form.failed .wpcf7-response-output,
.mini-checkout-body form.invalid .wpcf7-response-output,
.mini-checkout-body form.spam .wpcf7-response-output,
.mini-checkout-body form.aborted .wpcf7-response-output {
  color: var(--bs-danger-text-emphasis);
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle);
}
.mini-checkout-body p { margin: 0; }
/* CF7 wraps label+input in <p> — stack them vertically */
.mini-checkout-body .co-field p { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.mini-checkout-body .co-actions p { display: flex; align-items: center; gap: 12px; margin: 0; position: relative; }
.wpcf7-spinner {
	    right: -80px;
    position: absolute;
}
.mini-checkout-body .wpcf7-acceptance .wpcf7-list-item label {
	display:flex;
	align-items:center;
	gap:7px;
}

/* Success screen */
.checkout-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  text-align: center;
  padding: 60px 24px;
}
.checkout-success h4 {
  font-size: 22px;
  font-weight: 700;
  color: #155A98;
  font-family: "Inter";
}
.checkout-success p {
  font-size: 14px;
  color: #555;
  font-family: "Inter";
}

@media (max-width: 680px) {
  .mini-cart-panel,
  .mini-checkout-panel {
    width: 100vw;
  }
}


/* ── Floating action buttons (back-to-top · WhatsApp · cart) ─────────────── */
/* All three icons: 50 × 50 px, right: 28px, evenly spaced 16px apart        */

.top-arrow-animate {
  position: fixed;
  bottom: 28px;
  right: 28px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(60px);
  transition: all 0.6s ease;
  z-index: 999;
}
.top-arrow-animate.show {
  opacity: 1;
  transform: translateY(0);
}
.top-arrow-animate .top-arrow-animate-img {
  background: #fff;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 2px solid #073763;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* WhatsApp button — 16px above back-to-top (28 + 50 + 16 = 94) */
.mindzchatwhatsappgreenbg {
  right: 28px !important;
  bottom: 94px !important;
}

/* ── Strip ALL plugin animation rings — show a clean 50×50 circle ── */
.mindzchatwhatsappgreenbg .mindzchatwhatsappbuttonparent {
  width: 50px !important;
  height: 50px !important;
}
.mindzchatwhatsappgreenbg .mindzchatwhatsappbutton {
  width: 50px !important;
  height: 50px !important;
  min-width: unset !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #25D366 !important;
  border: none !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.mindzchatwhatsappgreenbg .buttonbbase {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Kill ALL nested ring divs that the plugin uses for the ripple */
.mindzchatwhatsappgreenbg .minzchatbuttonanimation,
.mindzchatwhatsappgreenbg .minzchatbuttonanimation > div,
.mindzchatwhatsappgreenbg .minzchatbuttonanimation > div > div,
.mindzchatwhatsappgreenbg .minzchatbuttonanimation > div > div > div {
  width: 50px !important;
  height: 50px !important;
  min-width: unset !important;
  border-radius: 50% !important;
  animation: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* The innermost div holds the icon — give it the green background */
.mindzchatwhatsappgreenbg .minzchatbuttonanimation > div > div > div {
  background: #25D366 !important;
}
.mindzchatwhatsappgreenbg .minzchatbuttonanimation img {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}
/* Hover: add a subtle pulse on the button itself */
.mindzchatwhatsappgreenbg .mindzchatwhatsappbutton {
  transition: box-shadow 0.3s ease !important;
}
.mindzchatwhatsappgreenbg:hover .mindzchatwhatsappbutton {
  animation: vpWApulse 1.2s ease-out infinite !important;
}
@keyframes vpWApulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70%  { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Cart icon — positioned 16px above WhatsApp (94 + 50 + 16 = 160) */
.addtocart {
  bottom: 160px !important;
  right: 28px !important;
}

/* Chat modal — above cart */
.mindzchatmodal {
  z-index: 999 !important;
  bottom: 218px !important;
  right: 28px !important;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::after,
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::before{
	left:22px !important;
}
/* .mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend img {
    left: unset !important;
} */
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img{
	object-fit:cover;
}
.minzchatform{
	margin-top:0 !important;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername p{
	color:#fff;
}
#minzchatform{
	margin-top:0 !important;
}
.mindzchatinputcontrol {
  background: transparent !important;
}

.mindzchatinputcontrol::placeholder {
  color: #ccc; /* optional */
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose {
    right: 30px !important;
    top: 19px !important;
}

.addtocart {
    position: fixed;
    bottom: 160px;
    right: 28px;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999;
    background: #fff;
    width: 50px;
    border: 2px solid #073763;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    backdrop-filter: blur(10px);
}

.addtocart .top-arrow-animate-img a img {
    filter: none;
    width: 22px;
    height: 22px;
}

.addtocart .badge-item {
    background: #D52A29;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    top: -6px;
    right: -4px;
}
.addtocart .badge-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ── Home Page One-Time Popup ───────────────────────────────────────────────── */
.vp-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.vp-overlay.vp-active {
    display: flex;
}
.vp-box {
    position: relative;
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;
    width: 560px;
    height: 640px;
    max-width: calc(100vw - 32px);
    max-height: 90vh;
    animation: vpSlideIn 0.38s cubic-bezier(0.34, 1.3, 0.64, 1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
@keyframes vpSlideIn {
    from { opacity: 0; transform: translateY(28px) scale(0.93); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.vp-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.vp-close:hover {
    background: #073763;
    color: #fff;
}
.vp-image-link {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
}
.vp-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}
@media (max-width: 600px) {
    .vp-box {
        width: 100%;
        height: auto;
        aspect-ratio: 560 / 640;
        border-radius: 12px;
    }
}

/* ── Product quick-view modal ────────────────────────────────────────── */
.product-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.product-modal-overlay.show {
  opacity: 1;
  pointer-events: all;
}
.product-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 1000px;
  max-width: 92vw;
  max-height: 88vh;
  background: #fff;
  border-radius: 16px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.product-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(-50%, -50%);
  height: 580px;
  max-height: 92vh;
  width: 1200px;
  padding: 30px;
}
.product-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}
.product-modal-close:hover { background: #f2f2f2; }
.product-modal-body {
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  gap: 60px;
}
.product-modal-image {
  position: relative;
  flex: 0 0 520px;
  max-width: 520px;
  height: 100%;
  /* background: #f7f7f7; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  touch-action: pan-y;
}
.product-modal-image.dragging {
  cursor: grabbing;
}
.product-modal-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.product-modal-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.product-modal-dot:hover { background: rgba(255, 255, 255, 0.8); }
.product-modal-dot.active {
  background: #155A98;
  transform: scale(1.15);
}
.product-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s, border-color 0.2s;
}
.product-modal-arrow i {
  font-size: 18px;
  color: #000;
  transition: color 0.2s;
}
.product-modal-arrow:hover {
  background: #155A98;
  border-color: #155A98;
}
.product-modal-arrow:hover i {
  color: #FFF;
}
.product-modal-prev { left: 15px; }
.product-modal-next { right: 15px; }
.product-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  -webkit-user-drag: none;
  user-select: none;
}
.product-modal-info {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 12px 0 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  font-family: "Inter", sans-serif;
}
.product-modal-eyebrow {
  display: block;
  color: #000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-modal-info h3 {
  margin: 0 0 7px;
  color: #155A98;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
.product-modal-desc {
  color: #333;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
}
.product-modal-specs h4 {
  margin: 0 0 15px;
  color: #333;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
/* Only this inner region scrolls when there are many spec rows — the modal itself never scrolls as a whole. */
.product-modal-specs-scroll {
  border-top: 1px solid #eee;
}
.product-modal-specs table {
  width: 100%;
  border-collapse: collapse;
}
.product-modal-specs table tr {
  border-bottom: 1px solid #eee;
}
.product-modal-specs table th {
  color: #333;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  width: 153px;
}
.product-modal-specs table th,
.product-modal-specs table td {
  text-align: left;
  padding: 10px 4px;
  gap: 60px !important;
  width: 150px;
  color: #333;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.product-modal-price-row {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0px;
  margin-top: 25px;
}
.product-modal-price-row h2 {
  margin: 0;
  color: #333;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-modal-price-row h2 small {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.product-modal-price-row span {
  color: #707070;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.product-modal-actions .add-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  width: 230px;
}
.product-modal-qty-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #155A98;
  border-radius: 10px;
  padding: 14px 16px;
  width: 230px;
  box-sizing: border-box;
}
.product-modal-qty-minus,
.product-modal-qty-plus {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  opacity: 0.9;
}
.product-modal-qty-minus:hover,
.product-modal-qty-plus:hover { opacity: 1; }
.product-modal-qty-value {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.product-modal-checkout-btn {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  width: 230px;
}
.product-modal-checkout-btn:hover { background: #000; }
.product-card { cursor: pointer; }
.product-card .add-btn,
.product-card select { cursor: pointer; }
@media (max-width: 767px) {
  .product-modal-body { flex-direction: column; overflow-y: auto; }
  .product-modal-image { flex: 0 0 auto; max-width: 100%; max-height: 240px; }
  .product-modal-image img { width: 100%; height: 100%; max-height: 240px; margin: 0; border-radius: 0; }
  .product-modal-info { padding: 24px 20px; overflow-y: visible; }
  .product-modal-specs-scroll { max-height: 180px; }
}


.pricing-table-section .pricing-table-heading {
	width:44%;
}

.claim-process-section .claim-card {
	width:90%;
}

.instagram-feed-section {
	padding-top:100px;
}

/*# sourceMappingURL=style.css.map */