@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}

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

ul {
  padding: 0;
  margin: 0;
}

p {
  font-size: 18px;
  color: #8B8B8B;
  font-weight: 400;
  font-family: var(--f2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #7BB661;
  --c2: #2F6F4E;
  --c3: #FFFFFF;
  --f1: 'Space Grotesk', sans-serif;
  --f2: 'DM Sans', sans-serif;
}

body {
  font-family: "DM Sans", sans-serif;
}

::selection {
  background: var(--c2);
  color: var(--c3);
}

.spacing {
  padding: 100px 0;
}

.tit-gap {
  margin-bottom: 60px;
}

.cust-gap {
  row-gap: 24px;
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.inner-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  content: "";
}

.inner-header .container {
  position: relative;
}

.inner-header .inner-header-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.header-btn ul {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}

.header-btn ul li a {
  color: var(--c1);
  font-size: 18px;
  transition: all.4s;
}
.header-btn ul li.web-btn a {
    color: var(--c3);
}
.header-btn ul li a:hover {
  color: var(--c2);
}

/* end inner-wrapper */
/* MAIN HEADER  */
header.main-header {
  position: relative;
  z-index: 9999;
}

.header-top {
  background-color: var(--c1);
  padding: 12px 0px;
}
.main-logo-wrapper {
    position: relative;
}
.header-social ul {
  display: flex;
  gap: 16px;
  justify-content: end;
  align-items: center;
}

.header-social ul li,
.header-social ul li a {
  color: var(--c3);
}

.header-contact ul {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-contact ul li a {
  color: var(--c3);
}

.header-contact ul li {
  color: var(--c3);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--f2);
  display: flex;
  align-items: center;
}

.header-contact ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.header-social ul li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  line-height: 1;
  border: 1.5px solid var(--c3);
}

.header-social ul li,
.header-social ul li a {
  color: var(--c3);
  font-weight: 700;
  font-size: 16px;
}

.header-bottom {
  background-color: var(--c3);
  padding: 20px 0px;
  position: relative;
}

/* Wrapper for both logos */
.main-logo-wrapper {
    position: relative; /* Keep relative for any pseudo elements */
    padding-top: 20px;  /* Optional spacing from top */
}

/* Flex container for logos */
.logo-wrapper {
    display: flex;
    align-items: center;  /* Vertical alignment */
    gap: 14px;            /* Space between logos */
    justify-content: space-between; /* Align left */
    position: absolute;
    left: -120px;
    margin: 0 auto;
    padding-left: 20px;
    width: 320px;
    padding-right: 20px;
}

/* First logo */
.first-logo img {
    width: 120px;
    height: auto;
    display: block;
}

/* Main logo */
.main-logo img {
    width: 120px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* Background behind main logo */
.main-logo a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;            /* Matches logo width */
    height: 110%;           /* Matches logo height */
    background-color: var(--c3);
    border-radius: 9px;
    z-index: -1;            /* Behind the logo */
}
.main-menu ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.main-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    font-family: "Inter", sans-serif;
}

.web-btn a,
.web-btn button {
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: none;
  background-color: var(--c2);
  color: var(--c3);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f2);
  text-decoration: none;
  border-radius: 10px;
}

.web-btn a:hover,
.web-btn button:hover {
  background: var(--c1);
  transition: all 0.2s ease-out;
  color: var(--c3);
}

/* --- Shine effect --- */
.web-btn a.btn-shine::after,
.web-btn button.btn-shine::after {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  transform: skewX(-20deg);
}

.web-btn a i,
.web-btn button i {
  margin-left: 4px;
  font-size: 14px;
}

.web-btn a span,
.web-btn button span {
  position: relative;
  z-index: 1;
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.web-btn a.btn-shine:hover::after,
.web-btn button.btn-shine:hover::after {
  animation: sh02 0.5s 0s linear;
}

.main-menu ul li a:before {
  transition: all.4s;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 4px;
  background-color: var(--c1);
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.cart-items-main {
    display: flex;
    justify-content: end;
    gap: 7px;
	align-items:center;
}
.cart-cont span {
    color: var(--c1);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    font-family:
    "Inter", sans-serif;
}
.cart-icon i {
    color: var(--c1);
    font-size: 20px;
}
.header-login-sec {
    display: flex;
    justify-content: end;
	align-items:center;
}
.cart-items-main.cart-box{
	border-right: 1px solid #8080804a;
    padding-right: 10px;
}
.cart-items-main.login-box{
    padding-left: 10px;
}
.cart-icon a,.cart-icon button {
    border: unset;
    background: unset;
    display: block !important;
}
/* MAIN BANNER  */

.banner-img video {
    display: block;
    width: 100%;
    height: 820px;
	object-fit: cover;
}
section.main-banner {
  position: relative;
}

section.main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
}

.banner-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--c3);
  font-family: var(--f1);
  margin-bottom: 25px;
}
	
.banner-title p {
  color: var(--c3);
  margin-bottom: 25px;
}

/* ABOUT US  */
.curr-about-us-img-main {
  position: relative;
}

.curr-about-us-img-one {
  margin-right: 120px;
  overflow: hidden;
  border-radius: 20px;
}

.curr-about-us-img-two {
  position: absolute;
  bottom: -50px;
  right: -20px;
  border: 10px solid var(--c3);
  overflow: hidden;
  border-radius: 20px;
}

.curr-about-us-img-one img {
  height: 630px;
  object-fit: cover;
  transition: all .5s;
}

.curr-about-us-img-two img {
  width: 275px;
  height: 300px;
  object-fit: cover;
  transition: all .5s;
}

.curr-about-us-img-one:hover img,
.curr-about-us-img-two:hover img {
  transform: scale(1.1);
}

