/* ===== Tokens (swap to your primaryBrand colors) ===== */
:root {
  --primaryBrand: #0487fa; /* primary */
  --secondaryBrand: #00274e; /* secondary highlight */

  --textHighlights: #e15957; /* hover / alt primaryBrand */

  --secondaryBtn: #e15957; /* hover / alt primaryBrand */

  --ink: #0b1020; /* dark text */
  --muted: #667085; /* secondary text */
  --bg: #ffffff;
  --bg-soft: #f6f7fb;
  --ring: rgba(16, 24, 40, 0.08);
  --shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
  --radius: 18px;

  --fontFamily: "Poppins", sans-serif;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--lightPrimary) transparent;
}

body {
  margin: 0;
  font-family: var(--fontFamily) !important;
  color: var(--lightText);
  /* background-color: var(--backgroundColor); */
}
.cky-revisit-bottom-left {
  display: none !important;
}
.error,
.required {
  color: red;
}
a {
  color: var(--primary);
  text-decoration: none !important;
  cursor: pointer !important;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hadingFamily);
  font-weight: 600;
  color: var(--primarytext);
  line-height: normal !important;
}
p {
  font-family: var(--subhadingFamily);
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2rem;
  color: var(--secondaryBrand);
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.15rem;
}

h6,
p {
  font-size: 1rem;
}

@media (max-width: 850px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4rem;
  }
}
ul {
  margin: 0px !important;
  padding: 0px !important;
}

li {
  display: list-item;
  text-align: -webkit-match-parent; /* keeps text aligned in parent flow */
}

* {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer !important;
}

.container-fluid {
  width: 95% !important;
}
.secondaryBG {
  background: #fff3f6 !important;
}
.primaryBrand {
  color: var(--primaryBrand) !important;
}
.secondaryBrand {
  color: var(--secondaryBtn) !important;
}
.secondaryBtn {
  background: var(--secondaryBtn) !important;
}
.primaryBtn {
  padding: 10px 30px;
  background: var(--primaryBrand);
  color: white !important;
  border-radius: 30px;
}
.Signin_btn {
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 10px 40px;
  background: transparent;
}
.free_trial_btn {
  border-radius: 30px;
}

.slim_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primaryBrand);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  min-height: 48px;
}

@media (hover: hover) {
  .slim_btn:hover {
    color: var(--secondaryBtn);
    gap: 12px;
  }
}

.slim_btn:active {
  opacity: 0.8;
}

.all_card_image img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primaryBrand);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: var(--primaryBrand);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* Sections */
.section {
  padding: 72px 0;
}
.press_info h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press_info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press_infon_body {
  background: #ffed78;
}
.press_infon_body img {
  position: relative;
  right: -50px;
}
/* Typography */
/* .fw-extrabold{font-weight:800}
.lh-tight{line-height:1.15}
.text-accent{ color: var(--secondaryBrand) !important; } 
.text-primaryBrand{ color: var(--textHighlights) !important; } */

/* Header */
/* header */
.header {
  display: block;
  z-index: 999;
  /* padding:15px 0; */
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  transition: 250ms ease-out;
}
.header .top_header {
  background: #003366;
  padding: 10px 0;
}
.header .bottom_header {
  background: #00274e;
  padding: 15px 0px;
}
.header .item-left {
  flex: 0 0 17%;
}
.header .logo a img {
  width: 170px;
}
.header .item-center {
  /* flex:0 0 66%; */
  text-align: center;
  position: relative;
}
.header .item-right {
  flex: 0 0 30%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  height: fit-content;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  /* line-height: 50px; */
  /* margin-left: 25px; */
}
.header .menu > ul > li > a {
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  /* box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);  */
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 10px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.header .menu > ul > li.menu-item-has-children,
.header .menu > ul > li {
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 15px 0;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease;
  color: var(--secondaryBrand);
}
.header .menu > ul > li .list-item a i {
  /* font-size: 1rem; */
  font-weight: 200;
  margin-right: 10px;
}
.Industry {
  background-color: #f8f7fc;
  border-radius: 10px;
}
.platform {
  background-color: #f8f7fc;
  border-radius: 10px;
  padding: 20px !important;
}
.blog_listing {
  gap: 10px;
  border: none !important;
}

.header_blog_list a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 480px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-bottom: 10px;
}

.header_blog_list a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.header_blog_list a img {
  width: 95px !important;
  height: 100%;
  object-fit: cover;
  margin-top: 0px !important;
}

.header_blog_list .card-content {
  padding: 16px;
  flex: 1;
}

