@charset "UTF-8";

/*!

Style   : FinCorp CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly


TABLE OF CONTENTS
------------------------------

    • Global Styles
    • Header
    • Overview
    • Features
    • How to Steps
    • Testimonials
    • Pricing
    • FAQ
    • Footer
        
---------------------------------------------------
Note:  If possible, Please edit the SASS Files and
        use a compiling tool to generate this css.
---------------------------------------------------
*/
/* ==========================================================================
   Global Styles
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: CircularStd;
}

h1 {
  font-size: 61px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 27px;
}

p {
  font-size: 16px;
  color: #818697;
  line-height: 1.7;
}

@media (max-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 1.1;
  }

  h2 {
    font-size: 35px;
    line-height: 1;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    line-height: 1.5;
  }
}

.space {
  padding: 50px 0 50px 0;

}

.space-marquee {
  padding: 0 0 50 0;
}

@media (max-width: 992px) {
  .space {
    padding: 40px 0;
  }
}

.form-control {
  height: calc(2em + .75rem + 2px);
}

.alert {
  padding: 0.55rem 1.25rem;
}

.alert-success {
  background-color: #e2ffe9;
  border-color: #d3ffdd;
}

.alert-danger {
  background-color: #fff1f2;
  border-color: #f3dee0;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: relative;
  overflow: hidden;
}

.nav-menu {
  border-bottom: 1px solid #eee;
}

.navbar {
  padding: 1rem 0;
}

.navbar-light .navbar-nav .active>.nav-link {
  font-weight: 500;
  font-size: 20px;
}

.main-title {
  position: relative;
  padding: 0 0 40px 0;
  z-index: 10;
  height: 80vh;
}

.main-title__alt {
  position: relative;
  padding: 80px 0;
  z-index: 10;
}

@media (max-width: 992px) {
  .main-title__alt {
    padding: 20px 0;
  }
}

.header__bg {
  background: url("../images/insurance-header-bg.svg") right top no-repeat;
  background-size: contain;
  background-position: calc(50% + 300px) 50%;
}

@media (max-width: 1200px) {
  .header__bg {
    background-position: calc(50% + 200px) 50%;
  }
}

@media (max-width: 768px) {
  .header__bg {
    background: none;
  }
}

.welcom-row-half {
  width: 100%;
}

.welcom-img img {
  width: 30%;
}

.hero-title {
  padding: 40px 0;
  z-index: 999;
  display: flex;
  height: 80vh;
}

@media (max-width: 1200px) {
  .hero-title {
    padding: 40px 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
}

.welcome-row-half .hero-title-text {
width: 100%;
    text-align: center;
    color: black;
    font-size: 30px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 70px;
    word-wrap: break-word;
}

.hero-title p {
  color: #2e2e2e;
  font-size: 23px;
  font-family: "Montserrat";
  text-align: center;
  word-wrap: break-word;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-title .hero-title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 15px; */
}

.banner-img img {
  position: relative;
  top: -150px;
  right: -50px;
  z-index: 0;
  text-align: right;
  min-width: 100%;
  min-height: 700px;
  z-index: -1;
}

@media (min-width: 992px) {
  .banner-img img {
    position: absolute;
    top: 10px;
    right: -50px;
    min-width: inherit;
    max-height: 900px;
    z-index: 0;
  }
}

@media (min-width: 1200px) {
  .banner-img img {
    top: -10px;
    right: -50px;
    max-height: 1100px;
  }
}

.black-btn {
  padding: 16px 30px;
  background: black;
  color: white;
  border: 2px solid black;
}

.black-btn:hover {
  background: white;
  color: black;
  border: 2px solid black;
}

.black-btn .black-btn-txt,
.black-btn:hover .black-btn-txt {
  font-size: 32px;
  font-family: "Montserrat";
}