.curr-about-us-img-three {
  position: absolute;
  top: -30px;
  right: 70px;
  z-index: -1;
}

.curr-about-us-img-three img {
  width: 240px;
  height: 280px;
}

.web-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--c2);
  text-transform: uppercase;
  font-family: var(--f1);
  margin-bottom: 15px;
}

.web-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #1E1E1E;
  font-family: var(--f1);
}

.web-title h2 span {
  color: var(--c1);
}

.web-title:has(p) h2 {
  margin-bottom: 20px;
}

.web-title p {
  margin: 0px;
}

.ceo-box {
  display: flex;
  background-color: var(---c3);
  border: 1px solid var(--c1);
  border-radius: 20px;
  padding: 25px 35px;
  gap: 30px;
  margin: 40px 0px;
  align-items: center;
}

.ceo-detail {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 10px;
}

.ceo-img img {
  width: 91px;
  height: 91px;
}

.ceo-detail h4 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: var(--f1);
}

.ceo-detail h5 {
  font-weight: 200;
  font-size: 18px;
  color: #333333;
  font-family: var(--f2);
}

.ceo-content p {
  margin: 0px;
}

.about-listing {
  display: flex;
  gap: 60px;
  margin: 30px 0px;
}

.about-listing ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 17px;
  font-family: var(--f1);
  color: #000000;
}

.about-listing ul li img {
  width: 30px;
}

.about-content {
  padding-left: 50px;
}

section.about-us {
  position: relative;
}

.about-back-img img {
  height: 390px;
  width: 100%;
}

.about-back-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* SERVICES  */
.service-img a {
  display: block !important;
  overflow: hidden;
  border-radius: 20px;
}

.service-img a img {
  height: 438px;
  object-fit: cover;
  border-radius: 20px;
  object-position: left;
  transition: all .5s;
}

.service-content {
  border: 1px solid #D4D4D4;
  background-color: var(--c3);
  border-radius: 0px 20px 20px 20px;
  padding: 25px 20px;
  width: 80%;
  margin-top: -90px;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.service-icon img {
  text-align: center;
  align-content: center;
  width: 50px;
  height: 35px;
  object-fit: contain;
}

.service-icon {
  background-color: var(--c1);
  padding: 15px 8px;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 18px;
}

.service-content h3 a {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--f1);
  color: #1E1E1E;
  margin-bottom: 10px;
  transition: all .4s;
  text-transform: uppercase;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-content p {
    font-size: 15px;
    margin: 0px;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom:10px;
}

.service-item:hover .service-content {
  background-color: var(--c2);
  border-color: var(--c2);
}

.service-item:hover .service-content h3 a,
.service-item:hover .service-content p {
  color: var(--c3);
}

.service-item:hover .service-img a img {
  transform: scale(1.1);
}

.service-btn {
  margin-top: 50px;
}

/* OUR ACHIVEMENT  */

.achivement-content {
  background-color: var(--c1);
  padding: 50px;
  border-radius: 20px;
}

.achivement-title h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--f1);
  color: var(--c3);
  margin-bottom: 15px;
}

.achivement-title h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--c3);
  font-family: var(--f1);
  margin-bottom: 35px;
}



.counter-content {
  background-color: var(--c3);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.counter-content h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--c2);
  font-family: var(--f1);
}

.counter-content p {
  font-size: 14px;
  margin: 0px;
}

.achivement-counter .row {
  row-gap: 24px;
}

.achivement-img {
  border-radius: 20px;
  overflow: hidden;
}

.achivement-img img {
  width: 100%;
  height: 515px;
  object-fit: cover;
  transition: all .5s;
}

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


/* TESTIMONIALS   */

.testi-item {background-color: var(--c3);padding: 35px 30px;border-radius: 20px;text-align: center;transition: all .5s;height: 100%;}

.testi-item:hover {
  box-shadow: 2px 2px 15px 1px #00000033;

}

.testi-img img {
  width: 100px;
  border-radius: 10px;
  margin: 0 auto 30px auto;
  height: 100px;
  object-fit: cover;
}

.swiper-wrapper {
  padding: 10px;
}

.testi-content p {
  color: #262626;
  margin: 0px;
}

.testi-content ul {
  display: flex;
  justify-content: center;
  margin: 24px 0px;
  gap: 4px;
}

.testi-content ul li {
  color: #FFCA00;
}

.testi-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1E1E1E;
  font-family: var(--f1);
  margin-bottom: 16px;
}

.testi-content h5 {
  font-size: 18px;
  font-weight: 400;
  color: #8B8B8B;
}

section.testimonials {
  background-image: url(https://dev-turf-pty-ltd.pantheonsite.io/wp-content/uploads/2025/10/ae506d1c9844e599668ebb1e78fa02cd1a7e9bae_compressed.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.shadow-shade {
  position: relative;
}

.shadow-shade:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F7F3;
    content: "";
    z-index: -1;
}

.swiper-arrows svg {
  display: none !important;
}

.swiper-arrows {
  color: var(--c3);
  border: 2px solid var(--c3);
  width: 50px;
  height: 50px;
}

.swiper-button-next {
  right: 190px !important;
}

.swiper-arrows:hover {
  background-color: var(--c2);
  color: var(--c3);
}