.header_blog_list .card-content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.compant_info {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.info-section h6 {
  font-weight: 700;
  color: #002244; /* dark blue like in image */
}

.info-section p {
  color: #555; /* soft grey */
  font-size: 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item {
  flex: 0 0 50%;
  padding: 0 15px;
  text-align: left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 33%;
  padding: 0 15px;
  text-align: left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #a6bbdd;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a {
  padding: 0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item p {
  line-height: 1.2;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: var(--primaryBrand);
}
.menu-main li a {
  position: relative;
}
.menu-main li a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.menu-main li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}
.v-center {
  justify-content: space-between;
  align-items: center;
}
/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .free_trial_btn {
    display: none !important;
  }
  /* .header .item-left,
	.header .item-right{
		flex:0 0 auto;
	} */
  /* .v-center{
		justify-content: space-between;
	} */
  .header .mobile-menu-trigger {
    display: flex;
    height: 45px;
    width: 45px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2.4px;
    background-color: #fff;
    width: 30px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .mobile-menu-trigger span:before {
    top: -7px;
  }
  .header .mobile-menu-trigger span:after {
    top: 7px;
  }
  .header .item-right {
    align-items: center;
    flex: 50%;
  }
  .header .item-left {
    flex: 40% !important;
  }
  .bottom_header {
    padding: 0px !important;
  }
  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li.menu-item-has-children,
  .header .menu > ul > li {
    padding: 0;
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .menu-main li a:after {
    content: none;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    color: var(--secondaryBrand) !important;
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
    font-size: 1.4rem;
  }
  .Industry {
    background-color: transparent;
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
/*end Header */

/* Hero */
.hero {
  padding: 64px 0 32px;
  background: #ebf3fe;
}
.top_header {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primaryBrand);
}
/* .text-gradient{
  background:linear-gradient(90deg,var(--primaryBrand),var(--textHighlights));
  -webkit-background-clip:text;background-clip:text;color:transparent 
}*/
.hero .lead {
  max-width: 56ch;
}
.stacked-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.badge-pill {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.hero_content {
  padding-right: 100px;
}
.text_highlights {
  color: var(--textHighlights) !important;
}
.Primerytext_highlights {
  color: var(--primaryBrand);
}
.bg_secondar {
  background: var(--secondaryBtn);
}
.hero_content h1 {
  color: var(--secondaryBrand);
  font-weight: 700;
  line-height: 75px !important;
}
.home_feature {
  max-width: 600px;
  margin: 0 0 0 auto;
  font-family: monospace;
}
.home_feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.home_feature ul::before {
  content: "";
  position: absolute;
  background:
    linear-gradient(90deg, #a6abbd 50%, transparent 50%),
    linear-gradient(90deg, #a6abbd 50%, transparent 50%),
    0 0,
    none;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    15px 2px,
    15px 2px,
    2px 15px,
    2px 15px;
  background-position:
    0 0,
    0 100%,
    0 100%,
    100% 0;
  animation: 4s linear infinite border-dance;
  top: calc(25% + 65px);
  bottom: calc(25% + 65px);
  left: -60px;
  right: 60px;
}
.home_feature ul li:first-child {
  margin-top: 0;
}
.home_feature ul li {
  background-color: #fff;
  padding: 1.4rem;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 90px #00105f33;
  position: relative;
  z-index: 1;
  display: flex;
}
.feature_icon {
  display: flex;
  place-items: flex-start;
  width: 200px;
  align-items: center;
  gap: 25px;
  padding-right: 30px;
  border-right: 1px solid #e8e8e8;
  margin-right: 30px;
}
.feature_icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.pos {
  width: 30%;
}
.no_code {
  width: 35%;
}
.google_analytics {
  width: 55%;
}
.home_feature ul li h5 {
  margin: 0;
  font-weight: 400;
  font-family: monospace;
}
.feature_list {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature_list span {
  padding: 4px 10px;
  font-weight: 600;
  font-size: 0.7rem;
  border-radius: 4px;
}
.website_bulder span {
  background-color: #83f8e2;
  color: #037560;
}
.catalogue_anagement span {
  background-color: #74edff;
  color: #00606e;
}
.order_anagement span {
  background-color: #9dff98;
  color: #087403;
}
.ondc_anagement span {
  background-color: #fffe97;
  color: #686803;
}
.ondc {
  width: 100%;
}
.home_feature ul::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: -60px;
  right: 60px;
  background:
    linear-gradient(90deg, #a6abbd 50%, transparent 50%),
    linear-gradient(90deg, #a6abbd 50%, transparent 50%),
    linear-gradient(0deg, #a6abbd 50%, transparent 50%), none;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    15px 2px,
    15px 2.5px,
    2px 15px,
    2.5px 15px;
  background-position:
    0 0,
    0 100%,
    0 100%,
    100% 0;
  animation: 4s linear infinite border-dance;
}

@keyframes border-dance {
  0% {
    background-position:
      0 0,
      0 100%,
      0 100%,
      100% 0;
  }
  100% {
    background-position:
      20% 0,
      20% 100%,
      0 64%,
      100% 32%;
  }
}
@media (max-width: 767px) {
  .home_feature {
    max-width: 92%;
  }
  .home_feature ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  .home_feature ul::before {
    left: -30px;
    right: -30px;
    width: 100px;
  }
  .home_feature ul li {
    padding: 0.9rem;
    display: block;
    margin-top: 20px;
  }
  .feature_icon {
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .feature_list {
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
  }
  .feature_list > span {
    font-size: 0.7rem;
    padding: 3px 6px;
  }
  .home_feature ul li h5 {
    font-size: 1rem;
  }
  .no_code {
    width: 15%;
  }
  .google_analytics {
    width: 25%;
  }
  .pos {
    width: 12%;
  }
  .ondc {
    width: 40%;
  }
  .home_feature ul::before {
    left: -30px;
    right: -30px;
    width: 100px;
  }
  .home_feature ul::after {
    left: -30px;
    right: -30px;
    width: 100px;
    animation: 7s linear infinite border-dance;
  }
}

.introducing-unizap-wrap {
  background-color: #1c212a;
  /* background-image: url('http://192.168.2.20/unizap/wp-content/uploads/2025/09/marketing-bak.png'); */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.scan_bg {
  /* background-color: #1C212A; */
  background-image: url("http://192.168.2.20/unizap/wp-content/uploads/2025/09/scan-n-go-bak.png") !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Logos (Trust) */
.logos {
  background: #ebf3fe;
}
.logo-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
  align-items: center;
  justify-items: center;
}
/* consistent height so row doesn't jump (responsive with clamp) */
.logo-row img {
  height: auto;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
  border-radius: 4px;
}

/* 
  .one {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgba(2,165,224,1) 100%); 
  }

  .two {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgb(39, 224, 2) 100%); 
  }

  .three {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgb(224, 209, 2) 100%); 
  }

  .four {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, orangered 100%); 
  } */
.status_info {
  display: flex;
  align-items: center;
  color: var(--textHighlights);
  font-size: 80px;
}
.status_img {
  width: 130px;
}
.status_info h3 {
  margin: 0px;
  font-size: 80px;
  font-weight: 700;
}
.status_info h3 span {
  font-weight: 700;
}
.status p {
  font-size: 20px;
  font-weight: 600;
  color: #5c5c5c;
  margin: 0px;
}
.three span {
  color: #000;
  font-size: 1.5rem;
  padding-left: 12px;
  position: relative;
  bottom: -25px;
}
.platform_body {
  display: flex;
  justify-content: center;
}
.custom-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  max-width: 350px;
}
.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}
.custom-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.custom-card p {
  font-size: 18px;
  margin-bottom: 25px;
}
.custom-card a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.custom-card a:hover {
  color: #007bff;
}
.custom-card .icon {
  width: 90px;
  margin: 0px;
}
.icon_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon_body {
  margin-bottom: 20px;
}

/* Cards / Features */
/* .one_platform{
background:radial-gradient(70% 120% at 50% -10%, #f3f6ff 0%, #ffffff 100%);
} */

/* Card */
#sol-section .sol-card {
  background: var(--sol-card);
  border: 1px solid var(--sol-border);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--sol-shadow);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
#sol-section .sol-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.1);
}

/* Image area (the white inset with mild elevation like screenshot) */
#sol-section .sol-shot {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
  margin-bottom: 1.1rem;
}
#sol-section .sol-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Texts */
#sol-section .sol-card-title {
  color: var(--sol-ink);
  font-weight: 600;
  margin: 0 0 0.4rem 0;
}
#sol-section .sol-card-text {
  color: var(--sol-muted);
  line-height: 1.85;
  margin: 0 0 0.6rem 0;
}

/* Link */
#sol-section .sol-link {
  color: var(--sol-blue);
  font-weight: 700;
  text-decoration: none;
}
#sol-section .sol-link:hover {
  text-decoration: underline;
}

/* Icon container (keeps icons consistent) */
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--bg-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

/* Metric band */
.metric-band {
  /* background:radial-gradient(70% 120% at 50% -10%, #f3f6ff 0%, #ffffff 100%); */
  padding: 38px 0;
  /*border-bottom:1px solid #eef0f4 */
}
.metric {
  font-size: 44px;
  font-weight: 800;
  color: var(--textHighlights);
}
.metric span {
  display: block;
  font-size: 0.9rem;
  color: var(--secondaryBrand);
  margin-top: 2px;
}

/* Split visuals */
.media-tile {
  border: 1px solid #eef0f4;
  background: #fff;
}

/* Lists */
.feature-list li {
  margin: 0.5rem 0;
  color: var(--muted);
}

/* === Your custom “row CSS” utilities === */
/* .row.gx-28{ --bs-gutter-x:1.75rem }
.row.gy-28{ --bs-gutter-y:1.75rem }
.row.no-gutter{ --bs-gutter-x:0; --bs-gutter-y:0 }
.row.equal > [class^="col"]{ display:flex }
.row.equal > [class^="col"] > *{ width:100% } */

/* ------------------------------------------------------------------
   One-stop Solution Section (APPENDED)
-------------------------------------------------------------------*/
.bg-soft {
  background: var(--bg-soft);
}
.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.mt-6 {
  margin-top: 4rem;
}

/* one–stop solution */
/* .one_stop_solution{ max-width: 1140px; } */
.one_stop_solution .nav {
  scrollbar-width: thin;
  padding: 33px 20px !important;
}
.one_stop_solution .nav::-webkit-scrollbar {
  height: 8px;
}
.one_stop_solution .nav::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.one_stop_solution .nav-pills .nav-link.pill {
  background: #fff;
  color: #444;
  border-radius: 12px;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(20, 28, 52, 0.08);
  box-shadow: 0 2px 10px rgba(20, 28, 52, 0.06);
  white-space: nowrap;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.one_stop_solution .nav-pills .nav-link.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(20, 28, 52, 0.1);
}
.one_stop_solution .nav-pills .nav-link.pill.active {
  color: var(--ink);
  border-color: rgba(20, 28, 52, 0.18);
  box-shadow: 0 12px 28px rgba(20, 28, 52, 0.12);
  font-weight: 600;
  position: relative;
  background-color: #00274e !important;
  color: white;
}
.one_stop_solution .nav-pills .nav-link.pill.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00274e;
  border-bottom: 0;
  /* display: none; */
}

/* Pill content */
/* .one_stop_solution .pill-card{
  background:#fff; border:1px solid rgba(20,28,52,.08); border-radius:16px;
  padding:1.25rem 1.25rem; box-shadow: 0 4px 14px rgba(20,28,52,.08);
} */
.contant_info ul li i {
  color: #e15957;
  margin-right: 10px;
}
.contant_info ul li {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0;
}

/* Why Choose reasons */

.whyBusinesses_card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whyBusinesses_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.whyBusinesses_icon {
  width: 100px;
  margin: auto;
  padding-bottom: 25px;
}

.whyBusinesses_card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.whyBusinesses_card p {
  font-size: 15px;
  color: #555;
}

.feature-slider .swiper-button-prev,
.feature-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: gainsboro;
  font-size: 2rem;
  padding: 20px;
  border-radius: 50%;
}

.feature-slider .swiper-button-next:after,
.feature-slider .swiper-button-prev:after {
  font-size: 1.4rem;
}
.feature-slider .swiper {
  padding: 25px 15px;
}

/* .reason{
  background:#fff; border:1px solid rgba(20,28,52,.08); border-radius:14px;
  padding:1rem 1.1rem; box-shadow: var(--shadow); height:100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.reason:hover{ transform: translateY(-3px); box-shadow: 0 16px 36px rgba(2,6,23,.10); border-color: rgba(15,45,87,.18) }
.reason .dot{ width:10px; height:10px; border-radius:50%; background: var(--secondaryBrand); flex: 0 0 10px } */

/* ===== Agile, Scalable & Secure section ===== */
.section-agile {
  background: #e15957;
  color: #fff;
}
.agile-card {
  background: transparent;
  border: 0;
  padding: 1rem 0;
}
.agile-rule {
  width: 72px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.4rem 0 1rem;
}

/* ===== Templates CTA (Live Data) ===== */
.templates-cta {
  background: var(--secondaryBrand);
  color: #fff;
}
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  color: var(--secondaryBrand);
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 700;
  letter-spacing: 0.3px;
  position: relative;
}
.live-badge::before,
.live-badge::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 36px;
  height: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
}
.live-badge::after {
  top: -20px;
  width: 18px;
  opacity: 0.8;
}
.live-badge .bolt {
  font-weight: 800;
}
.templates-cta .highlight {
  color: var(--primaryBrand);
}
.templates-cta .subtext {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.theme-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.theme-image {
  background: linear-gradient(135deg, #f9c5d1, #fbc2eb); /* pink gradient */
  padding: 20px;
  text-align: center;
}

.theme-image img {
  max-width: 100%;
  border-radius: 8px;
}

.theme-content {
  padding: 20px;
  text-align: left;
}

.theme-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d1b3d;
}

.theme-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Testimonials: center heading & hide native scrollbar */

/* .testimonials h3{ text-align:center }
.t-scroller{ -ms-overflow-style:none; scrollbar-width:none; cursor:grab }
.t-scroller::-webkit-scrollbar{ display:none }
.t-scroller:active{ cursor:grabbing } */

/* .testimonial-section h2 {
  font-weight: 700;
  font-size: 28px;
  color: #0d1b3d;
} */

.testimonial-section,
.partners-section {
  background: #ebf3fe;
}
.testimonial-section .swiper {
  padding: 20px;
}
.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card p {
  /* font-size: 15px; */
  color: #444;
  margin-bottom: 30px;
  font-weight: 600;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h6 {
  margin: 0;
  font-weight: 700;
  color: #111;
}

.client-info span {
  font-size: 14px;
  color: #777;
}

/* FAQ SECTION */
.faq_section,
.Startgrowing {
  background: #ebf3fe;
}

.accordion-button {
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
}

/* Replace default arrows with + and - */
.accordion-button::after {
  background-image: none !important;
  content: "+" !important;
  font-size: 22px;
  top: -6px;
  position: relative;
}

.accordion-button:not(.collapsed)::after {
  content: "–" !important;
  font-size: 22px;
  top: 8px;
  position: relative;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

/*END FAQ SECTION */

/* ------------------------------------------------------------------
   partners slider
-------------------------------------------------------------------*/

/* .partners-section h2 {
  font-weight: 700;
  font-size: 28px;
  color: #0d1b3d;
} */
.partners-section h2 span {
  color: #e63946;
}

/* Marquee wrapper */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 20px 0;
}

/* Content (2x logos for infinite effect) */
.marquee-content {
  display: inline-flex;
  gap: 50px;
  animation: scroll-left 20s linear infinite;
}

.marquee.reverse .marquee-content {
  animation: scroll-right 20s linear infinite;
}

/* Logos */
.marquee img {
  height: 50px;
  object-fit: contain;
  filter: grayscale(0);
  transition: filter 0.3s;
}
.marquee img:hover {
  filter: grayscale(0%) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}

/* Animations */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* shift only half since we duplicated */
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* ------------------------------------------------------------------
   End partners slider
-------------------------------------------------------------------*/

/* ------------------------------------------------------------------
   Start Soluction
-------------------------------------------------------------------*/

.solutions-demo {
  text-align: center;
  padding: 60px 0;
  background: #f4faff;
}

/* .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
} */

/* .section-title .highlight {
  color: #f74c63;
} */
.solutions-demo .swiper {
  padding: 20px;
}
.solution-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 15px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: left;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.video-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  /* padding: 10px 18px; */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 15px 0 8px;
  color: #111;
}

.solution-card p {
  font-size: 0.95rem;
  color: #444;
}

.play-text {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f74c63;
}

/* ------------------------------------------------------------------
   End Soluction
-------------------------------------------------------------------*/

/* ------------------------------------------------------------------
   Contact
-------------------------------------------------------------------*/

.contact-section {
  background: #e15957; /* Red background */
  padding: 60px 0;
  color: #fff;
}
.contact-box {
  background: #fff;
  color: #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.contact-box input,
.contact-box textarea {
  border-radius: 0 !important;
  border: 0 !important;
  width: 100%;
  resize: none;
  height: 42px;
  line-height: 42px;
  min-height: auto;
  padding: 0 15px !important;
  margin-top: 8px;
  background-color: #f9f9f9;
}
.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc !important;
  background-color: white !important;
}
.contact-box .form-check {
  display: flex;
  gap: 20px;
}

.contact-box textarea {
  min-height: 120px;
  resize: none;
}
.contact-box button {
  background: #007bff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.contact-box button:hover {
  background: #0056b3;
}
.contact-img img {
  max-width: 100%;
}
.form-check-label {
  font-size: 12px;
  color: #333;
}

/* ------------------------------------------------------------------
  End  Contact
-------------------------------------------------------------------*/

/* ------------------------------------------------------------------
   Pricing
-------------------------------------------------------------------*/

.inner_hero_banner {
  min-height: 50vh; /* adjust height */
  background: #f8fbff; /* light gradient bg */
  /* background-image: url("<?php echo get_template_directory_uri(); ?>/assets/images/inner-banner-bckg.webp"); optional background pattern */
  background-size: cover;
  background-position: center;
}
.inner-hero-video video {
  width: 100%;
}

.inner_hero_banner_animation {
  display: flex;
}

.inner_hero_banner_animation .dynamic-txts {
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}

.inner_hero_banner_animation .dynamic-txts li {
  list-style: none;
  color: #fc6d6d;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}

@keyframes slide {
  100% {
    top: -360px;
  }
}

.inner_hero_banner_animation .dynamic-txts li span {
  position: relative;
  margin: 5px 0;
  line-height: 90px;
}

.inner_hero_banner_animation .dynamic-txts li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 9px;
  width: 100%;
  background: #fff3f6;
  /* border-left: 2px solid #fc6d6d; */
  animation: typing 3s steps(10) infinite;
}

@keyframes typing {
  40%,
  60% {
    left: calc(100% + 30px);
  }

  100% {
    left: 0;
  }
}

.banner-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
}

