body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

body p,
a,
span,
li {
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  margin: 0;
  color: #1fa4d8;
}

h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  margin: 0;
  color: #1fa4d8;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #111827;
}

:focus {
  outline: none !important;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.topbar {
  background: #1fa4d8;
  padding: 11.5px 0;
  text-align: center;
}

.topbar p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

section.faq-top-tabs.sticky ul {
  padding: 17px 0;
  transition: 0.2s;
}

.headersec.scrolled {
  /* position: fixed; */
  position: sticky;
  top: 0;
  width: 100%;
  background: rgb(242 250 253);
  z-index: 99;
  border-bottom: 1px solid #0c2a3b17;
}

.headersec {
  padding: 16px 0;
}

.headergrid {
  display: flex;
  align-items: center;
  gap: 30px;
}

.headerlogo {
  width: 20%;
}
.headerlogo img {
    width: 100%;
    display: block;
}
.headernav {
  width: 40%;
}

.headerbtn {
  width: 40%;
}

.headerbtn {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.headernav ul {
  display: flex;
  align-items: center;
  gap: 42px;
  justify-content: center;
}

.headernav li a {
  color: #111827;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: ease 0.3s;
  border-bottom: 1.5px solid transparent;
}

.headernav li a:hover,
.headernav .current-menu-item a {
  color: #1fa4d8 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  border-color: #1fa4d8;
}

.headerbtn a {
  color: #fff;
  background: #1fa4d8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2;
  transition: ease 0.3s;
  border: 1px solid #1fa4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.headerbtn a.outlinebtn {
  padding: 15px 39px;
}

.headerbtn a:hover {
  background: #0b5cad;
  border-color: #0b5cad;
  color: #fff;
}

.herobanner {
  background: #eaf7fc;
  padding: 68px 0;
}

.home .bannercontent {
  align-content: center;
}
.home .herobanner {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-color: transparent;
}
.home .herobanner .bannercontentinpage {
    position: static;
    transform: inherit;
}
.home .bannercontent .bannercontentin {
    max-width: 100%;
}
.bannercontentin p {
  margin: 16px 0 0;
  max-width: 470px;
}

.sbtitle {
  color: #111827;
  text-transform: uppercase;
  margin: 0 0 19px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  background: #fff;
  padding: 8px 22px;
  border: 1px solid rgb(31 164 216 / 73%);
  border-radius: 30px;
  letter-spacing: 1px;
}

.herobtn {
  margin: 26px 0 0;
  display: inline-flex;
  gap: 16px;
  align-items: center;
}

.herobtn a,
.btnwrap a,
.shop-toolbar .grid-btn,
.shop-toolbar .list-btn,
.toolbar-right a,
#notify-submit,
.shop-toolbar .filter-btn {
  font-family: "Inter";
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 16px 20px;
  border: 1px solid #1fa4d8;
  background: #1fa4d8;
  transition: ease 0.3s;
  border-radius: 6px;
  cursor: pointer;
}

.shop-toolbar .filter-btn svg * {
  stroke: #ffffff;
}

.shop-toolbar .filter-btn.active svg * {
  stroke: #1fa4d8;
}

body .outlinebtn,
.shop-toolbar .list-btn {
  background: transparent;
  color: #1fa4d8;
}

body .outlinebtn:hover {
  background: #eaf7fc !important;
  color: #1fa4d8 !important;
  border-color: #1fa4d8;
}

.herobtn a:hover,
.btnwrap a:hover,
.formbtn input:hover,
.toolbar-right a:hover,
#notify-submit:hover {
  background: #0b5cad !important;
  border-color: #0b5cad !important;
  color: #fff !important;
}

.shop-toolbar .grid-btn:hover,
.shop-toolbar .list-btn:hover {
  color: #fff !important;
  background: #1fa4d8 !important;
}

.herobtn .outlinebtn:hover {
  background: #eaf7fc !important;
  color: #1fa4d8 !important;
  border-color: #1fa4d8;
}

.bannerleftgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  border-top: 1px solid rgb(196 196 196 / 45%);
  margin: 30px 0 0;
  padding-top: 30px;
  max-width: 540px;
}
.home .bannerinpageimg {
    display: none;
}

.bannerleftitem:not(:last-child) {
  border-right: 1px solid rgb(196 196 196 / 45%);
  padding-right: 36px;
}
.bannerleftitem:nth-child(2) {
    border-right: 0;
}
.bannerleftitem p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #a7a7a7;
}

.bannerleftitem h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.bannerwrap {
  display: flex;
  gap: 45px;
}

.bannercontent {
  width: 55%;
}

.bannerright {
  width: 45%;
}

.bannerrightin {
  display: flex;
  position: relative;
  height: 100%;
}

.bannerimg {
  position: relative;
  left: -89px;
}

.bannerform {
  position: absolute;
  right: 0;
}

.bannerimg img {
  width: 100%;
  display: block;
}

.bannerformin .sbtitle {
  font-size: 14px;
  margin: 0 0 17px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgb(255 255 255 / 53%);
  padding: 4px 43px 4px 16px;
}

.bannerformin .sbtitle:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #2fbf71;
  border-radius: 50%;
  display: block;
}

.formitem:not(:last-child) {
  margin: 0 0 16px;
}

.formitem label {
  display: block;
  color: #111827;
  margin: 0 0 14px;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.page-template-login .formitem label {
  font-size: 18px;
}

.formitem input {
  width: 100%;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  background: #fbfbfb;
  padding: 14px 16px;
  font-family: "Inter";
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
}

.page-template-login .formitem input {
  font-size: 18px;
  padding: 16px 16px;
}
.bannerformin {
    max-width: 500px;
    background: #eaf7fc8c;
    border: 1px solid rgb(31 164 216 / 50%);
    border-radius: 20px;
    padding: 27px 34px 34px;
    backdrop-filter: blur(2px);
}
.formhead h3 {
  margin: 0 0 10px;
  color: #111827;
  /* font-size: 24px; */
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}

.formhead p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.formhead {
  margin: 0 0 26px;
}

.page-template-home .formhead a {
  border: 1px solid #1FA4D8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  height: 50px;
  font-weight: 500;
  color: #1FA4D8;
  margin-top: 15px;
  transition: ease 0.3s;
}

.page-template-home .formhead a:hover {
  color: #ffffff;
  background: #1FA4D8;
}

.formbtn {
  margin: 18px 0 0;
}

.formbtn input {
  font-family: "Inter";
  width: 100%;
  background: #1fa4d8;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: ease 0.3s;
}

.page-template-login .formbtn input {
  font-size: 18px;
  font-weight: 600;
}

.formfoot {
  text-align: center;
  margin: 27px 0 0;
}

.formfoot p {
  margin: 0 0 11px;
  color: #8b8787;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.formfoot a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1fa4d8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: ease 0.3s;
  border-bottom: 1px solid transparent;
}

.formfoot a:hover {
  color: #0b5cad;
}

.formfoot a:hover svg path {
  fill: #0b5cad;
}

.subsbtn input {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  background: transparent;
  background-repeat: no-repeat;
  padding-right: 0px;
  position: relative;
  cursor: pointer;
}

.footerright .wpcf7-not-valid-tip {
  /*color: #fbfbfb;*/
  font-size: 12px;
}

.footerright .wpcf7-response-output {
  color: red;
  font-family: "Inter";
  font-size: 14px;
  margin-top: 6px !important;
  border: 1px solid #fff;
}

.footernews .subsbtn p {
  margin: 0;
  display: inline-block;
  position: relative;
}

.footernews .subsbtn p:before {
  content: "";
  background: url("/wp-content/uploads/2026/06/right-arrow.svg");
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
}

.subsbtn input:hover {
  border-bottom: 1px solid #ffffff;
}

.footernewsgrid p {
  margin: 0;
}

.footersec {
  background: #1fa4d8;
}

.footerwrap {
  display: flex;
  gap: 50px;
  padding-top: 71px;
  padding-right: 50px;
}

.footermenu:first-child {
  width: 20%;
}

.footermenu {
  width: 30%;
}

.footermenu.contact-item {
  width: 45%;
}

.footergrid {
  display: flex;
}

.footerleft {
  width: 65%;
  border-right: 1px solid #b4e7fb;
}

.footerright {
  width: 35%;
}

.footersocial {
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 34px 0 0;
}

.footersocial:before {
  content: "";
  background: #b4e7fb;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  min-width: 100vw;
  right: 0;
}

.footersocial span {
  color: #fff;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
}

.footersocial ul {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footermenu h3 {
  margin: 0 0 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
}

.footermenu ul li:not(:last-child) {
  margin: 0 0 16px;
}

.footermenu li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1.5px solid transparent;
}

.footerwrap .footermenu.contact-item li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 29px;
}
.footerwrap .footermenu.contact-item li:last-child a {
    line-height: 1.6;
}
/*.footerwrap .footermenu.contact-item li a {
  word-break: break-all;
}
*/
.footermenu.contact-item h3 {
  margin: 0 0 20px;
}

.footermenu.contact-item li:last-child {
  margin: 0;
}

.footerbottomwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footercopy p,
.footercopy a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.footerrightin {
  padding-left: 65px;
  padding-top: 71px;
}

.footerbottom {
  border-top: 1px solid #b4e7fb;
  padding: 42px 0;
}

.contact_icon {
  display: flex;
  flex-shrink: 0;
}

.footersocial li a {
  display: flex;
  transition: ease 0.3s;
}

.footersocial li a:hover {
  transform: scale(1.2);
}

.footernewhead h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footernews a {
  color: #1fa4d8 !important;
  background: #ffffff;
}

.footernewhead p {
  color: #fff;
  margin: 0;
}

.footernewhead {
  margin: 0 0 47px;
}

.fotnewsitem input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #b4e7fb;
  border-radius: 0;
  outline: none;
  color: #fff;
  padding-bottom: 10px;
  font-size: 16px;
}

.fotnewsitem input::placeholder {
  color: #fff;
}

.footernewsgrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
}

.fotnewsitem {
  padding-left: 23px;
  width: 50%;
}

.fotnewsitem:last-child {
  width: 100%;
  padding-top: 41px;
}

.subsbtn {
  margin: 51px 0 0;
}

.subsbtn a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
}

.subsbtn a:hover {
  border-color: #fff;
}

.aboutwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 57px;
}

.aboutsec {
  padding: 60px 0;
}

.aboutleft {
  height: 100%;
}