.swiper-arrows {
  transition: all .4s;
  color: var(--c2);
  border: 2px solid var(--c2);
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

/* MINI BANNER  */
section.mini-banner {
  background-image: url(https://dev-turf-pty-ltd.pantheonsite.io/wp-content/uploads/2025/11/resource-file-1_compressed.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

section.mini-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  content: "";
}

.mini-banner-content {
  position: relative;
  z-index: 2;
}

.mini-banner-content h2 {
  color: var(--c3);
  font-weight: 700;
  font-size: 45px;
  font-family: var(--f1);
  margin-bottom: 15px;
}

.mini-banner-content p {
  color: var(--c3);
  margin-bottom: 40px;
}

.mini-banner-btn a {
  border: 2px solid var(--c3);
  color: var(--c3);
  padding: 12px 30px;
  border-radius: 10px;
  transition: all.5s;
  font-weight: 700;
  font-size: 16px;
}

.mini-banner-btn a:hover {
  background-color: var(--c3);
  color: var(--c2);
}

.mini-banner-btn a i {
  margin-left: 4px;
  font-size: 14px;
  line-height: 1px;
}


/* OUR WORK  */
.gallery-img a {
  display: block !important;
}

.gallery-img a img {
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
}

section.our-work .row {
  row-gap: 28px;
}

/* CONTACT US  */
section.contact-us {
  background-image: url(https://dev-turf-pty-ltd.pantheonsite.io/wp-content/uploads/2025/10/att.tJCQZAuLYnmhsoAADR5tYGN1dHF21Z1ylqn4_swK-lc_compressed.webp);
  position: relative;
  background-attachment: fixed;
}

section.contact-us:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000CC;
}

.contact-content {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.contact-title.web-title h4,
.contact-title.web-title h2,
.contact-title.web-title h4,
.contact-title.web-title p {
  color: var(--c3);
}

.information-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.inform-icon img {
  width: 40px;
}

.inform-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--c3);
  font-family: var(--f1);
  margin-bottom: 8px;
}

.inform-content a,
.inform-content h5 {
  color: var(--c3);
  font-size: 16px;
  font-weight: 400;
}

.contact-information {
  margin-top: 40px;
}

.contact-information .information-box:last-child {
  margin-bottom: 0px;
}

.contact-form {
  position: relative;
  z-index: 1;
  background-color: var(--c3);
  padding: 60px 50px;
  border-radius: 25px;
}

.contact-form h2 {
  color: var(--c1);
  font-weight: 700;
  font-family: var(--f1);
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 40px;
}

.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 12px 17px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #CACACA;
  color: #000;
}

.form-input textarea {
  resize: none;
}

.contact-form .row {
  row-gap: 24px;
}

.form-input input::placeholder {
  color: #737373;
  font-size: 14px;
}

/* FOOTER  */
footer {
  background-color: #3A3A3A;
  position: relative;
  padding: 90px 0px 0px;
}


.footer-logo a {
  width: 200px;
  background-color: var(--c3);
  padding: 20px 20px;
  border-radius: 10px;
}

.footer-content p {
  color: var(--c3);
}

.footer-content p {
  margin: 24px 0px;
}

.footer-social ul {
  justify-content: start;

}


.footer-links h4 {
  width: max-content;
  font-size: 20px;
  color: var(--c3);
  font-weight: 700;
  font-family: var(--f1);
  margin-bottom: 30px;
  text-transform: uppercase;
}



.footer-links ul li a,
.footer-links ul li h5 {
  color: var(--c3);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.footer-links ul li {
  margin-bottom: 11px;
  overflow: hidden;
  padding-bottom: 6px;
}

.footer-links ul li a i {
  color: var(--c1);
  margin-right: 8px;
}

.footer-link-gap {
  padding-left: 50px;
}


.footer-bottom {
  padding: 18px 0px;
  border-top: 1px solid #FFFFFF66;
}

.copyright p {
  margin: 0px;
  color: var(--c3);
  font-size: 14px;
  font-weight: 400;
}

.footer-links ul li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -100%;
  width: 100%;
  height: 1.5px;
  background-color: var(--c3);
  transition: all.4s;
}

.footer-links ul li a:hover:before {
  left: 0;
}

.footer-links h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--c3);
  font-family: var(--f1);
  margin-bottom: 10px;
}

ul.contact-list li {
  margin-bottom: 20px;
}

.newsletter-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.newsltter-box {
  background-color: var(--c3);
  padding: 40px;
  border-radius: 20px;

}

.footer-top {
  padding: 100px 0;
}

.newsltter-icon img {
  width: 100px;
}

.newsletter-title h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1E1E1E;
  font-family: var(--f1);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.newsletter-title h5 {
  font-size: 26px;
  color: var(--c2);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--f1);
}

.newsletter-form {
  text-align: right;
  width: 60%;
  margin-left: auto;
}

.newsletter-form input {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #696969;
  padding-bottom: 5px;
  outline: 0;
  padding-right: 30px;
}

.agree-box input {
  width: unset;
  height: 12px;
  margin-right: 8px;
}

.agree-box {
  text-align: left;
  margin-top: 7px;
  display: flex;
  align-items: center;
}

.agree-box label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
}

.news-email {
  position: relative;
}

.news-email button {
  position: absolute;
  right: 0;
  background: unset;
  border: 0;
  color: #696969;
  font-size: 16px;
  bottom: 4px;
}



/* RESPONSIVE MENU */

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  z-index: 9999999999;
  transition: all .5s;
}

.responsive-menu.active {
  left: 0;
}

.responsive-menu-main {
  height: 100%;
  padding: 40px 30px;
  position: relative;
}

.responsive-logo {
  width: 150px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 14px 14px;
  border-radius: 10px;
}

.responsive-links ul li a {
  color: rgb(255 255 255);
  padding: 10px 0px;
  display: block;
  font-family: var(--f1);
  font-weight: 700;
}

.responsive-links ul li {
  border-bottom: 1px solid #ffffff78;
  position: relative;
}

.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--c3);
  padding: 6px 0px;
}

.responsive-icon a i {
  display: block;
}