.banner-subtitle {
  font-size: 3rem;
  /* font-weight: 800; */
  color: var(--primaryBrand); /* bright blue highlight */
  margin-bottom: 1rem;
}

.banner-text {
  max-width: 800px;
  margin: 0 auto;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.4;
}
.pricing-card {
  border: 1px solid #eee;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 25px;
  background: #fff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 41px 0 rgba(178, 178, 178, 0.75);
  -webkit-box-shadow: 0 0 41px 0 rgba(178, 178, 178, 0.75);
  -moz-box-shadow: 0 0 41px 0 rgba(178, 178, 178, 0.75);
  min-height: 100%;
}
.pricing-card h5 img {
  width: 123px;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.pricing-price {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
}
.pricing-price small {
  font-size: 14px;
}
.pricing-card .recommended {
  position: absolute;
  top: 82px;
  right: -186px;
  left: inherit;
  background: #ffc107;
  color: #000;
  padding: 5px 40px;
  font-size: 0.85rem;
  font-weight: 600;
  transform: rotate(45deg);
}
.plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* min-height: 100%; */
  /* height: 100%; */
}
.plan-list li {
  font-size: 1rem;
  padding: 10px 0;
  font-weight: 600;
}
.plan-list i {
  color: #0d6efd;
  margin-right: 6px;
}
/* end price  */