.aboutleft img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.aboutright {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutright span {
  color: #111827;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.btnwrap a {
  display: inline-block;
}

.aboutright .btnwrap {
  margin: 20px 0 0;
}

.ourbranditem img {
  width: 100%;
}

.ourbrandsec {
  background: #eaf7fc;
  padding: 45px 0 45px;
}

.brandtitle {
  text-align: center;
  margin: 0 0 40px;
}

.ourbrandslider .slick-slide {
  margin: 0 10px;
}

.ourbrandslider:before,
.ourbrandslider:after {
  content: "";
  background-image: url(../images/brandoverlay.png);
  background-size: cover;
  width: 410px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.ourbrandslider:after {
  left: auto;
  right: 0;
  background-image: url(../images/brandoverlayright.png);
}

.service-page .bannercontentin {
  margin-left: 0;
}

.ourservices {
  padding: 60px 0;
}

.ourserviceshead {
  text-align: center;
  margin: 0 0 41px;
}

.ourserviceshead span {
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ourserviceshead h2 {
  margin: 0 0 8px;
}

.ourserviceshead p {
  margin: 0;
}

.ourservicegrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.ourserviceitemin {
  border: 1px solid #1fa4d8;
  border-radius: 10px;
  padding: 30px 20px 30px;
  height: 100%;

  transform: translateY(0);
  transition: ease 0.3s;
}

.ourserviceitemin:hover {
  background: #0b5cad;

  transform: translateY(-6px);
}

.ourserviceitemin:hover h3,
.ourserviceitemin:hover p {
  color: #fff;
}

.serviceicon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  background: #eaf7fc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.servicecontent {
  margin: 36px 0 0;
}

.servicecontent h3 {
  margin: 0 0 11px;
  font-size: 24px;
  font-weight: 500;
  color: #111827;
}
.home .ourserviceitemin {
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.servicehead {
    display: flex;
    align-items: center;
    gap: 10px;
}
.our-serviceimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.our-serviceimg {
    padding-top: 20px;
     height: 100%; 
    display: flex;
}
.servicehead .serviceicon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    background: #1fa4d8;
}
.servicehead .serviceicon img {
    width: 30px;
    height: 30px;
}
.servicehead .servicecontent h3 {
    font-size: 18px;
    margin: 0;
}
.servicehead .servicecontent {
    margin: 0 !important;
}
.home .ourservices {
    padding-bottom: 25px;
}
.home .ourservices .ourservicegrid {
    gap: 13px;
}
.home .ourservices .ourservicegrid p {
    font-size: 14px;
    line-height: 1.4;
}
.home .ourservices .ourservicegrid .servicecontent {
    margin-top: 10px;
}
.service-main {
    padding: 15px 15px 0;
}
.servicecontent p {
  margin: 0;
}

.chinamarkets {
  padding: 60px 0;
  background: linear-gradient(90deg, #0b5cad 0%, #1fa4d8 100%);
}

.marketsleftin span {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 11px;
  font-weight: 500;
}

.marketsleftin h2 {
  color: #fff;
}

.marketsleftin p {
  margin: 16px 0 16px;
  color: #fff;
  max-width: 666px;
}

.marketsleftin .btnwrap {
  margin: 38px 0 0;
}

.marketsleftin ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.marketsleftin li {
  color: #fff;
  position: relative;
  padding-left: 33px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.marketsleftin li:before {
  content: "";
  background-image: url(/wp-content/themes/twenty-twenty-one-child/assets/images/tick.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -1px;
}

.chinamarketwrap {
  display: flex;
  gap: 80px;
}

.marketsleft {
  width: 53%;
}

.marketsright {
  width: 47%;
}

.marketsrightin {
  background: rgb(255 255 255 / 9%);
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 20px;
  padding: 45px 45px 45px;
}

.marketsitemin {
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 18%);
  padding: 15px;
  border-radius: 6px;
  gap: 16px;
}

.marketstext p {
  margin: 0;
  color: #fff;
}

.marketstext h4 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.marketsicon {
  width: 52px;
  height: 52px;
  background: rgb(255 255 255 / 20%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.marketsrightgrid {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.ourarticle {
  padding: 60px 0;
}

.ourarticlehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 36px;
}

.ourarticlehead .btnwrap a.outlinebtn:hover {
  border-color: #1fa4d8;
  box-shadow: 0px 1px 0px 0px #1fa4d8;
}

.sbtext {
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 11px;
}

.ourarticlegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ourarticleitem {
  transition: ease 0.3s;
}

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

.articleimg {
  position: relative;
}

.articlebadge {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.articlebadge span {
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
}

.articleimage img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
}

.articlecontent {
  border: 1px solid #1fa4d8;
  border-top: none;
  padding: 36px 27px 44px;
  border-radius: 0 0 20px 20px;
}

.articlecontent h4 {
  margin: 0 0 15px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articlecontent p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articlecontent .readmore {
  margin: 24px 0 0;
}

.readmore a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1fa4d8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #1fa4d8;
  padding-bottom: 4px;
}

.faqsection.aboutfaqsec {
  position: relative;
}

.faqsection.aboutfaqsec::before {
  content: "";
  background: url(/wp-content/uploads/2026/06/line.svg);
  width: 267px;
  height: 255px;
  position: absolute;
  left: 0;
  top: 0;
}

.faqsection.aboutfaqsec::after {
  content: "";
  background: url(/wp-content/uploads/2026/06/line.svg);
  width: 267px;
  height: 255px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faqsection.aboutfaqsec::after,
.faqsection.aboutfaqsec::before {
  pointer-events: none;
}

.faqsection {
  background: rgb(234 247 252 / 50%);
  padding: 60px 0 60px;
}

.faqwrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.faqleft p {
  margin: 17px 0 0;
  max-width: 510px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  background: #fff;
}

.faq-item:not(:last-child) {
  margin: 0 0 22px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  color: #111827;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 20px 25px 20px 25px;
}

.faq-question:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  right: 20px;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
  border-left: 2px solid #1fa4d8;
  border-bottom: 2px solid #1fa4d8;
  top: 22px;
}

.faq-item.active .faq-question:before {
  transform: rotate(135deg);
}

.faq-question:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.active .faq-question:after {
  transform: translateY(-50%) rotate(-180deg);
}

.faq-answer {
  padding: 21px 25px;
  background: #ffffff;
  display: none;
  border-top: 1px solid rgb(31 164 216 / 20%);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  max-width: 689px;
  color: #141414;
}

.registerwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.registerleft {
  background: #eaf7fc;
  padding: 50px 50px;
}

.registerleftin {
  max-width: 700px;
  margin-left: auto;
}

.registerlocation {
  margin: 25px 0 0;
}

.registerright {
  max-width: 800px;
  padding: 60px 50px 60px 50px;
}

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

.registericon {
  display: flex;
}

.registertext p {
  margin: 0;
  max-width: 341px;
}

.registertext h4 {
  margin: 0;
  color: #111827;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.registertext p a {
  color: #111827;
}

.registerlocitem:first-child {
  align-items: flex-start;
}

.registebottom {
  margin: 25px 0 0;
}

.registerleftin .registebottom p {
  margin: 0 0 16px;
}

.registerrightin h3 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.registerformitem {
  width: 50%;
  padding-bottom: 16px;
  padding-left: 16px;
}

.registerformitem p,
.registerformitem p .wpcf7-form-control-wrap {
  width: 100%;
  margin: 0 !important;
}

.registerformitem input,
.registerformitem textarea {
  width: 100%;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  background: transparent;
  padding: 16px 16px;
  font-family: "Inter";
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
}

.registerformwrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.registerformitem:last-child {
  width: 100%;
  padding-bottom: 0;
}

.registerformitem input::placeholder,
.registerformitem textarea::placeholder {
  color: #111827;
}

.registerformitem textarea {
  resize: vertical;
  max-height: 200px;
  min-height: 103px;
  height: 124px;
}

.submitbtn {
  margin: 26px 0 0;
}

.submitbtn input {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1;
  padding: 16px 42px;
  border: 1px solid #1fa4d8;
  background: #1fa4d8;
  transition: ease 0.3s;
  border-radius: 6px;
  cursor: pointer;
}

.submitbtn input:hover {
  background: #0b5cad;
  border-color: #0b5cad;
  color: #fff;
}

.milestonesec {
  background: rgb(234 247 252 / 50%);
  padding: 95px 0;
}

.milestonesec .title h3 {
  margin: 5px 0 0;
  text-transform: capitalize;
}

.milestonehead {
  text-align: center;
  margin: 0 0 80px;
}

.milestonehead p {
  margin: 16px 0 0;
}

.milestonehead .sbtext {
  margin: 0 0 8px;
}

.timeline {
  position: relative;
}

.timeline-item .title:before {
  content: inherit;
}

.timeline-item .title {
  padding: 0;
  margin: 0 0 7px;
}

/* Center Line */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #6fb6d9;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 70px;
}

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

.timeline-item.left {
  padding-right: 60px;
  text-align: right;
}

.timeline-item.right {
  margin-left: 50%;
  padding-left: 60px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 40%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3ba0d5;
  outline: 1px solid #3ba0d5;
  z-index: 2;
  outline-offset: 2px;
}

.timeline-item.left::before {
  right: 0px;
  transform: translateX(50%);
}

.timeline-item.right::before {
  left: 0px;
  transform: translateX(-50%);
}

.timeline-card {
  background: #fff;
  border: 1px solid #1fa4d8;
  padding: 19px 23px;
  display: inline-block;
  text-align: left;
  border-radius: 6px;
  transition: ease 0.3s;
}

.timeline-card:hover {
  background: #0b5cad;
  border-color: #0b5cad;
}

.year {
  color: #1fa4d8;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-family: "Inter";
  font-weight: 500;
}

.title {
  margin: 0 0 7px;
}

.title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 0;
  line-height: 30px;
}

.desc p {
  margin: 0;
  max-width: 540px;
}

.timeline-card:hover .year,
.timeline-card:hover p,
.timeline-card:hover h3 {
  color: #fff;
}

.ourarticle .readmore a {
  text-transform: uppercase;
  border: none;
  padding: 0;
}

.ourarticle .readmore a svg {
  display: none;
}

.registersec .registerleftin h2 {
  text-transform: capitalize;
}

/*Service page*/

.bannerinpageimg img {
  width: 100%;
  display: block;
}

.bannerwrapinpage {
  position: relative;
}

.bannercontentinpage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.page-template-service .bannerinpageimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-service .bannercontentinpage {
  /* position: absolute; */
  top: 0;
  transform: translateY(0);
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.bannercontentinpage .bannercontentin p {
  max-width: 594px;
}

.chipssec {
  padding: 24px 0;
  background: linear-gradient(90deg, #0b5cad 0%, #1fa4d8 100%);
}

.chipswrap .bannerleftitem {
  text-align: center;
}

.chipswrap .bannerleftitem h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.chipswrap .bannerleftitem p {
  color: #fff;
  font-size: 16px;
}

.chipswrap .bannerleftgrid {
  grid-template-columns: repeat(4, 1fr);
  border: none;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.ourservicepage .ourserviceshead {
  margin: 0 0 46px;
}
.ourservicepage .ourserviceitemin {
  padding: 22px 14px 29px 20px;
  box-shadow: 0px -3px 0px 0px #1fa4d8;
  display: flex;
  flex-direction: column;
  transition: ease 0.3s;
  position: relative;
  overflow: hidden;
}

.ourservicepage .ourserviceitemin:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 123, 191, 0.5);
  background: transparent;
}

.ourservicepage .ourserviceitemin:hover h3,
.ourservicepage .ourserviceitemin:hover p {
  color: #111827;
}

.ourservicepage .serviceicon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 1px solid rgb(31 164 216 / 33%);
}

.servicecontent h4 {
  margin: 0 0 6px;
  color: #1fa4d8;
  font-weight: 500;
  line-height: 26px;
  font-family: "Inter";
}

.ourservicepage .servicecontent {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.learnmore {
  padding: 12px 0 0;
  margin-top: auto;
}

.learnmore a {
  color: #1fa4d8;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.ourservicepage .servicecontent h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 28px;
}

.ourservicepage .servicecontent p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.readygrowsec {
  padding: 58px 68px;
  background: linear-gradient(90deg, #1fa4d8 0%, #0b5cad 100%);
  margin: 0 0 60px;
  border-radius: 8px;
  position: relative;
}

section.readygrowsec::after {
  content: "";
  background: url(/wp-content/uploads/2026/06/line.svg);
  width: 237px;
  height: 255px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.readygrowrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.readygrowleft {
  width: 60%;
}

.readygrowright {
  width: 40%;
}

.readygrowleft .sbtext {
  color: #fff;
}

.readygrowleft h2 {
  color: #fff;
  max-width: 500px;
}

.readygrowleft p {
  color: #fff;
  max-width: 666px;
  margin-bottom: 0;
}

.readygrowright a {
  width: 100%;
  max-width: 310px;
  margin: auto;
  text-align: center;
}

.readygrowright a.outlinebtn:hover {
  border-color: #1fa4d8 !important;
}

.readygrowright .btnwrap {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

/*About page*/

.aboutbanner {
  background: #fff;
  padding: 0;
}

.aboutbanner .bannercontent {
  padding: 52px 45px 52px 50px;
  border-top: 1px solid rgb(31 164 216 / 20%);
}

.aboutbanner .bannerwrap {
  gap: 0;
}

.aboutbanner .sbtitle {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}

.aboutbanner .sbtitle:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2fbf71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
}

.bannercontentin {
  max-width: 630px;
  margin-left: auto;
}

.aboutbanner .bannercontentin {
  max-width: 620px;
}

.aboutbanner .bannerrightin {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: 50px;
  padding-left: 23px;
}

.aboutbanner .bannerrightin:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/06/aboutoverlay.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.section {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin-right: auto;
}

.top-badge {
  position: absolute;
  top: -70px;
  right: 0;
  padding: 7px 19px;
  border: 1px solid #1fa4d8;
  border-radius: 20px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #111827;
  font-family: "Inter";
  font-weight: 400;
  line-height: 24px;
}

.top-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2fbf71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.status-card {
  width: 405px;
  background: #fff;
  border-radius: 8px;
  padding: 26px 35px 55px;
  margin: auto;
  position: relative;
}

.status-card::before,
.status-card::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
}

.status-card::before {
  top: 20px;
  left: 17px;
  border-top: 2px solid #1fa4d8;
  border-left: 2px solid #1fa4d8;
}

.status-card::after {
  right: 17px;
  bottom: 20px;
  border-right: 2px solid #1fa4d8;
  border-bottom: 2px solid #1fa4d8;
}

.title {
  font-size: 16px;
  letter-spacing: 0;
  color: #111827;
  margin-bottom: 17px;
  padding-left: 20px;
  font-family: "Outfit";
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
}

.title:before {
  content: "";
  background: #1fa4d8;
  display: block;
  width: 27px;
  height: 1px;
}

.row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgb(31 164 216 / 45%);
  font-size: 11px;
}

.label {
  color: #111827;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.value {
  color: #1fa4d8;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.compliant {
  color: #1fa4d8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.compliant::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2fbf71;
}

.bottom-badge {
  position: absolute;
  left: 0px;
  bottom: -70px;
  padding: 7px 19px;
  border: 1px solid #1fa4d8;
  border-radius: 30px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0;
  color: #111827;
  font-family: "Inter";
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

.bottom-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0b5cad;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.aboutrightin {
  max-width: 730px;
  padding-right: 50px;
}

.containerourstory .aboutleft img {
  border-radius: 0;
}

.ourstorybadge {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  margin: 18px 0 0;
}

.ourstorybadge span {
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  padding: 8px 17px;
  color: #1fa4d8;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.ourmissionsec {
  background: #eaf7fc;
  padding: 60px 0px;
}

.ourmissionsec .container {
  max-width: 1461px;
}

.missionhead {
  text-align: center;
  margin: 0 0 47px;
}

.ourmissionsecwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.ourmissitemin {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgb(31 164 216 / 60%);
  padding: 29px 29px 29px 45px;
  box-shadow: 0 -3px 0 0 #1fa4d8;
  height: 100%;
  transition: ease 0.3s;
}

.ourmissitemin:hover {
  background: #0b5cad;
}

.ourmissitemin:hover h3,
.ourmissitemin:hover p {
  color: #fff;
}

.missiontext h3 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 12px;
  line-height: 1.2;
  color: #1fa4d8;
}

.missionicon {
  margin: 0 0 20px;
}

.missiontext p {
  margin: 0;
  max-width: 567px;
}

.missionhead h2 {
  max-width: 523px;
  margin: auto;
}

.ourcorevalue .ourserviceitemin {
  text-align: center;
}

.ourcorevalue .serviceicon {
  margin: 12px auto auto;
}

.valuenum {
  color: #1fa4d8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.ourcorevalue .ourserviceitemin:hover .valuenum {
  color: #fff;
}

.ourcorevalue .servicecontent {
  margin: 14px 0 0;
}

/*.ourcorevalue .ourservicegrid {
  gap: 49px;
}
*/
.ourcorevalue {
  padding: 60px 0;
}

.chooserightin {
  max-width: 770px;
  margin-left: auto;
  padding-left: 50px;
}

.whychoosesec .aboutleft img {
  border-radius: 10px 0px 0 10px;
}

.whychoosesec {
  padding: 0px 0 60px;
}

.chooserightin ul {
  margin: 26px 0 32px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.chooserightin li {
  padding-left: 33px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #111827;
}

.chooserightin li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 11C0 8.08262 1.15893 5.28473 3.22183 3.22183C5.28473 1.15893 8.08262 0 11 0C13.9174 0 16.7153 1.15893 18.7782 3.22183C20.8411 5.28473 22 8.08262 22 11C22 13.9174 20.8411 16.7153 18.7782 18.7782C16.7153 20.8411 13.9174 22 11 22C8.08262 22 5.28473 20.8411 3.22183 18.7782C1.15893 16.7153 0 13.9174 0 11ZM10.3723 15.708L16.7053 7.79093L15.5613 6.87573L10.1611 13.6239L6.336 10.4368L5.39733 11.5632L10.3723 15.708Z' fill='%231FA4D8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -2px;
}

.ourcommitmentsec .aboutright p {
  margin: 0 0 15px;
  max-width: 652px;
}

.ourcommitmentsec .aboutright h2 {
  margin: 0 0 15px;
}

.ourcommitmentsec .aboutwrap {
  grid-template-columns: 0.9fr 1.1fr;
  /*gap: 74px;*/
}

.ourcommitmentsec {
  padding: 60px 0;
  background: #eaf7fc;
}
.committedsource {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 25px 0 0;
    max-width: 650px;
}
.committeditem {
  text-align: center;
  background: #fff;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  padding: 13px 20px;
}

.committeditem span {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.committeditem span.bold {
  color: #1fa4d8;
  font-weight: 600;
  margin: 0 0 3px;
}

.ourcommitmentsec .committeditem span {
  text-transform: capitalize;
}

.ourcommitmentsec .aboutright .btnwrap {
  margin: 25px 0 0;
}

.aboutfaqsec .faqwrapper {
  display: block;
}

.aboutfaqsec {
  background: #fff;
  padding: 60px 0 60px;
}

.aboutfaqsec .faqwrapper {
  display: block;
}

.aboutfaqsec .faqleft {
  text-align: center;
  margin: 0 0 35px;
}

.aboutfaqsec .faqleft p {
  margin: 17px auto auto;
}

.aboutfaqsec .faqright {
  max-width: 850px;
  margin: auto;
}

/*Contact Us*/
.contactbanner span.sbtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  float: left;
}

.contactbanner p,
.contactbanner h1 {
  width: 100%;
  display: inline-block;
}

.contactbanner .herobtn {
  width: 100%;
}

.contactbanner .status-card {
    width: 100%;
    max-width: 515px;
    background: rgb(255 255 255 / 42%);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    border: 1px solid #1fa4d8;
}

.contactbanner .status-card:before,
.contactbanner .status-card:after {
  content: inherit;
}

.contactbanner {
  background: #eaf7fc;
  padding: 40px 0;
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.statusitem {
  display: flex;
  align-items: center;
  gap: 19px;
  line-height: 1;
}

.statusitem .value {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.contactbanner .statusicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
}
.contactbanner .statusicon img {
    width: 40px;
    height: 40px;
}
.status_title {
    color: #1fa4d8;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px;
}
.contactbanner .statustitle {
    margin: 0 0 5px;
    display: inline-block;
}
.contactbanner .statusitem .value {
    font-size: 14px;
    line-height: 1.4;
    max-width: 300px;
}
.aimdiv {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 20px 0 0;
}
.aimdiv span {
    display: flex;
}
.aimdiv span img {
    width: 26px;
    height: 26px;
}
.contactbanner .aimdiv p {
    margin: 0;
}
body .contactbanner span.sbtitle {
    padding: 0;
    background: transparent;
    border: none;
    margin: 0 0 8px;
}
.statustitle {
  color: #000000;
  font-size: 18px;
  font-family: "Outfit";
  font-weight: 500;
}

.statusicon {
  display: flex;
}

.statusitem:not(:last-child) {
  margin: 0 0 25px;
}

section.herobanner.aboutbanner .bottom-badge {
  width: auto;
  animation: none;
  padding: 10.5px 14px;
  bottom: -65px;
  font-size: 14px;
}

section.herobanner.contactbanner .bannerrightin {
  text-align: center;
}

.contactbanner .top-badge {
  top: -30px;
  right: 50px;
  z-index: 1;
  padding-left: 40px;
  line-height: 1.3;
  border-color: rgb(31 164 216 / 50%);
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  animation: floatY 6s ease-in-out infinite;
}

.contactbanner .top-badge span {
  display: block;
  font-size: 12px;
  color: #1fa4d8;
  font-weight: 700;
}

.contactbanner .top-badge::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ourserviceshead span {
  letter-spacing: 1px;
}

.bottom-badge {
  position: absolute;
  left: 10px;
  bottom: -20px;
  padding: 6px 14px;
  border: 1px solid #1fa4d8;
  border-radius: 30px;
  background: #fff;
  font-size: 12px;
  letter-spacing: 0;
  color: #111827;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;

  animation: floatY 6s ease-in-out infinite;
}

.bottom-badge .avgicon {
  line-height: 0;
}

.bottom-badge span {
  color: #1fa4d8;
  width: 100%;
  float: left;
  font-weight: bold;
  clear: both;
}

.avgdiv {
  color: #111827;
  font-weight: 500;
}

.line-sec {
  text-align: center;
  padding: 52px 0;
}

.line-sec p {
  font-family: "Inter";
  font-size: 16px;
  color: #111827;
  margin-top: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.how-help-contact {
  padding: 30px 0px;
}

.how-help-contact .ourservicegrid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.how-help-contact .ourservicegrid .ourserviceitem {
  height: stretch;
  width: 33.33%;
  text-align: left;
}

.how-help-contact .ourserviceitemin {
    text-align: left;
    background: #fff;
    padding: 25px;
    border-color: rgb(31 164 216 / 50%);
    display: flex;
    gap: 20px;
}
.contactiocn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eaf7fc;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.contactiocn img {
    width: 40px;
    height: 40px;
    margin: auto;
}
.how-help-contact .ourservicegrid p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px;
}
.how-help-contact .ourserviceshead p {
  max-width: 650px;
  margin: auto;
  width: 100%;
}

.how-help-contact .ourservicegrid .ourserviceitem:nth-child(2) .contactiocn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactiocn .fast-reply {
  background: #eaf7fc;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 6%;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 100px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 7px;
}
.how-help-contact .ourserviceitemin .servicecontent {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
.how-help-contact .ourserviceitemin .servicecontent h3 {
  margin-bottom: 7px;
  font-size: 18px;
}
.btn-direction {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  color: #1fa4d8;
}
.how-help-contact .ourserviceitemin .servicecontent a.btn-direction {
    margin-top: auto;
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.how-help-contact .ourserviceitemin:hover {
  background-color: #1fa4d8;
  background-image: linear-gradient(to bottom, #0b5cad, #1fa4d8);
  /* transform: translateY(-6px); */
}
.waystitle {
    text-align: center;
    margin: 0 0 20px;
    color: #1fa4d8;
    font-weight: 500;
}
.waystitle span {
    position: relative;
    display: inline-flex;
    z-index: 1;
    align-items: center;
    gap: 15px;
}
.waystitle span:before, 
.waystitle span:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #d7e5f7;
    display: block;
}
.how-help-contact .ourserviceitemin:hover a.btn-direction {
  color: #fff;
}
.how-help-contact .ourserviceitemin:hover a.btn-direction svg path{
  fill: #fff;
}
.btn-direction:hover {
  text-decoration: none !important;
}
.contact-section {
  padding: 0px 0px 30px;
}
body .contactready .readygrowright .btnwrap {
    flex-direction: column;
}
body .contactready .readygrowrap {
    grid-template-columns: 1.3fr 0.7fr;
}
.contactbanner p {
    margin: 8px 0 0;
}

/* LEFT CARD */

.support-card {
    flex: 1;
    background: #ebf6ff;
    border-radius: 10px;
    padding: 30px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #1fa4d880;*/
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge {
  border: 1px solid #1fa4d8ba;
  color: #1fa4d8;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 1px;
  line-height: 26px;
}

.status {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.response-time {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 66px 0;
  margin-bottom: 35px;
}

.response-time h2 {
  color: #111827;
}

.response-time p {
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
}

.progress-item {
  margin-bottom: 22px;
}

.progress-item span {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  color: #111827;
  font-weight: 500;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 0px;
}

.progress {
  height: 100%;
  background: #1fa4d8;
  border-radius: 10px;
}

.team {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 70px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #1fa4d8;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.52px solid #eaf7fc;
  margin-left: -8px;
  font-weight: 600;
  font-family: "Outfit";
}

.avatars span:first-child {
  margin-left: 0;
}

.team p {
  color: #111827;
  font-size: 16px;
  margin: 0;
}

/* RIGHT SIDE */

.contact-form {
  flex: 1.3;
}

.sub-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #444;
  display: block;
  margin-bottom: 12px;
}

.contact-form h2 {
  font-size: 52px;
  color: #2ea3e6;
  margin-bottom: 15px;
  line-height: 1.1;
}

.description {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}

.contact-section .container {
  display: flex;
  gap: 25px;
}

.contact-form span {
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

body.page-template-contact .registerrightin>span {
  text-transform: uppercase !important;
  letter-spacing: 0.6px;
  font-size: 16px;
  margin: 0 0 8px;
}

.registerrightin h2 {
  color: #1fa4d8;
  font-size: 45px;
}

body.page-template-contact .contact-form span, 
.support-cardin span {
  font-size: 14px;
  font-weight: 400;
  color: #1fa4d8;
}
.support-cardin span {
    display: inline-block;
    margin: 0 0 20px;
}
.contact-form span label {
  display: flex;
  align-items: start;
  gap: 8px;
}

.contact-form span label input {
  margin: 2px 0 0;
}

.contact-form span a {
  color: #1fa4d8;
}

.contact-form span a:hover {
  color: #0b5cad;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: red;
}

.wpcf7-response-output {
  font-family: "Inter";
}

.contact-form p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.registerrightin {
    border: 1px solid #1fa4d880;
    border-radius: 10px;
    padding: 30px;
    background: #eaf7fc;
    height: 100%;
}
.contact-section .submitbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.contact-section .submitbtn p {
  margin: 0;
  max-width: 390px;
  width: 100%;
}

.contact-section .submitbtn span {
  margin: 0;
}

.contact-section .submitbtn .wpcf7-form-control-wrap span.wpcf7-list-item-label {
  letter-spacing: 0;
  color: #111827;
  text-transform: none;
}

span.wpcf7-spinner {
  position: absolute;
}

.contact-form .wpcf7-response-output {
  margin-top: 30px !important;
}

@keyframes floatY {

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

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

.contactbanner .bottom-badge::before {
  display: none;
}
.mapitem iframe {
    width: 100%;
    height: 300px;
    max-height: 100% !important;
    border: 1px solid #1fa4d880 !important;
    border-radius: 10px;
}
.address_itemin {
    display: flex;
    gap: 15px;
    margin: 0 0 20px;
}
.addresiocn img {
    width: 30px;
    height: 30px;
}
.address_itemin .servicecontent {
    margin: 0;
}
.address_item {
    margin: 20px 0 0;
}
.address_itemin .servicecontent h3 {
    font-size: 16px;
    margin: 0 0 3px;
}
.address_itemin .servicecontent p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 5px;
}
.address_itemin:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.address_itemin:last-child {
    margin: 0;
}
body .contactready {
    margin-bottom: 30px;
}

/*Contact Us End*/

/* __________________Registration CSS______________________ */

.herobanner.registration-banner {
  padding: 40px 0;
}

.registration-grid {
  display: flex;
  gap: 50px;
  padding: 70px 0;
}

.registration-banner .bannercontent {
  display: flex;
  align-items: center;
}

.registration-banner .bannercontentin {
  margin-left: 0;
}

.registration-banner .bannerrightin {
  justify-content: center;
}

.registration-banner .bannercontentin p {
  max-width: 651px;
}

.registration-banner .bannerimg {
  left: 0;
}

/* _______________________ */

.registration-form-part {
  border: 1px solid #1fa4d880;
  border-radius: 10px;
  width: 70%;
}

.registration-sidebar {
  width: 30%;
}

.heading-wrapper {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 40px;
}

.registration-form-part .heading-wrapper h3 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #1fa4d8;
  margin: 0 0 5px;
}

.registration-form-part .heading-wrapper p {
  margin: 0;
}

.common-form .form-part {
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 40px 20px;
}

.common-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.common-form .form-part h4 {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1fa4d8;
  margin: 0 0 25px;
}

.common-form .input-container {
  display: flex;
  align-items: start;
  /* align-items: end; */
  gap: 22px;
}

.common-form .input-wrap {
  margin-bottom: 20px;
}

/* .field-error {
    display: none;
} */

.common-form .input-container .input-wrap {
  width: 50%;
}

.common-form .input-wrap label {
  display: inline-block;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px;
}

.common-form .input-wrap input {
  border: 1px solid #1fa4d880;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  padding: 5px 16px;
  outline: none;
  box-shadow: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.input-info {
  display: block;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #696969;
  min-height: 22px;
  margin: 5px 0 0;
}

.common-form .form-consent-part h4 {
  margin: 0 0 16px;
}

.checkbox-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.checkbox-wrap input {
  width: 19px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.checkbox-wrap label {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #111827;
  cursor: pointer;
}

.checkbox-wrap label a {
  color: #1fa4d8;
}

.form-submit-wrap {
  padding: 10px 40px 40px;
}

.form-submit-wrap .form-submit {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #1fa4d8;
  border: none;
  border-radius: 6px;
  padding: 16px;
  cursor: pointer;
  transition: ease 0.3s;
}

.form-submit-wrap .form-submit:hover {
  background: #0b5cad;
  border-color: #0b5cad;
  color: #fff;
}

.common-form .form-part.form-consent-part {
  border: none;
  padding-bottom: 10px;
}

.submit-security {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

.registration-sidebar .card {
  background: #fff;
  border: 1px solid #1fa4d880;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.registration-sidebar .card-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  color: #1fa4d8;
  font-size: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.registration-sidebar .card-header span {
  font-size: 20px;
  font-weight: 500;
}

.registration-sidebar .card-body {
  padding: 20px;
}

.registration-sidebar .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 12px;
  text-transform: none;
}

.registration-sidebar .progress {
  height: 5px;
  background: #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}

.registration-sidebar .progress div {
  border-radius: 14px;
  width: 15%;
  height: 100%;
  background: #1ca3ec;
}

.registration-sidebar .check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.registration-sidebar .check-item.active {
  font-weight: 500;
}

.registration-sidebar .circle {
  width: 18px;
  height: 18px;
  border: 1px solid #111827;
  border-radius: 50%;
}

.registration-sidebar .circle.active {
  border: none;
  position: relative;
}

.registration-sidebar .circle.active::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.3751 9.48346C15.7501 12.6085 13.394 15.5505 10.0867 16.2084C6.77952 16.8662 3.42342 15.3278 1.76296 12.393C0.102496 9.45818 0.512421 5.78914 2.77966 3.29311C5.0469 0.797076 8.87511 0.108476 12.0001 1.35848" stroke="%232FBF71" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.75 8.23352L8.875 11.3585L16.375 3.23352" stroke="%232FBF71" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #3ac56a;
  font-size: 16px;
}

.registration-sidebar .info-box {
  background: #eaf7fc;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  gap: 10px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
}

.registration-sidebar .info-box svg {
  margin-top: -1px;
}

.registration-sidebar .step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.registration-sidebar .number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d8effd;
  color: #169ce5;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.registration-sidebar .contact,
.registration-sidebar .contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

.registration-sidebar .contact a {
  margin-bottom: 0;
}

.registration-sidebar a.contact:hover,
.registration-sidebar .contact a:hover {
  color: #1FA4D8;
}

.registration-sidebar .icon {
  display: inline-flex;
  color: #1ca3ec;
  font-size: 20px;
  width: 20px;
}

.registration-sidebar .title::before {
  display: none;
}

@media(min-width: 992px) {
  .registration-sidebar {
    height: max-content;
    position: sticky;
    top: 100px;
  }
}

/* ________________Registration CSS End____________________ */

/* ________________Login CSS____________________ */

.login-banner.herobanner {
  position: relative;
  /* background: linear-gradient(180deg,rgba(31, 164, 216, 1) 0%, rgba(234, 247, 252, 1) 50%); */
  padding: 0;
}

.login-banner.herobanner:before {
  content: "";
  content: url(../images/login-banner-bg-pattern.png);
  /* background-image: url(../images/login-banner-bg-pattern.png); */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #eaf7fc;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.login-banner.herobanner .container {
  position: relative;
  z-index: 1;
}

.login-banner .bannercontent,
.login-banner .bannerright {
  width: 50%;
}

.login-banner .bannercontent {
  border-right: 1px solid #1fa4d84d;
  padding: 70px 0 40px;
}

.login-banner .bannercontentin {
  max-width: 100%;
  margin-left: 0;
}

.login-banner .bannercontentin .banner-text {
  max-width: 570px;
}

/* .login-banner .hero-img {
  padding: 40px;
} */

.login-banner .bannerleftitem h3 {
  color: #1fa4d8;
}

.login-banner .bannerleftitem p {
  color: #111827;
}

.login-banner .bannerleftgrid {
    max-width: 700px;
    margin-top: 0;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
}

.login-banner .bannerrightin {
  /* max-width: 550px; */
  max-width: 600px;
  align-items: center;
  padding: 50px 0;
  margin: 0 auto;
}

.login-banner .bannerrightin .bannerformin {
  padding: 46px 46px 35px;
  max-width: 100%;
}

.login-banner .bannerrightin .bannerform {
  width: 100%;
}

.login-banner .formhead p {
  /* font-size: 16px; */
  font-size: 18px;
  line-height: 1.625;
}

.form_wrap .form-checkbox {
  display: flex;
  gap: 10px;
  margin: 20px 0 30px;
}

.form_wrap .form-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.form_wrap .form-checkbox label {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

.login-banner .formfoot p {
  font-size: 15px;
  line-height: 2;
  color: #111827;
}

.login-banner .formfoot a {
  text-transform: none;
}

.form-secure-text {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 15px 0 0;
}

.form-secure-text .text {
  font-size: 14px;
  color: #696969;
}

.login-agreement {
  text-align: center;
  padding: 50px 0 60px;
  margin: 0;
}

.login-agreement a {
  color: #1fa4d8;
}

/* ________________Login CSS End____________________ */

/* ________________Forget Password CSS____________________ */

.forget-password-banner.herobanner {
  padding: 80px 0 40px;
}

.forget-password-banner .banner-wrapper,
.forget-password-banner .check-email-wrapper {
  max-width: 520px;
  margin: 0 auto;
}

.forget-password-banner .banner-heading {
  text-align: center;
  margin-bottom: 30px;
}

.forget-password-banner .banner-heading h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}

.forget-password-banner .banner-heading p {
  margin: 0;
}

.forget-password-banner .banner-wrapper .card {
  border: 1px solid #1fa4d880;
  border-radius: 20px;
  padding: 40px 37px;
}

.forget-password-banner .banner-wrapper .card h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #111827;
}

.forget-password-banner .banner-wrapper .card .desc {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.forget-password-banner .formitem input {
  background: transparent;
}

.forget-password-banner .form_wrap .formbtn {
  margin: 29px 0 0;
}

.forget-password-banner .formfoot p {
  font-size: 16px;
  color: #111827;
}

.forget-password-banner .formfoot a {
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.check-email-wrapper {
  border: 1px solid #1fa4d8;
  border-radius: 20px;
  padding: 32px 37px 35px;
  box-shadow: 0 -5px 0 0 #1fa4d8;
  margin-top: 30px !important;
}

.check-email-wrapper .header {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.check-email-wrapper .header h3 {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.check-email-wrapper .header p {
  margin: 0 0 25px;
}

.check-email-wrapper .header a {
  font-weight: 600;
  color: #1fa4d8;
}

.check-email-wrapper .buttons {
  display: flex;
  gap: 16px;
}

.check-email-wrapper button.btn {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  padding: 12px 27px;
  cursor: pointer;
  transition: ease 0.3s;
}

.check-email-wrapper .btn.primary {
  color: #ffffff;
  background: #1fa4d8;
}

.check-email-wrapper .btn.primary:hover {
  color: #1fa4d8;
  background: #ffffff;
}

.check-email-wrapper .btn.secondary {
  color: #1fa4d8;
  background: #ffffff;
}

.check-email-wrapper .btn.secondary:hover {
  color: #ffffff;
  background: #1fa4d8;
}

.check-email-wrapper .info {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #1fa4d81f;
  border-radius: 30px;
  padding: 5px 10px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1fa4d8;
}

.check-email-wrapper .info-icon {
  display: inline-flex;
}

.forget-password-bottom {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #4a4949;
  padding: 30px 0 0;
}

.forget-password-bottom a {
  font-weight: 600;
  color: #1fa4d8;
}

/* ________________Forget Password CSS End____________________ */

/*------------faizan css start -------------*/

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
  padding-right: 45px;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
}

.success-msg {
  color: #28a745;
}

.error-msg {
  color: red;
}

.formbtn button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.field-error,
.error-msg {
  font-family: "Inter";
  color: #d63638;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.field-error {
  display: none;
}

.input-error {
  border: 1px solid #d63638 !important;
}

.input-valid {
  border: 1px solid #16a34a !important;
}

.forgot-link {
  text-align: center;
}

.forgot-link a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1fa4d8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: ease 0.3s;
  border-bottom: 1px solid transparent;
}

button.btn.btn-primary {
  color: #fff;
  background: #1fa4d8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2;
  transition: ease 0.3s;
  border: 1px solid #1fa4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  font-size: 12px;
}

body.page-template-contact .contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
  margin: 8px 0 0;
  letter-spacing: 0;
}

.reset-message .success-msg {
  font-family: "Inter";
  font-size: 14px;
  margin-top: 10px;
}

/* _________________________ */

.map-wrap {
  position: relative;
  margin-top: 40px;
  max-width: 460px;
}

.map-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}

.au-shape {
  fill: rgba(78, 224, 255, 0.045);
  stroke: rgba(78, 224, 255, 0.35);
  stroke-width: 1.1;
}

.au-link {
  fill: none;
  stroke: #4ee0ff;
  stroke-width: 3;
  stroke-dasharray: 5 7;
  opacity: 0.55;
  animation: flow 2.4s linear infinite;
}

text.node-label {
  font-family: 'Inter';
  font-size: 11px;
  font-weight: 600;
}

@keyframes flow {
  100% {
    stroke-dashoffset: -24;
  }
}

.node-ring {
  fill: none;
  stroke: #4ee0ff;
  stroke-width: 1;
  opacity: 0.5;
  animation: ringPulse 2.6s ease-out infinite;
}

@keyframes ringPulse {
  0% {
    r: 5;
    opacity: 0.6;
  }

  100% {
    r: 16;
    opacity: 0;
  }
}

.node-dot {
  fill: #4ee0ff;
}

.node-label {
  font-size: 8.5px;
  fill: #000000;
  letter-spacing: 0.05em;
}

.node-hq .node-ring {
  stroke: #3ddc97;
}

.node-hq .node-dot {
  fill: #3ddc97;
}

.node-hq .node-label {
  fill: #3ddc97;
  font-weight: 500;
}

/* __________________________ */
/* homepage-banner css */
body.page-template-home .bannerrightin {
  justify-content: end;
}

body.page-template-home .bannerform {
  position: relative !important;
  right: 0;
  margin-left: -170px;
}

.home section.herobanner a.outlinebtn:hover {
  background: #fff !important;
}

/* homepage-banner css End */
/* __________________________ */

/*------------faizan css end -------------*/

/*faq css start -------------*/
.serach-faq {
  width: 100%;
  margin-top: 35px;
  max-width: 381px;
  position: relative;
}
.page-template-faq .bannercontentin {
    margin-left: 0;
}
.serach-faq input {
  border: 1px solid #1fa4d8;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding-left: 50px;
  background: transparent;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.serach-faq button {
  position: absolute;
  background: transparent;
  border: 0px;
  height: 50px;
  width: 60px;
}

.serach-faq input:focus {
  border: 1px solid #1fa4d8 !important;
  box-shadow: 0px 0px !important;
  outline: 0px !important;
}

.serach-faq input::placeholder {
  color: #696969;
}

.bannerright.faq-sec .top-sec-que {
  position: absolute;
  top: -40px;
  right: -49px;
}

.bannerright.faq-sec .top-badge {
  top: unset;
  right: unset;
  left: 10px;
  bottom: -20px;
  text-align: left;
}

.bannerright.faq-sec .bottom-badge {
  left: inherit;
  right: 0;
  bottom: 40px;
  text-align: left;
  border-color: rgb(31 164 216 / 50%);
}

.bannerright.faq-sec .result-inside {
  background: #1fa4d814;
  border: 1px solid #1fa4d880;
  border-radius: 6px 6px 0px 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 30px;
  width: auto;
  float: left;
}

.bannerright.faq-sec .result-inside p {
  margin: 0;
  color: #111827;
  width: 88%;
  line-height: 20px;
}

.bannerright.faq-sec .result-inside span {
  background: #1fa4d84d;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #1fa4d8;
  font-size: 18px;
}

.contactbanner .status-card {
  display: inline-block;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.bannerright.faq-sec .section {
  text-align: center;
}

.bannerright.faq-sec .result-inside.recive {
  float: right !important;
  max-width: 80%;
  background: linear-gradient(90deg, #1fa4d8 0%, #0b5cad 100%);
  color: #fff;
}

.bannerright.faq-sec .result-inside.recive p {
  color: #fff;
}

.bannerright.faq-sec .result-inside.recive span {
  background: #ffffffe5;
}

/* _____25-6-2026_____ */

section.faq-top-tabs.sticky {
  top: 92px;
  z-index: 99;
  background: rgb(242 250 253);
  border-bottom: 1px solid #0c2a3b17;
  transition: 0.2s;
}

.faq-top-tabs {
  position: sticky;
  top: 92px;
  z-index: 99;
  transition: 0.2s;
}

.faq-tabs ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 40px 0;
}

.faq-tab-btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #1fa4d880;
  border-radius: 30px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
  color: #1fa4d8;
  padding: 12px 20px;
  transition: ease 0.3s;
}

.faq-tab-btn span {
  display: inline-flex;
}

.faq-tab-btn.active,
.faq-tab-btn:hover {
  color: #ffffff;
  background: #1fa4d8;
}

.faq-tab-btn.active span img,
.faq-tab-btn:hover span img {
  filter: brightness(0) grayscale(1) invert(1);
  transition: ease 0.3s;
}

.faq-tab-btn.active span svg *,
.faq-tab-btn:hover span svg * {
  fill: #ffffff;
  stroke: #ffffff;
  transition: ease 0.3s;
}

.faq-content-section {
  padding-bottom: 76px;
}

.faq-content-part {
  border: 1px solid #1fa4d880;
  border-radius: 8px;
  background: #eaf7fc80;
  padding: 50px 49px 55px;
}

.faq-content-part:not(:last-child) {
  margin-bottom: 45px;
}

.faq-content-part#id-usage-instructions {
  margin-bottom: 0;
}

.faq-content-haeder {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 21px;
}

.faq-content-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: #1fa4d8;
}

.faq-content-heading .icon {
  background: #1fa4d8;
  border-radius: 8px 8px 8px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
}

.faq-question-count {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: #696969;
}

.faq-content-part .faq-answer p {
  max-width: 100%;
}

.faq-content-section .no-results {
  font-family: "Inter";
  text-align: center;
}

.page-template-faq .bannercontentin p {
  max-width: 480px;
}

/*------------FAQ css end -------------*/

/*------------News css -------------*/

.news-page .bannercontentin {
  max-width: 500px;
  margin-left: 0;
}

body.page-template-news .articlecontent {
  padding: 27px 27px 35px;
}

body.page-template-news .ourarticle {
  padding: 60px 0;
}

/*------------News css End-------------*/

/*404*/
.error404 header.page-header {
  text-align: center;
  padding-top: 30px;
}

.error-404.not-found {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.error-404.not-found.default-max-width input[type="search"] {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 30%;
  padding: 0 10px;
}

.error-404.not-found.default-max-width input.search-submit {
  color: #fff;
  background: #1fa4d8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2;
  transition: ease 0.3s;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  height: 50px;
  top: 1px;
  position: relative;
  cursor: pointer;
}

.error-404.not-found label {
  font-family: "Inter", sans-serif;
}

/*404*/

/*------------Single Service css -------------*/

.service-overview {
  padding: 60px 0px;
}

.service-overview .ourserviceshead {
  margin: 0 0 40px;
}

.service-overview .servicecontent {
  margin: 27px 0 0;
}

.service-overview .ourserviceitemin {
  padding: 30px 20px 30px;
}

.service-overview .ourserviceshead p {
  max-width: 700px;
  margin: 0 auto;
}

.service-overview .ourserviceitemin {
  text-align: left;
}

.service-overview .serviceicon {
  margin: 0;
}

.service-benefits .aboutwrap {
  gap: 0;
}

.service-benefits p {
  max-width: 621px;
}

.service-benefits .aboutleft img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.service-benefits .aboutright {
    background: #eaf7fc;
    border-radius: 0 10px 10px 0;
    padding: 48px 48px 48px 48px;
}

.feature-list li,
.single-news-content li,
.list-content ul li {
  position: relative;
  color: #111827;
  padding-left: 32px;
  margin-bottom: 14px;
}

.feature-list li:before,
.single-news-content li:before,
.list-content ul li:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/06/blue-tickmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-flex;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.service-benefits,
.service-commitment {
  padding-top: 0;
}

.service-commitment .aboutwrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.service-commitment .aboutwrap>* {
  width: 50%;
}

.service-commitment .aboutwrap .aboutleft {
  position: sticky;
  top: 90px;
}

.service-commitment h2 {
  max-width: 500px;
  margin-right: auto;
}

body.single .faqsection {
  margin-bottom: 60px;
}

.single-service-page .bannercontentinpage .bannercontentin p {
  max-width: 500px;
}

/*------------Single Service css End-------------*/

/*------------Single News css-------------*/

.single-news-banner {
  background: #eaf7fc;
}

.banner-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.banner-grid>* {
  width: 50%;
}

.banner-grid .bannercontentin {
  max-width: 750px;
  padding: 30px 0 30px 50px;
}

.banner-grid .bannercontentin h1 {
  max-width: 550px;
}

.banner-image {
  display: inline-flex;
}

.banner-image img {
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
}

.single-news-section {
  padding: 60px 0;
}

.single-news-grid {
  display: flex;
  gap: 100px;
}

.single-news-part {
  width: calc(68% - 50px);
}

.single-news-sidebar {
  width: calc(32% - 50px);
}

.single-news-content-wrap .sbtext {
  font-weight: 400;
  text-transform: none;
  margin: 0 0 13px;
}

.single-news-content h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 35px 0 15px;
}

.single-news-content>h2:first-of-type {
  margin-top: 0;
}

.single-news-content img {
  max-width: 100%;
  margin: 25px 0 0;
}

.article-prev-next-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
  margin-top: 40px;
}

.article-prev-next-wrap .herobtn {
  margin: 0;
}

.comments-area {
  display: none;
}

.article-prev-next-wrap .herobtn a {
  width: 127px;
  justify-content: center;
}

.article-social-share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-social-share h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.related-articles-wrapper {
  background: #eaf7fc;
  border: 1px solid #1fa4d880;
  border-radius: 10px;
  padding: 36px 24px 40px 29px;
  position: sticky;
  top: 110px;
}

.related-articles-wrapper h2 {
  font-size: 28px;
  color: #111827;
  margin-bottom: 25px;
}

.related-articles-grid {
  margin-bottom: 34px;
}

.related-article {
  display: flex;
  align-items: center;
  gap: 19px;
}

.related-article:not(:last-child) {
  margin-bottom: 19px;
}

.related-article .image {
  display: inline-flex;
  flex-shrink: 0;
}

.related-article img {
  max-width: 125px !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.related-article h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-article h3 a {
  color: #111827;
}

.related-article .learnmore {
  padding: 8px 0 0;
  margin-top: auto;
}

.social-icons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.social-icon-item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1fa4d866;
  border-radius: 50%;
}

.social-icon-item a:hover {
  background: #1fa4d8;
}

.social-icon-item a:hover svg * {
  fill: #ffffff;
}

.social-icon-item a:hover img {
  filter: brightness(0) grayscale(1) invert(1);
}

.related.products ul.products:before,
.related.products ul.products:after {
  display: none;
}

.related-product-section ul.products.columns-4.products-grid {
  gap: 47px !important;
  padding-bottom: 70px;
}

.related-product-section ul.products.columns-4.products-grid .product-card {
  width: calc(100% / 4 - 36px);
  height: stretch;
}

.related.products h2 {
  text-align: center;
  margin-bottom: 47px;
}

/*------------Single News css End-------------*/

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ________________________________________ */

/* product-archive css */

button.btn.btn-outline {
  color: #1fa4d8;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2;
  transition: ease 0.3s;
  border: 1px solid #1fa4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  /* margin-top: auto; */
}

#notify-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.notify-box {
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notify-box h3 {
  font-size: 24px;
  color: #1fa4d8;
  margin: 0 0 15px;
}

.notify-box p {
  margin: 0;
}

.notify-box input {
  border: 1px solid #1fa4d880;
  border-radius: 6px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin: 20px 0;
}

#notify-submit {
  width: 100%;
  height: 45px;
  justify-content: center;
  padding: 10px 20px;
}

.notify-message {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: red;
  margin-top: 10px;
}

.close-notify {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  background: #1fa4d8;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.our-brands {
  position: relative;
  background: #eaf7fc;
  padding: 60px 0 60px !important;
}

.our-brands .section-heading {
  text-align: center;
  margin-bottom: 53px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.brand-card {
  text-align: center;
}

.brand-logo {
  height: 140px;
  background: #fff;
  border: 1px solid #8fd5f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.brand-logo img {
  max-width: 180px;
  max-height: 80px;
  width: auto;
}

.brand-card .brand-logo {
  max-width: 208px;
  height: 104px;
  background: #fff;
  border: 1px solid #8fd5f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
  transition: 0.3s;
}

.brand-card:hover .brand-logo {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.brands-grid .brand-card h3 {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  margin: 0 0 5px;
}

.brands-grid .brand-card p {
  text-transform: capitalize;
  margin: 0 0 14px;
}

.brand-btn {
  font-size: 16px;
  font-weight: 500;
  color: #1fa4d8;
  text-transform: uppercase;
  text-decoration: none;
}

.brand-btn:hover {
  color: #0b5cad;
}

.toolbar-left button.active {
  background: #1fa4d8 !important;
  color: #fff !important;
}

.toolbar-left button {
  background: #fff !important;
  color: #1fa4d8 !important;
}

.toolbar-left .filter-btn.active {
  color: #1fa4d8 !important;
  background: #fff !important;
}

body .toolbar-left .filter-btn {
  color: #ffffff !important;
  background: #1fa4d8 !important;
}


/* product-archive css end */

/* ________________________________________________ */

/*======================================
	SHOP PAGE
	======================================*/

.shoppagge *,
.shoppagge *:before,
.shoppagge *:after {
  box-sizing: border-box;
}

.shoppagge a {
  text-decoration: none;
  transition: 0.25s;
}

.shoppagge img {
  max-width: 100%;
  display: block;
}

/*======================================
	TOP BAR
	======================================*/

.shop-top-section {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0 !important;
}

.shoppagge .header-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/*======================================
	BREADCRUMB
	======================================*/

.shoppagge .shop-breadcrumb nav {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #111827;
  margin: 0;
}

.shoppagge .shop-breadcrumb ol,
.shoppagge .shop-breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.shoppagge .shop-breadcrumb li {
  font-size: 14px;
  color: #8b8b8b;
}

.shoppagge .shop-breadcrumb li:not(:last-child):after {
  content: "/";
  margin-left: 12px;
  color: #c8c8c8;
}

.shoppagge .shop-breadcrumb a {
  color: #111827;
}

.shoppagge .shop-breadcrumb a:hover {
  color: #1fa4d8;
}

/*======================================
	SHOP WRAPPER
	======================================*/

.shop-section {
  padding: 26px 0 44px !important;
}

.shoppagge .shop-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-columns: 300px 1fr; */
  gap: 70px;
  align-items: start;
  /* overflow: hidden; */
}

.shop-main {
  overflow: auto;
}

/*======================================
	SIDEBAR
	======================================*/

.shoppagge .filter-box {
  background: #fff;
  /* border: 1px solid #ececec; */
  /* border-radius: 18px; */
  margin-bottom: 33px;
  overflow: hidden;
}

.shoppagge .filter-box h3 {
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  border-bottom: 2px solid #f1f1f1;
}

.shoppagge .filter-box h3:after {
  content: "";
  background: #1fa4d8;
  display: inline-block;
  width: 74px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
}

.shoppagge .filter-content {
  padding: 0;
}

/*======================================
	CHECKBOX
	======================================*/

.shoppagge .checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 18px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

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

.shoppagge .checkbox-item input {
  display: none;
}

.shoppagge .checkbox-item .checkmark {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  position: relative;
  transition: 0.25s;
  flex-shrink: 0;
}

.shoppagge .checkbox-item:hover .checkmark {
  border-color: #1fa4d8;
}

.shoppagge .checkbox-item input:checked+.checkmark {
  /* background: #1fa4d8;
  border-color: #1fa4d8; */
}

.shoppagge .checkbox-item input:checked+.checkmark:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #111827;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 8px;
  top: 4px;
}

.shoppagge .checkbox-item small {
  margin-left: auto;
  color: #999;
  font-size: 13px;
}

/*======================================
	PRICE FILTER
	======================================*/

.shoppagge #price-slider {
  margin: 27px 10px;
}

.shoppagge .price-range {
  font-family: "Inter";
  font-size: 16px;
  color: #111827;
  padding: 0;
}

/* .shoppagge .price-range span {
  color: #1fa4d8;
  font-weight: 700;
  margin-left: 6px;
} */

/*======================================
	NOUISLIDER
	======================================*/

.shoppagge .noUi-target {
  background: #eef4f8;
  border: none;
  border-radius: 20px;
  height: 6px;
  box-shadow: none;
}

.shoppagge .noUi-connect {
  background: #1fa4d8;
}

.shoppagge .noUi-horizontal {
  height: 2px;
}

.shoppagge .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #1fa4d8;
  background: #fff;
  box-shadow: 0 4px 12px rgba(31, 164, 216, 0.25);
  cursor: pointer;
  right: -9px;
  top: -6px;
}

.shoppagge .noUi-handle:before,
.shoppagge .noUi-handle:after {
  display: none;
}

/*======================================
	SHOP INFO
	======================================*/

.shoppagge .shop-info {
  background: #eaf7fc80;
  border-radius: 10px;
  padding: 21px 24px;
}

.shoppagge .info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
  margin-bottom: 18px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #1fa4d8;
}

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

/* .shoppagge .info-item:before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1fa4d8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
} */

/*======================================
	FILTER BUTTON
	======================================*/

.shoppagge .clear-filter {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #1fa4d8;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px;
  cursor: pointer;
  transition: 0.25s;
}

.shoppagge .clear-filter:hover {
  background: #168cbc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-order-received header.entry-header {
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.2;
}

.woocommerce-order-received header.entry-header h1 {
  text-transform: capitalize;
}

.woocommerce-order .woocommerce-notice {
  text-align: center;
  margin: 0;
  font-family: 'Inter' !important;
  color: green;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
}

ul.woocommerce-order-overview {
  margin: 30px 0 0;
}

ul.woocommerce-order-overview li {
  display: grid;
  gap: 20px;
  font-family: 'Inter' !important;
  grid-template-columns: 160px 1fr;
  margin: 0 0 6px;
}

.woocommerce-order p {
  font-family: 'Inter' !important;
  font-weight: 600;
}

body.woocommerce-order-received table tr {
  height: auto;
}

.woocommerce-order-received table th,
.woocommerce-order-received table a,
.woocommerce-order-received table td a {
  font-family: 'Inter' !important;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

tr.woocommerce-table__line-item.order_item {
  width: 100%;
}

.woocommerce-order-received table th,
.woocommerce-order-received table td {
  padding: 10px 20px 10px 0;
  font-family: 'Inter';
  font-weight: 500;
}

body .woocommerce-table--order-details {
  margin-bottom: 0;
}

h2.woocommerce-column__title {
  margin: 0 0 10px;
}

section.woocommerce-customer-details address {
  font-family: 'Inter';
  line-height: 1.5;
}

section.woocommerce-order-details,
section.woocommerce-customer-details {
  float: left;
  width: 50%;
}

body.woocommerce-order-received article {
  padding-bottom: 40px;
}

body.woocommerce-order-received .footersec {
  float: left;
  width: 100%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new,
.wp-block-woocommerce-empty-cart-block hr+h2 {
  display: none;
}

.search-result-count {
  text-align: center;
  font-family: 'Inter';
  margin-top: 10px;
}

.search-results header.page-header {
  text-align: center;
  margin-top: 20px;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1600px;
  margin: auto;
  padding: 0 50px;
  margin-top: 40px;
  padding-bottom: 60px;
}

.search-grid article {
  background: #eaf7fc;
  border-radius: 10px;
  padding: 24px 23px 26px !important;
  position: relative !important;
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: stretch;
  overflow: hidden;
  border: none;
  width: 100%;
}

.search-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.search-grid article .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.625;
  margin: 0;
  text-transform: none;
}

.search-grid article .entry-content {
  display: none;
}

.search-grid article header.entry-header {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.search-grid article .entry-title a {
  color: #000;
}

.search-grid article figure.post-thumbnail {
  text-align: center;
  margin: 0px 0 20px;
}

.search-grid article figure.post-thumbnail img {
  height: 100% !important;
  max-width: 100% !important;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
  object-fit: contain;
}

.search-grid article figure.post-thumbnail a.post-thumbnail-inner {
  display: block;
  position: relative;
  padding-bottom: 70%;
}

.search-grid article:before {
  content: inherit;
}





.my-account-page .woocommerce {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  font-family: 'Inter';
  align-items: flex-start;
}

.my-account-page .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 100%;
  margin: 0;
  font-family: 'Inter' !important;
  background: #1fa4d8;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
}

body.woocommerce-account table.account-orders-table td {
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #000;
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 10px 0 !important;
}

.my-account-page .woocommerce li a {
  font-size: 18px;
  line-height: 1.2 !important;
}

.my-account-page .woocommerce li {
  line-height: 1;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #1fa4d8;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
  display: block;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title:before {
  content: inherit;
}

body.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title h2 {
  font-size: 18px;
  text-transform: none;
}

body.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title a.edit {
  text-transform: none;
  color: #000;
  font-size: 14px;
  margin: 6px 0 0;
  display: block;
}

.my-account-page {
  padding-bottom: 40px;
}

.woocommerce-account table a {
  color: #000;
}

.woocommerce-info a.button.wc-forward {
  background: transparent;
  color: #1fa4d8;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0 0 0 20px;
  margin-top: 0;
  width: 100%;
  margin: 0;
}

form.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

form.woocommerce-EditAccountForm .woocommerce-form-row {
  padding: 0;
}

form.woocommerce-EditAccountForm .woocommerce-form-row label,
.woocommerce-address-fields__field-wrapper label {
  line-height: 1;
  font-size: 14px !important;
  margin: 0 0 10px;
}

form.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-address-fields__field-wrapper input {
  border: 1px solid #000 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 13px 10px !important;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper * {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper * {
  display: block !important;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 13px 10px !important;
}

form.woocommerce-EditAccountForm .woocommerce-form-row {
  width: 50%;
  padding-left: 20px;
  margin: 0 !important;
  padding-bottom: 20px;
}

form.woocommerce-EditAccountForm .woocommerce-form-row span {
  font-size: 12px !important;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  font-size: 18px;
  margin: 10px 0 10px;
  display: block;
  color: #1fa4d8;
  font-weight: 600;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  width: 100%;
  padding: 0 0 20px;
}

.woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-address-fields .button {
  margin-top: 0;
  margin-left: 20px;
  color: #fff;
  background: #1fa4d8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2;
  transition: ease 0.3s;
  border: 1px solid #1fa4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button:hover,
.woocommerce-address-fields .button:hover {
  background: #0b5cad;
  border-color: #0b5cad;
  color: #fff;
}

.woocommerce-address-fields .button {
  margin-left: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  padding: 0 !important;
  margin: 10px 0 !important;
}


body.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 26px;
}


.homeadditionalsec {
    background: #eaf7fc;
    padding: 20px 0;
}
.additionhead {
    text-align: center;
    margin: 0 0 20px;
    z-index: 1;
}
.additionhead h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    color: #1fa4d8;
    background: #eaf7fc;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.additionhead h3:before, .additionhead h3:after {
    content: "";
    width: 120px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        #8db4e3,
        transparent
    );
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}
.additionhead h3:after {
    transform: rotate(180deg);
    left: auto;
}
.additioninfo h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #1fa4d8;
    line-height: 1.1;
}
.additionwrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.additionitem {
    border: 1px solid #1fa4d8;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    transform: translateY(0);
    transition: ease 0.3s;
    display: flex;
    gap: 15px;
}
.additioninfo p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
}
.homestateswrap {
    background: #fff;
    padding: 20px 50px;
    border-radius: 20px;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    border: 1px solid #d9d9d9;
}
.hstatesitem {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 25%;
}
.hstatesinfo h3 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #1fa4d8;
}
.hstatesinfo p {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    max-width: 160px;
}
.hstatesinfo {
    text-align: left;
}
.hstatesitem:not(:last-child) {
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
    margin-right: 40px;
}
.additionicon, 
.hstatesicon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background: #1fa4d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.additionicon svg, 
.hstatesicon svg {
    width: 30px;
    height: 30px;
}

/*new service page*/

.servicenew .list-content ul {
    flex-direction: column;
}
.servicenew .bannercontentin {
    max-width: 580px;
}
.estainner {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.chipswrap .bannerleftitem .estainfo h3 {
    font-size: 20px;
}
.chipswrap .bannerleftitem .estainfo p {
    font-size: 14px;
}
.serviechips .chipswrap .bannerleftgrid {
    gap: 35px;
    align-items: center;
}
.serviechips .chipswrap .bannerleftgrid .bannerleftitem:nth-child(2) {
    border-right: 1px solid rgb(196 196 196 / 45%);
}
.esticon svg, 
.esticon img {
    width: 45px;
    height: 45px;
}
.ourservicenewpage .serviceicon{
  background: #1fa4d8;
}
.ourservicenewpage .serviceicon img{
    width: 35px;
    height: 35px;
}
.ourservicenewpage .servicecontent h3 {
    color: #1fa4d8;
    line-height: 1.2;
}
.ourservicenewpage .learnmore a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ourservicenewpage .servicecontent p {
    display: block;
}
.ourservicenewpage .learnmore {
    padding: 22px 0 0;
}
.ourservicenewpage .ourserviceitemin:hover h3,
.ourservicenewpage .ourserviceitemin:hover .learnmore a{
    color: #0b5cad;
}
.ourservicenewpage .ourserviceitemin:hover .learnmore a path{
  fill: #0b5cad;
}
.ourservicenewpage .ourserviceshead p {
    max-width: 600px;
    margin: auto;
}
.servicenewready .readygrowleft h2 {
    max-width: 100%;
}
.servicenewready .readygrowleft p {
    max-width: 556px;
    margin-bottom: 0;
    margin-top: 10px;
}
.servicenewready .readygrowrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.servicenewready .readygrowright {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}
.servicenewready .readygrowleft{
  width: 100%;
}
.servicenewready .readygrowright .btnwrap {
    width: 100%;
}
.readygrowlast img {
    width: 220px;
    display: block;
    max-width: 100%;
    opacity: 0.5;
}
.servicenewready .readygrowright .btnwrap a {
    max-width: 100%;
    background: #fff;
    color: #1fa4d8;
    border-color: #fff;
}
.servicenewready .readygrowright .btnwrap a.outlinebtn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.servicenewready .readygrowright .btnwrap a.outlinebtn:hover {
    border-color: #0b5cad !important;
}
.servicesbotm {
    background: rgb(242 250 253);
    padding: 20px 0;
}
.servicesbotmleftin {
    display: flex;
    align-items: center;
    gap: 10px;
}
.servicesbotmwrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
}
.servicesbotminfo p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}
.servicesbotmicon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border: 1px solid rgb(31 164 216 / 33%);
    border-radius: 50%;
    background: #1fa4d8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesbotmicon img {
    width: 35px;
    height: 35px;
    margin: auto;
}
.servicesbotmright {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.servicesbotmrightitem:not(:last-child) {
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
}
.servicesbotmright .servicesbotminfo p {
    font-weight: 500;
    max-width: 93px;
    font-size: 14px;
    line-height: 1.4;
}
body .servicenew .bannerinpageimg img {
     height: auto; 
}
body .bannerinpageimg img.mob-img {
    display: none !important;
}
.default-page h2 {
    font-size: 30px;
}
.default-page {
    padding: 40px 0;
}
.default-page header.entry-header {
    text-align: center;
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.registerleftin p {
    margin: 5px 0 0;
}
.servicenewready .readygrowleft span {
    color: #fff;
    margin: 0 0 8px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

/*about new*/

body .aboutnew .sbtitle {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 5px;
}
.aboutnewchips .bannerleftgrid {
    grid-template-columns: repeat(5, 1fr);
}
.aboutnewchips .chipswrap {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 14%);
    border-radius: 8px;
    position: relative;
    top: -30px;
}
.aboutnewchips .chipswrap .estainner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.aboutnewchips .chipswrap .bannerleftitem .estainfo h3, 
.aboutnewchips .chipswrap .bannerleftitem .estainfo p {
    color: #1fa4d8;
}
.aboutnewchips .chipswrap .bannerleftitem .estainfo h3 {
    max-width: 200px;
    font-size: 18px;
}
.aboutnewchips .chipswrap .bannerleftitem .estainfo p{
  max-width: 190px;
  line-height: 1.5;
}
.aboutnewchips .bannerleftitem:not(:last-child) {
    padding-right: 20px;
}
.aboutnewchips .chipswrap .bannerleftgrid {
    gap: 20px;
}
.our_storysec {
    padding: 30px 0;
}
.our_storywrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.our_storyitem:last-child {
    padding-left: 50px;
    border-left: 1px solid #d9d9d9;
}
.our_storyitem p {
    max-width: 553px;
    margin: 0 0 10px;
}
.our_storyitem h2 {
    max-width: 420px;
    font-size: 35px;
    margin: 10px 0;
}
.our_storyitem span {
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.our_storyitem ul {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.our_storyitem li {
    position: relative;
    color: #111827;
    padding-left: 26px;
}
.our_storyitem li:before {
    background-image: url(/wp-content/uploads/2026/06/blue-tickmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-flex;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.mb-history-section{
    padding:40px 0;
}
.mbhistoryhead {
    text-align: center;
    margin: 0 0 25px;
}
.mbhistoryhead span {
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.mb-history-wrap{
    display:flex;
    justify-content:space-between;
    gap:20px;
    position:relative;
}
.mb-history-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 2px;
    background: #1fa4d8;
    z-index: 0;
    width: calc(100% - 150px);
    margin: auto;
}
.mb-history-item{
    flex:1;
    position:relative;
    text-align:center;
    z-index:2;
}
.mb-history-icon{
    width:60px;
    height:60px;
    margin:0 auto 10px;
    border-radius:50%;
    background: #f2fafd;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.mb-history-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}
.mb-history-item:not(:last-child) .mb-history-icon::before {
    content: "";
    position: absolute;
    left: 190%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1fa4d8;
    transform: translateY(-44%);
}
.mb-history-year {
    margin: 0 0 5px;
    color: #1fa4d8;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.mb-history-text {
    font-size: 13px;
    line-height: 1.4;
    max-width: 137px;
    margin: auto;
}
.ourcapabilitysec {
    background: rgb(242 250 253);
    padding: 20px 0;
    margin: 0 0 20px;
}
.ourcapaitemin {
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #1fa4d8;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.ourcapabilitywrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}
.capabilityinfo h3 {
    margin: 0 0 6px;
    color: #1fa4d8;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Inter";
    font-size: 14px;
}
.capabilityinfo p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}
.capabilityicon {
    margin: 0 0 8px;
}
.capabilityicon img {
    width: 40px;
    height: 40px;
}
.aboutnewready {
    position: relative;
    z-index: 1;
}
.aboutnewready .readygrowright .btnwrap {
    flex-direction: row;
    gap: 20px;
}
.aboutnewready .readygrowlast {
    position: absolute;
    right: 50px;
    z-index: -1;
}
.aboutnewready .readygrowlast img {
    width: 120px;
}
.aboutnewready .readygrowright .btnwrap a.outlinebtn {
    background: #0b5cad;
}
.aboutnewbottomwrapin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 20px;
}
.servicesbotminfo h3 {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 16px;
    color: #1fa4d8;
    line-height: 1.2;
}
.aboutnewbottomwrapin .servicesbotminfo p {
    font-size: 13px;
}
.how-help-contact .ourserviceitemin .servicecontent p a {
    color: inherit;
    text-decoration: none;
}

.no-results.not-found {
    text-align: center;
    padding: 40px 20px;
    border-top: 1px solid #d9d9d9;
}
.no-results.not-found .page-content input.search-field {
    /* width: 100%; */
    border: 1px solid #1fa4d8;
    border-radius: 6px;
    background: transparent;
    padding: 13px 16px;
    font-family: "Inter";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
}
.no-results.not-found .page-content input.search-submit {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 13px 32px;
    border: 1px solid #1fa4d8;
    background: #1fa4d8;
    transition: ease 0.3s;
    border-radius: 6px;
    cursor: pointer;
}
.no-results.not-found .page-content input.search-submit:hover {
    background: #0b5cad;
    border-color: #0b5cad;
    color: #fff;
}
.no-results.not-found .page-content label {
    font-family: 'Inter';
  }
/*======================================
	RESPONSIVE
	======================================*/

@media(min-width: 1920px) {
  .my-account-page {
    padding-bottom: 0px;
  }

}

@media (max-width: 1200px) {
  .shoppagge .shop-wrapper {
    /* grid-template-columns: 260px 1fr; */
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .shoppagge .shop-wrapper {
    grid-template-columns: 1fr;
  }

  .shoppagge .shop-sidebar {
    position: relative;
    top: auto;
    order: 2;
  }
}

@media (max-width: 767px) {
  .shoppagge {
    padding: 40px 0;
  }

  .shoppagge .header-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .shoppagge .filter-box h3 {
    font-size: 18px;
  }
}

/*======================================
	SHOP TOOLBAR
	======================================*/

.shoppagge .toolbar-right {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}

.shoppagge .sort {
  font-family: "Inter";
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

.shoppagge .sort select {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.93981 6.99087L0.150559 0.914888C0.0539138 0.813507 0 0.678815 0 0.53875C0 0.398684 0.0539138 0.263994 0.150559 0.162613L0.157101 0.156071C0.203952 0.106753 0.260347 0.0674825 0.322855 0.0406475C0.385362 0.0138121 0.452676 -2.67029e-05 0.5207 -2.67029e-05C0.588725 -2.67029e-05 0.656038 0.0138121 0.718546 0.0406475C0.781053 0.0674825 0.837448 0.106753 0.8843 0.156071L6.33557 5.87772L11.7847 0.156071C11.8315 0.106753 11.8879 0.0674825 11.9504 0.0406475C12.0129 0.0138121 12.0802 -2.67029e-05 12.1483 -2.67029e-05C12.2163 -2.67029e-05 12.2836 0.0138121 12.3461 0.0406475C12.4086 0.0674825 12.465 0.106753 12.5119 0.156071L12.5184 0.162613C12.615 0.263994 12.669 0.398684 12.669 0.53875C12.669 0.678815 12.615 0.813507 12.5184 0.914888L6.72915 6.99087C6.67824 7.04431 6.61701 7.08685 6.54917 7.11592C6.48133 7.14499 6.40829 7.15997 6.33448 7.15997C6.26067 7.15997 6.18764 7.14499 6.1198 7.11592C6.05195 7.08685 5.99072 7.04431 5.93981 6.99087Z" fill="%23111827"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  height: 36px;
  border: 1px solid #a19a9a;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 30px 8px 8px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  background-color: transparent;
}

.shoppagge .sort select:focus {
  border-color: #1fa4d8;
}

.shoppagge .product-count,
.shoppagge .product-count strong {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

.shoppagge .view-buttons {
  display: flex;
  gap: 8px;
}

.shoppagge .view-buttons button {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.shoppagge .view-buttons button:hover,
.shoppagge .view-buttons button.active {
  background: #1fa4d8;
  color: #fff;
  border-color: #1fa4d8;
}

/*======================================
	PRODUCT GRID
	======================================*/

.shoppagge .products-grid,
.shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: none;"]) .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.shoppagge .product-card {
  background: #eaf7fc;
  border-radius: 10px;
  padding: 24px 23px 26px;
  position: relative;
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: stretch;
  overflow: hidden;
}

.shoppagge .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/*======================================
	STOCK
	======================================*/

.shoppagge .stock {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #31b54a;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 600;
}

.shoppagge .stock.out {
  background: #d93f3f;
}

.in-stock,
.outofstock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  border: 0.55px solid #1fa4d8;
  border-radius: 17px;
  padding: 4px 13px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #fff;
}

.in-stock:before,
.outofstock:before {
  content: "";
  display: inline-block;
  background: #2fbf71;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.outofstock:before {
  background: #ff813d;
}

/*======================================
	IMAGE
	======================================*/

.shoppagge .product-image {
  width: 100%;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.shoppagge .product-image img {
  max-height: 210px;
  width: auto;
  transition: 0.35s;
}

.shoppagge .product-card:hover .product-image img {
  transform: scale(1.05);
}

/*======================================
	SKU
	======================================*/

.shoppagge .sku {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.572;
  color: #1fa4d8;
  text-transform: uppercase;
}

.shoppagge .product-card .sku {
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  padding: 3px 13px;
  margin-bottom: 16px;
}

/*======================================
	TITLE
	======================================*/

.shoppagge .product-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  margin: 0 0 6px;
}

.shoppagge .product-card h3 a {
  color: #111;
}

.shoppagge .product-card h3 a:hover {
  color: #1fa4d8;
}

/*======================================
	DESCRIPTION
	======================================*/

.shoppagge .subtitle {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #111827;
  margin-bottom: 7px;
}

/*======================================
	PRICE
	======================================*/

.shoppagge .price {
  margin-bottom: 14px;
}

/* .shoppagge .price .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 700;
  color: #111;
} */

.shoppagge del {
  color: #999;
  margin-right: 8px;
}

.shoppagge ins {
  text-decoration: none;
}

/*======================================
	BULK PRICE
	======================================*/

.shoppagge .product-card>.qty-price .regular-price .amount {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #111827;
  margin-bottom: 8px;
}

.shoppagge .product-card>.qty-price .regular-price .amount bdi {
  display: inline-flex;
}

/*======================================
	BOTTOM
	======================================*/

.shoppagge .product-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  gap: 17px;
  margin-top: 21px;
}

/*======================================
	QUANTITY
	======================================*/

.product-card>.qty-price>.qty-price {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  font-style: italic;
  color: #1fa4d8;
}

.product-card>.qty-price .qty {
  display: inline-flex;
  border: none;
  background: none;
}

.shoppagge .qty {
  display: flex;
  align-items: center;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
}

.shoppagge .qty button {
  width: 40px;
  height: 38px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  transition: 0.25s;
  flex-shrink: 0;
}

.shoppagge .qty button:hover {
  background: #1fa4d8;
  color: #fff;
}

.shoppagge .qty input {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter";
  outline: none;
}

.notify-me {
  font-family: "Inter";
  gap: 10px;
  width: 100%;
  height: 40px;
  background: transparent !important;
  margin-top: 20px;
}

.notify-me:hover {
  color: #ffffff !important;
  background: #1fa4d8 !important;
}

.notify-me:hover svg * {
  fill: #ffffff;
  stroke: #ffffff;
}

/*======================================
	ADD TO CART
	======================================*/

.shoppagge .add-cart {
  width: 58px;
  height: 40px;
  border: none;
  border-radius: 6px;
  background: #1fa4d8;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shoppagge .add-cart:hover {
  background: #0b5cad;
  /* transform: scale(1.08); */
}

/*======================================
	LOADING BUTTON
	======================================*/

.shoppagge .add-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}

.shoppagge .add-cart.loading:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: shopspin 0.8s linear infinite;
}

/*======================================
	ANIMATION
	======================================*/

@keyframes shopspin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*======================================
	EMPTY PRODUCTS
	======================================*/

.shoppagge .no-products {
  grid-column: 1/-1;
  background: #f8f9fb;
  padding: 70px 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #666;
}

/*======================================
	RESPONSIVE
	======================================*/

@media (max-width: 1200px) {
  .shoppagge .products-grid,
  .shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: none;"]) .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .shoppagge .products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shoppagge .toolbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .shoppagge .sort select {
    min-width: 170px;
  }

  .shoppagge .product-card {
    padding: 20px;
  }

  .shoppagge .product-image {
    height: 180px;
  }

  .shoppagge .price .woocommerce-Price-amount {
    font-size: 26px;
  }
}

/*======================================
	PAGINATION
	======================================*/

.shoppagge .shop-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.shoppagge .shop-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 6px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #444;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.shoppagge .shop-pagination a:hover {
  background: #1fa4d8;
  border-color: #1fa4d8;
  color: #fff;
}

.shoppagge .shop-pagination .current {
  background: #1fa4d8;
  border-color: #1fa4d8;
  color: #fff;
}

.shoppagge .shop-pagination .dots {
  border: none;
  background: none;
  width: auto;
}

/*======================================
	LIST VIEW
	======================================*/

.shoppagge.list-view .products-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shoppagge.list-view .product-card {
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  gap: 35px;
  align-items: center;
  padding: 30px;
}

.shoppagge.list-view .product-image {
  margin: 0;
  height: 220px;
}

.shoppagge.list-view .product-image img {
  max-height: 210px;
}

.shoppagge.list-view .product-details {
  display: flex;
  flex-direction: column;
}

.shoppagge.list-view .product-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
}

.shoppagge.list-view .qty {
  margin-bottom: 18px;
}

.shoppagge.list-view .stock {
  top: 20px;
  right: 20px;
}

.shoppagge.list-view .subtitle {
  max-width: 650px;
}

/*======================================
	GRID / LIST ANIMATION
	======================================*/

.shoppagge .products-grid {
  transition: 0.35s;
}

/*======================================
	AJAX LOADING
	======================================*/

.shoppagge.loading {
  position: relative;
  pointer-events: none;
}

.shoppagge.loading:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 10;
}

.shoppagge.loading .products-grid {
  opacity: 0.35;
}

/*======================================
	SKELETON
	======================================*/

.shoppagge .product-card.skeleton {
  overflow: hidden;
}

.shoppagge .product-card.skeleton * {
  visibility: hidden;
}

.shoppagge .product-card.skeleton:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #edf2f6 25%, #f8fafc 50%, #edf2f6 75%);
  background-size: 400% 100%;
  animation: skeleton 1.2s infinite;
}