.responsive-icon {
  position: absolute;
  top: 40px;
  right: 30px;
}

.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
  display: inline-block;
}

.responsive-links ul li:last-child {
  border: 0;
}

body.scroll-stop {
  overflow: hidden;
}

.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.resp-social ul li a i {
  display: block;
}

.resp-social ul li a {
  padding: 10px;
  color: #000;
  font-size: 18px;
}

.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
}

.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}

.responsive-links ul li i.active::before {
  content: "\f068";
}

section.testimonials.testi-page {
  background-color: #F6F7F3;
}

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


/* ABOUT US PAGE CSS */

.inner-about-img {
  border-radius: 14px;
  overflow: hidden;
  margin-right: 40px;
}

.inner-about-img img {
  transition: all .6s;
  height: 450px;
  object-fit: cover;
}

.inner-about-img:hover img {
  transform: scale(1.1);
}

.inner-about-content P {
  margin-bottom: 15px;
}

.inner-about-content h2 {
  margin-bottom: 20px;
}

.inner-about-content p:last-child {
  margin-bottom: 0px;
}

/* SECTION FAQS */

.faq-main-item .accordion-button {
  background-color: unset;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 600;
  color: var(--c4);
  transform: unset !important;
}

.faq-main-item .accordion-button:not(.collapsed) {
  color: var(--c1);
}

.faq-main-item .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
}

.faq-main-item .accordion-button span {
  color: var(--c1);
  font-size: 15px;
  margin-right: 10px;
  font-weight: 700;
}

.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-main-item .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
  background-image: unset;
  transform: unset;
  color: var(--c1);
}

.faq-main-item .accordion-body {
  font-weight: 400;
  line-height: 1.8;
  color: #8B8B8B;
}

.faq-main-item .accordion-item:last-child {
  margin: 0px;
}

.faq-img {
  margin-left: 30px;
  overflow: hidden;
}

.faq-img img {
  transition: all .6s;
}

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

.faqs {
  background-color: #efefef;
}

.faq-title h2 {
  font-size: 50px;
}

.faq-title {
  margin-bottom: 50px;
  color: var(--c1);
}

.faq-img img {
  height: 500px;
  object-fit: cover;
}

.contact-us-page {
  background-color: var(--c2);
  background-image: unset !important;
}


/*SINGLE PAGE CSS*/

.single-cont-inner {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  align-items: center;

}

.single-inner-img,
.single-inner-list {
  width: 50%;
}

.single-content-img img {
  height: 450px;
  object-fit: cover;
  transition: all .8s;
}

.single-content h4 {
  color: #fff;
  padding: 25px 0;
  font-family: var(--f1);
  font-size: 30px;
}

.single-content-img {
  margin-bottom: 30px;
}

.single-content-main p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #383838;
  line-height: 1.6;
}

.single-content-main h3 {
  font-size: 20px;
  color: var(--c3);
  margin-bottom: 15px;
  font-weight: 700;
}

.single-inner-list ul li {
  color: var(--c2);
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}

.single-w-date h3 {
  color: var(--c3);
  font-weight: 700;
  margin-bottom: 8px;
}

.single-w-date {
  margin: 30px 0;
}

.single-inner-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  color: var(--c3);
  content:
    "\f00c";
  font-family: "Font Awesome 5 Pro";
}

.single-inner-img,
.single-content-img {
  overflow: hidden;
  border-radius: 8px;
}

.quote-form-main {
  padding: 25px;
  background-color: #efefef;
  border-radius: 5px;
}

.quote-form-main h2 {
  font-size: 26px;
  color: var(--c1);
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
}

.quote-form-item input {
  background: unset;
  border: 1px solid #ffecec26;
  padding: 12px 15px;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  color: var(--c3);
  transition: all .5s;
  background-color: var(--c3);
}

.quote-form-item {
  margin-bottom: 15px;
}

.quote-form-item input:focus {
  border-color: var(--c1);
}

.quote-form-item input::placeholder {
  color: #00000077;
  font-size: 15px;
}