/* top bar */
.unizap_pricing_header {
  border-left-width: 0px;
  padding: 8em 2em;
}
.unizap_pricing_header h1 {
  text-align: center;
  margin-bottom: 15px;
}
.unizap_pricing_header span {
  color: #0057fc;
  display: inline-block;
  position: relative;
  color: #0057fc;
  text-decoration: none;
}
.unizap_pricing_header p {
  /* font-size: 2rem; */
  /* font-weight: 500; */
  color: #5b5b5b;
}
.unizap_pricing_header .hero-content {
  text-align: center;
}

/*.unizap_pricing_header span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  transform-origin: bottom left;
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  color: black;
}*/
.banner_btn {
  font-size: 17px;
  font-weight: 500;
  fill: white;
  color: white;
  background-color: #0057fc;
  border-style: none;
  border-radius: 5px;
  padding: 12px 50px 12px 50px;
  cursor: pointer;
  margin-top: 25px;
}
/*end top bar */

.main_grid {
  display: flex;
  align-items: center;
  gap: 25px;
}
.grid1 {
  width: 50%;
}
.grid2 {
  width: 50%;
}
/*.unizap_pricing{
    background: #00111E;
}
.banner_info{
	color: white;
}*/
.banner_info h2 {
  font-size: 4.5rem;
  font-weight: 600;
}

