  :root {
    --font: "Albert Sans", sans-serif;

    --liner: linear-gradient(180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0));
    --pri: #104480;
    --sec: #121535;
    --text-color: #1f1f1f;
    --text-light: #8c8c8c;
    --para-color: #707070;
    --border-color: #e3e3e3;
    --white: #fff;
    --off-white: #154c9814;
    --black: #374151;
    --bg: #154c9814;
    --surface: #13131c;
    --red: #e53935;
    --text: #f0f0f0;
    --muted: #666;
    --radius: 6px;
    --border: 1px solid rgba(0, 0, 0, 0.1);
  }

  body {
    background: var(--white);
    font-family: var(--font);
    color: var(--para-color);
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
  }

  .bg {
    background-color: var(--bg);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font);
  }

  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  p {
    color: var(--para-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--font2);
    line-height: 1.6;
  }

  a {
    display: block;
    text-decoration: none;
  }

  p a {
    display: inline;
  }

  .head-sec {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 35px;
  }

  .head-sec.text-start {
    max-width: 100%;
  }

  .head-sec .tt {
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 700;
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 8px;
    position: relative;
    /* text-transform: capitalize; */
  }

  .head-sec .tt span {
    color: var(--pri);
  }

  .head-sec p {
    font-size: 16px;
    color: var(--para-color);
    font-weight: 400;
    margin-bottom: 0;
  }

  .head-sec.text-white .sub-tt::before {
    border-bottom: 1px solid var(--white);
  }

  .head-sec.text-white .tt,
  .head-sec.text-white p {
    color: white;
  }

  .head-sec.text-white p {
    opacity: 0.8;
  }

  .w-btn {
    padding: 10px 15px;
    border-radius: 4px;
    color: white;
    border: 1px solid #00c966;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #00c966;
    outline: none;
    transition: 0.2s ease-in-out;
    line-height: 1;
  }

  .w-btn:hover {
    border-color: #00c966;
    background-color: #00b95d;
  }

  .main-btn {
    padding: 11px 20px;
    color: var(--white);
    border: 1px solid var(--pri);
    background-color: var(--pri);
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    white-space: nowrap;
    outline: none;
    transition: 0.2s ease-in-out;
    justify-content: center;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
  }

  .main-btn svg {
    height: 19px;
    width: 19px;
  }

  .main-btn.sm {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400;
  }

  .main-btn:hover {
    background: transparent;
    color: var(--pri);
    border-color: var(--pri);
  }

  .main-btn2 {
    color: var(--white);
    background-color: var(--sec);
    border-color: var(--sec);
  }

  .main-btn2:hover {
    background-color: transparent;
    border-color: var(--sec);
    color: var(--sec);
  }

  .main-btn.light {
    background-color: var(--off-white);
    border-color: var(--off-white);
    color: var(--text-color);
    font-weight: 600;
  }

  .main-btn.light:hover {
    background-color: var(--pri);
    border-color: var(--pri);
    color: var(--white);
  }

  .productBrochureandvideo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px dashed #b5b5b5;
    padding: 7px 15px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font);
    background-color: transparent;
    border-radius: 4px;
  }

  .form-label {
    font-size: 15px;
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 500;
    margin-bottom: 4px;
  }

  .SumoSelect>.CaptionCont>span.placeholder {
    background-color: transparent;
    color: var(--text-color);
    opacity: 0.8;
    font-style: normal;
  }

  .SumoSelect {
    display: block;
    width: 100%;
  }

  .SumoSelect.open .search-txt {
    font-weight: 500;
    border-radius: 4px;
    font-size: 15px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font);
    border-color: var(--border-color);
    height: 43px;
  }

  .SumoSelect.open>.CaptionCont,
  .SumoSelect:focus>.CaptionCont,
  .SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: var(--text-light);
  }

  .SumoSelect.open>.optWrapper {
    top: 43px;
  }

  .form-group {
    position: relative;
    margin-bottom: 10px;
  }

  .form-control,
  .form-select,
  .SumoSelect>.CaptionCont {
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font2);
    border-color: #e3e3e3;
    height: 45px;
    align-content: center;
  }

  textarea.form-control {
    min-height: 100px;
    resize: none;
    align-content: start;
  }

  .form-control:focus,
  .form-select:focus {
    border-color: var(--text-light);
    box-shadow: none;
  }

  .logo {
    max-width: 150px;
    width: auto;
    height: auto;
  }

  .social {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 15px;
    background-color: #dcdcdc;
    padding: 10px 20px;
  }

  .social li a {
    color: #4f545a;
  }

  .social li a:hover {
    color: var(--pri);
  }

  .social svg {
    width: 16px;
    height: 16px;
    line-height: 1;
    color: currentColor;
  }

  .menubar {}

  .menubar .dropdown-menu {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .menubar .dropdown button[data-bs-toggle="dropdown"] {
    background-color: transparent;
    border: 0;
    padding: 23px 0;
  }

  .menubar .dropdown button[data-bs-toggle="dropdown"] svg {
    width: 22px;
    height: 22px;
    color: var(--text-color);
    display: none;
  }

  .menubar .dropdown button[data-bs-toggle="dropdown"]:not(.show) svg.close {
    display: block;
  }

  .menubar .dropdown button[data-bs-toggle="dropdown"].show svg.open {
    display: block;
  }

  .search-bx {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    padding-left: 0;
    background-color: var(--off-white);
  }

  .search-bx input {
    width: 100%;
    max-width: 100%;
    outline: none;
    border: none;
    color: var(--text-color);
    font-weight: 500;
    height: 20px;
    font-size: 14px;
    min-width: 220px;
    background-color: var(--off-white);
    height: 42px;
    padding-left: 15px;
  }

  .search-bx button {
    outline: none;
    border: none;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-right: 10px;
    color: var(--text-color);
    background: transparent;
  }

  header {
    position: relative;
    background-color: var(--white);
    border-bottom: 1px solid #10448040;
  }

  header.is-scrolled {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;

    animation: fadeInDown 0.6s both;
  }

  header.is-scrolled .dropdown-toggler {
    border-bottom-left-radius: 6px;
  }

  @keyframes fadeInDown {
    from {
      transform: translate3d(0, -100%, 0);
    }

    to {
      transform: none;
    }
  }

  header .buy-now-btn span,
  header .add2card-btn span {
    transition: all 0.3s ease-in-out;
  }

  header.is-scrolled .buy-now-btn span {
    display: none;
  }

  header.is-scrolled .add2card-btn span {
    display: none;
  }

  .navigation .nav-header {
    display: none;
    padding: 12px 20px;
  }

  .navigation .navbar button {
    width: 40px;
    height: 40px;
    background: var(--pri);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .navigation .navbar button span:nth-child(1) {
    top: 8px;
  }

  .navigation .navbar button span:nth-child(2),
  .navigation .navbar button span:nth-child(3) {
    top: 18px;
  }

  .navigation .navbar button span:nth-child(4) {
    top: 28px;
  }

  .navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  .navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .navigation .menu {
    display: block;
  }

  .navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }

  .navigation .menu ul li {
    display: inline-block;
    position: relative;
  }

  .navigation .menu ul li a {
    padding: 14px 11px;
    display: block;
    color: var(--black);
    transition: all 0.2s ease;
    font-size: 15px;
    font-family: var(--font2);
    background: transparent;
    font-weight: 600;
    /* text-transform: uppercase; */
  }

  .navigation .menu>ul>li>a {
    position: relative;
    background: var(--pri);
    border-radius: 8px;
    color: var(--white);
    padding: 7px 7px;
  }

  /* .navigation .menu>ul>li>a::before {} */

  .navigation .menu ul li ul.ls-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
  }

  .navigation .menu ul li ul.ls-dropdown li:last-child {
    border: 0;
  }

  .navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
    left: 100%;
    margin-top: -36px;
  }

  .navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
    left: -100%;
    margin-top: -31px;
  }

  .navigation .menu ul li ul.ls-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
  }

  .navigation .menu ul li:hover ul.ls-dropdown {
    display: block;
  }

  .navigation .menu ul li:hover ul.ls-dropdown li ul.ls-dropdown {
    display: none;
    transition: all 0.3s ease;
    width: max-content;
  }

  .navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown {
    display: block;
  }

  .navigation .menu ul li ul.ls-dropdown li {
    display: block;
    padding: 0;
    width: 100%;
  }

  .navigation .menu ul li ul.ls-dropdown li:last-child a:after {
    display: none;
  }

  .navigation .menu ul li ul.ls-dropdown li a:hover {
    color: white !important;
    background-color: var(--pri);
  }

  .navigation .menu ul li ul.ls-dropdown li:hover a {
    color: white;
    background-color: var(--pri);
  }

  .navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a {
    background: #fff;
    color: #333;
  }

  .navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a:hover {
    color: #fff;
    background: var(--pri);
  }

  .navigation .menu ul li ul.ls-dropdown li a {
    color: var(--black);
    font-size: 15px;
    padding: 7px 13px;
    position: relative;
    display: block;
    text-transform: capitalize;
    transition: all 0.2s;

    font-weight: 400;
  }

  .navigation ul li.ls-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 6px;
    color: var(--white);
  }

  .navigation ul li.ls-submenu a button svg {
    width: 14px;
    height: 14px;
  }

  .navigation ul li.ls-submenu:hover svg {
    transform: rotateZ(180deg);
  }

  .navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
    color: #242424;
  }

  .navigation ul li.ls-submenu ul.ls-dropdown li a button {
    float: right;
    color: #333;
  }

  .navigation ul li.ls-submenu ul.ls-dropdown li a button svg {
    transform: rotateZ(-90deg);
  }

  .navigation ul li.ls-submenu ul.ls-dropdown li.ls-submenu:hover svg {
    color: #fff;
  }

  .navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0;
  }

  .navigation .menu ul>li:hover>ul.ls-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .navigation .menu ul>li>ul.ls-dropdown>li>ul.ls-dropdown {
    left: 100%;
    margin-top: -36px;
  }

  .navigation .menu ul>li>ul.ls-dropdown>li>ul.ls-dropdown>li>ul.ls-dropdown {
    left: -100%;
    margin-top: -31px;
  }

  .navigation .menu ul>li>ul.ls-dropdown>li:hover>ul.ls-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .navigation .menu ul>li ul.ls-dropdown {
    position: absolute;
    min-width: 190px;
    width: max-content;
    max-width: 390px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .navigation .menu ul>li ul.ls-dropdown li {
    display: block;
    padding: 0;
    width: 100%;
  }

  /* ################### main ###################### */

  #carouselExampleCaptions,
  #carouselExampleCaptions img {
    aspect-ratio: 1920 / 700;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 12px;
  }

  #carouselExampleCaptions img {
    overflow: hidden;
    border: var(--border);
  }

  .banner {
    overflow: hidden;
  }

  #carouselExampleCaptions {
    margin-top: 11px;

    box-sizing: border-box;
  }

  .carousel-control-next,
  .carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 52%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 100%;
    z-index: 9;
    opacity: 1;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 16px;
    width: 16px;
  }

  .carousel-control-next:hover,
  .carousel-control-prev:hover {
    background-color: var(--pri);
    opacity: 1;
  }

  .carousel-control-prev {
    left: 30px;
  }

  .carousel-control-next {
    right: 30px;
  }

  @media (max-width: 980px) {

    .carousel-control-next,
    .carousel-control-prev {
      width: 20px;
      height: 35px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
      height: 15px;
      width: 15px;
    }

    .carousel-control-prev {
      left: 0px;
      border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
      right: 0px;
      border-radius: 3px 0px 0px 3px;
    }
  }

  .swiper_wrap {
    position: relative;
  }

  .cate-next,
  .cate-prev {
    width: 45px;
    height: 45px;
    background-color: #fdfff8;
    border: 1px solid var(--border-color);
    border-radius: 100%;
    color: var(--para-color);
    align-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  .cate-prev {
    right: 50px;
  }

  .cate-next svg,
  .cate-prev svg {
    width: 25px;
    height: 25px;
  }

  .cate-next:hover,
  .cate-prev:hover {
    background-color: var(--pri);
    color: var(--white);
  }

  .lead-sure-section {
    padding: 45px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .bg-sec {
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.95) 100%) !important;
    background-color: var(--pri) !important;
  }

  .bg-pri {
    background-color: var(--sec) !important;
    align-content: center;
    color: var(--off-white);
  }

  .bg-liner {
    background: var(--liner);
    background-color: var(--sec);
  }

  .bg-pri .content-sec h1,
  .bg-pri .content-sec h2,
  .bg-pri .content-sec h3,
  .bg-pri .content-sec h4,
  .bg-pri .content-sec h5,
  .bg-pri .content-sec h6 {
    color: var(--white);
  }

  .bg-pri .content-sec p,
  .bg-pri .content-sec ul li {
    color: var(--off-white);
  }

  .bg-light {
    background-color: var(--off-white) !important;
  }

  .bg-gradiant {
    background-image: url(../images/bg/gradient-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .text-pri {
    color: var(--pri) !important;
  }

  .counter-bx {
    text-align: center;
  }

  .counter-bx .tt {
    color: var(--text-color);
    font-weight: 800;
    margin-bottom: 10px;
  }

  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
    font-family: var(--font);
    line-height: 40px;
  }

  .read-mr {
    font-size: 15px;
    color: var(--sec);
    font-weight: 500;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    background-color: transparent;

    text-transform: capitalize;
    border-radius: 4px;
  }

  .read-mr svg {
    height: 20px;
    width: 20px;
  }

  .read-mr.text-decoration:hover {
    text-decoration: underline;
  }

  .read-mr:hover {
    color: var(--pri);
  }

  .swiper-pagination {
    position: static;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--pri);
  }

  .testiSlider .swiper-slide {
    height: auto;
    margin-bottom: 10px;
  }

  /* 
.testiSlider .swiper-wrapper {
  transition-timing-function: linear;
} */

  .texti-bx {
    padding: 25px;
    border: solid 1px #dddddd;
    border-radius: 20px;
    position: relative;
    height: 100%;
  }

  .texti-bx .bx {
    display: flex;

    margin-bottom: 25px;
    gap: 15px;
  }

  .texti-bx .img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 15px;
    background-color: white;
    border: solid 1px #dddddd;
    align-content: center;
    text-align: center;
    font-family: var(--font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--pri);
    font-size: 30px;
  }

  .texti-bx .name {
    color: var(--text-color);
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 100px;
  }

  .texti-bx .name span {
    color: var(--para-color);
    font-size: 0.95em;
    font-weight: 400;
  }

  .texti-bx p {
    color: var(--text-color);
    margin-bottom: 0;
  }

  .texti-bx .star-rating {
    display: flex;
    gap: 3px;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .texti-bx .star-rating svg {
    width: 16px;
    height: 16px;
  }

  .star-rating-wrap {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .rating {
    display: flex;
    gap: 0;
    user-select: none;
  }

  .rating .star {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }

  .rating .star i {
    position: absolute;
    inset: 0;
    font-style: normal;
  }

  .rating .star i::before {
    content: "â˜…";
    position: absolute;
    inset: 0;
    color: #d9d9d9;
    font-size: 30px;
    line-height: 30px;
  }

  .rating .star i::after {
    content: "â˜…";
    position: absolute;
    inset: 0;
    color: #ffc107;
    font-size: 30px;
    line-height: 30px;
    width: 0%;
    overflow: hidden;
  }

  .ceo-bx .img-bx {
    text-align: center;
  }

  .ceo-bx .img-bx img {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .ceo-bx .img-bx .tt {
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
  }

  /* 
.position-relative .swiper-pagination {
  position: absolute;
  bottom: -25px;
} */

  .timeline-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }

  .timeline-container::before {
    content: "";
    position: absolute;
    width: 2px;
    top: 25px;
    left: calc(50% - 0px);
    bottom: 0;
    background-color: var(--pri);
  }

  .timeline-row {
    display: flex;
  }

  .timeline-row:nth-child(even) .timeline-img-bx {
    order: 1;
  }

  .timeline-row:nth-child(even) .timeline-tx-bx {
    order: 0;
  }

  .timeline-row .timeline-img-bx,
  .timeline-row .timeline-tx-bx {
    width: 50%;
    padding: 40px 50px;
  }

  .timeline-row .timeline-tx-bx {
    position: relative;
    align-content: center;
  }

  .timeline-row .timeline-tx-bx .tt {
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--font);
    margin-bottom: 10px;
  }

  .timeline-row .timeline-tx-bx p {
    margin-bottom: 0;
    text-align: justify;
  }

  .timeline-row .timeline-tx-bx .years {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: var(--pri);
    color: white;
    font-family: var(--font);
    font-weight: 600;
    font-size: 18px;
  }

  .timeline-row:nth-child(even) .timeline-tx-bx .years {
    right: 30px;
    left: auto;
  }

  .timeline-row .timeline-tx-bx .years::before {
    content: "";
    position: absolute;
    top: 21px;
    left: -30px;
    width: 100%;
    height: 2px;
    background: var(--pri);
    z-index: -1;
  }

  .timeline-row:nth-child(even) .timeline-tx-bx .years::before {
    right: -30px;
    left: auto;
  }

  .timeline-row .timeline-tx-bx .years::after {
    content: "";
    left: -38px;
    top: 13px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--pri);
    border-radius: 100%;
  }

  .timeline-row:nth-child(even) .timeline-tx-bx .years::after {
    right: -38px;
    left: auto;
  }

  .mobile_nav {
    display: none;
  }

  .blog-bx {
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background-color: var(--off-white);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    height: 100%;
  }

  .blog-bx .tt {
    border-bottom: 1px solid var(--para-color);
    padding-bottom: 10px;
  }

  .blog-bx.blog-row {
    background-color: white;
    padding: 0;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--border-color);
  }

  .blog-in-row .col-12:last-child .blog-bx.blog-row {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .blog-bx .img-bx {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
  }

  .blog-bx .img-bx img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .blog-bx.blog-row .img-bx,
  .blog-bx.blog-row .img-bx img {
    aspect-ratio: 4 / 3;
  }

  .blog-bx .tx-bx {
    padding: 15px 20px;
  }

  .blog-bx .date-li {
    background-color: var(--sec);
    border-radius: 4px;

    padding: 5px 10px;
    position: absolute;

    top: 20px;
    right: 20px;
  }

  .blog-bx .date-li .bx span {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog-bx .bx {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .blog-bx .bx svg {
    width: 22px;
    height: 22px;
    margin-top: -1px;
  }

  .blog-bx.blog-card .date-li .bx span {
    font-size: 12px;
    color: var(--para-color);
  }

  .blog-bx .bx span {
    color: var(--text-color);
    font-weight: 600;
  }

  .blog-bx.blog-card {
    display: flex;
    transition: 0.2s ease;
    gap: 15px;
  }

  .blog-bx.blog-card .img-bx,
  .blog-bx.blog-card .img-bx img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100px;
    min-width: 100px;
  }

  .blog-bx.blog-card .tx-bx {
    padding: 0;
    flex-grow: 1;
  }

  .blog-bx.blog-card .tx-bx .tt a {
    font-size: 14px;
    margin-bottom: 0;
  }

  .blog-sec .main-tt {
    padding-left: 13px;
    padding-block: 3px;
    font-weight: 700;
    border-left: 5px solid var(--pri);
    font-size: 25px;
    color: var(--text-color);
    margin-bottom: 20px;
  }

  .blog-sec .img-bx {
    margin: 20px auto;
    text-align: center;
    max-width: 700px;
  }

  .blog-sec .img-bx img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }

  .blog-date {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .blog-date li {
    line-height: 1;
    background-color: var(--off-white);
    color: var(--text-color);
    padding: 8px 10px;
    border-radius: 10px;
  }

  .blog-date li:first-child {
    background-color: var(--pri);
    color: white;
  }

  .blog-bx .tx-bx .tt a,
  .blog-bx .tx-bx a.tt {
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .blog-bx.blog-row .tx-bx .tt a {
    font-size: 27px;
    -webkit-line-clamp: 4;
  }

  .blog-bx .tx-bx .tt a:hover,
  .blog-bx .tx-bx a.tt:hover {
    text-decoration: underline;
  }

  .blog-bx .tx-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .certificate-bx {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    transition: 0.2s ease-in-out;
  }

  .certificate-bx:hover {
    transform: scale(1.02);
  }

  .certificate-bx .img-bx {
    aspect-ratio: 1 / 1;
  }

  .certificate-bx .img-bx img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .certificate-bx .tt {
    background-color: var(--off-white);
    padding: 10px;
    line-height: 1;
    align-content: center;
    color: var(--text-color);
    font-family: var(--font);
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .certificate-bx .tt svg {
    margin-right: 3px;
  }

  .gallery-bx {
    background: #fff;
    position: relative;
    aspect-ratio: 1 / 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 3px;
    border-radius: 15px;
    overflow: hidden;
  }

  .gallery-bx img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease;
  }

  .gallery-bx:hover img {
    filter: blur(3px);
  }

  .gallery-bx.certificate-bx img,
  .gallery-bx.certificate-bx {
    aspect-ratio: 164 / 235;
  }

  .gallery-bx img {
    max-width: 100%;
  }

  .gallery-bx .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    border-radius: 100%;
  }

  .gallery-bx .link-wrap svg {
    width: 20px;
    height: 20px;
  }

  .gallery-bx:hover .link-wrap {
    opacity: 1;
  }

  .gallery-bx .tt {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px 20px 10px;
    pointer-events: none;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    background: linear-gradient(to top,
        rgba(2, 20, 4, 0.75) 10%,
        rgba(0, 0, 0, 0) 70%);
    text-shadow: 1px 1px 5px #000;
    z-index: 2;
  }

  .cat-nav-img {
    background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=600&q=80");
    padding: 30px 25px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
  }

  .cat-nav-img .tt {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: var(--font);
    justify-content: center;
  }

  .cat-nav-img p {
    color: var(--off-white);
    line-height: 1.3;
  }

  .cat-nav-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.8;
    z-index: -1;
    transition: 0.3s ease-in-out;
  }

  .call-bx {
    background-color: var(--off-white);
    padding: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
  }

  .call-bx .icon svg {
    width: 45px;
    height: 45px;
    color: var(--pri);
  }

  .call-bx .tx-bx p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--para-color);
    line-height: 1;
  }

  .call-bx .tx-bx .tt {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--font);
  }

  .call-bx .tx-bx .tt:hover {
    color: var(--pri);
  }

  .contact-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 25px;
  }

  .contact-bx .head-sec {
    margin-bottom: 30px;
  }

  .contact-bx .head-sec .tt {
    font-size: 23px;
  }

  .contact-bx .head-sec .tt::before {
    top: 40px;
  }

  .contact-bx .main-btn {
    padding: 13px 15px;
    font-size: 15px;
  }

  .contact-bx .con-bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
  }

  .contact-bx .con-bx .ic-bx {
    min-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  }

  .contact-bx .con-bx .ic-bx svg {
    min-width: 15px;
    width: 15px;
    height: 15px;
    color: var(--pri);
  }

  .contact-bx .con-bx a,
  .contact-bx .con-bx p {
    font-family: var(--font2);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 0px;
  }

  .contact-bx .con-bx a {
    font-weight: 500;
  }

  .contact-bx .con-bx a:hover {
    color: var(--pri);
  }

  .map-bx {
    width: 100%;
    display: block;
  }

  .content-sec table {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .content-sec table strong,
  .content-sec table b {
    font-weight: 600;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
    font-size: 15px;
  }

  th {
    color: var(--text-color);
  }

  .clientSlider .swiper-wrapper {
    transition-timing-function: linear;
  }

  .clients-bx img {
    aspect-ratio: 25 / 14;
    object-fit: contain;
    border-radius: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-block: 3px;
  }

  .custom-from-row {
    padding: 35px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background-color: var(--white);
    color: var(--text-color);
    border-radius: 10px;
  }

  .custom-from-row .form-control {
    border-radius: 5px;
    height: 42px;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    box-shadow: none !important;
  }

  .custom-from-row textarea {
    padding: 12px 15px;
  }

  .custom-from-row .iti--allow-dropdown .iti__flag-container,
  .custom-from-row .iti--separate-dial-code .iti__flag-container {
    height: 42px;
  }

  .custom-from-row .main-btn {
    padding-block: 14px;
    font-size: 15px;
  }

  .abt-img-bx {
    float: right;
    max-width: 540px;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .cate-img {
    max-width: 400px;
    float: right;
    width: 100%;
    margin-left: 30px;
    border: var(--border);
    padding: 15px;
    border-radius: 10px;
  }

  .cate-img.left {
    float: left;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .cate-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 4px;
  }

  .cate-img .img2 {
    border-radius: 6px;
  }

  .table-of-con {
    padding: 20px;
    background: var(--off-white);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .table-of-con .title {
    font-weight: 600;
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 10px;
    font-family: var(--font);
  }

  .table-of-con ul {
    padding-left: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .table-of-con ul li a {
    padding: 2px 0;
    color: var(--para-color);
    font-weight: 500;
    cursor: pointer;
  }

  .table-of-con ul li:hover {
    text-decoration: underline;
  }

  .glow {
    transform-origin: center;
    animation: glowEffect 1s ease-in-out;
    animation-delay: 600ms;
  }

  @keyframes glowEffect {
    0% {
      background-color: rgba(255, 255, 0, 0);
      box-shadow: 0 0 0 rgba(255, 255, 0, 0);
    }

    50% {
      background-color: rgba(255, 255, 0, 0.3);
      box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
    }

    100% {
      background-color: rgba(255, 255, 0, 0);
      box-shadow: 0 0 0 rgba(255, 255, 0, 0);
    }
  }

  .blog-sec h1,
  .blog-sec h2,
  .blog-sec h3,
  .blog-sec h4,
  .blog-sec h5,
  .blog-sec h6 {
    scroll-margin-top: 90px;
  }

  .nav-cate-style.nav-pills .nav-link {
    background-color: var(--sec);
    color: var(--white);
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: 500;
  }

  .nav-cate-style.nav-pills .nav-link.active {
    background-color: var(--pri);
    color: white;
  }

  .faq-sec .nav-pills .nav-link {
    background-color: var(--off-white);
    color: var(--text-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    /* border-left: 3px solid var(--pri); */
    padding: 10px 16px;
    text-align: left;
    font-family: var(--font);
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
  }

  .faq-sec .nav-pills .nav-link:hover {
    color: var(--pri);
  }

  .faq-sec .nav-pills .nav-link.active,
  .faq-sec .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--pri);
  }

  .iti {
    width: 100%;
  }

  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    height: 45px;
  }

  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
  .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
  }

  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }

  .business-enq {
    position: fixed;
    bottom: 75px;
    left: 20px;
    z-index: 9;
    border: 0;
    outline: 0;
    background-color: var(--pri);
    color: var(--white);
    font-size: 14px;
    padding: 5px;
    padding-right: 15px;
    border-radius: 24px;
    transition: 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 400;
  }

  .business-enq:hover {
    transform: scale(1.03);
  }

  .business-enq .icon {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    color: var(--pri);
  }

  .business-enq .icon svg {
    height: 18px;
    width: 18px;
  }

  .whatapp_btn {
    background: #01e675;
    width: 40px;
    height: 40px;
    color: var(--white);
    position: fixed;
    right: 20px;
    bottom: 130px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border: 0;
  }

  .whatapp_btn svg {
    width: 19px;
    height: 19px;
  }

  .whatapp_btn:hover {
    transform: scale(1.1);
  }

  .whatapp_btn:focus,
  .whatapp_btn:hover {
    background: #01e675;
    color: var(--white);
  }

  .error {
    font-size: 15px;
    color: red;
  }

  .modal-header {
    padding: 0;
    padding-inline: 20px;
    padding-top: 18px;
    border-radius: 0;
    border: 0;
    /* border-bottom: 1px solid #e3e3e3; */
    background: var(--off-white);
  }

  .modal-header.modal-header2 {
    background: var(--liner);
    background-color: var(--pri);
    color: white;
    padding-block: 12px;
  }

  .modal-header.modal-header2 .main-tt {
    color: white;
  }

  .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
  }

  .modal-header.modal-header2 .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }

  @media (min-width: 576px) {
    .modal-sm {
      max-width: 300px;
    }
  }

  .modal-body {
    padding: 13px 18px 20px;
    background: var(--off-white);
  }

  .modal-content .main-tt {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--font);
    margin-bottom: 15px;
  }

  .btn-close {
    float: right;
    box-shadow: none;
  }

  .btn-close:hover,
  .btn-close:focus {
    box-shadow: none;
  }

  .pop-img {
    aspect-ratio: 1 / 1;
  }

  .pop-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }

  .content-sec h1,
  .content-sec h2,
  .content-sec h3,
  .content-sec .tt,
  .cmTitle {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color);
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.3;
  }

  .cmTitle {
    color: var(--pri);
    font-size: 18px;
    margin-bottom: 5px;
  }

  .content-sec h2,
  .content-sec h3,
  .content-sec .tt {
    font-size: 22px;
    color: var(--text-color);
  }

  .content-sec ul {
    padding-left: 20px;
    margin: 0;
    margin-bottom: 10px;
  }

  .content-sec p,
  .content-sec ul li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--para-color);
    text-align: justify;
    font-family: var(--font2);
    font-weight: 400;
  }

  .content-sec p a {
    color: var(--pri);
  }

  .content-sec ul li {
    margin-bottom: 3px;
    position: relative;
  }

  .content-sec ul li a {
    display: inline;
    color: var(--text-color);
  }

  ul.footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 18px;
    list-style: none;
  }

  ul.footer-menu-list li a {
    margin-right: 15px;
    font-weight: 300;
    display: inline-block;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
    color: var(--off-white);
  }

  ul.footer-menu-list li a:hover {
    color: var(--sec);
    opacity: 1;
  }

  ul.footer-menu-list li a::before {
    content: "|";
    padding: 0;
    font-size: 13px;
    position: absolute;
    right: -9px;
    top: 1px;
    color: var(--white);
    opacity: 0.8;
  }

  ul.footer-menu-list li:last-child a::before {
    content: none;
  }

  footer {
    overflow: hidden;
    padding: 60px 0 15px;
    position: relative;
    z-index: 1;
    background-color: var(--bg);
  }

  .ft-bx {
    position: relative;
    z-index: 1;
  }

  .ft-bx .con-bx {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    gap: 10px;
  }

  .ft-bx .con-bx .ic-bx svg {
    min-width: 17px;
    width: 17px;
    height: 17px;
    color: var(--pri);
  }

  .ft-bx .con-bx a,
  .ft-bx .con-bx p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--black);
    margin-bottom: 0px;
  }

  .offcanvas-body .ft-bx .con-bx a,
  .offcanvas-body .ft-bx .con-bx p {
    color: var(--para-color);
  }

  .ft-bx .con-bx a:hover {
    color: var(--pri);
    opacity: 1;
  }

  .ft-bx .ft-tt {
    font-family: var(--font);
    font-weight: 600;
    font-size: 22px;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
  }

  .ft-bx p {
    color: var(--black);
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .ft-bx ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .ft-bx ul li a {
    font-size: 14px;
    color: var(--black);
    padding: 3px 0;
    transition: 0.1s;
    display: inline-block;
    font-weight: 500;
  }

  .ft-bx ul li a:hover {
    color: var(--pri);
    opacity: 1;
  }

  .ft-bx ul.social {
    display: flex;
    gap: 5px;
    justify-content: start;
    background-color: transparent;
  }

  .ft-bx ul.social li a {
    background-color: var(--white);
    width: 38px;
    height: 38px;
    color: var(--pri);
    border-radius: 4px;
    align-content: center;
    text-align: center;
    line-height: 1;
    opacity: 1;
  }

  .contact-bx.ft-bx ul.social li a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: var(--sec);
  }

  .contact-bx.ft-bx ul.social li.facebook a {
    background: #3c5b9b;
    color: white;
    border: 0;
  }

  .contact-bx.ft-bx ul.social li.twitter a {
    background: var(--liner);
    background-color: #000;
    color: white;
    border: 0;
  }

  .contact-bx.ft-bx ul.social li.linkedin a {
    background: #027ba5;
    color: white;
    border: 0;
  }

  .contact-bx.ft-bx ul.social li.youtube a {
    background: #f70000;
    color: white;
    border: 0;
  }

  .contact-bx.ft-bx ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%);
    color: white;
    border: 0;
  }

  .contactBx-container {
    background-color: var(--off-white);
    padding: 30px;
    border: 1px solid var(--off-white);
    height: 100%;
    border-radius: 15px;
  }

  .copyright {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #37415145;
  }

  .copyright svg {
    color: var(--pri);
  }

  .copyright p {
    color: var(--black);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
  }

  .copyright p a {
    color: var(--black);
    display: inline;
    font-weight: 600;
  }

  .copyright p a:hover {
    color: var(--pri);
  }

  footer .content-sec h1,
  footer .content-sec h2,
  footer .content-sec h3,
  footer .content-sec .tt {
    color: var(--white);
    font-size: 18px;
    text-transform: capitalize;
  }

  footer .content-sec p,
  footer .content-sec ul li {
    color: var(--off-white);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
  }

  .sitemap {
    border-left: 1px solid #666;
    padding: 0;
  }

  .sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font2);
    color: var(--text-color);
    font-weight: 400;
  }

  .sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
  }

  .sitemap li a {
    color: var(--text-color);
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .sitemap li a:hover {
    color: var(--pri);
  }

  .market-sec {
    padding: 60px 0;
    font-family: var(--font2);
  }

  .market-sec h1,
  .market-sec .main-tt,
  .market-sec h2,
  .market-sec h3 {
    font-size: 22px;
    color: var(--pri);
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 600;
  }

  .market-sec h2,
  .market-sec h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .market-sec .market-bx {
    padding: 10px 12px;
    background-color: var(--off-white);
    color: var(--text-color);
    font-size: 15px;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
  }

  .market-sec .market-bx:hover {
    background-color: var(--pri);
    color: white;
  }

  .expend-content-sec {
    max-height: 460px;
    /* collapsed height */
    overflow: hidden;
  }

  .expend-content-sec.expanded {
    /* max-height: 10000px !important; */
    overflow-y: auto;
    padding-right: 10px;
  }

  .expend-content-sec.expanded.category {
    max-height: 10000px !important;
    overflow: unset;
    padding: 0;
  }

  .expend-content-sec.expanded::-webkit-scrollbar {
    width: 5px;
  }

  .expend-content-sec.expanded::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }

  .read-toggle {
    display: inline-block;
    color: currentColor;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    user-select: none;
    font-size: 0.9em;
  }

  .read-toggle:hover {
    opacity: 0.8;
  }

  .abt-vid-bx,
  .reels-vid {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }

  .abt-vid-bx iframe,
  .reels-vid iframe {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    overflow: hidden;
    pointer-events: none;
    transform: scale(1.02);
    transform-origin: 50% 50%;
  }

  .reels-vid iframe {
    aspect-ratio: 35 / 62;
  }

  .youtube-player .youtube-thumbnail {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background: transparent;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
  }

  .youtube-player img,
  .youtube-player iframe {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    transform: scale(1.01);
  }

  .youtube-player .play {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    position: absolute;
    background: url(../images/icon/play-1.png) no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    /* animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulse; */
    transition: 0.3s ease;
  }

  .youtube-player:hover .play {
    animation: none;
    transform: translate(-50%, -50%) scale(1.1);
  }

  @keyframes pulse {
    to {
      box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
    }
  }

  .youtube-player .tt {
    font-size: 16px;
    margin-top: 10px;
    color: var(--text-color);
    text-align: center;
    font-family: var(--font);
    font-weight: 600;
  }

  .youtube-player img {
    width: 100%;
  }

  .scroll-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 999;

    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .scroll-top-wrapper .icon-bx {
    height: 50px;
    width: 50px;
    box-shadow: 1px 1px 3px white;
    background-color: var(--pri);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .scroll-top-wrapper .icon-bx svg {
    height: 20px;
    width: 20px;
    color: var(--white);

    animation: floatUpDown 1.5s ease-in-out infinite;
  }

  @keyframes floatUpDown {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-3px);
    }

    100% {
      transform: translateY(0px);
    }
  }

  .scroll-top-wrapper.show {
    opacity: 1;
    pointer-events: auto;
  }

  /* ----------------------------------------------------------------- */

  .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--sec);
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .sub-ttl {
    color: var(--pri);
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: var(--heading-font);
  }

  .product-slider-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .product-slider-card .img-bx {
    aspect-ratio: 1/1;
    overflow: hidden;
  }

  .product-slider-card .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }

  .tt {
    font-size: 18px;
    color: var(--sec);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
  }

  .tt svg {
    height: 18px;
    width: 18px;
    transition: all 0.3s ease-in-out;
  }

  .blog-bx .mini-bx {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }

  .blog-swiper .swiper-slide {
    height: auto;
  }

  .blog-swiper-prev,
  .blog-swiper-next {
    width: 42px;
    height: 42px;
    background: #353131;
    color: #fff;
    border-radius: 50%;
  }

  .blog-swiper-prev::after,
  .blog-swiper-next::after {
    font-size: 16px;
    font-weight: 700;
  }

  .ft-bx ul li {
    padding-left: 20px;
    position: relative;
  }

  .ft-bx ul li::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7l5 5l-5 5'/%3E%3Cpath d='M13 7l5 5l-5 5'/%3E%3C/svg%3E");
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
  }

  .ft-bx ul.social li {
    padding-left: 0;
  }

  .ft-bx ul.social li::before {
    content: none;
  }

  .ft-bx ul.social {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .ft-bx ul.social li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid;
  }

  .ft-bx ul.social li a svg {
    width: 18px;
    height: 18px;
  }

  .ft-bx ul.social li:nth-child(1) a {
    color: #1877f2;
  }

  .ft-bx ul.social li:nth-child(2) a {
    color: #000000;
  }

  .ft-bx ul.social li:nth-child(3) a {
    color: #e4405f;
  }

  .ft-bx ul.social li:nth-child(4) a {
    color: #ff0000;
  }

  .ft-bx ul.social li:nth-child(5) a {
    color: #0a66c2;
  }

  .breadcum-sec {
    background: var(--bg);
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .breadcum-sec::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -34px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(57, 49, 133, 0.07);
    pointer-events: none;
  }

  .breadcum-sec::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(11, 119, 183, 0.07);
    pointer-events: none;
  }

  .bc-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    box-shadow:
      0 -2px 1px rgba(0, 0, 0, 0.1),
      0 2px 1px rgba(0, 0, 0, 0.1);
  }

  /* .bc-left {
  display: flex;
  align-items: center;
  gap: 14px;
} */

  /* .bc-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--pri), var(--sec));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 2px;
    
  }

  .bc-icon img {
    width: 28px;
    height: 28px;
    
  } */

  .breadcrumb-trail {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 6px 16px;
    margin: 0;
    /* background: white;
  border: 1px solid rgba(57, 49, 133, 0.12);
  box-shadow: 0 1px 4px rgba(57, 49, 133, 0.06); */
    gap: 0;
    border-radius: 2px;
    flex-wrap: wrap;
  }

  .breadcrumb-trail li {
    font-size: 16px;
    font-weight: 500;
    color: var(--para-color);
    display: flex;
    align-items: center;
    gap: 6px;
    position: static;
  }

  .breadcrumb-trail li::before {
    content: none !important;
  }

  .breadcrumb-trail li:last-child {
    color: var(--pri);
    font-weight: 600;
  }

  .breadcrumb-trail li a {
    color: var(--black);
    text-decoration: none;
    margin-right: 6px;
  }

  .breadcrumb-trail li a:hover {
    color: var(--pri);
  }

  .bc-home-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sec);
    display: inline-block;
    flex-shrink: 0;
  }

  .abt-sec2 .img-bx {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
  }

  .ceo .img-bx {
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
    border-radius: 95px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .ceo .img-bx img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .blog-bx.blog-card .tt {
    padding: 0;
    border: none;
  }

  .cate-form {
    background-color: var(--bg);
    padding: 15px 20px;
    border-radius: 18px;
  }

  .pb-box {
    display: flex;
    align-items: center;
    background: var(--bg);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    animation: pb-slideUp 0.5s ease both;
    transition:
      transform 0.32s ease,
      box-shadow 0.32s ease,
      border-color 0.32s ease;
  }

  .pb-box:hover {
    transform: translateY(-4px);
    box-shadow:
      0 12px 30px rgba(10, 59, 110, 0.14),
      0 4px 10px rgba(0, 0, 0, 0.07);
  }

  .pb-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--pri);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s ease;
    border-radius: 0 2px 2px 0;
    z-index: 1;
  }

  .pb-box:hover::before {
    transform: scaleY(1);
  }

  .pb-img {
    max-height: 95px;
    max-width: 95px;
    min-width: 80px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }

  .pb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s ease;
  }

  .pb-box:hover .pb-img img {
    transform: scale(1.09);
  }

  .pb-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(228, 93, 58, 0);
    transition: background 0.32s ease;
  }

  .pb-box:hover .pb-img::after {
    background: rgba(228, 93, 58, 0.07);
  }

  .pb-cont {
    flex: 1;
    padding: 12px 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: background 0.25s;
    justify-content: space-between;
  }

  .pb-cont p {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.35;
    transition: color 0.22s;
  }

  .pb-box:hover .pb-cont p {
    color: var(--pri);
  }

  .pb-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: none;
    transition:
      color 0.22s,
      gap 0.22s;
  }

  .pb-box:hover .pb-link {
    color: var(--pri);
    gap: 8px;
  }

  .pb-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.22s ease;
  }

  .pb-box:hover .pb-link svg {
    transform: translateX(3px);
  }

  .pb-box .pb-product {
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }

  /* ------------------------------------------------------- */

  .top-bar {
    /* background-color: var(--bg); */

    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    padding: 8px 0px;
  }

  header .btn-bxs {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  header .btn-bxs a {
    color: var(--black);font-size: 13.5px;
    position: relative;
    text-align: center;
  }

  header .btn-bxs a svg {
    height: 20px;
    width: 20px;
  }

  header .head-bx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .head-bx a:first-child {
    position: relative;
  }

  /* header .btn-bxs a svg {
  height: 28px;
  width: 28px;
  color: var(--black);
} */

  header .count-overlays {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #154c98c4;
    backdrop-filter: blur(2px);
    color: #fff;
    border: 1px solid var(--border);
    position: absolute;
    top: -5px;
    right: calc(50% - 10px);
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  /* ---------------------------Alok CS --------------------------- */

  .dropdown-toggler {
    background-color: var(--pri) !important;
    font-size: 18px;
    color: var(--white) !important;
    padding: 13.5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: 1px solid var(--pri);
  }

  .dropdown-toggler svg {
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
  }

  .search-form .btn {
    background-color: var(--pri);
    border: none;
  }

  .search-form {
    width: 300px;
  }

  .search-form .input-group {
    height: 37px;
  }

  .search-form .input-group-text,
  .search-form .form-control,
  .search-form .btn {
    height: 37px;
    display: flex;
    align-items: center;
  }

  .rd-mr {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
  }

  .rd-mr:hover {
    color: var(--sec);
  }

  .sm-banner .bx .main-bx span {
    color: var(--sec);
    font-weight: 500;
    font-size: 15px;
  }

  .sm-banner .bx {
    position: relative;
    z-index: 1;
    align-items: center;
    aspect-ratio: 16/7;
    overflow: hidden;
    border-radius: 18px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .sm-banner .bx .bg-img {
    height: 100%;
    width: 100%;
  }

  .sm-banner .bx .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .sm-banner .bx .rd-mr {
    margin-top: 5px;
    text-decoration: underline;
    font-size: 16px;
  }

  .sm-banner .title {
    margin: 0;
    font-size: 22px;
    margin-top: 5px;
  }

  .sm-banner .bx .main-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    width: 70%;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
  }

  .sm-banner .bx .main-bx .img-bx {
    aspect-ratio: 9/16;
    width: 86px;
    height: auto;
  }

  .sm-banner .bx .main-bx .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .container-fluid2 {
    border: var(--border);
    border-radius: 12px;
  }

  .lead-sure-section2 {
    padding: 24px;
    overflow: hidden;
    border: var(--border);
    border-radius: 12px;
  }

  .product1 .top-bx {
    position: relative;
    padding: 30px;
    border-radius: 12px;
    overflow: hidden;
  }

  .product1 .product1-banner {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .product1 .product1-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .product1 .top-bx .bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .product1 .top-bx .bx p {
    text-align: center;
  }

  .product-bx .img-bx {
    aspect-ratio: 1/1;
    background-color: var(--off-white);
  }

  .product-bx .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in;
  }

  .product-bx:hover img {
    transform: scale(1.1);
  }

  .product-bx:hover {
    border-color: var(--pri);
  }

  .project-title a {
    font-size: 18px;
    color: var(--pri);
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-price {
    color: #000000ea;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
  }

  .product-price span {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: line-through;
  }

  .product-price .off {
    text-decoration: none;
    color: rgb(25 135 84);
    margin: 0;
    font-size: 13px;
    margin-left: 2px;
  }

  .product-price .before {
    font-size: 15px;
    color: var(--text-light);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
  }

  .product-price .before p {
    font-size: 15px;
    color: var(--text-light);
    text-decoration: line-through;
    font-weight: 500;
  }

  .product-features .product-price .before {
    display: block;
  }

  .cate-product-price {
    font-size: 22px;
  }

  .cate-product-price p {
    margin: 0;

    line-height: 1;
  }

  .cate-product-price .off {
    color: red;
    text-decoration: none;
    font-size: 16px;
  }

  .cate-product-price span {
    font-size: 18px;
  }

  .add2card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #10448052;
    border-radius: 6px;

    color: var(--pri);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 9;
    gap: 4px;
    background: rgb(11 119 183 / 7%);
    padding: 8px 12px;
    /* width: calc(56% - 5px); */
  }

  .add2card-btn:hover {
    color: var(--white);
    background-color: var(--black);
  }

  .add2card-btn svg {
    transition: transform 0.3s ease;
    height: 18px;
    width: 18px;
  }

  .buy-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    background-color: transparent;
    color: var(--pri);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 9;
    gap: 4px;
    background: #154c982e;
    padding: 8px 12px;
    border: 1px solid #154c982e;
    /* width: calc(48% - 5px); */
  }

  .buy-now-btn:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .buy-now-btn svg {
    transition: transform 0.3s ease;
    height: 18px;
    width: 18px;
  }

  .product-bx .btns {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .product-bx {
    overflow: hidden;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--off-white);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
    height: 100%;
  }

  .product-bx .img-bx {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .product-bx .contact-bx {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .badge {
    position: absolute;
    z-index: 2;

    color: white;

    padding: 8px 15px;
    right: -1px;
    top: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .sale {
    background-color: #dc2626;
  }

  .new {
    background-color: #ff9f29;
  }

  .bestseller {
    background-color: #fa6400;
  }

  .sold {
    background-color: #3c23b5;
  }

  .slider-btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .prev,
  .next {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }

  .productsSlider-prev:hover,
  .productsSlider-next:hover {
    background: #000000c7;
  }

  .productsSlider-prev.swiper-button-disabled,
  .productsSlider-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  .product2-sec .main-img-bx {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .product2-sec .main-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .product2-sec .main-containt-bx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .shop-now-btn {
    width: max-content;
    border-radius: 20px;
    background-color: transparent;
    color: var(--sec);
    border: 1px solid var(--sec);
    margin-top: 15px;
    padding: 8px 11px;
  }

  .shop-now-btn:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
  }

  .product2-sec .main-img-bx .img-bx {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    width: 280px;
    height: auto;
  }

  .product2-sec .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product2-sec .bx {
    gap: 10px;
  }

  .nav-pills {
    gap: 10px;
  }

  .nav-pills .nav-link {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
    border: 1px solid var(--black);
    border-radius: 20px;
    line-height: 1;
  }

  .nav-pills .nav-link.active {
    background-color: var(--black);
    color: var(--white);
  }

  .product3-sec .top-sec {
    background-color: var(--off-white);
    background-image: url("../images/top-sec.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    border-radius: 12px;
    overflow: hidden;
  }

  .product2-sec .bx {
    top: 10%;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .product-features.product2-sec .bx {
    top: 27%;
  }

  .banner3 .bx {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 202px;
  }

  .banner3 .content-bx {
    padding-left: 40px;
    padding-top: 20px;
  }

  .banner3 .main-img-bx {
    position: absolute;

    z-index: -1;
    height: 100%;
    width: 100%;
  }

  .banner3 .main-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  ul.more-products {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.more-products li a {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }

  ul.more-products li:hover a {
    color: var(--pri);
    text-decoration: underline;
  }

  .popular-products .project-title {
    text-align: left;
  }

  .popular-products .product-bx {
    gap: 25px;
  }

  .popular-products .product-bx .contact-bx {
    width: calc(50% - 10px);
    align-items: flex-start;
  }

  .popular-products .product-bx .img-bx {
    width: 50%;
  }

  .smSwiper-prev,
  .smSwiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 25px;
    height: 25px;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      width: 12px;
      height: 12px;
      color: #fff;
    }
  }

  .sm-swiper-main:hover .smSwiper-prev,
  .sm-swiper-main:hover .smSwiper-next {
    opacity: 1;
  }

  .smSwiper-prev {
    left: -20px;
  }

  .smSwiper-next {
    right: -20px;
  }

  .smSwiper-prev:hover,
  .smSwiper-next:hover {
    background: #444;
  }

  .sm-swiper-main {
    position: relative;
  }

  .sm-swiper-bx .img-bx2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .sm-swiper-bx .img-bx img {
    min-height: 70px;
    min-width: 70px;
  }

  .sm-swiper-bx .bx {
    background-image: url("https://nextjs.marketpro.wowtheme7.com/_next/static/media/box-shape2.3b0e227a.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 12px;
    overflow: hidden;
  }

  .sm-swiper-main .img-bx {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
  }

  .brandLogoSlider .brand-logo-bx {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--border);
    border-radius: 6px;
  }

  .last-sec .icon-bx {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
  }

  .last-sec .bx p {
    line-height: 1.2;
    font-size: 14px;
  }

  .last-sec .bx .title {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .last-sec .icon-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .last-sec .bx {
    display: flex;
    gap: 15px;
    padding: 15px;
    background-color: var(--off-white);
    border-radius: 8px;
    height: 100%;
  }

  .footer-top {
    background-color: var(--pri);
    overflow: hidden;
  }

  .footer-cards .img-bx img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
  }

  header .buy-now-btn {
    width: max-content;
    border-radius: 4px;
    padding: 10px;
  }

  header .buy-now-btn svg {
    height: 25px;
    width: 25px;
  }

  header .add2card-btn {
    width: max-content;
    border-radius: 4px;
    padding: 10px;
  }

  header .add2card-btn:hover {}

  header .add2card-btn svg {
    height: 25px;
    width: 25px;
  }

  .shipping-bx {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .shipping-bx .bx {
    display: flex;
    align-items: end;
    gap: 5px;
  }

  .shipping-bx .bx .icon-bx {
    height: 45px;
    width: 50px;
    aspect-ratio: 1/1;
  }

  .shipping-bx .bx .icon-bx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .shipping-bx .bx p {
    line-height: 1;
    margin: 0;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
  }

  .shipping-bx .bx p.bottom {
    font-size: 15px;
    font-weight: 600;
  }

  .bread-crum .img-bx {
    height: 150px;
    width: 100%;
  }

  .bread-crum {
    overflow: hidden;
    margin-top: 11px;
    border-radius: 6px;
  }

  .bread-crum .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .main-grid-bx .left-side-bar {
    border-right: var(--border);

    overflow: hidden;
  }

  .main-grid-bx .left-side-bar .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;

    justify-content: space-between;
  }

  .product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 580px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 5px;
  }

  .product-list li {
    background-color: var(--off-white);
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    cursor: pointer;
  }

  .product-list::-webkit-scrollbar {
    width: 6px;
  }

  .product-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .product-list::-webkit-scrollbar-thumb {
    background: var(--pri);
    border-radius: 10px;
  }

  .product-list::-webkit-scrollbar-thumb:hover {
    background: var(--pri);
  }

  .product-list {
    scrollbar-width: thin;
    scrollbar-color: #f1f1f1;
  }

  .product-list li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }

  .product-list li:hover a {
    color: var(--pri);
    text-decoration: underline;
  }

  .product-listing-page {
    overflow: visible;
    position: unset;
  }

  .main-grid-bx .right-grid-bx .right-btn-bxs {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx {
    padding: 7px;
    border: var(--border);
    border-radius: 6px;
    cursor: pointer;
    color: var(--black);
  }

  .main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx.active {
    color: var(--white);
    background-color: var(--black);
  }

  .main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx svg {
    height: 25px;
    width: 25px;
  }

  .main-grid-bx .icon-bx2 {
    padding: 7px;
    border: var(--border);
    border-radius: 6px;
    cursor: pointer;
    color: var(--black);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .br-round {
    border-radius: 50% !important;
  }

  .main-grid-bx .icon-bx2:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .main-grid-bx .icon-bx2 svg {
    min-height: 20px;
    min-width: 20px;
  }

  .main-grid-bx .right-grid-bx .right-btn-bxs .form-select {
    min-width: 150px;
    cursor: pointer;
  }

  .main-grid-bx .right-grid-bx .bxs {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .product-bx.column {
    flex-direction: row;
    /* justify-content: space-around; */
    /* gap: 5px; */
    padding: 15px;
  }

  .product-bx.column .btns {
    flex-direction: column;
  }

  .product-bx.column .img-bx {
    max-width: 180px;
  }

  .product-bx.column .project-title a {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }

  .product-bx.column .contact-bx {
    justify-content: center;
    align-items: start;
  }

  .product-bx.column .btns {
    gap: 6px;
  }

  .product-bx.column .add2card-btn,
  .product-bx.column .buy-now-btn {
    font-size: 13px;
    padding: 7px 10px;
    width: 100%;
  }

  .product-bx.column .project-title {
    font-size: 16px;
    text-align: start;
  }

  .unique-product-swiper .img-bx {
    border-radius: 4px;
    cursor: pointer;
  }

  .unique-product-swiper .img-bx.active {
    border: 2px solid var(--pri);
  }

  .unique-product-swiper .img-bx::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff71;

    pointer-events: none;
    z-index: 2;
  }

  .unique-product-swiper .img-bx.active::after {
    content: none;
  }

  .unique-swiper-prev,
  .unique-swiper-next {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;

    svg {
      height: 18px;
      width: 18px;
    }
  }

  .unique-swiper-prev:hover,
  .unique-swiper-next:hover {
    background: var(--sec);
  }

  .unique-swiper-prev {
    left: 6px;
  }

  .unique-swiper-next {
    right: 6px;
  }

  .unique-product-swiper {
    margin-top: 15px;
  }

  .unique-product-swiper:hover .unique-swiper-prev,
  .unique-product-swiper:hover .unique-swiper-next {
    opacity: 1;
  }

  .main-product-image {
    display: block;
    overflow: hidden;
  }

  .main-product-image img {
    width: 100%;
    display: block;
    transition: all 0.2s ease;
  }

  .main-product-image img.slide-from-right {
    animation: slideFromRight 0.45s ease;
  }

  .main-product-image img.slide-from-left {
    animation: slideFromLeft 0.45s ease;
  }

  @keyframes slideFromRight {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .delivery-bx {
    border: var(--border);
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 80px;
  }

  .qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);

    justify-content: space-between;
  }

  .qty-btn {
    width: calc(100% / 3);
    height: 35px;
    border: none;
    background: var(--off-white);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qty-btn:hover {
    background: var(--bg);
  }

  .qty-btn:active {
    transform: scale(0.95);
  }

  .qty-btn svg {
    height: 16px;
    width: 16px;
    color: var(--pri);
  }

  .qty-btn.minus {
    color: var(--red);
  }

  .qty-btn.plus {
    color: var(--pri);
  }

  .qty-value {
    width: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
  }

  .price-tt {
    color: var(--text-light);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #8c8c8c52;
  }

  .price-tt .price,
  .price-tt .shipping,
  .price-tt .total {
    color: var(--text-color);
    font-weight: 500;
  }

  .text-color {
    color: var(--text-color);
  }

  .category-sec {
    overflow: visible;
    position: unset;
  }

  .title2 {
    font-size: 25px;
  }

  .ckeckout-ttl {
    color: var(--pri);

    font-size: 20px;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
  }

  .form-control-2 {
    height: 45px;
    font-size: 15px;
  }

  .adv {
    background-color: var(--bg);
    padding: 15px 20px;
    border-radius: 4px;
  }

  .icon-bx2 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-bx2 img {
    height: 100%;
    width: 100%;
  }

  .icon-bx2 svg {
    height: 40px;
    width: 40px;
    color: var(--pri);
  }

  .cate-icons .title {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .cate-icons p,
  .cate-icons p a {
    font-size: 13px;
    line-height: 1.2;
    color: var(--text-color);
  }

  .cate-icons .bx {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: var(--bg);
    border-radius: 6px;
    border: var(--border);
    cursor: pointer;
    height: 100%;
  }

  .radio_btn input {
    cursor: pointer;
  }

  .qutt-bx .icon-bx {
    height: 40px;
    width: 40px;
    padding: 8px;

    border-radius: 50%;
  }

  .qutt-bx .icon-bx svg {
    height: 100%;
    width: 100%;
    color: var(--black);
  }

  .qutt-bx p {
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: var(--black);
  }

  .qutt-bx .bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: var(--border);
    border-radius: 4px;
  }

  /* ---- Custom Radio ---- */
  .radio-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.2s;
  }

  .radio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bg);
    display: none;
    display: inline;
  }

  .order-summary-sticky {
    position: sticky;
    top: 80px;
    padding: 15px;
  }

  .order-summary-sticky {
    background: var(--white);
    border: var(--border);
    border-radius: 6px;
    overflow: hidden;
  }

  .check-sec {
    background: var(--white);
    border: var(--border);
    border-radius: 6px;
    overflow: hidden;
    padding: 15px;
  }

  .card-head {
    background: var(--bg);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    color: var(--pri);
  }

  .items {
    padding: 16px 0;
    border-bottom: var(--border);
  }

  .item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .item:last-child {
    margin-bottom: 0;
  }

  .item-img {
    width: 70px;
    height: 70px;
    border-radius: var(--radius);
    background: var(--off-white);
    border: var(--border);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .item-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
  }

  .item-qty {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 2px;
  }

  .item-price {
    font-size: 14px;
    font-weight: 500;
    color: var(--sec);
    margin-left: auto;
  }

  .summary {
    padding: 14px 0px;
    border-bottom: var(--border);
  }

  .rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    color: var(--para-color);
  }

  .rows span:last-child {
    color: var(--text-color);
  }

  .rows.discount span:last-child {
    color: #0f6e56;
  }

  .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
  }

  .total-row span:first-child {
    font-size: 15px;
    font-weight: 500;
    color: var(--sec);
  }

  .total-row span:last-child {
    font-size: 18px;
    font-weight: 600;
    color: var(--pri);
  }

  .buy-now-btn:hover {
    stroke: var(--pri) !important;
  }

  .quick-login-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .quick-login-bx .bx {
    width: 600px;
    padding: 20px;
    border: var(--border);
    border-radius: 6px;
    background-color: var(--bg);
  }

  .quick-login-bx .add2card-btn {
    width: max-content;
    padding: 12px 20px;
  }

  .buy-now-btn2 {
    padding: 12px 20px;
    text-transform: uppercase;
  }

  .adv2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .adv2 .img-bx img {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
  }

  .user_name,
  .user_mail {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
  }

  .user_name {
    font-weight: 700;
  }

  .border {
    border: var(--border);
  }

  /* ------------------------------------------------ */

  .address-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .address-card,
  .address-card2 {
    position: relative;
    display: flex;
    gap: 16px;
    padding: 18px 52px 18px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: 0.25s ease;
  }

  .address-card.active,
  .address-card2.active {
    border-color: var(--pri);
    box-shadow: 0 0 0 1px rgba(0, 168, 132, 0.15);
  }

  .radio-dot {
    width: 17px;
    height: 17px;
    border: 1.5px solid #bcbcbc;
    border-radius: 50%;
    margin-top: 2px;
    flex: 0 0 auto;
    position: relative;
  }

  .address-card.active .radio-dot,
  .address-card2.active .radio-dot {
    border-color: var(--pri);
  }

  .address-card.active .radio-dot::after,
  .address-card2.active .radio-dot::after {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--pri);
    border-radius: 50%;
    position: absolute;
    top: 48.5%;
    left: 49.5%;
    transform: translateX(-50%) translateY(-50%);
  }

  .address-content p {
    margin: 0;
    font-size: 15px;
    color: #111;
    line-height: 1.45;
  }

  .address-actions {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 14px;
  }

  .icon-btn {
    border: 0;
    background: transparent;
    padding: 0;
    color: #999;
    cursor: pointer;
    line-height: 1;
  }

  .icon-btn:hover {
    color: #00a884;
  }

  .delete-btn {
    color: #e53935;
  }

  .delete-btn:hover {
    color: #e53935;
  }

  .addAddress {
    background-color: transparent;
    color: var(--pri);
    border: 1px dashed var(--pri);
  }

  .addAddress svg {
    height: 28px;
    width: 28px;
  }

  .addAddress:hover {
    background-color: var(--bg);
  }

  .addAddress:hover {
    color: var(--pri);
  }

  .product-list li a span {
    padding: 3px 8px;
    background-color: var(--bg);
    border: var(--border);
    border-radius: 3px;
    font-size: 14px;
    margin-left: 10px;
  }

  .product-list li:hover a {
    text-decoration: none;
  }

  .dashnav.nav .nav-item .nav-link {
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .dashnav.nav .nav-item .nav-link svg {
    height: 23px;
    width: 23px;
  }

  .dashnav.nav .nav-item:last-child .nav-link {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .dashnav.nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--pri);
  }

  select.form-control,
  select.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 40px;
    appearance: none;
  }

  .wish_price {
    font-size: 18px;
    color: var(--pri);
    font-weight: 600;
  }

  .wishlist-tab .bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: var(--white);
    border-radius: 4px;
  }

  .wishlist-tab .bx .img-bx {
    max-height: 120px;
    max-width: 120px;
    overflow: hidden;
    border: var(--border);
    border-radius: 4px;
  }

  .wishlist-tab .bx .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .wishlist-tab .bx .content-bx {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .qty-box2 {
    width: 75px;
    background: transparent;
    border: var(--border);
    padding: 0 5px;
  }

  .qty-box2 .qty-btn {
    height: 32px;
    background: transparent;
  }

  .wish_original {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
  }

  .wish_discount {
    font-size: 12px;
    background: #fff3f0;
    color: var(--pri);
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 500;
  }

  .bx-middle {
    flex: 1;
    padding: 0 16px;
  }

  .bx-right {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    align-self: stretch;
  }

  .btn-delete {
    border: none;
    background-color: transparent;
  }

  .btn-delete svg {
    height: 25px;
    width: 25px;
    margin-bottom: 4px;
  }

  .btn-cart {
    border: 1px solid var(--bg);
    background: var(--bg);
    color: var(--pri);
    font-size: 15px;
    padding: 5px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
  }

  .log-out:hover {
    color: var(--pri);
  }

  .order-details .img-bx {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: var(--border);
    border-radius: 4px;
  }

  .order-details .img-bx img {
    height: 100%;
    width: 100%;
  }

  .order-details .bx {
    padding: 15px 20px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--white);
  }

  .order-details .bx:hover {
    border-color: var(--pri);
  }

  .order-details .rows {
    font-size: 16px;
    color: var(--black);
  }

  .order-details .total-row span:first-child {
    font-size: 18px;
  }

  .login-sec {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
  }

  .login-bx {
    background: url("../images/login-sec.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 25px 35px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .login-bx::after {
    content: "";
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .login-bx>* {
    position: relative;
    z-index: 1;
  }

  .input-bxs {
    margin-top: 30px;
  }

  .delete-item {
    background: transparent;
    border: none;
    color: red;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
  }

  .delete-item svg {
    height: 20px;
    width: 20px;
  }

  .qty-box2 {
    background-color: transparent;
    border: none;
  }

  .qty-box2 .qty-value {
    width: 30px;
  }

  .custom-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .custom-check input {
    display: none;
  }

  .custom-check-box {
    width: 18px;
    height: 18px;
    border: 2px solid #0b4caf;
    border-radius: 4px;
    position: relative;
    transition: 0.2s;
  }

  .custom-check input:checked+.custom-check-box {
    background: #0b4caf;
  }

  .custom-check input:checked+.custom-check-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .stock,
  .outofstock {
    color: hsl(144.85deg 56.57% 34.31%);
    font-size: 16px;
    font-weight: 500;
  }

  .outofstock {
    color: gray;
  }

  .price-bx {
    gap: 5px;
  }

  .price-bx p {
    font-size: 15px;
    line-height: 1;
  }

  .price-bx .tt {
    line-height: 1;
  }

  .item-img {
    height: 120px;
    width: 120px;
  }

  .item {
    gap: 18px;
    border: 1px solid var(--white);
    transition: all 0.3s ease-in-out;
  }

  .item:hover {
    border-color: var(--pri);
  }

  .item-name {
    font-size: 18px;
    cursor: pointer;
  }

  .item-price {
    font-size: 17px;
  }

  .item-checkbox {
    height: 16px;
    width: 16px;
    cursor: pointer;
  }

  .item-check {
    height: 15px;
  }

  .boxs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .qty-box2 {
    padding: 0;
  }

  .item.active {
    border: 1px solid var(--pri);
    border-radius: 8px;
    transition: 0.3s ease;
  }

  .search-btn {
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-btn svg {
    height: 18px;
    width: 18px;
  }

  .mobile_stickybar {
    display: none;
  }

  .about-top .img-bx img {
    width: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1920 / 500;
    border-radius: 6px;
  }

  .about-top .overlays {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 60px;
  }

  .about-top .overlays p {
    line-height: 1;
  }

  .blog-details .main-img-bx {
    aspect-ratio: 16/9;
  }

  .blog-details .main-img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .accordion-button {
    background: transparent;
    font-weight: 500;
    outline: 0 !important;
    color: var(--text-color);
    font-size: 18px;
    padding: 10px 38px 12px 0;
    border-bottom: 1px solid #1f1f1f6e;
    border-radius: 0 !important;
    position: relative;
  }

  .accordion-body p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .accordion-item,
  .accordion-item:first-of-type,
  .accordion-item:not(:first-of-type) {
    margin-bottom: 12px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent !important;
  }

  .accordion-item:last-of-type {
    margin-bottom: 0;
  }

  .accordion-body {
    padding: 10px 0;
    color: var(--para-color);
    font-size: 15px;
    background-color: transparent;
    border-top: 0;
  }

  .accordion-button::after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-position: center;
    transform: translateY(-50%);
    transform-origin: center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: var(--white);
    background-color: var(--pri);
    border-bottom: 1px solid var(--pri);
  }

  .accordion-button:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #1f1f1f6e;
  }

  .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  }

  .quantity-bx {
    width: calc(64% - 5px);
    padding: 5px 10px;
  }

  .quantity-bx .qty-btn {
    height: 30px;
  }

  .main-quantity .add2card-btn {
    width: calc(36% - 5px);
    padding: 13px 10px;
  }

  .share {
    display: flex;
    gap: 0;
    border: var(--border);
    border-radius: 4px;
    margin-top: 10px;
    padding: 3px 0;
  }

  .share .icon-bx {
    display: flex;

    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    padding: 7px 8px;
    flex-grow: 1;
  }

  .share .icon-bx a {
    color: #666;
    transition: color 0.3s ease;
  }

  .share .icon-bx:hover a {
    color: #e94b50;
  }

  .share .icon-bx svg {
    width: 20px;
    height: 20px;
  }

  .share .icon-bx:hover {
    color: #e94b50;
  }

  .share-tt {
    font-size: 14px;
    font-weight: 500;
  }

  .share .icon-bx {
    border-right: 1px solid #e9e6e68c;
  }

  .share .icon-bx:last-child {
    border: none;
  }

  .head-sec p strong {
    font-weight: 600 !important;
  }

  .product-list .accordion-header {
    padding: 0;
  }

  .product-list .accordion-button {
    padding: 10px 15px;
    border: none;
    font-size: 15px;
    width: 100%;
  }

  .product-list label {
    font-size: 15px;
    align-items: center;
    gap: 5px;
  }

  .product-list label input {
    height: 12px;
    width: 12px;
    height: 13px;
    width: 13px;
  }

  .product-list .accordion-item,
  .product-list .accordion-item:first-of-type,
  .product-list .accordion-item:not(:first-of-type) {
    margin-bottom: 0;
    padding: 0;
    background-color: var(--off-white) !important;
    border-radius: 5px;
  }

  .product-list .accordion-button::after {
    width: 16px;
    height: 16px;
    right: 12px;
  }

  .main-grid-bx .left-side-bar .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .product-list li {
    padding: 0;
    margin-bottom: 6px;
    background-color: transparent;
  }

  .product-list li:last-child {
    margin: 0;
  }

  .product-list .accordion-body {
    padding: 10px 15px;
  }

  .product-bx .btns form .add2card-btn {
    width: 100%;
  }

  .shop-btns {
    padding: 9px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: var(--pri);
    border: 1px solid var(--pri);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
  }

  .shop-btns:hover {
    color: var(--pri) !important;
    background-color: transparent;
  }

  .wish {
    position: absolute;
    top: 35px;
    right: 8px;

    svg {
      height: 23px;
      width: 23px;
    }
  }

  .wishlist-icon {
    color: #111;
    fill: transparent;
    transition:
      color 0.25s ease,
      fill 0.25s ease,
      transform 0.25s ease;
  }

  .wish.active .wishlist-icon {
    color: #e60023;
    fill: #e60023;
    transform: scale(1.1);
  }

  .whatsaap-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-radius: 100px;
    cursor: pointer;

    transition-duration: 0.3s;

    background-color: var(--white);
    position: fixed;
    bottom: 133px;
    right: 26px;
    z-index: 9999;
  }

  .whatsaap-btn .sign {
    position: relative;
    width: 45px;
    height: 45px;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00d757;
    border-radius: 50%;
    animation: whatsapp-pulse 2s infinite;
  }

  /* Ripple ring effect */
  .whatsaap-btn .sign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00d757;
    z-index: -1;
    animation: whatsapp-ripple 2s infinite;
  }

  @keyframes whatsapp-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 215, 87, 0.5);
    }

    70% {
      box-shadow: 0 0 0 12px rgba(0, 215, 87, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(0, 215, 87, 0);
    }
  }

  @keyframes whatsapp-ripple {
    0% {
      transform: scale(1);
      opacity: 0.7;
    }

    100% {
      transform: scale(1.8);
      opacity: 0;
    }
  }

  .whatsaap-btn .sign:hover {
    transform: scale(1.1);
    background-color: #00c24d;
  }

  .whatsaap-btn .sign svg {
    width: 22px;
  }

  .whatsaap-btn .sign svg path {
    fill: white;
  }

  .whatsaap-btn .text {
    width: max-content;
    opacity: 1;
    color: var(--pri);
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
  }

  .whatsaap-btn:hover {
    transition-duration: 0.3s;
  }

  .whatsaap-btn:hover .sign {
    transition-duration: 0.3s;
  }

  .whatsaap-btn:hover .text {
    opacity: 1;

    transition-duration: 0.3s;
  }

  .whatsaap-btn:active {
    transform: translate(2px, 2px);
  }

  .main-containt-bx .title {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .shop-now-btn {
    margin-top: 5px;
  }

  .Selling-bx.product2-sec .bx {
    top: 24%;
  }

  .content-sec table {
    margin-bottom: 15px;
    width: 100%;
    /* text-align: center; */
  }

  .content-sec table strong,
  .content-sec table b {
    font-weight: 600;
  }

  .content-sec table {
    width: -webkit-fill-available;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .content-sec table p {
    margin-bottom: 0;
    color: var(--para-color);
    font-size: 14px;
  }

  .content-sec table tr:nth-child(even) {
    background-color: #f8f8f8;
    color: var(--para-color);
  }

  .content-sec table tr:nth-child(odd) {
    background-color: var(--white);
    color: var(--para-color);
  }

  .content-sec table th {
    background-color: var(--pri);
    color: var(--white);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
  }

  .product-bx form {
    width: calc(56% - 5px);
  }

  .product-bx.column form {
    width: 100%;
  }

  .top-selling.product2-sec .bx {
    top: 18%;
  }

  /* .product-bx.column .add2card-btn svg, .product-bx.column .buy-now-btn svg{
  display: none;
} */

  @media (min-width: 1024px) {
    .right-grid-bx .product-bx .btns {
      padding: 5px 6px;
    }

    .right-grid-bx .product-bx {
      padding: 5px;
    }

    .right-grid-bx .product-bx .buy-now-btn,
    .right-grid-bx .product-bx .add2card-btn {
      padding: 8px 10px;
      font-size: 13px;
    }

    .right-grid-bx .product-bx .contact-bx {
      gap: 0;
    }
  }

  .swiper {
    height: 100%;
  }

  .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .swiper-slide {
    height: auto;
    display: flex;
  }

  .swiper-slide>* {
    width: 100%;
    height: 100%;
  }

  .cate-productSlider .swiper-wrapper {
    height: unset !important;
  }

  .range-pills {
    flex-wrap: nowrap;
  }

  .range-bx {
    background-color: var(--pri);
    overflow: hidden;
    padding: 6px 10px;
    border-radius: 100px;
  }

  .range-bx .nav-pills {
    overflow: scroll;

    scrollbar-width: none;

    -ms-overflow-style: none;
  }

  .range-bx .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .range-bx .nav-pills .nav-link.active {
    background-color: var(--white);
    color: var(--pri);
    border-radius: 100px;
  }

  .range-bx .nav-pills .nav-link {
    font-size: 16px;
    padding: 7px 14px;
    border-radius: 100px;
    border-color: transparent;
    color: #fff;
  }

  .range-pills .nav-link {
    width: max-content;
  }

  .product-bx form {
    width: 100%;
  }

  .product-bx .add2card-btn {
    width: 100%;
  }

  .product-bx .buy-now-btn {
    display: none;
  }

  .product-bx .img-bx a {
    height: 100%;
    width: 100%;
  }

  .right-grid-bx .product-price span {
    text-decoration: none;
  }

  .page-link {
    color: var(--pri);
  }

  .active>.page-link,
  .page-link.active {
    background-color: var(--pri);
    border-color: var(--pri);
  }

  .share-box {}

  .share-title {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-right: 5px;
  }

  .share-icon {
    transform: translateY(-3px);
    color: #fff;
  }

  .share-bx svg {
    height: 25px;
    width: 25px;
  }

  .share-icon.whatsapp {
    color: #25d366;
  }

  .share-icon.facebook {
    color: #1877f2;
  }

  .share-icon.linkedin {
    color: #0a66c2;
  }

  .share-icon.email {
    color: #ea4335;
  }

  .product-list label {
    font-size: 15px;
    display: flex;
    align-items: start;
    gap: 5px;
    cursor: pointer;
  }

  .product-list .category-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 3px;
  }

  .product-list .category-checkbox:checked {
    background-color: var(--pri);
    border-color: var(--pri);
  }

  .product-list .category-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--pri);
    color: var(--white);
    /* text bhi white kar diya, warna dark text pe dark bg contrast issue karega */
  }

  .dropdown-item:active,
  .dropdown-item.active {
    background-color: var(--pri);
    color: var(--white);
  }

  .share-icon svg {
    height: 20px;
    width: 20px;
  }

  .comments-sec {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  }

  .comment-date {
    padding: 3px 5px;
    border-radius: 3px;
    color: var(--pri) !important;
    font-weight: 500;
    background-color: var(--white);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--white);
  }

  .message {
    margin: 0;

    margin-top: 8px;
    font-size: 15px;
  }

  .comment-bx {
    padding: 15px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    margin-bottom: 10px;

  }

  .comment-date svg {
    height: 17px;
    width: 17px;
  }

  .name {
    font-size: 17px;
    color: var(--pri);
    font-weight: 500;
  }

  .comment-bx:last-child {
    margin: 0;
  }

  .content-sec ul,
  .table-of-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .content-sec ul li,
  .table-of-con ul li {
    position: relative;
    display: flex;
  }

  .content-sec ul li::before,
  .table-of-con ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    left: 0;
    top: 8.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #104480;
    margin-right: 8px;
    vertical-align: middle;
  }

  .table-of-con ul li::before {
    top: 4px;
  }


  .product-bx.cate span {
    text-decoration: none;
  }

  .product-bx.cate .discount {
    text-decoration: line-through;
  }

  .call-now .icon-bx {
    width: 35px;
    height: 35px;
    color: var(--pri);
    padding: 6px;
    border: 3px solid var(--pri);
    border-radius: 100%;
    line-height: 1;
    display: block;
  }

  .call-now p {
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 600;
    text-align: start;font-size: 15px;
    line-height: 1.3;
  }

  .call-now span {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  /* login forms */
    .customer-login-page { min-height: 100vh; padding: 50px 15px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--white), var(--bg), var(--white)); font-family: var(--font); } 