.quote-submit input {
  padding: 10px 20px;
  background-color: var(--c1);
  border: 0;
  outline: 0;
  color: var(--c3);
  font-weight: 700;
  border-radius: 4px;
  transition: all .7s;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.quote-submit input:hover {
  background-color: var(--c2);
  color: var(--c3);
}

.quote-submit {
  text-align: center;
  margin-top: 20px;
}

.side-links-main {
  margin-bottom: 30px;
}

.single-content h2 {
    color: var(--c1);
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-content h2 span {
  color: var(--c1);
}

.single-content-img:hover img {
  transform: scale(1.1);
}

.single-sidebar {
  position: sticky;
  top: 0;
}

.single-content ul li,
.single-content ol li {
  line-height: 1.6;
  color: #727272;
  font-size: 15px;
  list-style: disc;
  margin-bottom: 5px;
}

.single-content ul,
.single-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.single-content ol li {
  list-style: auto;
}

/* WooCommerce */

.all_in_one_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.new-arriv-prod ul.products {
  display: flex;
  flex-wrap: wrap;
  row-gap: 17.2px;
  justify-content: space-between;
}

.new-arriv-prod ul.products::before,
.new-arriv-prod ul.products::after {
  display: none;
}

.new-arriv-prod ul.products li.product {
  width: 24%;
  margin: 0px;
}

.new-arriv-prod ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  padding: 15px 15px 5px;
}

.product-box-image span.onsale {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  width: 70px;
  border-radius: 0px;
  background-color: var(--c7);
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px !important;
  font-size: 12px;
}

.product-box-main a.button.add_to_cart_button {
  color: var(--c3);
  transition: all .5s;
  margin-top: 0 !important;
  margin-bottom: 15px;
  margin-left: 15px;
  background-color: var(--c1);
}

.product-box-main a.button.add_to_cart_button::after {
  font-weight: 100;
  font-size: 14px;
}

.product-box-main a.button.add_to_cart_button:hover {
  background-color: var(--c2);
}

.product-box-main a.added_to_cart {
  position: absolute;
  bottom: 65px;
  right: 20px;
  font-size: 14px;
  color: var(--c2);
}

.all-in-items .col {
  flex: 0 0 20%;
}

.all-in-items {
  row-gap: 20px;
}

/* Shop Pages */

/* Woocommerce Shop Page */

.shop-product-main ul.products {
  display: flex;
  flex-wrap: wrap;
  column-gap: 19px;
  row-gap: 19px;
  margin-bottom: 0px !important;
}

.shop-product-main ul.products li.product {
  width: 32% !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.single-product-data-main .qib-button-wrapper .quantity.wqpmb_quantity {
  height: 35px;
}

.shop-product-main ul.products:before,
.shop-product-main ul.products:after {
  display: none;
}

.result-count-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}

.shop-product {
  padding: 80px 0px;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li a:hover {
  color: var(--primary);
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li a {
  color: var(--c2);
  display: block !important;
  transition: all .5s;
  padding: 8px 0px;
  font-size: 15px;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li {
  padding-left: 20px;
}

.shop-page-sidebar h3 {
  color: #000;
  font-size: 18px;
  padding: 15px 0px;
  font-weight: 600;
  border-top: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
}

.wp-block-woocommerce-price-filter input {
  outline: 0;
  font-weight: 300;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child a {
  padding-top: 0px;
}

.result-count-main p.woocommerce-result-count,
.result-count-main form.woocommerce-ordering select {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.shop-product-main ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  padding: 15px;
}

.result-count-main form.woocommerce-ordering select {
  border: 1px solid #e1e1e1;
  padding: 6px 10px;
  outline: 0;
}

.result-count-main p.woocommerce-result-count,
.result-count-main form.woocommerce-ordering {
  margin: 0px;
}

.woocommerce-shop .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper {
  padding: 0px;
}

.woocommerce-shop .information,
body.single-product .information {
  margin-top: 0px;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list--depth-2 {
  display: none;
}

.shop-page-sidebar h3.active::before {
  content: "\f054";
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow {
  position: relative;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  font-size: 13px;
  top: 10px;
  cursor: pointer;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow.active:before {
  content: "\f077";
}

.woocommerce-sidebar-1 h2 {
  color: #000;
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
  width: max-content;
}

.woocommerce-sidebar-1 h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--c2);
  content:
    '';
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li {
  position: relative;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 10px;
  border: 1px solid var(--c2);
  color: var(--c2);
  display: inline-block;
  padding: 0px 4px;
  opacity: .5;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count:before,
.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count:after {
  display: none;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child span.wc-block-product-categories-list-item-count {
  top: 4px;
}

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
  color: #222 !important;
  font-size: 14px !important;
}

nav.woocommerce-breadcrumb a:hover {
  text-decoration: underline !important;
}

body.archive .woocommerce-notices-wrapper {
  padding-top: 0px;
}

/* Woocommerce Single Product */

.single-product-data-main ol.flex-control-nav li img {
  border: 1px solid #e9eaec;
  padding: 5px;
}

.summary.entry-summary .woocommerce-product-details__short-description ul {
  margin-top: 15px;
  padding-left: 20px;
}

.single-product-data-main .quantity input.qty {
  width: 50px;
  height: 50px;
  border: 1px solid var(--c2);
  outline: 0;
  color: var(--c2);
}

.single-product-data-main .quantity input.qty:focus {
  border-color: var(--c7);
}

.single-product-data-main ol.flex-control-nav li img.flex-active {
  border-color: var(--c7);
}

body.single-product .woocommerce-message {
  margin-top: 30px;
  margin-bottom: 0px;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: red;
}

.woocommerce-notices-wrapper {
  padding-top: 50px;
}

.woocommerce-product-gallery__wrapper a {
  display: block !important;
}

.single-product-data-main {
  padding: 80px 0px 50px 0px;
  overflow: hidden;
}

.related.products>h2,
.woocommerce-Tabs-panel h2,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout h3#order_review_heading,
header.woocommerce-Address-title h3 {
  color: var(--c2);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-box-content {
  color: var(--c2);
  padding-top: 15px;
  margin-right: 60px;
}

.product-box-content .price ins {
  text-decoration: none;
  font-weight: 500 !important;
}

.product-box-main {
  border: 1px solid #e1e1e1;
  transition: all .5s;
  position: relative;
}

.product-box-main:hover {
  border-color: var(--c1);
}

.product-box-content h2 {
  font-size: 20px !important;
  font-weight: 500;
  padding: 0px !important;
  margin-bottom: 4px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #000;
}

.product-box-content .price {
  font-size: 17px !important;
  color: #000 !important;
}

.product-box-image img {
  transition: all .6s;
  margin: 0px !important;
  height: 300px !important;
  object-fit: contain;
}

table.woocommerce-product-attributes {
  color: var(--c2);
}

.woocommerce-tabs ul:before,
.woocommerce-tabs ul:after,
.woocommerce-tabs ul li:before,
.woocommerce-tabs ul li:after {
  display: none !important;
}

.woocommerce-Reviews {
  color: var(--c2);
}

.single-product-data-main button.single_add_to_cart_button {
  background-color: var(--c7) !important;
  opacity: 1 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid var(--c2);
  transition: all .5s;
  margin-left: 10px;
  width: 300px;
  height: 50px;
  color: #000 !important;
}

.single-product-data-main button.single_add_to_cart_button:hover {
  background-color: var(--c2) !important;
  color: var(--c3) !important;
}

.place-order button#place_order,
.woocommerce-address-fields button.button,
form.woocommerce-EditAccountForm .woocommerce-Button,
.page-id-78 .wc-block-cart__submit-container a {
  margin-top: 12px;
}

form.woocommerce-EditAccountForm legend {
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
}

.cart_totals .wc-proceed-to-checkout a {
  padding: 20px 30px !important;
}

.wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button,
.wc-block-checkout__actions a.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-totals-coupon a {
  color: var(--c1);
}

.woocommerce-product-details__short-description ul li {
  margin-bottom: 4px;
  list-style: disc;
  line-height: 1.7;
  color: var(--c2);
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description ul li:last-child {}

.single-product-data-main .qib-button-wrapper .qib-button {
  background: unset !important;
  border: 0px;
  height: 35px;
}

.single-product-data-main .qib-button-wrapper {
  border: 1px solid #c2c2c2;
  border-radius: 50px;
}

.single-product-data-main .qib-button-wrapper .input-text {
  border: 0px !important;
  font-size: 15px !important;
  height: 35px !important;
  padding: 0px !important;
  width: 40px;
}

.summary.entry-summary table.variations th.label {
  margin-bottom: 8px;
}

.summary.entry-summary table.variations li.button-variable-item {
  color: var(--c1);
  /* width: 50px !important; */
  font-size: 14px !important;
  border-radius: 0px !important;
  font-weight: 600;
  background-color: rgb(240, 240, 240) !important;
}

.summary.entry-summary table.variations tr:first-child {
  display: block;
}

ol.flex-control-nav.flex-control-thumbs img {
  opacity: unset !important;
}

.woocommerce-product-gallery ol.flex-control-nav {
  margin-top: 0px !important;
  display: flex;
  gap: 20px;
}

.single_variation_wrap .quantity {
  position: relative;
}

.related.products {
  margin-bottom: 80px;
}

.comment-form-rating span a {
  color: orange;
}

.woocommerce-Tabs-panel span#reply-title {
  color: black;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--primary);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--primary);
}

body.single-product .woocommerce-Reviews input#submit,
.woocommerce-message a.button,
body.woocommerce-account .woocommerce-form-login__submit,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
.woocommerce-MyAccount-content button.button,
.woocommerce-info a.button {
  background: unset !important;
  border: 1px solid var(--c2) !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  color: var(--c2) !important;
  padding: 15px 30px !important;
  transition: all .4s;
}

body.single-product .woocommerce-Reviews input#submit:hover,
.woocommerce-message a.button:hover,
body.woocommerce-account .woocommerce-form-login__submit:hover,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover,
.woocommerce-MyAccount-content button.button:hover,
.woocommerce-info a.button:hover {
  background-color: var(--c2) !important;
  color: var(--c3) !important;
}

/* If You want Product Gallery Images Left Side */

.single-product-data-main .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}

.single-product-data-main .woocommerce-product-gallery .flex-viewport {
  width: 85%;
  border: 1px solid #e9eaec;
}

.single-product-data-main ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  width: 15%;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
}

.single-product-data-main ol.flex-control-nav li {
  width: 100% !important;
  margin-bottom: 5px !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: var(--c2) !important;
  opacity: 1 !important;
  font-weight: 500;
  transition: all .4s;
  margin-left: 10px;
  color: var(--c3);
  border: 0;
  margin-left: 0px;
  padding: 15px 0px;
  min-height: 0 !important;
}

.single-pro-content-main button.single_add_to_cart_button:hover,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background-color: var(--c1) !important;
}

form#wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button {
  opacity: 1 !important;
  border: 1px solid var(--c2);
  background: unset;
  color: var(--c2);
  transition: all .4s;
}

form#wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button:hover {
  background-color: var(--c2);
  color: var(--c3);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
  display: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr~h2 {
  display: none;
}

.footer-socials {
  margin-top: 15px;
}

/* Woocommerce Cart Page */

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-main {
  width: 100%;
  padding: 0px;
}

.page-id-78 .wc-block-components-totals-wrapper {
  border-top: 1px solid white;
}

.page-id-78 .wc-block-components-quantity-selector {
  color: var(--c2);
}

.page-id-78 .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  color: var(--c2);
}

.page-id-78 .is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid var(--c3) !important;
}

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-main .wc-block-cart-items {
  border: 1px solid var(--c2);
}

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-sidebar-layout {
  justify-content: end;
}

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-main .wc-block-cart-items thead,
.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-main .wc-block-cart-items thead th {
  background-color: var(--c2) !important;
  visibility: visible;
  font-size: 14px;
  text-align: center;
  color: var(--c3);
  font-weight: 500;
  padding: 12px 0px;
}

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-main .wc-block-cart-items td.wc-block-cart-item__product {
  font-size: 16px;
  color: var(--c2);
}

.page-id-78 .wc-block-components-product-badge {
  border-radius: 0px;
  border-color: var(--primary);
}

.page-id-78 a.wc-block-components-product-name {
  color: var(--c2);
  font-weight: 600;
}

.page-id-78 .wp-block-woocommerce-cart.alignwide .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid var(--c2);
  font-size: 15px;
  color: var(--c2);
  padding: 20px;
}