.total_save {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0057fc;
}
@media screen and (max-width: 850px) {
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .main_grid {
    display: inherit;
  }
  .grid1 {
    width: 100%;
  }
  .grid2 {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .banner_info h2 {
    font-size: 2rem;
  }
  .banner_btn {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/* End Media Queries */

/* start table */

/* hide retired drivers */
/*  table tbody tr:nth-last-child(-n+40) {
    display: none;
  }*/

/* hide the checkbox that manipulates last table rows */
#showRetired {
  display: none;
}

/* hide "hide" button */
#showRetired ~ #hideBtn {
  display: none;
}

/* show retired drivers. */
#showRetired:checked {
  /* change the buttons around */
}

#showRetired:checked + table tbody tr:nth-last-child(-n + 40) {
  display: table-row;
}

#showRetired:checked + #showBtn {
  display: none;
}

#showRetired:checked + #hideBtn {
  display: inline;
}

.features_btn_body th {
  display: block !important;
}

/* style buttons a little bit */
.price_compear label[for="showRetired"] {
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  color: #000 !important;
  position: relative;
  padding-right: 36px !important;
}

.price_compear .bh_button-primary-black {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  height: 45px;
  border-radius: 5px;
  min-width: 145px;
  background-color: #000;
  border: 1px solid #000;
  font-weight: 500;
  color: #fff;
  font-size: 0.8rem;
  padding: 7px 20px;
}

.features_btn_body {
  display: table-row !important;
}

.comper_btn {
  background-color: #0057fc !important;
  border: 1px solid #0057fc !important;
}

.price_compear {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.price_compear ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
  margin: 0;
  padding: 0;
}

.recommended {
  position: absolute;
  top: -38px;
  width: 100%;
  background: var(--primaryBrand);
  font-size: 1rem;
  left: 0;
  right: 0;
  font-weight: 400;
  color: white;
  padding: 6px;
  border-radius: 6px 6px 0 0;
}

.pay_ndh {
  width: 50px;
}

.price_compear td {
  line-height: 20px;
}

.price_compear b {
  font-size: 15px;
  font-weight: 600;
}

.price_compear small {
  font-size: 14px;
}

.price_compear li {
  list-style: none;
  flex: 1;
  margin: 0;
}

.price_compear li:last-child {
  border-right: 1px solid #ddd;
}

.mobile_header .recommended {
  display: none;
}

.mobile_header .active .recommended {
  display: block;
  text-align: center;
}

.mobile_header {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.mobile_header button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 7px;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 60px;
  color: #999;
  border-radius: 0;
  border-bottom: 0px solid #ddd;
}

.price_compear .default {
  color: inherit;
}

.price_compear .default .txt-l {
  color: #000000;
}

.price_compear .design.txt-l {
  font-size: 20px;
}

.mobile_header li.active button {
  background: #f5f5f5;
  color: #000;
}

.price_compear table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.price_compear th {
  background: #f5f5f5;
  display: none;
}

.price_compear td,
.price_compear th {
  height: 53px;
}

.price_compear td,
.price_compear th {
  border: 1px solid #ddd;
  padding: 10px;
  empty-cells: show;
}

.price_compear td,
.price_compear th {
  text-align: left;
}

.price_compear td + td,
.price_compear th + th {
  text-align: center;
  display: none;
  font-size: 1.1rem;
}

.price_compear td.default {
  display: table-cell;
}

.price_compear .bg-blue img {
  width: 100%;
  margin: auto;
  height: 25px;
  max-width: max-content;
}

.price_compear .bg-blue small {
  font-size: 12px;
  color: #595959;
}

.price_compear .bg-blue {
  position: relative;
}

.price_compear .sep {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.price_compear .txt-top del {
  font-size: 10px;
}

.price_compear .txt-top small {
  font-size: 10px;
}

.price_compear .txt-l {
  font-size: 28px;
  font-weight: bold;
  color: black;
}

.price_compear .txt-2 {
  font-size: 18px;
  margin: 10px 0;
}

.price_compear .txt-top {
  position: relative;
  top: 0px;
  left: -2px;
  /* font-size: 2.5rem; */
  margin-left: 15px;
}

.price_compear .tick {
  font-size: 14px;
  color: #2ca01c;
}

.price_compear .hide {
  border: 0;
  background: none;
}

.new-label {
  background: #ffd401;
  color: #000000;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 5px;
}

@media (min-width: 640px) {
  .price_compear ul {
    display: none;
  }

  .price_compear td,
  .price_compear th {
    display: table-cell !important;
  }

  .price_compear td,
  .price_compear th {
    width: 330px;
  }

  .price_compear td + td,
  .price_compear th + th {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .price_compear .bg-blue img {
    width: 100%;
    margin: auto;
    height: auto;
  }
  .price_compear table thead {
    display: none;
  }

  .price_compear label[for="showRetired"] {
    font-size: 14px;
    padding-right: 0px !important;
  }

  .bh_button-chevron-black::after {
    content: none;
  }

  .price_compear .bg-blue {
    position: inherit;
  }

  .price_compear .bh_button-primary-black {
    height: 40px;
    min-width: 120px;
    padding: 0 12px;
    font-size: 0.75rem;
    font-weight: 600 !important;
  }
}

/* end table */

/* ------------------------------------------------------------------
   End Pricing
-------------------------------------------------------------------*/

/* ====== About page wrappers (pattern helpers) ====== */
.content-wrapper {
  display: block;
  width: 100%;
}
.content {
  width: 100%;
}

/* Brand story */
.about-story .content .lead {
  max-width: 72ch;
}

/* Mission media image keeps ratio nicely */
.about-mission .media-tile img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Values spacing when used inside wrapper */
.about-values .values__item .reason {
  height: 100%;
}

/* Leadership cards: keep avatar consistent even if images differ */
.about-leadership .card.feature img.rounded-circle {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--brand);
}

/* CTA alignment on small screens */
@media (max-width: 576px) {
  .about-cta .content {
    text-align: center;
  }
}

/* ======end About page wrappers (pattern helpers) ====== */

/* ====== Life @ Unizap ====== */
.inner_banner {
  position: relative;
  /* background: url('<?php echo get_template_directory_uri(); ?>/assets/images/lan-hero.jpg') no-repeat center center/cover; */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.inner_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
}

.inner_banner .team-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

/* .inner_banner .team-content h1 {
      font-size: 2.5rem;
      font-weight: 700;
    } */

@media (max-width: 768px) {
  .inner_banner {
    height: 70vh;
  }
  .inner_banner .team-content h1 {
    font-size: 1.8rem;
  }
}

.buzzing-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
}

