html,
body {
  margin: 0;
}
html {
    overflow-x: hidden;
}
body {
  background-color: #ffffff;
  font-family: "Montserrat";
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 800;
  text-transform: capitalize;
  color: #0d0a1d;
}
h1,
h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}
p,
span,
button,
a,
h5,
h6,
b,
strong {
  font-family: "Montserrat";
}

p {
  margin: 0;
  color: #0d0a1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
/* Fade In Up Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

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

.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-out;
}

.animate.visible {
  animation: fadeInUp 0.5s ease forwards;
}

/* Fade In Left */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

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

/* Fade In Right */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

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

/* Shared base class */
.animate {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade-up.visible {
  animation: fadeInUp 0.8s ease forwards;
}

.fade-left.visible {
  animation: fadeInLeft 0.8s ease forwards;
}

.fade-right.visible {
  animation: fadeInRight 0.8s ease forwards;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d2d2d2;
}
.blue-btn, .wc-block-cart__submit a {
  color: var(--White, #fff);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 98px;
  background: #067a9c;
  padding: 19px 60px;
  display: block;
  width: max-content;
  border: none;
}
.blue-btn:hover,.wc-block-cart__submit a:hover {
  color: #fff;
  background-color: #04a6bc;
}
section {
  padding: 60px 0;
}

/* header css start here  */
.offcanvas-body {
    padding: 0;
}
.offcanvas-header {
    padding-bottom: 0;
}
header {
  background: #fff;
  box-shadow: 0 4px 40px 0 rgba(6, 122, 156, 0.07);
  padding: 9px 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
.header-logo.for-minScreen, .min-screen-head-Inner .header-right-icons {
  display: none;
}
header .navbar-toggler {
    border: none;
    padding: 0;
}
header .navbar-toggler:focus {
    box-shadow: none
}
header .container-fluid {
  padding-right: 60px;
  padding-left: 60px;
}

header .navbar-expand-lg {
  padding: 0;
}

header .collapse {
  justify-content: space-between;
}

header .navbar-expand-lg .navbar-nav .nav-item {
  padding-right: 50px;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

header .navbar-expand-lg .navbar-nav {
  width: 40%;
  align-items: center;
}

.container {
    max-width: 1240px;
}

.woocommerce-product-gallery {
    width: 100%;
    min-width: 100%;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border-radius: 98px;
    background: #067a9c;
    color: #fff;
    border: #067a9c !important;
} 

.wpcf7-textarea.form-control {
    min-height: 120px;
    resize: none;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 12px;
}

.header-logo {
  width: 20%;
  text-align: center;
}

.header-right {
  gap: 40px;
  width: 40%;
  justify-content: end;
  align-items: center;
}
.header-right-icons {
  display: inline-flex;
  gap: 30px;
}
.header-right-icons a {
  text-decoration: none;
}
.header-cart {
  position: relative;
}
.header-cart sup {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 60px;
  background: var(--Sky-Blue, #04a6bc);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  position: absolute;
  right: -6px;
  top: -2px;
}
.header-right .blue-btn {
  padding: 11px 30px;
  font-weight: 600;
}
.inner-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
header .navbar-expand-lg .navbar-nav .active .nav-link {
  color: #854d9c;
  font-weight: 700;
}
/* header css end here  */
/* home page style start here  */
.home-banner {
  background: #d7f6ff;
  padding: 0 0 0 100px;
  position: relative;
}
.home-banner-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 54vw;
  height: 100%;
}
.home-banner .banner-sec-left {
  padding: 60px 0;
}
.home-banner-row {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: end;
}
.home-banner-row .banner-sec-left h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 116%;
}
.home-banner-row .banner-sec-left p {
  width: 100%;
  max-width: 533px;
  font-size: 20px;
}
.banner-share-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}
.share-column span {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.banner-review-img {
  margin-top: 30px;
}
.share-column h6 {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}
.home-banner-row .blue-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 22px;
  padding-left: 40px;
  font-weight: 700;
}
.home-banner-right {
  position: relative;
  z-index: 2;
}
/* cetegorey section style start here  */
.custom-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cetegorey-sec .blue-btn {
  margin: auto;
}
.cetegorey-sec .banner-sec-left h5 {
  margin: auto auto 30px;
  background: #f9d7dd;
}
.card-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  width: calc(100% - 30px);
  height: 60px;
  padding: 24px 16px 24px 24px;
  justify-content: space-between;
  align-items: center;
}
.custom-card a{
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.card-overlay span {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #067a9c;
}
.foundMe-sec-inner {
  background-color: #f3f6fe;
  position: relative;
}
.foundMe-sec-inner .container {
  position: relative;
  z-index: 2;
}
.found-me-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.found-me-column span {
  display: flex;
  width: 88px;
  height: 88px;
  padding: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 91.994px;
  background: #fff;
  box-shadow: 0 4px 133.2px 0 rgba(0, 0, 0, 0.25);
  margin: auto;
}
.found-me-column.text-center h4 {
  font-size: 24px;
  font-weight: 600;
}
.Keys-vector,
.found-me-left-vector {
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.Keys-vector {
  right: 0;
  width: 170px;
  bottom: -100px;
}
.found-me-left-vector {
  width: 100%;
  max-width: 200px;
  left: 0;
  bottom: -50px;
  transform: rotate(8.521deg);
}
.founder-sec-review {
  margin-top: 20px;
}
.foundMe-sec-inner .blue-btn-main {
  margin-top: 40px;
}
/* shop tag section style start here  */
.shop-tag .section-main-head {
  padding-bottom: 40px;
}
.shop-tag .sectionInner-heading {
  padding-bottom: 0;
}
.shop-more-tabs #nav-tab {
  justify-content: center;
  border: none;
  gap: 22px;
  border-bottom: 1px solid #f3f6fe;
}
.shop-more-tabs .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  opacity: 0.4;
  border-bottom: 5px solid transparent;
}
.shop-more-tabs .nav-tabs .nav-link.active {
  color: #854d9c;
  opacity: 1;
  border-bottom: 5px solid #854d9c;
}
.innerItem-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13.119px;
  background: #f9f9f9;
}
.innerItem-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.shop-tag-badge {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  position: absolute;
  border-radius: 60px;
  padding: 5px 10px;
  left: 28px;
  top: 14px;
}
.shop-tag-badge.violet {
  background: #854d9c;
}
.shop-tag-badge.pink {
  background: #ec519a;
}
.shop-tag-badge.blue {
  background: #04a6bc;
}
.tab-innerItem {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.product-main-link {
    text-decoration: none;
}
.tag-review h6 {
  color: #080808;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 0;
  line-height: normal;
}
.tag-review {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tab-innerItem h4 {
  color: #080808;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.tab-innerItem p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.tag-addTo-cart-btn, .add_to_cart_button {
  color: var(--Purple, #854d9c) !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 14px !important;
  border: 1px solid var(--Purple, #854d9c) !important;
  display: flex !important;
  height: 48px !important;
  padding: 24px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}
.tag-addTo-cart-btn:hover, .add_to_cart_button:hover {
  background: #854d9c1f !important;
}
.shop-tag .blue-btn-main {
  margin-top: 40px;
}
.shop-tag .blue-btn,
.client-testimonial-sec .blue-btn {
  margin: auto;
}
/* how it works section style start here  */
.how-work-sec {
  background: #000;
  padding-bottom: 0;
  padding-top: 50px;
}
.how-work-sec .sectionInner-heading,
.how-work-sec .section-main-head p {
  color: #fff;
}
.how-work-sec .section-main-head p {
  padding-top: 20px;
}
.works-video-row {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.works-video-row a {
    text-decoration: none;
}
.works-video-row .video-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.works-video-row .video-thumbnail {
  position: relative;
  cursor: pointer;
}

.works-video-row .video-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.works-video-row .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.works-video-row video {
  width: 100%;
  border-radius: 15px;
  display: none; /* hidden by default */
}
.video-details {
  margin-top: 20px;
}
.video-details h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  padding-bottom: 10px;
}
.video-details p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3px;
}
/* client testimonail section style start here  */
.testimonial-card {
  padding: 30px;
  border-radius: 38px;
  background: #fbfbfb;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.testimonial-card .stars {
  margin-bottom: 15px;
}
.client-info h5 {
  color: var(--Black, #161616);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.testimonial-card p {
  font-size: 18px;
  color: #161616;
  line-height: 1.5;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.client-infoInner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.client-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.client-testimonial-sec .blue-btn-main {
  margin-top: 20px;
}
/* choose me section style start here  */
.choose-me-sec {
  background: #f8fdff;
  position: relative;
}
.choose-main-column {
  position: relative;
  z-index: 2;
}
.choose-inner-top-column,
.choose-inner-center-column,
.choose-inner-bottom-column {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.choose-inner-top-column {
  max-width: 565px;
}
.choose-inner-center-column {
  max-width: 1000px;
  margin: 20px auto 70px;
}
.choose-inner-bottom-column {
  max-width: 1260px;
}
.choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.choose-item h5 {
  color: var(--Gray-1, #313131);
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 230px;
  margin: auto;
  text-align: center;
}
.choose-item span {
  width: 88px;
  height: 88px;
  background: #e6f6f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-img {
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.choose-bg-vector {
  position: absolute;
  bottom: -60px;
  z-index: -1;
  width: 100%;
  left: 0;
}
/* counter section style start here  */
.stats-section .row {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #f3f6fe, #04a6bc, #f3f6fe) 1;
  padding-bottom: 30px;
}

.stat-box {
  flex: 1;
  margin: 0 15px;
}

.stat-box h2 {
  color: #04a6bc;
  font-size: 50px;
  font-weight: 500;
  text-align: left;
}
.stat-box sup {
  font-size: 28px;
}
.stat-box span {
  color: #000; /* highlight */
}

.stat-box p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  text-align: left;
}

/* faq section style start here  */
.faq-sec {
  padding-bottom: 30px;
}
.faq-sec .section-main-head {
  padding-bottom: 30px;
}
.faq-sec .accordion-button {
  margin-bottom: 10px;
  font-weight: 600;
  border-radius: 24px !important;
  background: #fbfbfb;
  display: block;
  padding: 12px 28px;
}
.faq-sec .accordion-button:not(.collapsed) {
  background: #fafafa;
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}
.faq-sec .accordion-button::after {
  display: none !important; /* default arrow hide */
}
.faq-sec .accordion-item {
  background: #fafafa;
  border-radius: 24px !important;
}
.faq-sec .accordion-body {
  padding: 0;
  line-height: normal;
}
.faq-sec .accordion-button span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Gray-1, #313131);
  font-size: 18px;
  font-weight: 600;
}
.accordion-body p {
  color: var(--Gray-1, #313131);
  font-size: 18px;
  font-weight: 400;
  line-height: 138%;
}

.faq-sec .icon-wrapper {
  margin-left: auto;
}
/* download aap section style start here  */
.download-app-sec {
  padding-top: 0;
}
.download-app-sec .banner-sec-left h5 {
  background: #f9d7dd;
  margin-bottom: 14px;
  padding: 8px 15px;
}
.download-app-row {
  border-radius: 25px;
  background: #f3f6fe;
  padding: 40px 40px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: end;
}
.download-app-content {
  padding-bottom: 40px;
}
.download-app-sec .sectionInner-heading {
  font-size: 30px;
  padding-bottom: 8px;
}
.download-app-content p {
  opacity: 0.6;
  font-size: 16px;
}
.foot-vector {
  position: absolute;
  right: 0;
  width: 300px;
  padding: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.download-app-sec .solution-list {
  margin-top: 20px;
  padding-bottom: 10px;
}
.download-app-sec .solution-list ul li:last-child {
  padding-bottom: 0;
}
.download-app-content h4 {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  max-width: 450px;
  padding-bottom: 20px;
}
.store-btns img {
  height: 56px;
}
/* home page style end here  */
/* about page css start here  */
.banner-sec-left h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 68px;
  background: #e4f9ff;
  width: max-content;
  text-align: center;
  padding: 17px 35px;
  margin-bottom: 30px;
}
.banner-sec-left h1 {
  padding-bottom: 20px;
}
.about-us-sec {
  background: linear-gradient(180deg, #fff 29.56%, #e8f4fd 130.56%);
  position: relative;
  z-index: 2;
}
.about-us-sec .row {
  --bs-gutter-x: 50px;
  position: relative;
  z-index: 1;
}
.about-us-sec .blue-btn-main {
  margin-top: 25px;
}
.story-sec-right h2 {
  padding-bottom: 15px;
}
.story-sec-right p {
  padding-bottom: 20px;
  font-size: 16px;
}
.solution-vector {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section-main-head {
  padding-bottom: 50px;
}
.section-main-head p {
  opacity: 0.6;
  width: 100%;
  max-width: 890px;
  margin: auto;
}
.we-do-column {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  height: 100%;
  padding: 40px 30px;
}
.we-do-column:hover {
  box-shadow: 8px 8px 80px 0 rgba(4, 166, 188, 0.16);
}
.do-inner-row {
  width: 100%;
  max-width: 1034px;
  margin: auto;
}
.we-doImg {
  display: flex;
  width: 88px;
  height: 88px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 91.994px;
  background: #e6f6f8;
  margin: auto auto 28px;
}
.we-do-column h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.sectionInner-heading {
  font-size: 40px;
  padding-bottom: 15px;
}
.solution-list ul {
  padding: 0;
}
.solution-list li svg {
  flex: 0 0 auto;
}
.solution-list li {
  list-style: none;
  color: #0d0a1d;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 15px;
}
.value-sec .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
.value-sec .we-doImg {
  margin-left: 0;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  justify-content: start;
}
.value-sec .we-do-column h4 {
  text-align: left;
  padding-bottom: 10px;
}
.value-sec .we-do-column {
  box-shadow: 8px 8px 80px 0 rgba(4, 166, 188, 0.16);
  padding: 20px;
}
.value-sec .we-do-column:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.value-sec .sectionInner-heading {
  padding-bottom: 0;
}
.found-me-sec {
  background-image: url("../img/union-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px 0 130px;
}
.found-me-sec .row {
  --bs-gutter-x: 50px;
}
.found-me-sec h6 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 15px;
}
.found-me-sec img {
  border-radius: 30px;
}
.rescue-sec {
  position: relative;
}
.rescue-sec .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.rescue-bg-vector {
  position: absolute;
  z-index: -1;
  left: 0;
}
.rescue-sec .row {
  --bs-gutter-x: 4rem;
}
.rescue-sec h4 {
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  max-width: 436px;
}
.rescue-sec .rescue-right-column h4 {
  padding-left: 30px;
  max-width: 100%;
}
.rescue-left-column div {
  display: flex;
  justify-content: end;
}
/* about page css end here  */
/* policy page css start here  */
.policy-banner {
  border-bottom: 1px solid rgba(6, 122, 156, 0.15);
  padding: 90px 0;
}
.product-detail-content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  opacity: 0.6;
}
.product-detail-content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product-detail-content div {
  padding-bottom: 30px;
}
/* policy page css end here  */

/* contact page css start here */
.contact-banner {
  padding: 80px 0 0;
}
.contact-us-row {
  border-radius: 30px;
  border: 1px solid rgba(6, 122, 156, 0.44);
  background: #fff;
  padding: 50px 0 0 50px;
  overflow: hidden;
}
.contact-left-column h4 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.contact-left-column {
  padding-bottom: 50px;
}
.contact-left-column form {
  margin-top: 30px;
}
.contact-left-column .form-floating .form-control {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(6, 122, 156, 0.26);
  background: #fff;
}
.contact-left-column .blue-btn {
  font-weight: 600;
  width: 100%;
}
.contact-right-column {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-us-row .col-md-6.col-12:last-child {
  padding-right: 0;
  position: relative;
}
.always-contact-column span {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background: #e3f9ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.always-contact-row {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.always-contact-column {
  display: flex;
  gap: 14px;
}
.always-contact-column h4 {
  font-size: 22px;
  font-weight: 600;
}
.always-contact-column p,
.always-contact-column p a {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
/* contact page css end here */

/* blog page style start here  */
.blog-banner h1 {
  width: 100%;
  max-width: 905px;
  margin: auto;
}
.breadcrumbs-main h5 {
  font-weight: 400;
  margin: auto auto 30px;
  padding: 12px 20px;
}
.breadcrumbs-main h5 a {
  font-weight: 600;
  text-decoration: none;
}
.blog-tabs .nav-tabs .nav-link.active {
  color: #067a9c;
  font-weight: 600;
  border: none;
}
.blog-tabs .nav-tabs .nav-link {
  color: rgba(13, 10, 29, 0.6);
  font-weight: 400;
  font-size: 19px;
  border: none;
}
.blog-tabs .nav-tabs {
  border-bottom: none;
}
.search-box {
  position: relative;
}
.search-box svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #555;
}
.search-box .form-control {
  border-radius: 50px;
  box-shadow: none;
  padding: 14px 17px 14px 44px;
}
.blog-card-sec .tab-content {
  margin-top: 50px;
}
.blog-card-sec .card-body {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card-sec .card img {
  border-radius: 15px;
  object-fit: cover;
}
.blog-card-sec .card-body h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin: 0;
}
.blog-card-sec .know-more {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #ec519a;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-card-sec .know-more svg {
  margin-left: 4px;
  transition: transform 0.2s ease-in-out;
}
.blog-card-sec .know-more:hover svg {
  transform: translateX(3px);
}

/* blog details page style start here  */
.blog-banner .banner-sec-left div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.blog-banner .banner-sec-left div span,
.blog-banner .banner-sec-left div p {
  opacity: 60%;
  font-weight: 500;
}
.blog-banner .banner-sec-left div span {
  color: #0d0a1d;
  font-size: 18px;
}
.blog-details-sec {
  padding-top: 30px;
}
.blog-detail-main-img {
  width: 100%;
  height: 500px;
}
.blog-detail-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.blog-details-content {
  width: 100%;
  max-width: 940px;
  margin: 60px auto 80px;
}
.blog-detail-inner h4 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.blog-detail-inner p {
  opacity: 60%;
  padding-bottom: 30px;
}
.blog-detail-innerImg {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.blog-detail-innerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
/* product page style start here  */
.product-section-sec {
  padding-top: 10px;
}
.product-section-sec .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.product-section-sec .accordion-button.collapsed{
  color: #067a9c;
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;

}.product-section-sec .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  font-weight: 400;
}
.product-section-sec .accordion-button {
  line-height: normal;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
.product-section-sec .accordion-body {
  padding: 8px 12px;
}
.product-section-sec .accordion-body label {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-section-sec .form-check-input[type="checkbox"] {
  border-color: #000;
}
.sort-by-column {
  margin-bottom: 25px;
}
.sort-by-column strong,
.sort-by-column button {
  font-size: 18px;
}
.sort-by-column .dropdown-toggle::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M14.1676 3.34387e-07L15.4286 1.33853L8.55649 8.62916C8.44638 8.74668 8.31544 8.83995 8.1712 8.90359C8.02697 8.96723 7.87229 9 7.71607 9C7.55985 9 7.40517 8.96723 7.26094 8.90359C7.1167 8.83995 6.98576 8.74668 6.87565 8.62916L0 1.33853L1.26093 0.00126261L7.71429 6.84403L14.1676 3.34387e-07Z" fill="black"/></svg>');
  width: 13px;
  height: 15.429px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 8px;
  position: relative;
  border: none;
  vertical-align: 0;
}

/* product detail page style start here  */
.product-detail-banner {
    padding-bottom: 30px;
}
.product-detail-banner-row {
  --bs-gutter-x: 40px;
}
.pdp-min-product {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pdp-min-product div {
  width: 70px;
  height: 70px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid transparent;
  flex: 0 0 auto;
  padding: 5px;
}
.pdp-min-product div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdp-min-product .active-product {
  background: #fff;
  border-color: #04a6bc;
}
.product-detail-main-product {
  display: flex;
  gap: 15px;
}
.pdp-main-product {
  width: 100%;
  height: 495px;
  background: #f9f9f9;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.pdp-main-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-main-content h1 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 15px !important;
}
.product-detail-main-content .solution-list ul {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-detail-main-content .tab-innerItem p,
.product-detail-main-content .tab-innerItem span {
  font-size: 32px;
  font-weight: 700;
}
.product-detail-main-content .tab-innerItem span {
  font-weight: 400;
}
.product-swatches-main {
  margin-bottom: 30px;
}
.swatches-inner-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}
.swatches-inner-column h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.swatches-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.color-swatches,
.size-swatches {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  flex: 0 0 auto;
}
.color-swatches.active,
.size-swatches-active {
  border-color: #000;
}
.color-swatches img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swatches-list.size .size-swatches {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swatches-list.size .size-swatches h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.add-tocart-with-quantity {
  display: flex;
  gap: 10px;
}
.add-tocart-with-quantity .blue-btn-main,
.add-tocart-with-quantity .blue-btn {
  width: 100%;
}
.add-tocart-with-quantity .blue-btn {
  padding: 16px 60px;
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  width: 180px;
  padding: 10px 5px;
}

.quantity button {
  border: none;
  background: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.quantity input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 20px;
  outline: none;
}
.client-product-review {
  display: flex;
  gap: 14px;
  margin: 30px 0;
}
.client-product-review div {
  width: 53px;
  height: 53px;
  flex: 0 0 auto;
}
.client-product-review div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.product-detail-main-content .accordion-item {
  border: none;
  border-radius: 0;
}
.product-detail-main-content .accordion-button::after {
  content: "+";
  font-size: 30px;
  background-image: none;
  transform: none !important;
  font-weight: 400;
}
.product-detail-main-content .accordion-button::after {
  width: 30px;
  height: 30px;
}
.product-detail-main-content .accordion-button:not(.collapsed)::after {
  content: "-";
}
.product-detail-main-content .accordion-button {
  box-shadow: none !important;
  background: #fff !important;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-detail-main-content
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
.feature-box {
  text-align: center;
  padding: 20px 10px;
}
.feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eafaff;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.feature-icon img {
  width: 35px;
  height: 35px;
}
.feature-title h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.feature-text p {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}
.review-sliders .testimonial-card {
    background: #EDFBFF;
}
.how-it-work-sec {
    position: relative;
}
.how-work-left-vector, .how-work-right-vector, .how-work-bottom-ellipse  {
    z-index: -1;
    position: absolute;
}
.how-work-left-vector {
    top: 10%;
    left: 0;
}
.how-work-right-vector {
    bottom: 15%;
    right: 0;
}
.how-work-bottom-ellipse {
    bottom: 0;
    left: 0;
    width: 300px;
}
.timeline {
    position: relative;
    z-index: 2;
}
.timeline ul:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 150px;
    height: 100%;
    background-image: url(/wp-content/uploads/zig-zag-2.svg);
    top: 0;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
.timeline ul{
  padding:0;
  margin:0;
  position: relative;
  height: 100%;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.timeline .feature-title h5 {
    font-size: 20px;
    font-weight: 600;
}
.timeline .feature-title {
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.smart-tag-row-main {
    align-items: center;
}
.smart-tag-row-main .found-me-column span {
    margin-left: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.smart-tag-row-main .found-me-column span svg {
    position: absolute;
    z-index: -1;
}
.smart-tag-row-main .found-me-column.smart-tag-right span {
    margin-right: 0;
    margin-left: auto;
}
.found-me-column.smart-tag-right {
    align-items: end;
}
.smart-tag-column img {
    object-fit: contain;
}
.smart-tag-row-main .found-me-column {
    gap: 15px;
    margin-bottom: 30px;
}
.smart-tag-row-main .found-me-column h4 {
    font-size: 20px;
    font-weight: 600;
}
.smart-tag-row-main .found-me-column h4 p {
    opacity: 5;
}
.found-me-column.smart-tag-right h4, .found-me-column.smart-tag-right p {
    text-align: right;
}
.product-detail-faq {
  width: 100%;
  max-width: 790px;
  margin: auto;
}

.comparison-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 0.75rem;
}
.comparison-table th:first-child, .comparison-table td:first-child {
    border-right: 0;
    border-left: 0;
    font-size: 20px;
    font-weight: 700;
}

.comparison-table th, .comparison-table td {
    padding: 25px 14px;
    border-left:0;
    border-top: 1px solid rgba(4, 166, 188, 0.24);
}

.comparison-table th {
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.comparison-table th:nth-child(2n) {
     box-shadow: 0 35px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 24px 24px 0 0;
}

.comparison-table th:nth-child(2n),
.comparison-table td:nth-child(2n) {
  position: relative;
  background: #fff;
}

.comparison-table td:not(:first-child) {
    font-size: 20px;
    font-weight: 500;
}
.guarante-column {
    border-radius: 20px;
    background: rgba(4, 166, 188, 0.04);
    display: flex;
    padding: 50px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .guarante-column h6 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/* footer styling start here */
footer {
  background: #020816;
  padding: 85px 0 60px;
}
.footer-links ul,
.footer-contact,
.footer-social-media {
  padding: 0;
  margin-top: 20px;
}
.footer-google-review {
  margin-top: 40px;
}
.footer-links ul li {
  list-style: none;
}
.footer-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.footer-links li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer-links li a:hover {
  color: #067a9c;
}
.footer-contact span,
.footer-contact a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
.footer-contact a:hover {
  color: #067a9c;
}
.footer-contact span {
  padding-bottom: 15px;
  display: inline-block;
}
.footer-contact span:last-child {
  padding-bottom: 0;
}
.footer-social-media {
  display: inline-flex;
  gap: 14px;
}
.footer-social-media a {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.5s;
}
.footer-social-media a:hover {
  transform: translateY(-10px);
}
.copyright-row {
  margin-top: 90px;
}
.copyright-text p,
.copyright-text p a {
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  text-decoration: none;
}

/* shop popup style start here  */
.product-section-sec.popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    top: 78px;
    margin-top: 0;
    background: #FFF;
    z-index: 99;
    overflow-y: auto;
    max-height: 100vh;
    border-bottom: 2px solid #067a9c;
    border-top: 1px solid #f1f1f1;
}
/* .product-section-sec.popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
} */
.product-section-sec.popup .close-icon {
    display: block;
    text-align: right;
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
}
.product-section-sec.popup .close-icon a {
    width: 30px;
    height: 30px;
    display: flex;
    background: #04a6bc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.product-section-sec.popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.product-section-sec.popup .innerItem-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13.119px;
    background: #f9f9f9;
}
.product-section-sec.popup .shop-tag-badge {
    left: 25px;
    top: 10px;
}

.fixed-add-tocart-btn{
  display: none;
}
.vertical-tab {
    background: rgba(245,245,241,1);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-tab::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M-4.83068e-09 0.980724L1.04108 0L6.71157 5.34495C6.80297 5.43059 6.87551 5.53244 6.92502 5.64462C6.97452 5.7568 7 5.87711 7 5.99861C7 6.12012 6.97452 6.24042 6.92502 6.3526C6.87551 6.46479 6.80297 6.56663 6.71157 6.65227L1.04108 12L0.000981765 11.0193L5.32314 6L-4.83068e-09 0.980724Z" fill="%23313131"/></svg>');
    right: 0;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
} 
.each-tab {
    font-size: 17px;
    font-weight: 600;
    color: inherit;
    position: relative;
}
.each-tab {
    padding: 15px 0;
    border-bottom: 1px solid transparent;
    transition: 0.5s ease;
}
.each-tab.active{
    color: inherit;
    border-bottom: 1px solid #000;
}
.each-tab:hover {
    border-bottom: 1px solid #000;
}
.vertical-tab .blue-btn-main {
    margin-top: 20px;
}
.vertical-tab .blue-btn {
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
}
.inline-other-products .tab-innerItem {
    flex-direction: row;
    align-items: center;
}
.product-section-sec.popup .inline-other-products .innerItem-img {
    height: 88px;
    width: 88px;
}
.product-section-sec.popup .inline-other-products .tab-innerItem p {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 500;
}
.top-product-details-pop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}
.top-product-details-pop h6 {
    font-size: 25px;
    font-weight: 600;
}
.top-product-details-pop a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
/* form */
.wpcf7-form-control {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(6, 122, 156, 0.26);
    background: #fff;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    min-height: 120px;
}
.form-floating .form-control, .form-floating .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating .form-control:focus~label, .form-floating .form-control:not(:placeholder-shown)~label, .form-floating .form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.blog-detail-inner h3, .blog-detail-inner h4, .blog-detail-inner h5, .blog-detail-inner h6 {
  font-weight: 600;
  padding-bottom: 10px;
}


body .select2-container {
    width: 100% !important;
}

body .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    box-shadow: none;
    transition: all 0.3s ease;
}

body .select2-container .select2-selection--single:focus,
body .select2-container .select2-selection--single:hover {
    border-color: #04A6BC;
    outline: none;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 20px;
    line-height: 28px;
    color: #333;
    padding-top: 0;
}

body .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

body .select2-container .select2-selection--single .select2-selection__arrow {
    height: 43px;
    width: 30px;
    right: 5px;
}

body .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #04A6BC transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    margin-left: -6px;
    margin-top: -3px;
    transition: all 0.3s ease;
}

body .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #04A6BC transparent;
    border-width: 0 6px 6px 6px;
}

body .select2-dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body .select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.2s ease;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #04A6BC;
    color: white;
}

body .select2-search--dropdown {
    padding: 10px;
}

body .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px;
}

body .select2-search--dropdown .select2-search__field:focus {
    border-color: #04A6BC;
    outline: none;
}
.for-mobile-screen .home-banner-row .banner-sec-left h1 {
    font-size: 29px;
}
.category-slider.owl-carousel {
    max-width: calc(100vw - 60px);
}
.owl-nav {display: none;}