.page-id-78 .wp-block-woocommerce-cart-order-summary-block span.wc-block-cart__totals-title {
  text-align: left;
  font-size: 14px;
  padding: 8px 16px;
  background-color: var(--c3);
  font-weight: 500;
  color: var(--c1);
}

.page-id-78 .wc-block-components-totals-coupon a {
  text-decoration: underline;
  color: var(--c1);
}

.page-id-78 .wc-block-cart__submit-container a:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

/* Woocommerce Checkout Page */

.page-id-23 .wc-block-components-text-input label {
  font-size: 14px !important;
}

.page-id-23 .wc-block-components-text-input input:focus,
.components-combobox-control__suggestions-container input {
  box-shadow: unset !important;
}

.page-id-23 .wc-block-components-form {
  color: var(--c2);
}

.page-id-23 .wc-block-components-text-input input,
.components-combobox-control__suggestions-container input {
  font-size: 15px !important;
  border-radius: unset !important;
  border-color: var(--c2) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  padding: 70px 0px;
  margin-bottom: 0px;
}

.page-id-23 .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid var(--c2) !important;
  color: var(--c2);
}

.page-id-23 .wc-block-components-totals-wrapper {
  border-top: 1px solid var(--c2);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  border-width: 1px !important;
}

/* Woocommerce My Account Page */