.buzzing-img {
  /* background: url('your-image.jpg') center center / cover no-repeat; */
  min-height: 70vh;
  border-top-right-radius: 20% 225px;
  border-bottom-right-radius: 20% 225px;
}

.buzzing-text {
  padding: 50px;
}

/* .buzzing-text h2 {
      font-weight: 700;
      font-size: 2rem;
    } */

.buzzing-text p {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 991px) {
  .hero_content {
    padding-right: 0px;
  }
  .quote-box {
    padding: 20px !important;
  }
  .hero_content h1 {
    line-height: normal !important;
  }
  .compant_info {
    padding: 15px 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item {
    padding: 0px;
  }
  .quote-icon {
    font-size: 10rem !important;
    height: 7.3rem !important;
  }
  .buzzing-section {
    flex-direction: column;
  }
  .buzzing-img {
    width: 100%;
    min-height: 300px;
    border-radius: 0;
    margin-top: 20px;
  }
  .buzzing-text {
    padding: 25px 0;
  }
}
/* .work-section {
      text-align: center;
      padding: 40px 20px;
    } */

/* .work-section h2 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px;
    } */

.work-section .swiper {
  padding-bottom: 40px;
}

.work-section .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Adjust navigation buttons */
.work-section .swiper-button-next,
.work-section .swiper-button-prev {
  color: #000;
}
.quote-box {
  padding: 60px;
  border: 2px solid #966444;
}
.quote-icon {
  font-size: 20rem;
  height: 12.3rem;
  display: flex;
  align-items: center;
}
.quote-text {
  font-size: 1.2rem;
  font-weight: 500;
}
.award-badge img {
  width: 150px;
}
.award-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quote-box .author {
  font-weight: 600;
  font-size: 1.2rem;
}
.quote-box .designation {
  position: relative;
  padding-left: 50px;
}
.quote-box .designation::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #8c8a8a;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* vertically center */
}
/* ======end Life @ Unizap ====== */

/* ======Careers ====== */
.What_makes_text p {
  font-size: 1.3rem;
}

.Whyworksection {
  background-color: #f8f9fc;
}
.why_work_card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.why_work_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.why_work_card .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f2f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_work_card .icon img {
  width: 32px;
  height: 32px;
}

.why_work_card .content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.why_work_card .content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.empower_section {
  position: relative;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}

/* Dark overlay */
.empower_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 46, 90, 0.75); /* dark blue overlay */
  z-index: 1;
}

.empower_section_content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.empower_section_content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.empower_section_content p {
  font-size: 16px;
  line-height: 1.8;
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .empower_section_content h2 {
    font-size: 26px;
  }
  .empower_section_content p {
    font-size: 15px;
  }
}

.join-team {
  text-align: center;
}

/* .join-team h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px;
    } */

.join-team p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

/* .join-buttons {
      margin-bottom: 40px;
    }

    .join-buttons a {
      display: inline-block;
      padding: 12px 24px;
      margin: 0 10px;
      background: #0066ff;
      color: #fff;
      font-weight: 500;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .join-buttons a:hover {
      background: #0050cc;
    } */

.join-team img {
  width: 35%;
  margin: auto;
}
/* ======end Careers ====== */

/* ======Template ====== */
.templates-page {
  background: #f8f9fc;
}

/* Hero Section - Mobile Optimized */
.templates-hero {
  padding: 40px 0;
  /* background: linear-gradient(135deg, var(--templates-gradient-start) 0%, var(--templates-gradient-end) 100%); */
  position: relative;
  overflow: hidden;
}
.templates-hero h1 {
  font-size: 2.5rem;
}
/* Category Dropdown */
/* .category-dropdown {
      margin: 0 auto 30px;
      max-width: 1000px;
    } */

.category-dropdown ul {
  list-style: none;
  margin: 35px 0px 55px !important;
  padding: 0;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 12px;
  justify-content: center;
}

.category-dropdown li {
  display: flex;
  padding: 8px 15px 8px 8px;
  font-family: sans-serif;
  align-items: center;
  color: #232222;
  margin: 0;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 30px;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
}

.category-dropdown li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #ffff;
  border-radius: 50%;
}

/* .category-dropdown li:hover {
      background: #f1f5ff;
    } */

.category-dropdown li.active {
  background: #eaf1ff;
  color: #007bff;
  font-weight: 600;
}
.category-dropdown li span {
  width: 60%;
}
/* Mobile toggle */
.mobile-toggle {
  display: none;
  background: #fff;
  color: #232222;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
  margin-bottom: 37px;
  font-weight: 500;
  width: 275px;
  text-align: center;
  user-select: none;
  box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 13px 18px 0 rgba(0, 0, 0, 0.05);
}
.category-dropdown {
  position: relative;
}

@media (max-width: 768px) {
  .category-dropdown ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 23px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 10px 10px 16px 0 rgba(236, 236, 236, 0.75);
    -webkit-box-shadow: 10px 10px 16px 0 rgba(236, 236, 236, 0.75);
    -moz-box-shadow: 10px 10px 16px 0 rgba(236, 236, 236, 0.75);
    transition: all 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    padding: 15px !important;
    margin-top: 5px;
    z-index: 9999;
  }

  .category-dropdown ul {
    display: none;
    flex-direction: column;
    gap: 8px;
  }
  .category-dropdown li span {
    width: 100%;
    font-size: 0.9rem;
  }
  .category-dropdown ul.show {
    display: flex;
  }
  .category-dropdown li img {
    width: 45px;
    height: 45px;
  }

  .mobile-toggle {
    display: block;
  }

  .category-dropdown li {
    border-radius: 8px;
    justify-content: flex-start;
  }
}