@keyframes skeleton {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/*======================================
	FADE PRODUCTS
	======================================*/

.shoppagge .products-grid.fade {
  animation: fadeProducts 0.35s ease;
}

@keyframes fadeProducts {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/*======================================
	FILTER DRAWER
	======================================*/

.shoppagge .filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: #1fa4d8;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.shoppagge .filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

.shoppagge .filter-overlay.active {
  opacity: 1;
  visibility: visible;
}

.shoppagge .filter-close {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #1fa4d8;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

/*======================================
	PRODUCT HOVER
	======================================*/

.shoppagge .product-card {
  overflow: hidden;
}

/* .shoppagge .product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  opacity: 0;
  transition: 0.35s;
} */

.shoppagge .product-card:hover:before {
  opacity: 1;
}

.shoppagge .product-card:hover {
  border-color: #1fa4d8;
}

/*======================================
	BUTTON TRANSITIONS
	======================================*/

.shoppagge button,
.shoppagge input,
.shoppagge select,
.shoppagge a {
  transition: all 0.25s ease;
}

/*======================================
	RESPONSIVE 1200
	======================================*/

@media (max-width: 1200px) {
  .shoppagge.list-view .product-card {
    grid-template-columns: 180px 1fr;
  }

  .shoppagge.list-view .product-bottom {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}

/*======================================
	RESPONSIVE 992
	======================================*/

@media (max-width: 992px) {
  .shoppagge .filter-toggle {
    display: flex;
    margin-bottom: 25px;
  }

  .shoppagge .shop-sidebar {
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    height: 100vh;
    background: #fff;
    overflow: auto;
    padding: 25px;
    z-index: 9999;
    transition: 0.35s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }

  .shoppagge .shop-sidebar.active {
    left: 0;
  }

  .shoppagge .filter-close {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shoppagge .toolbar-right {
    width: 100%;
    justify-content: space-between;
  }
}

/*======================================
	RESPONSIVE 768
	======================================*/

@media (max-width: 768px) {
  .shoppagge.list-view .product-card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .shoppagge.list-view .product-bottom {
    width: 100%;
    justify-content: center;
  }

  .shoppagge .shop-pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .shoppagge .shop-pagination .page-numbers {
    margin: 0;
  }
}

/*======================================
	RESPONSIVE 576
	======================================*/

@media (max-width: 576px) {
  .shoppagge .toolbar-right {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .shoppagge .sort {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .shoppagge .sort select {
    width: 100%;
    min-width: 100%;
  }

  .shoppagge .product-count {
    text-align: center;
    font-size: 14px;
  }

  .shoppagge .qty {
    width: 100%;

    justify-content: center;
  }

  .shoppagge .add-cart {
    width: 40px;
    height: 40px;
  }

  .shoppagge .add-cart svg {
    width: 18px;
    height: 18px;
  }

  .shoppagge .product-bottom {
    gap: 10px;
    margin-top: 15px;
  }

  .product-card>.qty-price .qty {
    width: auto;
  }

  .shoppagge .stock {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    margin-bottom: 15px;
  }
}

/*=========================================
	LIST VIEW
	=========================================*/

.products-list {
  overflow: auto;
}

.product-list-wrapper {
  width: 100%;
}

.shoppagge .products-list {
  display: none;
}

.shoppagge.list-view .products-grid {
  display: none;
}

.shoppagge.list-view .products-list {
  display: block;
}

/*=========================================
	TOP NOTICE
	=========================================*/

.shoppagge .list-notice {
  background: #1fa4d8;
  color: #fff;
  padding: 15px 25px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.shoppagge .list-notice span {
  margin: 0 12px;
}

/*=========================================
	HEADER
	=========================================*/

.list-header-top {
  background: #1fa4d8;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}

.products-list .list-header-top p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.shoppagge .list-header {
  display: grid;
  grid-template-columns: 100px minmax(200px, 2fr) 100px 70px 100px 230px 220px;
  background: #eaf7fc;
  padding: 20px 10px;
}

.shoppagge .list-header>div {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
}

/*=========================================
	ROW
	=========================================*/

.shoppagge .list-item {
  display: grid;
  grid-template-columns: 100px minmax(200px, 2fr) 100px 70px 100px 230px 220px;
  align-items: center;
  background: #fff;
  transition: 0.25s;
  border-bottom: 1px solid #eef2f5;
  padding: 10px;
}

.shoppagge .list-item:nth-child(odd) {
  background: #eaf7fc99;
}

.shoppagge .list-item:hover {
  background: #eaf8fd;
}

.shoppagge .list-item>div {
  padding: 0 10px;
}

.shoppagge .list-item * {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/*=========================================
	SKU
	=========================================*/

.shoppagge .list-item .sku {
  border: none;
  color: #111827;
  margin: 0;
}

/*=========================================
	PRODUCT
	=========================================*/

.shoppagge .list-item .product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.shoppagge .list-item .image {
  display: none;
  width: 60px;
  flex-shrink: 0;
}

.shoppagge .list-item .image img {
  width: 60px;
  height: auto;
}

.shoppagge .list-item h3 {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #1fa4d8;
  margin: 0;
}

.shoppagge .list-item h3 a {
  color: #1fa4d8;
}

.shoppagge .list-item h3 a:hover {
  color: #111;
}

.shoppagge .list-item p {
  margin: 0;
  color: #444;
  font-size: 15px;
}

.shoppagge .list-item .soh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.shoppagge .list-item .soh .dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #1fa4d8;
  flex-shrink: 0;
}

.shoppagge .list-item .soh .dot.in {
  background: #2fbf71;
}

.shoppagge .list-item .soh .dot.out {
  background: #ff813d;
}

.shoppagge .list-item .deal {
  text-align: center;
}

.shoppagge .list-item .alt {
  display: inline-flex;
  justify-content: center;
}

.shoppagge .list-item .alt button {
  border: 1px solid #1fa4d8;
  border-radius: 4px;
  color: #ffffff;
  background: #1fa4d8;
  width: 52px;
  height: 25px;
  line-height: 1;
}

.shoppagge .list-item .price {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.shoppagge .list-item .price strong {
  color: #1fa4d8;
}

.shoppagge .list-item .price strong * {
  font-weight: 500;
}

/*=========================================
	STOCK
	=========================================*/

.shoppagge .stock-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.shoppagge .stock-status .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.shoppagge .stock-status .in {
  background: #18c363;
}

.shoppagge .stock-status .out {
  background: #ff6d38;
}

/*=========================================
	ALT BUTTON
	=========================================*/

.shoppagge .alt-btn {
  background: #1fa4d8;
  border: none;
  color: #fff;
  border-radius: 5px;
  height: 32px;
  width: 48px;
  cursor: pointer;
  font-size: 14px;
}

.shoppagge .alt-btn:hover {
  background: #168cbc;
}

/*=========================================
	PRICE
	=========================================*/

.shoppagge .list-price strong {
  display: block;
  font-size: 26px;
  color: #1fa4d8;
  margin-bottom: 4px;
}

.shoppagge .list-price small {
  color: #444;
  font-size: 15px;
}

.shoppagge .list-price small span {
  color: #1fa4d8;
  font-weight: 700;
}

/*=========================================
	QTY
	=========================================*/

.shoppagge .list-cart {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shoppagge .list-cart>* {
  width: calc(50% - 7px) !important;
}

.shoppagge .list-cart .qty {
  display: flex;
  border: 1px solid #1fa4d8;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}

.shoppagge .list-cart .qty button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: 29px;
  height: 27px;
}

.shoppagge .list-cart .qty button:hover {
  background: #1fa4d8;
  color: #fff;
}

.shoppagge .list-cart .qty input {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  border: none;
  outline: none;
}

.shoppagge .list-cart .add-cart {
  color: #ffffff;
  background: #1fa4d8;
  border: 1px solid #1fa4d8;
  width: 100%;
  height: 29px;
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.shoppagge .list-cart .add-cart:hover {
  color: #1fa4d8;
  background: transparent;
}

.shoppagge .list-item .notify-me {
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  width: calc(50% - 7px);
  padding: 5px 10px;
  height: 29px;
  margin-left: auto;
  color: #1fa4d8;
  background: transparent !important;
}

.shoppagge .list-item .notify-me:hover {
  color: #ffffff !important;
  background: #1fa4d8 !important;
}

/*=========================================
	NOTIFY
	=========================================*/

.shoppagge .notify-btn {
  background: #fff;
  border: 1px solid #1fa4d8;
  color: #1fa4d8;
  border-radius: 5px;
  height: 42px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.shoppagge .notify-btn:hover {
  background: #1fa4d8;
  color: #fff;
}

/*=========================================
	RESPONSIVE
	=========================================*/

/* @media(max-width: 1529px) { */
@media(max-width: 1080px) {
  .product-list-wrapper {
    width: 1060px;
    /* width: 100%; */
  }
}

@media(max-width: 767px) {
  .shoppagge .list-item * {
    line-height: 1;
  }
}

/* @media (max-width: 1200px) {
  .shoppagge .list-header {
    display: none;
  }

  .shoppagge .list-item {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .shoppagge .list-item>div {
    padding: 8px 0;
  }

  .shoppagge .list-item .product {
    margin-bottom: 15px;
  }

  .shoppagge .list-cart {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .shoppagge .list-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .shoppagge .list-cart .add-cart {
    width: 100%;
  }

  .shoppagge .list-cart .qty {
    width: 100%;
    justify-content: center;
  }
} */

/* __________________________________________ */

.woocommerce .headersec {
  padding: 16px 0;
}

.woocommerce section.topbar {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.toolbar-left {
  display: flex;
  gap: 11px;
}

.shop-toolbar .grid-btn,
.shop-toolbar .list-btn,
.shop-toolbar .filter-btn {
  width: 122px;
  height: 42px;
  text-transform: none !important;
  justify-content: center;
  cursor: pointer;
}

.toolbar-right a {
  height: 42px;
  text-transform: none !important;
  cursor: pointer;
}

/* __________________________________________________________ */

/* Product page css */

.product-main div#wpgs-gallery,
product-main .summary.entry-summary {
  float: inherit !important;
  margin: 0;
}

.product-main {
  display: flex;
  align-items: flex-start;
}

.productgallery {
  position: relative;
  width: 50%;
}

.toast-message {
  font-family: "Inter";
}

.single-product .shop-top-section {
  border-bottom: 0;
}

.product-page-section {
  padding: 0 0 80px !important;
}

.product .onsale {
  display: none;
}

.product-status {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
  white-space: nowrap;
  left: auto;
}

.product-status>* {
  font-size: 14px;
  background: #ffffff;
  padding: 5px 10px;
}

.product-status>*:before {
  width: 12px;
  height: 12px;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
  margin-right: 0 !important;
  max-width: 100% !important;
}

body .product .summary.entry-summary {
  max-width: 100% !important;
  width: 50% !important;
  margin: 0;
}

.single-product-layout {
  padding-left: 71px;
}

#wpgs-gallery.vertical .gallery-navigation-carousel-wrapper:not(.wcgs-hidden) {
  width: 120px !important;
  margin-right: 15px !important;
}

#wpgs-gallery.vertical .spswiper-slide.wcgs-thumb {
  margin-bottom: 15px !important;
}

body .product #wpgs-gallery.vertical .spswiper-slide.wcgs-thumb img {
  width: 100%;
  height: 110px !important;
  object-fit: contain;
  background: #eaf7fc;
  border: 1px solid #eaf7fc !important;
  border-radius: 10px;
  padding: 5px;
  margin: 0;
}

body .product #wpgs-gallery.vertical .wcgs-thumb.spswiper-slide-thumb-active img {
  border: 1px solid #1fa4d8 !important;
}

.thumbnailnavigation-custom .wcgs-spswiper-arrow {
  display: none !important;
}

#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow,
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow {
  width: 65px;
  height: 65px;
  background-color: #ffffff !important;
  border-radius: 50% !important;
}

#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:before,
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:before {
  content: "" !important;
  display: inline-flex !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 22px;
  height: 22px;
  font-size: 30px !important;
  color: #303131 !important;
}

#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:hover::before,
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:hover::before {
  color: #303131 !important;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
  left: 15px !important;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
  right: 15px !important;
}

#wpgs-gallery .wcgs-carousel .wcgs-spswiper-button-prev.wcgs-spswiper-arrow::before {
  background-image: url('data:image/svg+xml,<svg width="13" height="23" viewBox="0 0 13 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.301341 11.9917L11.129 22.3084C11.3097 22.4806 11.5497 22.5767 11.7993 22.5767C12.0489 22.5767 12.2889 22.4806 12.4696 22.3084L12.4812 22.2967C12.5691 22.2132 12.6391 22.1127 12.6869 22.0013C12.7348 21.8899 12.7594 21.77 12.7594 21.6488C12.7594 21.5275 12.7348 21.4076 12.6869 21.2962C12.6391 21.1848 12.5691 21.0843 12.4812 21.0008L2.28502 11.2864L12.4812 1.57591C12.5691 1.49242 12.6391 1.39192 12.6869 1.28053C12.7348 1.16914 12.7594 1.04918 12.7594 0.927959C12.7594 0.806738 12.7348 0.686783 12.6869 0.575392C12.6391 0.464001 12.5691 0.363503 12.4812 0.28001L12.4696 0.268353C12.2889 0.0961266 12.0489 4.76837e-05 11.7993 4.76837e-05C11.5497 4.76837e-05 11.3097 0.0961266 11.129 0.268353L0.301341 10.585C0.206116 10.6758 0.130307 10.7849 0.0785081 10.9058C0.0267095 11.0267 0 11.1568 0 11.2884C0 11.4199 0.0267095 11.55 0.0785081 11.6709C0.130307 11.7918 0.206116 11.901 0.301341 11.9917Z" fill="%23303131"/></svg>');
  background-size: contain;
}

#wpgs-gallery .wcgs-carousel .wcgs-spswiper-button-next.wcgs-spswiper-arrow::before {
  background-image: url('data:image/svg+xml,<svg width="13" height="23" viewBox="0 0 13 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4584 11.9917L1.63077 22.3084C1.4501 22.4806 1.21008 22.5767 0.960473 22.5767C0.71087 22.5767 0.470846 22.4806 0.290181 22.3084L0.278523 22.2967C0.190637 22.2132 0.120655 22.1127 0.072834 22.0013C0.025012 21.8899 0.000350952 21.77 0.000350952 21.6488C0.000350952 21.5275 0.025012 21.4076 0.072834 21.2962C0.120655 21.1848 0.190637 21.0843 0.278523 21.0008L10.4747 11.2864L0.278523 1.57591C0.190637 1.49242 0.120655 1.39192 0.072834 1.28053C0.025012 1.16914 0.000350952 1.04918 0.000350952 0.927959C0.000350952 0.806738 0.025012 0.686783 0.072834 0.575392C0.120655 0.464001 0.190637 0.363503 0.278523 0.28001L0.290181 0.268353C0.470846 0.0961266 0.71087 4.76837e-05 0.960473 4.76837e-05C1.21008 4.76837e-05 1.4501 0.0961266 1.63077 0.268353L12.4584 10.585C12.5536 10.6758 12.6295 10.7849 12.6813 10.9058C12.7331 11.0267 12.7598 11.1568 12.7598 11.2884C12.7598 11.4199 12.7331 11.55 12.6813 11.6709C12.6295 11.7918 12.5536 11.901 12.4584 11.9917Z" fill="%23303131"/></svg>');
  background-size: contain;
}

.wcgs-carousel {
  background: #eaf7fc;
  border-radius: 20px;
}

.single-product-layout .product-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #111827;
  margin: 2px 0 13px;
}

.single-product-layout .product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.single-product-layout .product-rating .stars {
  color: #1fa4d8;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
}

.single-product-layout .price-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 23px;
}

.single-product-layout .price-row>.qty-price {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-product-layout .price-row .regular-price .amount {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #1fa4d8;
}

.single-product-layout .qty-price .qty {
  border: none;
  border-radius: 0;
  padding: 0;
}

.single-product-layout .qty-price .qty-price {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1fa4d8;
  border: 1px solid #1fa4d8;
  border-radius: 20px;
  background: #eaf7fc;
  display: inline-flex;
  gap: 5px;
  padding: 8px 16px;
}

.single-product-layout .bulk-price {
  padding: 8px 16px;
  border: 1px solid #1fa4d8;
  border-radius: 40px;
  color: #1fa4d8;
  font-size: 14px;
  font-weight: 600;
}

.single-product-layout .short-description {
  color: #444;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 30px;
}

.single-product-layout .short-description p {
  margin: 16px 0;
}

.single-product-layout .feature-box {
  padding: 24px 22px;
  border: 1px solid #1fa4d8;
  background: #f3fbff;
  border-radius: 4px;
}

.single-product-layout .feature-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 20px;
}

.single-product-layout .feature-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product-layout .feature-box li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 15px;
}

.single-product-layout .feature-box li:last-child {
  margin-bottom: 0;
}

.single-product-layout .feature-box li:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/06/blue-tickmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product-layout .variation-section {
  margin: 36px 0 48px;
}

.single-product-layout .variation-section h4,
.single-product-layout .pricing-table h4,
.single-product-layout .purchase-box label,
.single-product-layout .accordion-header {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 18px;
}

.single-product-layout .variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product-layout .variation-buttons button,
.single-product-layout .variation-buttons a {
  min-width: 75px;
  height: 47px;
  padding: 10px 30px;
  border: 1px solid #1fa4d81a;
  border-radius: 4px;
  color: #111827;
  background: #eaf7fc;
  cursor: pointer;
  align-content: center;
  transition: 0.25s;
}

.single-product-layout .variation-buttons button:hover,
.single-product-layout .variation-buttons a:hover {
  border-color: #1fa4d8;
}

.single-product-layout .variation-buttons .active {
  /* background: #fff; */
  border-color: #1fa4d8;
  color: #000;
  /* font-weight: 600; */
}

.single-product-layout .pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.single-product-layout .pricing-table th {
  padding: 0 0 11px;
  border-bottom: 1px solid #1fa4d833;
  text-align: left;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #111827;
}

.single-product-layout .pricing-table td {
  width: 40%;
  padding: 20px 0;
  border-bottom: 1px solid #1fa4d833;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

.single-product-layout .pricing-table th:nth-child(3),
.single-product-layout .pricing-table td:nth-child(3) {
  text-align: right;
}

.single-product-layout .purchase-box {
  margin: 37px 0 0;
}

.single-product-layout .purchase-box label {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-product-layout .purchase-row {
  display: flex;
  gap: 19px;
}

.single-product-layout .quantity-box {
  display: flex;
  width: 196px;
  border: 1px solid #1fa4d8;
  border-radius: 6px;
  overflow: hidden;
}

.single-product-layout .quantity-box button {
  width: 60px;
  height: 58px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
  transition: 0.2s;
}

.single-product-layout .quantity-box button:hover {
  color: #ffffff;
  background: #1fa4d8;
}

.single-product-layout .quantity-box input {
  width: 100%;
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Inter";
}

.single-product-layout .add-cart {
  flex: 1;
  height: 60px;
  color: #fff;
  cursor: pointer;
  transition: 0.25s;
}

.product-accordion {
  margin-top: 20px;
}

.single-product-layout .accordion-item {
  border-bottom: 1px solid #1fa4d833;
  padding: 0;
}

.single-product-layout .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 24px 0;
  margin: 0;
}

.single-product-layout .accordion-header span {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #111827;
}

.single-product-layout .accordion-content {
  display: none;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding-bottom: 7px;
}

.single-product-layout .accordion-content p {
  margin: -12px 0 16px;
}

.single-product-layout .accordion-item.active .accordion-content {
  display: block;
}

.single-product .aboutsec {
  padding: 60px 0 60px;
}

body.single.single-product .faqsection {
  background: #eaf7fc66;
  padding: 58px 0 89px;
  margin-bottom: 0;
}

.single-product .faqsection .faqwrapper {
  display: block;
  max-width: 854px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.single-product .faqsection .faqwrapper>.sbtext {
  width: 100%;
  text-align: center;
}

.single-product .faqsection .faqwrapper>h2 {
  text-align: center;
}

.single-product .faqsection .faqwrapper>p {
  max-width: 500px;
  text-align: center;
  margin: 17px auto 35px;
}

.single-product .faqsection .faqwrapper .faq-item:not(:last-child) {
  margin: 0 0 18px;
}

body.single.single-product .faqsection .container {
  position: relative;
}

body.single.single-product .faqsection .container:after {
  content: url(/wp-content/uploads/2026/06/product-page-faq.png);
  display: inline-flex;
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (max-width: 767px) {
  .single-product-layout {
    max-width: 100%;
  }

  .single-product-layout .product-title {
    font-size: 24px;
  }

  .single-product-layout .price {
    font-size: 34px;
  }

  .single-product-layout .price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-product-layout .purchase-row {
    flex-direction: column;
  }

  .single-product-layout .quantity-box {
    width: 100%;
  }

  .single-product-layout .add-cart {
    width: 100%;
    height: 52px;
  }

  .single-product-layout .variation-buttons {
    gap: 8px;
  }

  .single-product-layout .variation-buttons button {
    flex: 1;
    min-width: 70px;
  }
}

/* Product page css end */

/* ______________________________________________________________ */

/* Cart page css */

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block {
  padding: 20px 0 70px;
  margin-bottom: 0;
}

tr.wc-block-cart-items__header th {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.5;
  color: #111827;
}

tr.wc-block-cart-items__row * {
  font-family: "Inter";
}

.wc-block-cart__main .wc-block-cart-items td,
.wc-block-components-totals-wrapper {
  border-color: #cccccc !important;
}

td.wc-block-cart-item__image img {
  width: 100% !important;
  height: 137px;
  object-fit: contain;
}

.wc-block-components-product-name {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #111827 !important;
}

.wc-block-components-product-name:hover {
  color: #1fa4d8 !important;
  transition: ease 0.3s;
}

.price.wc-block-components-product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.woocommerce-cart article,
.woocommerce-checkout article,
.my-account-page .containerabout {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 50px 0;
}

.woocommerce-cart th.wc-block-cart-items__header-image {
  text-align: left;
}

.wc-block-components-quantity-selector {
  width: 140px !important;
  border-color: #cccccc !important;
  border-radius: 6px !important;
  overflow: hidden;
  height: 38px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  margin: 6px 0 0;
}

.wc-block-components-quantity-selector,
input.wc-block-components-quantity-selector__input {
  outline: none !important;
  font-size: 14px;
  font-family: "Inter";
}

.wc-block-components-quantity-selector,
.wc-block-components-quantity-selector__button {
  min-width: 38px;
  font-size: 22px !important;
  line-height: 1.5;
}

td.wc-block-cart-item__total * {
  font-weight: 500;
}

.wc-block-components-product-badge {
  background: #1fa4d81a !important;
  padding: 2px 6px !important;
}

.wc-block-components-product-metadata__description {
  margin-bottom: 5px;
}

.wc-block-components-product-metadata {
  display: none;
}

/* ______________________________ */

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 25px !important;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.625;
  color: #111827;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
  height: 30px;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item * {
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #111827;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
  color: #1fa4d8;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #1fa4d8;
  background: #1fa4d8;
  border-radius: 6px;
  height: 50px;
  padding: 15px 20px;
  transition: ease 0.3s !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #0b5cad;
  border-color: #0b5cad;
  color: #fff;
}

/* Cart page css end */

/* ______________________________________________________________ */

/* Checkout page css */

.wp-block-woocommerce-checkout * {
  font-family: "Inter";
}

.wc-block-components-title {
  font-family: "Outfit";
  text-transform: capitalize;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select {
  font-size: 16px;
  max-width: 100% !important;
  border-color: #1fa4d8 !important;
  outline: none !important;
  box-shadow: none !important;
}

.wc-block-components-sidebar-layout.wc-block-checkout {
  padding-bottom: 70px;
  margin-bottom: 0 !important;
}

.wc-block-checkout__terms {
  font-size: 16px;
}

.wc-block-checkout__actions {
  margin-bottom: 0 !important;
}

.wc-block-components-checkout-order-summary__title-text,
.wc-block-components-totals-coupon .wc-block-components-panel__button {
  text-transform: capitalize;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 16px !important;
  flex-grow: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
  font-size: 14px;
  padding: 0 !important;
}

.wc-block-components-validation-error * {
  color: red;
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background-color: #111827 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked+.wc-block-components-checkbox__mark {
  display: block !important;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-size: 30px;
  text-transform: capitalize;
}

.wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
  font-family: "Inter";
}

@media (min-width: 768px) {
  .wc-block-components-sidebar {
    top: 100px !important;
  }
}

@media (max-width: 991px) {
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 4px 12px 12px 16px;
  }

  .woocommerce-checkout .wc-block-components-product-name {
    font-size: 12px !important;
  }

  .woocommerce-checkout .price.wc-block-components-product-price {
    font-size: 12px;
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 8px 10px !important;
  }

  .wc-block-components-order-summary {
    padding: 0 10px !important;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    min-height: 16px;
    min-width: 16px;
  }

  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
    font-size: 10px;
  }

  .wc-block-components-formatted-money-amount {
    font-size: 14px;
  }

  .woocommerce-checkout .wc-block-components-product-badge {
    font-size: 11px;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-formatted-money-amount {
    font-size: 11px;
  }

  .wc-block-components-text-input.wc-block-components-totals-coupon__input input {
    height: 45px;
  }

  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    top: 22px;
  }

  .wp-block-woocommerce-checkout-order-summary-totals-block {
    padding-bottom: 5px;
  }

  .wc-block-components-panel__button,
  .wp-block-woocommerce-checkout-order-summary-block {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout h1.entry-title {
    font-size: 24px;
  }

  .wp-block-woocommerce-checkout {
    padding-top: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    padding: 10px 0;
  }

  body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size: 16px;
    margin: 0 !important;
  }

  .wc-block-components-panel__button,
  .wp-block-woocommerce-checkout-order-summary-block {
    font-size: 14px;
  }

  .wc-block-components-title {
    font-size: 18px !important;
  }

  .wc-block-components-form .wc-block-components-text-input input[type="email"],
  .wc-block-components-form .wc-block-components-text-input input[type="number"],
  .wc-block-components-form .wc-block-components-text-input input[type="password"],
  .wc-block-components-form .wc-block-components-text-input input[type="tel"],
  .wc-block-components-form .wc-block-components-text-input input[type="text"],
  .wc-block-components-form .wc-block-components-text-input input[type="url"],
  .wc-block-components-text-input input[type="email"],
  .wc-block-components-text-input input[type="number"],
  .wc-block-components-text-input input[type="password"],
  .wc-block-components-text-input input[type="tel"],
  .wc-block-components-text-input input[type="text"],
  .wc-block-components-text-input input[type="url"],
  .wc-block-components-textarea,
  .wc-blocks-components-select .wc-blocks-components-select__select {
    font-size: 14px;
  }

  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label,
  .wc-block-components-address-form__address_2-toggle,
  .wc-block-components-radio-control-accordion-option *,
  .wc-block-components-checkbox label,
  .wc-block-checkout__terms,
  .wc-block-components-checkout-place-order-button {
    font-size: 14px;
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding-bottom: 15px;
  }

  .woocommerce-order-details h2,
  .woocommerce-customer-details h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
}

@media(max-width: 720px) {
  body .wc-block-checkout__actions {
    margin-bottom: 20px !important;
  }
}

/* Checkout page css end */

/* ______________________________________________________________ */

.search-results header.page-header,
.search-result-count,
.search-results article,
nav.navigation.pagination {
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto;
}

.search-results article {
  position: static !important;
}

nav.navigation.pagination {
  padding-bottom: 50px !important;
}

nav.navigation.pagination .nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 5px;
  color: #1FA4D8;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
  padding-bottom: 10px;
}

body.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
  margin-top: 10px;
}

body.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
body.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  border: 1px solid #dddddd !important;
  border-collapse: collapse;
  padding: 10px;
}

a.woocommerce-button.button.view {
  width: auto;
  color: #ffffff !important;
  background: #1FA4D8 !important;
  border-radius: 5px;
  padding: 20px;
  transition: ease 0.3s;
}

a.woocommerce-button.button.view:hover {
  color: #fff !important;
  background: #0b5cad !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: calc(50% - 8px) !important;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
  filter: unset !important;
}

.products-items-wrapper .loader-products {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.products-items-wrapper .loader-products img {
  max-width: 120px;
}

img.wcgs-slider-image-tag {
  padding: 10px;
}

ul.woocommerce-error {
  padding: 10px;
}

.footerright:after {
  content: "";
  background: url(/wp-content/uploads/2026/07/mb-white.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  height: 70px;
  max-width: 100%;
  margin-top: 6%;
  opacity: 0.3;
}
.footer-notice p {
    color: #fff;
    margin: 0;
}
.footer-notice {
    margin: 20px 0 0;
}
.list-content {
  margin-top: 30px;
}

button.filter-btn svg {
  width: 25px;
  height: 25px;
}

.shoppagge .shop-wrapper.filter-active,
.shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: block;"]) {
  grid-template-columns: 300px 1fr;
}

.shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: none;"]) {
  grid-template-columns: 1fr !important;
}

.shoppagge .shop-wrapper.filter-active .products-grid,
.shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: block;"]) .products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.mobile-filter-active aside.shop-sidebar {
  position: fixed;
  top: 0;
  left: 0;
}

.shop-wrapper.mobile-filter-active:before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.3;
}

button.mobile-filter-cross {
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #1fa4d8;
  border: 1px solid #1fa4d8;
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

button.mobile-filter-cross svg {
  fill: #ffffff;
}

@media(min-width: 993px) {

  .shop-wrapper .shop-sidebar {
    display: none;
  }

  .shop-wrapper:not(:has(.filter-active)) .shop-sidebar {
    /* display: block !important; */
  }
}

@media(min-width: 992px) {

  section.woocommerce-order-details,
  section.woocommerce-customer-details {
    padding-bottom: 50px;
  }

  .shoppagge .shop-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media(min-width: 769px) {

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table {
    border: 1px solid #dddddd;
    border-collapse: collapse;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr {
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
  }

  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
    font-weight: 500;
    padding-top: 10px;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.woocommerce-button.button.view {
    color: #1FA4D8 !important;
    border: 1px solid #1FA4D8 !important;
    background: transparent !important;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.woocommerce-button.button.view:hover {
    color: #ffffff !important;
    background: #1FA4D8 !important;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-date,
  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total {
    color: #757575;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount.amount {
    color: #111827;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr td {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead th:last-child,
  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td:last-child {
    text-align: right;
  }
}

@media(min-width: 768px) {
  a.woocommerce-button.button.view {
    display: inline-flex;
    align-items: center;
    height: 36px;
  }

  section.woocommerce-customer-details {
    padding-left: 20px;
  }
}

@media(min-width: 769px) and (max-width: 991px) {
  tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order>* {
    flex: 1;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td a.woocommerce-button.button.view {
    font-size: 12px;
    margin-top: 0 !important;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr {
    padding-left: 0;
    padding-right: 0;
  }

  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr th,
  html body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr td {
    padding-left: 8px;
    padding-right: 8px;
  }

  .woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-date {
    padding-right: 0 !important;
  }
}

@media(max-width: 1800px) {
  .list-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }
}

@media(max-width: 1024px) {
  .shoppagge .shop-wrapper.filter-active .products-grid,
  .shoppagge .shop-wrapper.filter-active:has(aside.shop-sidebar[style="display: block;"]) .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 992px) {
  button.mobile-filter-cross {
    display: inline-flex;
  }
}

@media(max-width: 767px) {

  .shoppagge .shop-wrapper .products-grid,
  .shoppagge .shop-wrapper.filter-active .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 575px) {

  .shoppagge .shop-wrapper .products-grid,
  .shoppagge .shop-wrapper.filter-active .products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media(max-width: 480px) {

  .woocommerce-address-fields {
    margin-top: 10px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin: 0 0 10px !important;
  }
}