.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #333;
  box-shadow: 0px 4px 15px -7px rgb(0 0 0 / 50%);
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--c2);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 15px;
  display: block !important;
  position: relative;
  text-transform: capitalize;
  color: var(--c2);
  font-weight: 500;
  font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--c2);
  color: var(--c3) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  width: 31px;
  height: 100%;
  background: var(--c7);
  position: absolute;
  right: -10px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
  top: 0;
  opacity: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after {
  opacity: 1;
}

.page-id-80 .woocommerce {
  padding: 50px 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  color: var(--c2);
  padding-left: 40px;
}

.page-id-80 .woocommerce-notices-wrapper {
  padding: 0px;
}

.woocommerce-MyAccount-content p a,
.woocommerce-Address-title a {
  color: var(--c7);
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-top: 20px;
}

.woocommerce-form-login__rememberme {
  margin: 10px 0px 0px 0px;
}

p.woocommerce-LostPassword a {
  color: var(--c7);
}

.page-id-80 .woocommerce-address-fields__field-wrapper .input-text,
form.woocommerce-EditAccountForm .input-text,
.woocommerce-form-login .woocommerce-Input--text {
  border: 1px solid var(--c2) !important;
  padding: 0 10px;
  height: 45px;
  background: unset;
  color: var(--c2);
}

.page-id-80 .woocommerce-address-fields__field-wrapper label,
form.woocommerce-EditAccountForm label,
.woocommerce-form-login label {
  font-weight: 600;
  font-size: 15px;
  color: var(--c2);
  margin-bottom: 6px;
}

.select2-container .select2-selection--single {
  height: 45px;
  border-radius: unset;
  border: 1px solid var(--c2) !important;
  background: unset;
  color: var(--c2);
  font-size: 15px;
}

span.select2-selection.select2-selection--single span:first-child {
  height: 100%;
  line-height: 45px;
}

span.select2-selection.select2-selection--single span:nth-child(2) {
  top: 10px;
  right: 6px;
}

.woocommerce-MyAccount-content h2 {
  font-size: 24px;
  text-transform: capitalize;
}

/* Forgot Password */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 16px 10px;
  border: 1px solid var(--c2);
}

/* New In Store Cart */

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:last-of-type {
  margin-top: 30px;
  margin-bottom: 60px;
}

.wp-block-separator.is-style-dots {
  display: none;
}

.wp-block-woocommerce-cart {
  margin: 100px 0px;
}

.wc-block-grid__product-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--c3) !important;
}

.single-product-data-main h1.product_title {
  color: var(--c2);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}

.single-product-data-main p.price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description p {
  color: var(--c4);
}

.single-product-data-main p.price {
  color: var(--c2) !important;
  font-size: 18px !important;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-product-details__short-description ul li::before,
.single-product-data-main span.stock-badge::before {}

.woocommerce-product-details__short-description ul li span {
  display: block;
  color: gray;
  font-weight: 400;
}

.single-product-data-main table.variations td.woo-variation-items-wrapper {
  display: flex;
  gap: 10px;
}

.single-product-data-main table.variations td.woo-variation-items-wrapper a.reset_variations {
  color: red;
}

.single-product-data-main table.variations {
  margin-bottom: 0px !important;
}

.single-product-data-main form.variations_form .single_variation_wrap {
  margin-top: 15px;
  padding-top: 15px;
  overflow: hidden;
  border-top: 1px dashed #e9eaec;
}

body.single-product .woocommerce-tabs.wc-tabs-wrapper {
  box-shadow: rgb(0 0 0 / 11%) 0px 0px 20px;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 50px;
  background: white;
}

body.single-product .woocommerce-Reviews textarea {
  height: 180px !important;
}

body.single-product .woocommerce-Reviews input[type="text"],
body.single-product .woocommerce-Reviews input[type="email"],
body.single-product .woocommerce-Reviews textarea {
  border: 1px solid #e1e1e1;
  padding: 10px;
  height: 45px;
  transition: all .4s;
  outline: 0;
}

.related.products ul.products li.product {
  margin: 0px;
  width: 24%;
}

.related.products ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  padding: 15px;
}

.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

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

.related.products>h2 {
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel p,
.woocommerce-tabs .woocommerce-Tabs-panel ul li {
  color: var(--c4);
  margin-bottom: 10px;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li {
  list-style: disc;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 20px;
  margin-top: 10px;
}

.woocommerce-tabs ul.tabs li {
  padding: 0px !important;
  border: 0 !important;
  background-color: unset !important;
  margin: 0px !important;
}

.woocommerce-tabs ul.tabs li a {
  font-weight: 500 !important;
  color: var(--c7) !important;
  position: relative;
  font-size: 18px;
  padding: 10px 10px !important;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #e9eaec;
  padding: 0px !important;
}

.woocommerce-tabs ul.tabs li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--c7);
  content: '';
  visibility: hidden;
  opacity: 0;
}