.btn-danger {
  padding: 16px 30px;
  margin: 20px 0 0;
  background: #eda384;
  background: -moz-linear-gradient(-45deg, #eda384 0%, #f40f7e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #eda384), color-stop(100%, #f40f7e));
  background: -webkit-linear-gradient(-45deg, #eda384 0%, #f40f7e 100%);
  background: -o-linear-gradient(-45deg, #eda384 0%, #f40f7e 100%);
  background: -ms-linear-gradient(-45deg, #eda384 0%, #f40f7e 100%);
  background: -webkit-linear-gradient(315deg, #eda384 0%, #f40f7e 100%);
  background: -o-linear-gradient(315deg, #eda384 0%, #f40f7e 100%);
  background: linear-gradient(135deg, #eda384 0%, #f40f7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda384', endColorstr='#f40f7e', GradientType=1);
  -webkit-box-shadow: 0px 0px 29px -13px #f40f7c;
  box-shadow: 0px 0px 29px -13px #f40f7c;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-danger:hover {
  background: #eda384;
  background: -moz-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #eda384), color-stop(100%, #f40f7e));
  background: -webkit-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
  background: -o-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
  background: -ms-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
  background: linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda384', endColorstr='#f40f7e', GradientType=1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  color: #fff;
  z-index: 999;
  border: none;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.contact-btn-row {
display: flex;
    width: 100%;
    justify-content: center;
    align-items: start;
    padding: 15px 0 0 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 20px 0 0 0;
}

.contact-info p {
  color: #2E2E2E;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-info h2 {
  color: #050505;
  font-family: "Montserrat";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand img {
  width: 150%;
}

.navbar a,
.navbar a:hover {
      text-decoration: none;
    font-size: 22px;
    /* font-weight: 200; */
    padding: 6px 20px;
}

.navbar .black-btn {
  border-radius: 5px;
  padding: 10px 20px;
}

.navbar .collapse-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  width: 350px;
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */

.wondsio-product-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 6%;
}

.wondsio-product-img {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondsio-product-search-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.wondsio-inner-search-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 0 25px 0;
}

.wondsio-product-container .wondsio-product-filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondsio-product-container .wondsio-product-filter-inner {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 30px;
}

.wondsio-mobile-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.mobile-number select {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.wondsio-product-container .wondsio-search-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondsio-product-container .wondsio-search-box input {
  width: 90%;
}

.wondsio-product-container .wondsio-filter-btn-outer {
  width: 150px;
  border: 1px solid #636363;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000e6;
  background-clip: text;
  font-weight: 100;
  font-size: 15px;
  -webkit-background-clip: text;
    color: #a1a3a6;
    padding: 4px 10px;
  flex-shrink: 0;
  /* Prevents shrinking */
}

.wondsio-searching-product-section {
  width: 90%;
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #888 #f4f4f4;
  flex-wrap: wrap;
  position: relative;
  background: white;
  z-index: 0; /* Keep the main container below the shadow */
}

/* Black shadow effect positioned at the bottom */
.wondsio-searching-product-section::after {
  content: "";
  position: absolute;
  bottom: 0; /* Position the shadow at the bottom */
  left: 0;
  width: 100%;
  height:70%; /* Adjust height as needed */
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; /* Prevent interaction issues */
  z-index: 10; /* Ensure the shadow appears on top */
}



.product-card {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-card img {
  width: 200px;
  max-height: 200px;
  height: auto;
  border-radius: 5px;
}

.product-card h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.product-card p {
  width: 100%;
  text-align: start;
}

.stars {
  color: gold;
}

.product-card .review-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.review-btn {
  background-color: transparent;
  color: #3b3b3b;
  border: 2px solid #3b3b3b;
  padding: 8px 15px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.review-btn:hover {
  background-color: #3b3b3b;
  color: white;
}

/* ==========================================================================
   NEW INSURANCE
   ========================================================================== */
.bg-image {
  position: relative;
}

.banner-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .banner-img-2 {
    width: 75%;
  }
}

@media (max-width: 992px) {
  .banner-img-2 {
    width: 100%;
  }
}

.banner-img-2 img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.center-title {
  text-align: center;
}

.center-title p {
  color: #bbbdc6;
}

.insurance-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 50px 0;
}

.insurance-icons img {
  width: 9%;
}

header .insurance-claim {
  opacity: 1;
  transform: translateY(0);
}

.insurance-claim {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  transform: translateY(30px);
  opacity: 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.insurance-claim .text {
  max-width: 15%;
  max-height: 100%;
}

.insurance-claim .text img {
  max-width: 150%;
  min-height: 120%;
}

.insurance-claim .list {
  width: 80%;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: -1;
}

.insurance-claim .list:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 250px;
  z-index: 2;
  background: rgb(243, 243, 243);
  background: -moz-linear-gradient(270deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(270deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);
}

.insurance-claim .list ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.insurance-claim .list ul li {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance-claim .list ul li img {
  max-width: 200px;
  max-height: 100px;
}

.insurance-claim .list ul li:last-child {
  margin-right: 0px;
}

.center-title .warranty-text-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.warranty-text-container .warranty-txt-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #f8f9fa;
}

.warranty-text-container .warranty-txt-right {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
}

.warranty-txt-left ul {
  list-style: none;
  padding-left: 0;
}

.warranty-txt-left ul li {
  position: relative;
  padding: 20px 0 0 40px;
  color: black;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 50px;
  word-wrap: break-word;
  text-align: left;
}

.warranty-txt-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 32px;
  height: 32px;
  background-image: url('../images/tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.warranty-txt-right p {
  color: black;
  font-size: 68px;
  font-family: "Inter";
  font-weight: 800;
  text-align: left;
  word-wrap: break-word;
  line-height: 90px;
}

.insurance-title_wrap {
  padding: 32px 0;
}

@media (max-width: 992px) {
  .insurance-title_wrap {
    padding: 12px 0 39rem;
  }
}

@media (max-width: 768px) {
  .insurance-title_wrap {
    padding: 12px 0 28rem;
  }
}

@media (max-width: 576px) {
  .insurance-title_wrap {
    padding: 12px 0 23rem;
  }
}

@media (max-width: 480px) {
  .insurance-title_wrap {
    padding: 12px 0 16rem;
  }
}

.insurance-title_wrap h5 {
  color: #2b7fff;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.3;
}

.insurance-title_wrap h6 {
  font-size: 20px;
  margin: 0 0 10px;
}

.insurance-para {
  margin: 0 0 60px;
}

.insurance-type {
  margin: 10px 0 0;
  background: #fff;
  padding: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.insurance-type img {
  float: left;
}

.insurance-type:hover {
  -webkit-box-shadow: 0px 0px 19px -15px black;
  box-shadow: 0px 0px 19px -15px black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.insurance-type_title {
  margin-left: 20px;
}

.insurance-type_title h6 {
  margin: 0 0 3px;
}

.insurance-type_title p {
  margin: 0;
}

.center-title .new-warranty {
  padding: 100px 0 0 0;
}

/* ==========================================================================
   CHOOSE YOUR INSURANCE
   ========================================================================== */
.item-box {
  text-align: center;
  background: #fff;
  padding: 36px 50px;
  margin: 30px 0 0;
}

.item-box h6 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.item-icon {
  padding: 18px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.item-icon svg {
  width: 60px;
  height: 60px;
}

.item-icon span {
  font-size: 45px;
  opacity: 0.2;
}

.color1 {
  background: #F4E7F8;
}

.color2 {
  background: #F9E6F0;
}

.color3 {
  background: #FEE2E6;
}

.color4 {
  background: #F9E6F1;
}

.color5 {
  background: #FFE9E1;
}

.color6 {
  background: #FDE2E7;
}

.color7 {
  background: #ffae8c;
  color: #fff;
}

.color8 {
  background: #DD67A1;
  color: #fff;
}

.color9 {
  background: #F86278;
  color: #fff;
}

.color10 {
  background: #2C2F8C;
  color: #fff;
}

.price-box-txt-color {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat";
}

.primary {
  color: #26cfa2;
}

.secondary {
  color: #ffae8c;
}

.tertiary {
  color: #438aff;
}

/* ==========================================================================
   HOW WE DO IT
   ========================================================================== */

.bg-light-half {
  background: linear-gradient(to right, #f8f9fa 65%, #fff 35%);
}

.bg-light-half-test {
  background: linear-gradient(to right, #f8f9fa 66%,#5f5858 105%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.splitter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.warranty-txt-left-test {
  width: 65%;
  padding-left: 20%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 6%;
}

.warranty-txt-left-test ul {
  list-style: none;
  padding-left: 0;
}

.warranty-txt-left-test ul li {
  position: relative;
  padding: 20px 0 0 40px;
  color: black;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 50px;
  word-wrap: break-word;
  text-align: left;
}

.warranty-txt-left-test ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 32px;
  height: 32px;
  background-image: url('../images/tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.warranty-txt-right-test {
  width: 35%;
  padding-left: 25px;
}

/* .warranty-txt-right-test p {
  background: linear-gradient(45deg, #B86FD9, #F86178, #FF9450);
  font-size: 68px;
  font-family: "Inter";
  font-weight: 800;
  text-align: left;
  word-wrap: break-word;
  line-height: 90px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.warranty-txt-right-test p {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(290deg, #B86FD9, #F86178, #FF9450);
  background-size: 50% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: background-position 0.1s linear;
  margin-left: 10%;
  align-items: center;
  display: flex
;
  margin-top: 20%;
}

/* ==========================================================================
   EASY CLAIMS
   ========================================================================== */
.howit-block {
  position: relative;
}

.howit-block:after {
  position: absolute;
  content: "";
  background: url(../images/after-blue.png) no-repeat;
  width: 50px;
  height: 10px;
  right: -29px;
  top: 23%;
}

@media (max-width: 992px) {
  .howit-block:after {
    display: none;
  }
}

.howit-block_af {
  position: relative;
}

.howit-block_af:after {
  position: absolute;
  content: "";
  background: url(../images/after-pink.png) no-repeat;
  width: 50px;
  height: 10px;
  right: -29px;
  top: 23%;
}

@media (max-width: 992px) {
  .howit-block_af:after {
    display: none;
  }
}

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
.testimonial {
  position: relative;
  background: url(../images/bg-image3.png) no-repeat right bottom;
  padding: 178px 0;
  z-index: -2;
  background-size: contain;
}

@media (max-width: 1400px) {
  .testimonial {
    padding: 157px 0;
  }
}

@media (max-width: 992px) {
  .testimonial {
    padding: 0;
  }
}

.testi-img_wrap {
  width: 100%;
  text-align: right;
}

@media (min-width: 992px) {
  .testi-img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .testi-img_wrap {
    max-width: 50%;
    right: 8%;
  }
}

.bg-img3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.testi-content_block {
  z-index: 10;
}

.testi-content_block img {
  margin: 0 0 40px;
}

.testi-content_block h3 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 26px;
}

@media (max-width: 768px) {
  .testi-content_block h3 {
    font-size: 24px;
  }
  .wondsio-product-container .wondsio-filter-btn-outer {
    width: 85px;
    border: 1px solid #636363;
    border-radius: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #000000e6;
    background-clip: text;
    font-weight: 100;
    font-size: 12px;
    padding: 4px;
    -webkit-background-clip: text;
    color: #a1a3a6;
    flex-shrink: 0;
}
}

.testi-content_block span {
  font-size: 18px;
  font-weight: 500;
  color: #2b7fff;
}

/* ==========================================================================
   ADD
   ========================================================================== */
.add-section {
  padding: 120px 0;
}

@media (max-width: 992px) {
  .add-section {
    padding: 60px 0;
    text-align: center;
  }
}

.add-box {
  -webkit-box-shadow: 0px 2px 28px -14px rgba(160, 158, 158, 0.75);
  box-shadow: 0px 2px 28px -14px rgba(160, 158, 158, 0.75);
  border-radius: 12px;
  padding: 30px;
  background: #fff;
}

.shield {
  width: 100px;
  height: 100px;
  margin: 0 14px 0 -80px;
}

@media (max-width: 992px) {
  .shield {
    margin: 0 0 15px;
  }
}

.add-content {
  display: inline-block;
  vertical-align: middle;
}

.add-content p {
  margin: 0;
}

.add-btn {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin: 25px 0 0;
}

@media (max-width: 1200px) {
  .add-btn {
    float: none;
    margin: 0px 0 0 36px;
  }
}

@media (max-width: 992px) {
  .add-btn {
    margin: 15px 0 0 0;
  }
}

.btn-success {
  background-color: #DD67A1;
  border-color: #DD67A1;
  padding: 0.675rem 1.15rem;
  -webkit-box-shadow: 0px 4px 37px -11px #DD67A1;
  box-shadow: 0px 4px 37px -11px #DD67A1;
}

.btn-success:hover {
  background-color: #e981b3;
  border-color: #e981b3;
}

.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger {
  width: 45%;
  background-color: #ffae8c;
  border-color: #ffae8c;
}

.btn-danger:hover {
  background-color: #ffae8c;
  border-color: #ffae8c;
}

.btn-danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #2C2F8C;
  border-color: #2C2F8C;
  -webkit-box-shadow: 0px 4px 37px -11px #2C2F8C !important;
  box-shadow: 0px 4px 37px -11px #2C2F8C !important;
}

.btn-primary:hover {
  background-color: #2C3F8C;
  border-color: #2C3F8C;
}

.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning {
  background-color: #F86278;
  border-color: #F86278;
  -webkit-box-shadow: 0px 4px 37px -11px #F86278 !important;
  box-shadow: 0px 4px 37px -11px #F86278 !important;
  color: #fff;
}

.btn-warning:hover {
  background-color: #f77488;
  border-color: #f77488;
  color: #fff;
}

.btn-warning:active {
  background-color: #ea9b79 !important;
  border-color: #ea9b79 !important;
  color: #fff !important;
}

.btn-warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .pricing {
    padding: 40px 0;
  }
}

.pricing-bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .pricing-bg {
    display: none;
  }
}

.pricing-bg img {
  width: 100%;
}



.pricing-wrap {
  margin: 125px 0 0;
}

@media (max-width: 768px) {
  .pricing-wrap {
    margin: 30px 0 0;
  }
}

/*
Copyright © All rights Reserved
Surjith S M / @surjithctly
*/
.pricing-block {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 27px -17px rgba(158, 158, 158, 0.75);
  box-shadow: 0px 0px 27px -17px rgba(158, 158, 158, 0.75);
}

@media (max-width: 992px) {
  .pricing-block {
    padding: 33px 13px;
  }
}

.pricing-block h6 {
  font-size: 32px;
  letter-spacing: 2px;
}

@media (max-width: 992px) {
  .pricing-block p {
    font-size: 13px;
  }
}

.save-price {
  background: #fff4b4;
  padding: 3px 6px;
  border-radius: 3px;
  color: #e2c16b;
  font-size: 13px;
}

.pricing-block-box .pricing-high {
  text-align: center;
  background: #fff;
  padding: 36px 50px;
}

.pricing-high h6 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.pricing-icon {
  padding: 26px 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.pricing-icon h2 {
  color: #fff;
  font-size: 45px;
  opacity: 0.2;
  margin: 0;
}

.pricing-icon h2 span {
  font-size: 32px;
  vertical-align: top;
  margin: 8px 0 0;
  font-weight: 100;
  display: inline-block;
}

.pricing-block-box .pricing-text {
  text-align: left;
}

.pricing-text i {
  display: inline-block;
  margin: 0 8px 0 0;
  /* background: #daffd3; */
  border-radius: 50%;
  padding: 6px;
  /* color: #99ce8f; */
  font-size: 12px;
}

.pricing-text p {
  display: inline-block;
}

.pricing-btn_wrap {
  float: none;
}

.pricing-block_middle {
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
  z-index: 10;
  margin: -42px 0 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pricing-block_middle {
    margin: 25px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-title {
    position: relative;
    padding: 0 0 40px 0;
    z-index: 10;
   height: 60vh;
  }
  .hero-title {
    padding: 40px 0;
    z-index: 999;
    display: flex
  ;
    height: 60vh;
  }
}

.pricing-block_middle h2 {
  color: #fff;
  opacity: 1;
}

.pricing-block h2 {
  color: #fff;
  opacity: 1;
}

.pricing-block-box h2 {
  color: #fff;
  opacity: 1;
}



.pricing-bottom_text {
  text-align: center;
  margin: 55px 0 0;
}

@media (max-width: 992px) {
  .pricing-bottom_text {
    margin: 25px 0 0;
  }
}

.pricing-bottom_text p {
  color: #bbbdc6;
}

.star-middle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 27px 12px;
  background: #fdeebe;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  margin: -37px 0 0;
}

.star-middle i {
  font-size: 12px;
  color: #f6c25f;
  padding: 0 0 19px;
}

.pricing-bg02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .pricing-bg02 {
    bottom: 42%;
    width: 45%;
  }
}

@media (max-width: 1200px) {
  .pricing-bg02 {
    display: none;
  }
}

@media (min-width: 992px) {
  .responsive-bg {
    display: none;
  }
}

.card-header {
  background: none;
  padding: 0.15rem 1.25rem;
}

.btn-link {
  color: #48b3ff;
  padding: 0;
}

.card-body {
  margin: 0;
}

.collapse-wrap {
  position: relative;
}

.pricing-container {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-block-box {
  width: 32%;
  height: 450px;
  color: #fff1f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 19px -15px black;
  box-shadow: 0px 0px 19px -15px black;
}

/* ==========================================================================
   COLLAPSE
   ========================================================================== */

.collapse-set {
  padding: 50px 0;
}

.collapse-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collapse-text {
  padding: 25px 0 0 0;
}

.collapse-text p {
  text-align: center;
  color: #000000e6;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.collapse-bottom-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.collapse-bottom-area .collapse-bottom-area-text {
  text-align: center;
  font-size: 50px;
  font-family: "Montserrat";
  line-height: 90px;
  font-weight: 700;
  background: linear-gradient(45deg, #B86FD9, #F86178, #FF9450);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 6%;
  margin-bottom: 6%;
}

.collapse-bottom-area img {
  width: 9%;
}


.collapse-bottom-area-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0 10px 0;
}

.collapse-bottom-area-middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
}

.img-bottom {
  justify-content: space-around;
}

.collapse-btn {
  background: #000;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #00000000;
}

.collapse-btn:hover {
  background: white;
  border: 2px solid #000;
}

.collapse-btn span,
.navbar span {
  /* background: linear-gradient(45deg, #B86FD9, #F86178, #FF9450); */
  background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.collapse-btn:hover span {
  background: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* =============================================================================
   WANDS OI
   ========================================================================== */

.wondsio-intro {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.wondsio-intro-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.wondsio-intro .top-intro p {
  font-size: 40px;
  font-weight: 500;
  background: linear-gradient(0deg, #ffffff, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.wondsio-intro-text {
  color: black;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 80px;
}

.wondsio-intro p {
  color: rgba(0, 0, 0, 0.90);
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 60px 0 10px;
  background: #000;
}

.footer-title {
  margin: 30px 0 0;
}

.footer-title h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
}

.footer-title ul {
  padding: 0;
  margin: 0;
}

.footer-title ul li {
  list-style: none;
}

.footer-title ul li a {
  color: #818697;
  line-height: 1.8;
}

.copyright {
  text-align: center;
  padding: 30px 0 0 0;
}

.footer-container {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer-inner-containers {
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.footer-inner-center-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-inner-center-container h3 {
  color: #FCFCFC;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact-row img {
  width: 40px;
}

.left-footer-inner img {
  margin-bottom: 70px;
  /* Adjust as needed */
}

.right-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.footer-container .footer-contact-text {
  color: #FCFCFC;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.left-footer-inner .warranty {
  font-size: 18px;
}

.social-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
  gap: 5%;
}

.footer-contact a {
  width: 100%;
  padding: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.devider {
  height: 1px;
  background: #333333;
  margin: 30px 0 0 0;
}


  .contacttest {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: start;
    padding: 15px 0 0 0;
    display: none;
}


/* ==========================================================================
   HOME SECOND
   ========================================================================== */
.navbar-light .navbar-toggler_second {
  color: #000;
  z-index: 999;
  border: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 20px;
  font-family: "Inter";
}

.dropdown-toggle i {
  color: #2c6cd3;
  font-size: 14px;
  margin-right: 4px;
}

.main-banner {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .main-banner {
    right: 4%;
  }
}

@media (max-width: 1400px) {
  .main-banner {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .main-banner {
    right: -2%;
    width: 75%;
  }
}

@media (max-width: 992px) {
  .main-banner {
    right: -4%;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .main-banner {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-banner_md {
    display: none;
  }
}

.main-banner-alt {
  position: absolute;
  right: 5%;
  top: 0;
}

.bg-style {
  position: absolute;
  top: 14%;
  left: 0;
  z-index: -1;
}

.bg-style2 {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: -2;
}

@media (max-width: 1400px) {
  .bg-style2 {
    left: -15%;
  }
}

@media (max-width: 992px) {
  .bg-style2 {
    left: -20%;
    bottom: 6%;
  }
}

@media (max-width: 768px) {
  .bg-style2 {
    width: 45%;
    bottom: 2%;
  }
}

.banner-img-3 {
  position: absolute;
  bottom: 12%;
  left: 11%;
  z-index: -1;
}

@media (max-width: 1400px) {
  .banner-img-3 {
    left: 0;
  }
}

@media (max-width: 1200px) {
  .banner-img-3 {
    width: 75%;
  }
}

@media (max-width: 992px) {
  .banner-img-3 {
    width: 100%;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner-img-3 {
    width: 65%;
  }
}

.banner-img-3 img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-bg_secong {
  position: absolute;
  width: 100%;
  top: -14%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.content-wrap {
  padding: 50px 0 0;
}

.content-box h5 {
  font-size: 20px;
}

.content-box1 {
  padding: 0 0 50px;
}

@media (max-width: 768px) {
  /* .content-box1 {
    padding: 0;
  } */
}

.insurance-title_wrap2 {
  padding: 32px 0;
}

@media (max-width: 992px) {
  .insurance-title_wrap2 {
    padding: 12px 0 39rem;
  }
}

@media (max-width: 768px) {
  .insurance-title_wrap2 {
    padding: 12px 0 28rem;
  }
}

@media (max-width: 576px) {
  .insurance-title_wrap2 {
    padding: 12px 0 23rem;
  }
}

@media (max-width: 480px) {
  .insurance-title_wrap2 {
    padding: 12px 0 16rem;
  }
}

.insurance-title_wrap2 h5 {
  color: #2b7fff;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.3;
}

.insurance-title_wrap2 h6 {
  font-size: 20px;
  margin: 0 0 10px;
}

.welcome-row-half .welcome-img {
  width: 100%;
}

.welcome-row-half .welcom-img img {
  width: 100%;
}

.welcome-row-half .big-wonds-logo {
width: 100%; 
    /* padding: 0 0 0 12%; */
    align-items: center;
    justify-content: center;
    display: flex;}

.welcome-row-half .big-wonds-logo img {
  width: 60%;
}

.mobile_menu {
  display: none;
}

.welcome-row-half .hero-title-top-txt {
      font-size: 30px;
    font-weight: 500;
    width: 100%;
    text-align: start;
    font-family: 'Inter';
    padding-left: 20%;
    background: linear-gradient(0deg, #ffffff, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@media (max-width: 1400px) {
  .warranty-txt-left-test {
    padding: 0 0 0 10%;
  }
}

@media (max-width: 1200px) {
  .warranty-txt-left-test {
    width: 100%;
  }

  .warranty-txt-right-test {
    display: none;
  }

  .bg-light-half-test {
    background: #f8f9fa;
  }

  .main-title .align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .insurance-claim .text {
    max-width: 20%;
    max-height: 100%;
  }

  .insurance-claim .list {
    width: 73%;
  }

  .collapse-bottom-area .collapse-bottom-area-text {
    font-size: 52px;
    line-height: 80px;
  }

  .hero-title p {
    font-size: 20px;
  }

  .contact-info h2 {
    font-size: 28px;
  }

  .contact-info {
    padding: 0;
  }

  .welcome-row-half .hero-title-text {
    font-size: 70px;
  }

  /* .wondsio-product-container .wondsio-filter-btn-outer {
    width: 120px;
    font-size: 14px;
  } */

  .product-card {
    min-width: 268px;
  }

  .warranty-txt-left-test ul li {
    font-size: 20px;
  }

  .wondsio-product-container .wondsio-product-filter-inner {
    justify-content: flex-start;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents wrapping */
    gap: 10px;
    /* Adds space between buttons */
    padding-bottom: 10px;
    /* Prevents scrollbar overlap */
  }

  /* Optional: Hide scrollbar for a cleaner look */
  .wondsio-product-filter-inner::-webkit-scrollbar {
    height: 3px;
  }

  .wondsio-product-filter-inner::-webkit-scrollbar-thumb {
    background: #636363;
    border-radius: 3px;
  }
}

@media (max-width: 1100px) {
  .main-title .align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu .navbar-light {
    display: none;
  }

  .mobile_menu {
    display: block;
    top: 0;
  }

  .welcome-row-half .welcome-img img {
    padding: 20px 0;
  }

  .mobile_menu .mobile_menu_inner {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 20px 10px 20px;
  }

  .mobile_menu .mobile_in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile_menu .mobile_in img {
    max-width: 90px;
    max-height: 70px;
  }

  .mobile_menu .trigger {
    line-height: 0;
  }

  .mobile_menu .hamburger {
    padding: 0px;
  }

  .mobile_menu .hamburger-box {
    width: 30px;
  }

  .mobile_menu .hamburger-inner,
  .mobile_menu .hamburger-inner::before,
  .mobile_menu .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    background-color: #000;
  }

  .mobile_menu .dropdown {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #000;
    display: none;
  }

  .mobile_menu .dropdown .dropdown_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 20px;
  }

  .mobile_menu .dropdown .dropdown_inner>ul {
    margin: 0px;
    list-style-type: none;
  }

  .mobile_menu .dropdown .dropdown_inner>ul>li {
    margin: 0px;
    float: left;
    width: 100%;
  }

  .mobile_menu .dropdown .dropdown_inner>ul>li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 40px;
  }

  .mobile_menu .social {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 30px 0;
    margin-top: 30px 0;
  }

  .black-btn {
    border: 1px solid #ffffff;
  }

  .welcome-row-half .big-wonds-logo {
    width: 100%;
  }

  .welcome-row-half .hero-title-text {
    font-size: 64px;
  }
}

@media (max-width: 1040px) {
  .contact-btn-row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .mobile_menu {
    display: block;
    top: 0;
  }

  .insurance-claim .text {
    max-width: 20%;
    max-height: 100%;
  }

  .pricing-container {
    flex-direction: column;
    gap: 25px;
  }

  .pricing-block-box {
    width: 50%;
  }

  .collapse-bottom-area .collapse-bottom-area-text {
    font-size: 42px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }

  .footer-inner-containers {
    align-items: center;
  }

  .left-footer-inner img {
    margin-bottom: 10px;
  }

  .footer-contact a {
    flex-direction: column;
    gap: 1px;
  }
}

@media (max-width: 992px) {
  .mobile_menu {
    display: block;
    top: 0;
  }

  .wondsio-intro-logo {
    max-width: 80%;
  }

  .welcome-row-half .hero-title-text {
    font-size: 44px;
    line-height: 60px;
  }

  .welcome-row-half .hero-title-top-txt {
    font-size: 22px;
    /* padding-left: 10%; */
  }

  .hero-title .hero-title-container {
    gap: 15px;
  }

  /* .wondsio-product-container .wondsio-filter-btn-outer {
    width: 100px;
    font-size: 12px;
  } */

  .product-card {
    min-width: 304px;
  }

  .warranty-txt-left-test ul li {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .warranty-txt-left-test {
    padding: 0 20px;
  }
  .wondsio-product-container .wondsio-product-filter-inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    align-items: center;
    height: auto; /* Change to auto to accommodate multiple rows */
    justify-content: space-between;
    gap: 10px; /* Add spacing between items */
}


  .welcome-row-half .welcome-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-btn-row {
    display: none
;
    width: 100%;
    justify-content: center;
    align-items: start;
    padding: 15px 0 0 0;
}
  .contacttest {
    width: 100%;
    justify-content: center;
    align-items: start;
    padding: 15px 0 0 0;
    display: flex;
}

  .review-btn {
    background-color: transparent;
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    padding: 2px 9px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}
    .welcome-row-half .hero-title-top-txt {
        font-size: 18px;
        /* padding-left: 10%; */
        /* align-items: baseline; */
        height: 30px;
    }
  .mobile_menu {
    display: block;
    top: 0;
  }

  .hero-title .hero-title-container {
    width: 80%;
  }
  .product-card p {
    width: 100%;
    text-align: start;
    font-size: 13px;
}

  .welcome-row-half .welcome-img img {
    padding: 20px 0;
    width: 80%;
  }

  .collapse-bottom-area .collapse-bottom-area-text {
    font-size: 22px;
    line-height: 48px;
  }

  .pricing-container {
    flex-direction: column;
    gap: 25px;
  }

  .pricing-block-box {
    width: 80%;
    justify-content: space-between;
  }

  .insurance-claim .text img {
    min-width: 150%;
  }

  .insurance-claim .marquee ul {
    max-height: 10%;
  }

  .insurance-claim .list:after {
    display: none;
  }

  .collapse-head h2,
  .center-title h2,
  .hero-title p {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .price-box-txt-color {
    font-size: 20px;
  }

  .collapse-text {
    padding: 0 20px;
  }

  .collapse-set {
    padding: 40px 0;
  }

  .collapse-text p,
  .warranty-txt p,
  .warranty-txt strong {
    font-size: 14px;
  }

  .collapse-bottom-area-middle,
  .insurance-icons {
    justify-content: space-evenly;
  }

  .contact-info p {
    font-size: 14px;
  }

  .hero-title p {
    font-size: 16px;
  }

  .wondsio-intro {
    padding: 0 20px;
    gap: 10px;
  }

  .wondsio-intro p {
    font-size: 14px;
  }

  .wondsio-intro-text {
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .welcome-row-half .hero-title-text {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 30px;
  }

  .hero-title .hero-title-container {
    width: 100%;
    gap: 0px;
  }

  .product-card {
    min-width: 25%;
    max-width: 45%;
  }

  .main-title {
    padding: 0px;
  }

  /* .wondsio-product-container .wondsio-filter-btn-outer {
    width: 150px;
    font-size: 15px;
  } */

  .warranty-txt-left-test ul li {
    font-size: 16px;
    line-height: 34px;
  }

  .warranty-txt-left-test ul li::before {
    top: 24px;
    width: 24px;
    height: 24px;
  }

  .left-footer-inner img {
    margin-bottom: 70px;
  }
}