.auth-card { width: 100%; max-width: 600px; padding: 30px; background: var(--white); border: 1px solid var(--border-color); border-radius: 10px; box-shadow: 0 20px 50px color-mix(in srgb, var(--sec) 12%, transparent); } 
.auth-heading { margin-bottom: 8px; font-size: 25px; font-weight: 700; color: var(--text-color); } 
.auth-intro { color: var(--para-color); font-size: 14px; } 
.auth-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } 
.auth-tabs { padding: 5px; margin-bottom: 25px; background: var(--off-white); border-radius: 12px; } 
.auth-tabs .nav-item { flex: 1; } 
.auth-tabs .nav-link {border: 1px solid #d6d6d6; width: 100%; padding: 10px; border: 0; border-radius: 9px; color: var(--para-color); font-size: 14px; font-weight: 600;border: 1px solid #ababab;background: #f2f2f2; } 
.auth-tabs .nav-link.active { background: var(--white); color: var(--pri); box-shadow: 0 4px 12px color-mix(in srgb, var(--sec) 10%, transparent); } 
.auth-field label { margin-bottom: 7px; color: var(--black); font-size: 14px; font-weight: 600; } 
.auth-control {min-height: 45px;
  border: 1px solid var(--border-color);
  box-shadow: none !important;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 12px;
    padding-right: 12px;
  color: var(--text-color);
  border-color: #e3e3e3;
  height: 45px;
  align-content: center; } 
  .auth-card .buy-now-btn:hover {
  border-color: #10448040 !important;
  background: linear-gradient(135deg, #10448073, #1215357a) !important; 
}
.auth-control:focus { border-color: var(--pri); box-shadow: 0 0 0 3px color-mix(in srgb, var(--pri) 10%, transparent) !important; } 
.auth-control::placeholder { color: var(--text-light); } 
.tw-password-field { position: relative; display: block; } 
.tw-password-field .form-control { padding-right: 50px; } 
.tw-password-toggle { position: absolute; top: 50%; right: 8px; width: 38px; height: 38px; transform: translateY(-50%); display: grid; place-items: center; border: 0; background: transparent; color: var(--text-light); } 
.tw-password-toggle:hover { color: var(--pri); } 
.tw-password-toggle svg { width: 20px; height: 20px; stroke: currentColor; } 
.form-check-input:checked { background-color: var(--pri); border-color: var(--pri); } 
.form-check-label { color: var(--para-color); } 
.auth-card a { color: var(--pri); } 
.auth-passwordless-link { display: block; margin: 18px 0; padding: 13px 15px; background: var(--off-white); border: 1px solid var(--border-color); border-radius: 11px; color: var(--black) !important; text-decoration: none; } 
.auth-passwordless-link:hover { border-color: var(--pri); } 
.auth-passwordless-link i { width: 40px; height: 40px; display: grid; place-items: center; background: var(--white); border-radius: 9px; color: var(--pri); } 
.auth-passwordless-link span { color: var(--para-color); } 
.auth-passwordless-link strong { color: var(--pri); } 
.auth-button { min-height: 50px; border-radius: 10px; font-weight: 600; } 
.auth-card .buy-now-btn, .auth-card .btn-primary { border-color: var(--pri) !important; background: linear-gradient(135deg, var(--pri), var(--sec)) !important; color: var(--white) !important; } 
.auth-card .btn-outline-secondary { color: var(--pri); border-color: var(--pri); } 
.auth-card .btn-outline-secondary:hover { background: var(--pri); color: var(--white); } 
.auth-card .btn-light { background: var(--off-white); color: var(--black); } 
.auth-verify { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--border-color); } 
.auth-otp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 300px; } 
.auth-otp-box { width: 100%; height: 56px; border: 1px solid var(--border-color); border-radius: 10px; text-align: center; font-size: 22px; font-weight: 700; color: var(--sec); outline: none; } 
.auth-otp-box:focus { border-color: var(--pri); box-shadow: 0 0 0 3px color-mix(in srgb, var(--pri) 10%, transparent); } 
.auth-result:empty, .auth-summary:empty { display: none; } 
.auth-account-prompt { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--border-color); text-align: center; color: var(--para-color); } 
.auth-trust-line { margin: 16px 0 0; text-align: center; font-size: 12px; color: var(--para-color); } 
@media (max-width: 575px) { .customer-login-page { padding: 25px 12px; } 
.auth-card { padding: 25px 18px; } 
.auth-heading { font-size: 23px; } 
.auth-tabs .nav-link { padding: 10px 6px; font-size: 13px; } 
.auth-otp-box { height: 52px; } }



 .cta-actions { text-align: right; } 
a.btn.btn-call small { color: #fff; display: block; font-size: 13px; } 
.call-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--pri); color: var(--white); } 
.cta-actions a.button.main-btn.main-btn2 {width: auto;
  padding: 20px 20px !important;
  margin-bottom: 0px;
  background: #fff0;
  color: #fff;
  border-radius: 38px;
  border: 1px solid #e4e4e44f;
  background: #eeeeee0f !important;} 
.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 60px;
  border: 1px solid rgb(220 220 220 / 25%);
  border-radius: 40px;
  color: var(--pri);
  background: rgb(104 104 104 / 22%);
  text-align: left;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  width: auto;
  padding: 0px 15px 0px 10px;
}
.call-icon {
display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #104480;
}
a.btn.btn-call span {
  font-weight: 600;
}
a.btn.btn-call small {
  color: #fff;
  display: block;
  font-size: 13px;
}
.btn-call {
  color: #fff;
  text-align: left;
  font-size: 13px;
}
a.btn.btn-call:hover, .cta-actions a.button.main-btn.main-btn2:hover
 {
    background: #eeeeee4d !important;
    color:#fff
}