.woocommerce-tabs ul.tabs li.active a::before {
  visibility: visible;
  opacity: 1;
}

.woocommerce-product-details__short-description ul li img {
  width: 80px;
  display: inline;
  margin-left: 4px;
}

.single-product-data-main span.stock-badge {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e9eaec;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}

.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child:before {
  top: 3px !important;
}

.woocommerce-info::before {
  color: var(--c7) !important;
}

.woocommerce-info {
  border-top-color: var(--c7) !important;
}

nav.woocommerce-pagination ul li a {
  color: var(--c1);
}


/* APP SEC */
.home-app{
	position:relative;	
}
img.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 830px;
    height: 660px;
    object-fit: cover;
    border-radius: 0px 0px 0px 500px;
}
.app-title img {
    width: 220px;
    margin-left: 40px;
}
.app-title h3 {
	 font-family: var(--f2);
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}
.app-iphone::before {
    content: "";
    position: absolute;
    max-width: 450px;
    max-height: 450px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: rgb(168, 224, 99);
    background: linear-gradient(180deg, rgba(168, 224, 99, 0.75) 0%, rgba(86, 171, 47, 0.75) 100%);
    margin: auto;
    left: 0;
    right: 0;
       bottom: 120px;
    z-index: -1;
    box-shadow: 0px 25px 30px #00000014;
}
.app-iphone {
    position: relative;
    max-width: 457px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.app-iphone img {
    width: 350px;
    margin: 0 auto;
}
.bubble.bubble-one {
    left: -60px;
    top: 50%;
}
.bubble {
    background: rgba(246, 246, 246, 0.85);
    width: 136px;
    height: 137px;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    box-shadow: 0px 25px 30px #00000014;
}
.bubble.bubble-two {
    right: 20px;
    top: 100px;
    width: 118px;
    height: 118px;
}
.bubble.bubble-three {
    width: 130px;
    height: 130px;
    bottom: 130px;
    right: -50px;
}
.bubble h6 span {
    font: normal normal bold 34px / 26px Roboto;
    letter-spacing: 0px;
    color: #5D9732;
    display: block;
	 font-family: var(--f2);
    margin-bottom: 10px;
}
.bubble h6 {
    font: normal normal normal 16px / 20px Roboto;
    letter-spacing: 0px;
    color: #4F4F4F;
    padding: 10px;
    font-family: var(--f2);
}
.bubble.bubble-three h6 strong {
    color: #5D9732;
	 font-family: var(--f2);
}



/* ========== SEARCH ICON BUTTON ========== */
.search-btn {
  background: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

/* ========== MODAL BACKDROP ========== */
.search-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* ========== MODAL CONTENT BOX ========== */
.search-modal.active {
  display: flex;
}

.search-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  position: relative;
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.search-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
}

.search-box button[type="submit"] {
  margin-top: 15px;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.search-box button[type="submit"]:hover {
  background: var(--c1);
}

/* ========== CLOSE BUTTON ========== */
.close-search {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}
.download-btn-wrap {
    display: flex;
    gap: 10px;
}
.download-btn-wrap a {
    width: 175px;
}

.service-content > a {
    color: var(--c1);
    font-weight: 500;
    text-decoration: underline !important;
}
.footer-another-logo a img {
    width: 60%;
    margin: 0 auto;
    object-fit: fill;
}

.footer-another-logo {
    background: var(--c3);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.footer-con {
    background: var(--c1);
    padding: 5px 0px;
    border-radius: 5px;
    color: var(--c3);
    margin-top: 18px;
}

.menu-button a {
    color: var(--c1);
    font-size: 20px;
}
.extra-img {
    display: none;
}

li.phone-details ul li {
    margin: 0px;
    display: flex;
    gap: 8px;
}
li.phone-details ul li span {
    color: var(--c3);
}
.inform-content span {
    color: var(--c3);
    margin-left: 10px;
}
.single-content-main p a {
    color: var(--c1);
    font-weight: 700;
    text-decoration: underline !important;
}
.lawn-logo {
    width: 280px;
    margin: 0 auto;
}
.lawn-content-box {
    margin-top: 20px;
    text-align: center;
    background-color: #dddddd75;
    padding: 30px 0px;
    border-radius: 10px;
}
.lawn-content-box img {
    width: 120px;
    margin: 0 auto 14px;
}
.lawn-content-box h4 {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
}
.lawn-content-box h5 {
    font-size: 16px;
    color: gray;
}
.lawn-content-box h4 {
    margin-bottom: 4px;
    color: #383838;
    font-size: 24px;
    font-weight: 500;
}
.lawn-solution-australia .single-content-main .col-lg-4:first-child .lawn-content-box img {
    width: 54px;
}
.lawn-solution-australia .single-content-main .col-lg-4:nth-child(2) .lawn-content-box img {
    width: 70px;
}
.lawn-solution-australia .single-content-main .col-lg-4:last-child .lawn-content-box img {
    width: 112px;
}
.page-template-lawn-solutions-australia .overflow-hidden {
    overflow: unset !important;
}

.lawn-logo {
    position: sticky;
    top: 10px;
}


.lawn-solutions-policy-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.lawn-solutions-policy-content p {margin-bottom: 15px;font-size: 16px;color: #383838;line-height: 1.6;}
.lawn-solutions-policy-title {
    margin-bottom: 25px;
}
.lawn-solutions-policy-content p a{
        color: var(--c1);
    font-weight: 700;
    text-decoration: underline !important;
}
form.cart {
    display: flex;
    align-items: center;
}
.lawn-solutions-policy-title h2 {
    font-size: 40px;
}