/* Templates Grid */
.templates_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.templates_card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  /* text-align: center; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  position: relative;
}

.templates_card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

/* .templates_card .theme-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
    } */

.templates_card .theme-desc {
  font-size: 17px;
  color: #666;
  margin-bottom: 17px;
}
.type_theme {
  position: absolute;
  top: 10px;
  left: 0px;
}
.free {
  background: var(--primaryBrand);
}
.pro {
  background: var(--textHighlights);
}
.templates_card .tag {
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.templates_card .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.templates_card .tag::after {
  background: #fff;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #eee;
  border-top: 14px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.templates_card .tag.free::after {
  border-left: 10px solid var(--primaryBrand);
}

.templates_card .tag.pro::after {
  border-left: 10px solid var(--textHighlights);
}

/* .templates_card .tag:hover {
    background-color: crimson;
    color: white;
  } */

/* .templates_card .tag:hover::after {
    border-left-color: crimson; 
  } */

/* .templates_card .preview-link {
      display: inline-block;
      padding: 8px 14px;
      background: #007bff;
      color: #fff;
      border-radius: 6px;
      text-decoration: none;
      font-size: 13px;
    } */
.templates_card .preview-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  margin-top: auto;
}
.templates_card:hover {
  transform: translateY(-5px);
}

/* Responsive Grid */
@media (max-width: 1400px) {
  .category-dropdown ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .templates_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .templates_container {
    grid-template-columns: 1fr;
  }
}
/* ======end Template ====== */

/* start Designed by Experts */

.experts-section {
  /* padding: 60px 20px; */
  text-align: center;
}

.experts-section .progress-bar {
  background: #f0f0f0;
  height: 20px;
  border-radius: 20px;
  width: 47%;
  margin: 0 auto -23px;
  overflow: hidden;
}

.experts-section .progress-fill {
  background: linear-gradient(90deg, #00c6ff, var(--primaryBrand));
  width: 0%;
  height: 100%;
  transition: width 0.5s ease;
}

.experts-section .tabs {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
}

.experts-section .tabs span {
  font-size: 1.4rem;
  /* color: #666; */
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s;
  padding-top: 35px;
}

.experts-section .tabs .tabActive {
  color: var(--primaryBrand);
  /* font-weight: bold; */
}

/* Tab content */
.experts-section .tab-content {
  display: none;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
  animation: fadeIn 0.5s;
}

.experts-section .tab-content.tabActive {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .experts-section .tab-content h3 {
      font-size: 1.8rem;
      margin: 10px 0;
    } */

/* .experts-section .tab-content h3 span {
      color: #e94b5a;
    } */

.meta {
  margin: 30px 0;
}

.meta strong {
  display: block;
  margin-bottom: 8px;
}

/* .meta .highlight {
      color: #0033cc;
      font-weight: bold;
    } */

@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
    gap: 15px;
  }
  .meta {
    flex-direction: column;
  }
}

.included-section {
  margin: 40px 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

.included-section h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.included-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.included-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 1rem;
  color: #333;
}

.included-list li::before {
  content: "▪";
  position: absolute;
  left: 3px;
  top: -4px;
  color: #817e7e;
  font-size: 2.2rem;
  line-height: 1;
}
.powered-card {
  background: #f7f7f7; /* light gray bg */
  border-radius: 12px;
  padding: 40px;
  margin: 30px auto;
  max-width: 900px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.powered-content img.powered-logo {
  height: 40px;
  margin-bottom: 15px;
}

.powered-content h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #333;
}

.powered-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}

.learn-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #d22; /* red border */
  border-radius: 6px;
  color: #d22;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.learn-btn:hover {
  background: #d22;
  color: #fff;
}

.usingUnizap {
  background: #000; /* black background */
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.usingUnizap h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
}

.usingUnizap h1 .highlight {
  color: #2563eb; /* blue highlight */
  font-style: italic;
}

.usingUnizap p {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #ccc;
}

.usingUnizap .steps {
  color: #2563eb;
  font-weight: 500;
}

.usingUnizapimages {
  position: relative;
  margin-top: 60px;
}

.usingUnizapimages .main-img {
  width: 65%;
  max-width: 900px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.usingUnizapimages .side-img {
  position: absolute;
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
  z-index: 1;
}

.usingUnizapimages .side-img.left {
  left: 10%;
}

.usingUnizapimages .side-img.right {
  right: 10%;
}

.UnizapCard {
  background: transparent;
  text-align: left;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.UnizapCard img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
}

.UnizapCard h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.UnizapCard p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
}

.UnizapCard:hover {
  transform: translateY(-8px);
}

.fashion-brands-swiper img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.brand-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px; /* spacing between banners */
  align-items: center;
}

.brand-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.brand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-section {
  text-align: center;
  padding: 80px 20px;
}

.cta-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--secondaryBtn);
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Card */
.ExploreSolutionsCard {
  background: var(--sol-card);
  border: 1px solid var(--sol-border);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--sol-shadow);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.ExploreSolutionsCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.1);
}

/* Image area (the white inset with mild elevation like screenshot) */
.ExploreSolutionsCard {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
  margin-bottom: 1.1rem;
}
.ExploreSolutionsCard img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* End Designed by Experts */

/*start case_study */

.case_study_body {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.case_study_body:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* .case_study_body img {
  width: 100%;
  height: 220px;
  object-fit: cover;
} */

.case_study_body .card-content {
  padding: 15px;
  text-align: left;
}

.case_study_body .card-content h3 {
  font-size: 1.1rem;
  margin: 8px 0;
  color: #333;
}

.case_study_body .card-content p {
  font-size: 0.9rem;
  color: #777;
}

/*End case_study */

/*Blog Listing */
.underline_heading {
  margin-bottom: 25px;
}

.underline_heading .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280; /* grey */
  display: flex;
  align-items: center;
  gap: 10px;
}

.underline_heading .subtitle::after {
  content: "";
  /* flex: 1; */
  height: 1px;
  background: #000;
  display: inline-block;
  width: 55px;
}
.blog_cata {
  display: block;
  width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.14);
}

.underline_heading h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 8px 0 0;
}
/*End Blog Listing */

/*Start Compare */
.compare-card img {
  width: 50%;
  margin: auto;
}
/*End Compare */

/*Start blog details */

.blog_page .top-blogbannersec .contact-header h1 {
  font-size: 2.5rem;
}
.blog_page {
  padding: 60px 0;
}
.toc-container ul li {
  list-style-type: none;
  margin: 15px 0;
}
.toc-container ul li a {
  color: #3f3f3f;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 6px;
  margin-left: -6px;
}
.toc-container .toc-link.title_active {
  /* font-weight: bold; */
  color: var(--primaryBrand);
  border-left: 3px solid var(--primaryBrand);
  padding-left: 6px;
}
.blog_sidebar {
  padding: 20px;
  margin: 0 0 60px 20px;
  background-color: #f7f7f7;
}
.blog_sidebar.sticky-sideber-wrap {
  position: sticky;
  top: 135px;
}
.entry-content h2 {
  scroll-margin-top: 200px;
}
.sharesec-wrap a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(135 135 135 / 40%);
  border-radius: 50%;
  color: var(--primaryBrand);
  font-size: 1.2rem;
}
/*End blog details */

/*Start blog Cata UI */
.blog_cate {
  background: #f8f9fc;
}
.blog_cate .category-dropdown li img {
  width: 45px;
  height: 45px;
}
.blog_cate .category-dropdown li {
  padding: 3px 10px 3px 3px;
  font-size: 0.91rem;
  font-weight: 600;
}
.blog_cate .category-dropdown li a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.blog_cate .category-dropdown ul {
  margin: 20px 0px 25px !important;
  justify-content: start;
}
.blog_cate .category-dropdown li span {
  width: 100%;
}
/*End blog Cata UI */

.brandSwiper .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 48px;
  min-width: 48px;
}

@media (min-width: 768px) {
  .brandSwiper .swiper-slide-inner {
    padding: 10px;
  }
}

.brandSwiper .swiper-slide-image {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

@media (min-width: 576px) {
  .brandSwiper .swiper-slide-image {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 768px) {
  .brandSwiper .swiper-slide-image {
    width: 80px;
    height: 80px;
  }
}

@media (hover: hover) {
  .brandSwiper .swiper-slide-image:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}

.brandSwiper .swiper-slide-image:active {
  opacity: 1;
}

/* Active slide enhancement */
.brandSwiper .swiper-slide-active .swiper-slide-image {
  opacity: 1;
}

/* Duplicate slides for infinite loop */
.brandSwiper .swiper-slide-duplicate {
  pointer-events: auto;
}

.solution_card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .solution_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--fashion-primary);
  }
  .solution_card:hover .solution_card_img img {
    transform: scale(1.05);
  }
}
.solution_card_img {
  width: 100%;
  height: 250px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
.solution_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.solution_card_info {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* Mobile optimization for solutions */
@media (max-width: 991px) {
  .solution_card {
    margin-bottom: 30px;
  }
}
/* Remove duplicate mobile styles - already covered by mobile-first approach */
@media (max-width: 768px) {
  .solution_card {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}
/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  .solution_card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
}
.powerhouse-section {
  background: #fff3f6;
}

.stretcher-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stretcher-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.stretcher-list li::before {
  content: "✔"; /* Check icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745; /* Green check */
  font-weight: bold;
}

.OMS_section {
  background-color: #003366;
}
.unizap_with_without .toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  justify-content: center;
  margin-bottom: 20px;
}

.unizap_with_without .toggle-label {
  color: #fff;
  font-size: 16px;
}

/* Switch style */
.unizap_with_without .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.unizap_with_without .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.unizap_with_without .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 34px;
  transition: 0.4s;
}

.unizap_with_without .slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: #e74c3c; /* knob */
  border-radius: 50%;
  transition: 0.4s;
}

/* ✅ Fixed checked state */
.unizap_with_without input:checked + .slider {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.unizap_with_without input:checked + .slider:before {
  transform: translateX(22px);
  background-color: #fff;
}

/* Images */
.unizap_with_without .image-wrapper {
  text-align: center;
}

.unizap_with_without .image-wrapper img {
  display: none;
  width: 100%;
}

.unizap_with_without .image-wrapper img.show {
  display: block;
}

/* Section */
.toolkit-section {
  background: #fff0f3; /* light pink like your screenshot */
  padding: 60px 20px;
  font-family: "Arial", sans-serif;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #111;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .highlight {
  color: #e74c3c;
  font-weight: 700;
}

/* Pill Titles */
.Streamline {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.Streamline.blue {
  background: #3c5a99;
} /* navy blue */
.Streamline.dark-blue {
  background: #1d2b64;
} /* darker blue */
.Streamline.black {
  background: #111;
} /* black */
.streamline_list {
  text-align: left;
}
/* ===== Footer (rich) ===== */

.footer.footer-rich {
  background: #2b2935;
  color: #e5e7eb;
}
.footer-rich .footer-heading {
  color: #cbd5e1;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer-rich .footer-links li {
  margin: 0.8rem 0;
  font-size: 0.9rem;
}
.footer-rich .footer-links a {
  color: #ffff;
  text-decoration: none;
}
.footer-rich .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-logo img {
  height: 50px;
}

/* Review badge */
.footer .review-card {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: none !important;
}
.footer .review-card img {
  display: block;
  width: 220px;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Social icons */
.footer .social {
  gap: 0.5rem;
  flex-wrap: wrap;
}
.footer .social-btn {
  margin-right: 10px;
  color: #e5e7eb;
  /* height:36px; 
  border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background:#151926; border:1px solid #2b3042; color:#e5e7eb;
  transition:transform .18s ease, border-color .18s ease, color .18s ease; */
}
.footer .social-btn i {
  font-size: 1.4rem;
}
.footer .social-btn:hover {
  color: #fff;
  border-color: #3a4158;
  transform: translateY(-1px);
}
.app_logo {
  width: 175px;
}
/* Store badges */
.store-badge {
  gap: 0.6rem;
  text-decoration: none;
}
.rewiew_logo {
  width: 150px;
}
/* .store-badge .sb-icon{ display:inline-flex; align-items:center; justify-content:center }
.store-badge .sb-text{ display:flex; flex-direction:column; line-height:1.05 }
.store-badge .sb-text small{ font-size:.72rem; opacity:.85 }
.store-badge .sb-text strong{ font-size:.98rem; font-weight:700 } */
/* .store-badge:hover{ border-color:#3a4158 } */

/* =================== Responsive =================== */
/* logos grid steps + small tweaks consolidated */
@media (max-width: 992px) {
  .logo-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .join-team img {
    width: 100% !important;
    margin: auto;
  }
  .logo-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .item-left {
    flex: 25% !important;
  }
  .header .item-right a {
    border: 0px;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}

/* small devices */
@media (max-width: 576px) {
  .container-fluid {
    width: 100% !important;
  }
}
