/***********************
* Common
***********************/
html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: Inter, Arial, sans-serif; */
}

body {
     font-family: "Baloo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-style: normal;
    position: relative;
    background-color: #e5fdf0;
    color: #231F20;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
}
h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
.Primary-btn i {
    transition: all 0.5s;
}
.Primary-btn:hover i {
    transform: translateX(10px);
}
.Primary-btn {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    font-size: 16px;
    font-weight: 400;
    background: #019748;
    color: #fff;
}
.Primary-btn .btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b0f2c;
    color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 35px;
    z-index: 1;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.Primary-btn:hover .btn-icon{
    color: #fff;
}
.Primary-btn .btn-icon i:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Primary-btn:hover .btn-icon i:last-child{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
.Primary-btn .btn-text {
    position: relative;
    text-shadow: 0 0 #fff, 0 22px #fff;
    transition: text-shadow 0.5s 
ease-in-out;
    color: transparent;
    overflow: hidden;
}
.Primary-btn:hover .btn-text{
    text-shadow: 0 -22px #fff, 0 0 #fff;
}
/***********************
* header
***********************/
.topbar {
    background-color: #019748;
    color: #fff;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 8px 0;
}
.topbar-inner p {
    margin-bottom: 0;
}
.topbar-inner>a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.social-media {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
ul.social-media li a {
    color: #fff;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 8px 0;
}
.logo {
    max-width: 180px;
}
.header-end {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.header-end .login-btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #019748;
    color: #019748;
}
.header-end .user-login-btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #019748;
    color: #019748;
}
.header-end .cart-btn {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 5px 7px;
    border: 1px solid #019748;
    border-radius: 8px;
    font-size: 14px;
    color: #019748;
    height: auto;
    width: auto;
}
.main-menu ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.main-menu ul li a {
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
}
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a{
    color: #019748;
}
.sticky-header--cloned.sticky-fixed {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
    background-color: #ffffffd1;
    backdrop-filter: blur(15px);
}
.sticky-fixed {
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
    position: fixed  !important;
    transform: translateY(0);
    z-index: 999;
    transition: all 1.5s;
}
.sticky-header--cloned {
    position: fixed !important;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
}
.sticky-header--cloned.sticky-fixed .logo {
    max-width: 120px;
}
.hero-section {
    position: relative;
    overflow: hidden;
}
.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.background-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.background-item, .background-box {
    height: 100%;
    width: 100%;
}
.hero-slider {
    position: relative;
    z-index: 1;
    padding: 100px 0 70px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
ul.slick-dots li button{
    border-radius: 14px;
    height: 14px;
    width: 14px;
    background-color: #019748;
    font-size: 0;
    border: none;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button{
    width: 30px;
}
.hero-content p{
    margin-bottom: 30px;
}
/*************************
* about start
*************************/
.about-section {
    padding: 100px 0;
    overflow: hidden;
}
.sub-heading {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: #019748;
    font-size: 16px;
    text-transform: uppercase;
}
.sub-heading img {
    width: 24px;
}
.about-left  .lead-font {
    padding-left: 15px;
    font-size: 20px;
    border-left: 2px solid #019748;
    margin-bottom: 20px;
    color: #000;
}
.about-left  p {
    margin-bottom: 24px;
}
.about-left {
    padding-right: 30px;
}
.about-right {
    position: relative;
    margin-right: 150px;
}
.about-image {
    border-radius: 20px;
    overflow: hidden;
}
.about-image-two {
    position: absolute;
    bottom: -30px;
    right: -150px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}
.about-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-image-two:hover img {
    transform: scale(1.1);
}
.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-image:hover img {
    transform: scale(1.1);
}
.circle-text-wrap-outer {
    position: absolute;
    top: 40px;
    right: -80px;
    width: 160px;
    height: 160px;
}
.circle-text-wrap {
    position: relative;
    width: 160px;
    height: 160px;
}
.circle-logo {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg.circle-text-svg {
    width: 100%;
    height: 100%;
    animation: rotateCircle 10s 
linear infinite;
    transform-origin: center center;
    background-color: #019748;
    border-radius: 100%;
}
/* animation */
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
text.circle-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
svg.circle-text-svg textPath {
    fill: #fff;
}
.circle-logo img {
    max-width: 75px;
}
.heading-box-outer {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.heading-box-outer .heading-box {
    margin-bottom: 0;
}
.heading-box {
    margin-bottom: 30px;
}
.heading-box h2 {
    margin-bottom: 0;
}
.product-box {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.product-image {
    position: relative;
    overflow: hidden;
    background-color: #01974852;
    border-radius: 10px;
    margin-bottom: 15px;
}
.product-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product-box:hover img.hover-image {
    height: 100%;
}
.product-details {
    padding: 0 15px;
    padding-bottom: 24px;
}
.product-details h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.product-details p {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.product-details p span.current {
    color: #019748;
    font-size: 24px;
}
.product-details p span.old {text-decoration: line-through;color: #606060;}
.reting {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
}
.reting ul.reting-star {
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-size: 13px;
    color: #f6c40a;
}
.product-section {
    padding-bottom: 100px;
}
.process-box {
    text-align: center;
    border: 1px solid #019748;
    border-radius: 12px;
    margin: 0 20px;
    padding: 24px;
}
.process-box h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.process-box .icon img {
    width: 80px;
    margin-bottom: 10px;
}
.process-section {
    padding-bottom: 100px;
}
/*************************
* why choose start
*************************/
.whychoose-section {
    padding: 70px 0;
    background-color: #4acd884d;
    position: relative;
}
.whychoose-section .heading-box{
    margin-bottom: 20px;
}
.whychoose-content {
    padding-right: 100px;
}
.whychoose-content .heading-box {
    margin-bottom: 15px;
}
.whychoose-content p {
    color: #000;
}
.whychoose-box p {
    margin-bottom: 0;
}
.whychoose-image {
    border-radius: 20px;
    overflow: hidden;
}
.whychoose-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.whychoose-image:hover img {
    transform: scale(1.1);
}
span.devider {
    display: block;
    height: 1px;
    background-color: #019748;
    margin: 30px 0;
}
.container-box {
    padding: 0 30px;
    text-align: center;
}
.container-box p:first-child {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    color: #019748 !important;
    line-height: 50px;
}
.container-box p:last-child {
    color: #000;
    margin-bottom: 0;
}
ul.why-choose-list li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
ul.why-choose-list li::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../image/point.svg);
    background-size: 20px;
}
.explore-section {
    padding: 100px 0;
}
.explore-left {
    position: sticky;
    top: 50px;
}
.explore-item {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    column-gap: 15px;
    margin-bottom: 30px;
}
.explore-item .icon {
    flex-shrink: 0;
}
.explore-item .icon img {
    width: 60px;
}
.explore-item h4 {
    margin-bottom: 10px;
}
.explore-item:last-child {
    margin-bottom: 0;
}
/***********************
* testimonial
***********************/
.testimonial-section {
    padding-bottom: 100px;
    position: relative;
}
.testimonial-section .heading-box-outer {
    align-items: end;
}
.testimonial-section .heading-box-outer p{
    margin-bottom: 0;
}
.testimonial-section .heading-box {
    width: 40%;
    margin-bottom: 0;
}
.heading-outer h2 {
    margin-bottom: 0;
}
.testimonial-box {
    border-radius: 12px;
    padding: 24px 18px;
    background-color: #fff;
    border: 1px solid transparent;
    transition: all 0.5s;
    margin: 0 15px;
}
.slick-active.slick-center .testimonial-box{
    border: 1px solid #019748;
}
.testimonial-box .icon {
    margin-bottom: 15px;
}
.testimonial-box .icon img {
    width: 40px;
}
.testimonial-box .auther {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px dashed #019748;
}
.testimonial-box .auther h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.testimonial-box .auther p {
    margin-bottom: 0;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots button {
    background-color: #019748;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 12px;
    font-size: 0;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button {
    width: 45px;
}
.testimonial-btn {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.testimonial-btn .slick-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid #019748;
    background-color: transparent;
    border-radius: 100%;
    color: #019748;
    font-size: 20px;
        padding: 0;
}
.testimonial-box p {
    font-size: 20px;
}
.blog-image {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-image:hover img {
    transform: scale(1.1);
}
.blog-box{
    border: 1px solid #019748;
    height: 100%;
    border-radius: 12px;
}
.blog-detailss{
    padding: 0 15px;
    padding-bottom: 24px;
}
.blog-box h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.blog-box h4 a {
    color: #000;
}
.blog-box p {
    margin-bottom: 24px;
}
.blog-section {
    padding-bottom: 100px;
}
.cta-inner {
    padding: 40px;
    border-radius: 20px;
    background-image: url(../image/cta.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.cta-inner h2{
    color: #fff;
}
.cta-inner a{
    background-color: #0b0f2c;
}
.cta-inner .Primary-btn .btn-icon{
    background-color: #019748;
}
.cta-inner h2, .cta-inner a{
    position: relative;
    z-index: 1;
}
.cta-inner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(271deg, rgba(64, 13, 62, 0) 4.92%, #019748 65.27%);
}
.cta-section {
    padding-bottom: 100px;
}
footer{
    padding-top: 60px;
    position: relative;
    background-color: #4acd884d;
}
.footer-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #019748;
    margin-top: 50px;
}
.footer-lower p{
    margin-bottom: 0;
}
.post, .page {
    margin: 0;
}
.footer-lower ul li a{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    color: #fff;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo {
    max-width: 250px;
    margin-bottom: 20px;
}
.footer-link {
    display: flex;
    justify-content: space-around;
    column-gap: 40px;
}
.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.footer-widget ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    margin-bottom: 10px;
}
.footer-widget ul li a{
    color: #000;
    position: relative;
}
.footer-widget ul li a:hover{
    color: #019748;
}
.footer-widget ul li a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #019748;
    transition: all 0.5s;
}
.footer-widget ul li:hover a::after{
    width: 100%;
}
.footer-widget.contact {
    width: 320px !important;
    margin: 0 !important;
}
.footer-widget.product{
	   max-width: 220px;
}
.footer-widget.contact a::after{
    display: none;
}
.footer-widget.contact a {
    display: flex;
    column-gap: 12px;
}
.footer-widget.contact a span {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #019748;
    color: #fff;
}
/* sign up / login popup  */
.sign-up-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.sign-up-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.sign-up-popup .sign-up-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.sign-up-content {
    width: 850px;
    margin: auto;
    background-color: #fff;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 80vh;
}
.sign-up-logo {
    max-width: 220px;
    margin-top: -85px !important;
}
.sign-up-logo.text-center {
    max-width: 220px;
    margin: auto;
}
.sign-up-left {
    width: 100%;
    flex: 1;
    padding: 50px 60px;
        height: auto;
    overflow-y: scroll;
}
.sign-up-slider-box {
    position: relative;
    height: 90vh;
}
.sign-up-slider-box .logo-box {
    position: absolute;
    top: 30px;
    left: 30px;
}
.sign-up-slider-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.tab-button button {
    border: 1px solid #019748;
    color: #019748;
    background-color: #fff;
    padding: 10px 75px;
    font-weight: 500;
    transition: all 0.5s;
}
.tab-button button.active, .tab-button button:hover{
    background-color: #019748;
    border-color: #019748;
    color: #fff;
}
.tab-content h4{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.form-group-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    margin-bottom: 12px;
}
.from-group {
    width: 100%;
}
.form-group-outer .form-control {
    padding: 12px 16px;
    color: #000;
    border-color: #E9E9EB;
    border-radius: 0;
}
.form-group-outer .form-control::placeholder{
    color: #8F8E8A;
}
.form-group-outer label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.from-group p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.from-group p a {
    text-decoration: underline;
    color: #203738;
}
.sign-up-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #019748;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
}
.sign-up-left::-webkit-scrollbar {
  width: 6px;
}
.sign-up-left::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sign-up-outer {
    display: flex;
    flex-direction: column;
}
.page-header-section {
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center;
    position: relative;
        background-color: #0000006b;
    background-blend-mode: overlay;
}
.custom-breadcrumb {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    justify-content: center;
}
.page-header-section h1 {
    color: #fff;
    margin-bottom: 15px;
}
.page-header-section .heading-box {
    margin-bottom: 15px;
}
.custom-breadcrumb a, .custom-breadcrumb span {
    color: #fff;
}
.custom-breadcrumb a:hover {
    color: #019748;
}
.value-section {
    padding-top: 100px;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.value-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(90deg, #0c6436 0%, #10673a45 100%);
}
.value-section .heading-box {
    color: #ffff;
    width: 50%;
    position: relative;
    z-index: 1;
}
.heading-box {
    margin-bottom: 30px;
}
.value-section .heading-box .sub-heading {
    color: #fff;
}
.value-box {
    border-radius: 20px;
    padding: 30px 50px;
    background-color: #fff;
    transition: all 0.5s;
    text-align: center;
        box-shadow: 0px 10px 50px 20px #384d751c;
}
.value-box:hover {
    transform: translateY(-10px);
}
.value-box h4 {
    margin-bottom: 20px;
    color: #019748;
}
.value-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 100%;
    background-color: #019748;
        display: flex;
    align-items: center;
    justify-content: center;
}
.value-box .icon img {
    filter: brightness(50) invert(1);
    transition: all 0.5s;
}
.value-box:hover .icon img {
    transform: scaleX(-1);
}
.value-lower {
    transform: translateY(100px);
        margin-top: -100px;
    position: relative;
    z-index: 1;
}
.value-box p {
    margin-bottom: 0;
}
.explore-section.two {
    padding-top: 200px;
}
.capiblity-section {
    padding-bottom: 100px;
}
.capiblity-box {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #019748;
    padding: 19px;
    text-align: center;
    height: 100%;
    transition: all 0.5s;
}
.capiblity-box .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.capiblity-box .icon img {
    width: 50px;
    transition: all 0.5s;
}
.capiblity-box h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.capiblity-box p {
    margin-bottom: 0;
}
.capiblity-box:hover {
    transform: translateY(-10px);
    background-color: #4acd884d;
}
.capiblity-box:hover .icon img {
    filter: brightness(0);
}
.capiblity-box:hover .icon {
    background-color: #fff;
}
.market-box {
    border-radius: 12px;
    background-color: #fff;
    padding: 15px;
    max-width: 270px;
    margin: auto;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.market-section {
    padding-bottom: 100px;
}
.image-market {
    height: 100%;
    width: 100%;
    text-align: center;
}
.image-market img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.preloader {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
}
.loading-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    row-gap: 20px;
}
.preloder-fav {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 2px 24px 0px #00000014;
    animation-name: preloaderWraper;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease;
}
@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
.preloder-fav .icon{
    position: absolute;
    animation-name: preloader;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease;
}
@keyframes preloader {
  0% {
    transform: translateY(180%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2);
  }
  100% {
    transform: translateY(-180%);
  }
}
.contact-section {
    padding: 100px 0;
}
.contact-info-box {
    text-align: center;
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 24px 30px;
    transition: all 0.5s;
    box-shadow: 0px 0px 36px 16px transparent;
}
.contact-info-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.contact-info-box .icon i {
    font-size: 30px;
    transition: all 0.5s;
    color: #fff;
}
.contact-info-box h4, .contact-info-box p, .contact-info-box a {
    transition: all 0.5s;
    margin-bottom: 15px;
    color: #000;
}
.contact-info-box a {
    font-weight: 500;
}
.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 36px 16px #0000001c;
    background-color: #019748;
}
.contact-info-box:hover h4,  .contact-info-box:hover a {
    color: #fff;
}
.contact-info-box:hover .icon i {
    transform: scaleX(-1);
    color: #019748;
}
.contact-info-box:hover .icon {
    background-color: #fff;
}
.contact-form-section {
    padding-bottom: 100px;
}
.contact-form-inner {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}
.contact-form-inner h4 {
    font-size: 28px;
}
.form-group p {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.form-group p .form-control {
    width: 100%;
    padding: 8px 15px;
    height: auto;
    border-radius: 8px;
    border-color: #019748;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.form-group p textarea.form-control{
    height: 150px;
}
.form-group p .Primary-btn{
    background-color: #019748;
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 12px 30px;
}
.contact-form-right {
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.contact-form-image {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.contact-form-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.contact-form-image:hover img {
    transform: scale(1.1);
}
.contact-social-media {
    margin-top: auto;
}
.contact-social-media ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background-color: #019748;
    justify-content: center;
}
.blog-page-section {
    padding: 100px 0;
}
.blog-box-two .blog-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-box-two .blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-box-two:hover .blog-image img {
    transform: scale(1.1);
}
ul.blog-meta {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #019748;
}
ul.blog-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.blog-meta li p {
    margin-bottom: 0;
}
.blog-box-two h4 {
    font-size: 22px;
        margin-bottom: 10px;
}
.blog-box-two h4 a {
    color: #000;
    background-image: linear-gradient(transparent calc(100% - 1px), #019748 0.5px);
    background-repeat: no-repeat;
    background-position-y: -5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s 
cubic-bezier(.215, .61, .355, 1) underline forwards;
}
.blog-box-two h4 a:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
}
@keyframes underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}
@keyframes underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}
.blog-sidebar {
    position: sticky;
    top: 130px;
}
.recent-blog-widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.blog-item {
    display: flex;
    column-gap: 15px;
    border-bottom: 1px solid #019748;
    padding: 20px 0;
}
.blog-image-right {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.blog-image-right img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 6px !important;
}
.blog-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-item ul.blog-meta {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.recent-blog-widget h4 {
    margin-bottom: 5px;
}
.recent-blog-widget h4 a {
    color: #000;
}
.services-cta {
    text-align: center;
    padding: 50px 40px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #000000de;
    background-blend-mode: overlay;
    color: #fff;
}
.services-cta .logo {
    max-width: 240px;
    margin: auto;
    margin-bottom: 24px;
}
.services-cta .logo img{
    filter: brightness(50);
}
.services-cta .cta-call {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 30px;
}
.services-cta .cta-call img {
    max-width: 29px;
}
.services-cta .cta-call a {
    color: #fff;
    font-size: 20px;
}
.pagination {
    margin-top: 40px;
    justify-content: space-between;
}
.pagination a{
    display: flex;
    align-items: center;
    column-gap: 15px;
    color:#000;
}
 .pagination a>img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
}
 .pagination .pagination-to{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
 .pagination .next .pagination-top{
    justify-content: end;
}
 .pagination .pagination-top span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
}
.pagination .next {
    margin-left: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination .next a{
    justify-content: end;
} 
 .pagination .pre {
    margin-right: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination h4{
    margin-bottom: 0;
    font-size: 18px;
}
.blog-block {
    margin-bottom: 30px;
}
.blog-details-image {
      margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.blog-block h2 {
    font-size: 24px;
    margin-bottom: 12px;
}
.blog-details-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-details-image:hover img {
    transform: scale(1.1);
}
.blog-block ul li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
.blog-block ul li::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../image/point.svg);
    background-size: 20px;
}
.blog-details-outer{
    display: flex;
    gap: 24px;
}
.blog-details-outer .blog-details-image{
    width: 50%;
}
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
 }
 .mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
 }
 .mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #01974733;
    opacity: 0.9;
 }
 .mobile-nav-content {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #019748;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
 }
 .logo-box {
    max-width: 250px;
}
 .mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
 }
 .mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
 }
 .mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
 }
 .mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
 }
ul.mobile-menu {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
 }
ul.mobile-menu li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
 }
ul.mobile-menu li:last-child {
    border: none;
 }
 .locked {
    position: fixed;
    width: 100%;
    top: 0;
 }
ul.mobile-menu li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
ul.mobile-menu .menu-item-has-children ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
 }
ul.mobile-menu .menu-item-has-children ul li a {
    padding-left: 35px;
 }
ul.mobile-menu .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
 }
ul.mobile-menu .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    transition: all 0.3s;
    line-height: 0px;
        background-color: #fff !important;
    padding: 0 !important;
    color: #000;
 }
 button.ast-menu-toggle {
    display: none !important;
}
 ul.mobile-menu li svg {
    margin: 0 !important;
    width: 20px !important;
}
.background-slider .slick-list, .background-slider .slick-track, .background-slider div {
    height: 100%;
}
.explore-item p {
    margin-bottom: 0;
}

/***********************
* product details page  
***********************/
.product-details-section {
    padding: 50px 0;
}
.product-details-image {
    background-color: #D9D9D9;
    margin-bottom: 13px;
    height: 528px;
}
.product-details-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-details-slider-box {
    margin: 0 5px;
}
.product-details-slider .active .product-details-slider-box img{
    border: 6px solid #E3DACC;
}
.product-details-slider .product-details-slider-box img{
    opacity: 0.5;
    transition: all 0.5s;
    border: 6px solid transparent;
}
.product-details-slider button.slick-arrow {
    right: 0;
    box-shadow: 0 0 9px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-slider button.slick-prev.slick-arrow {
    left: 0px;
}
.product-details-slider-box.active img{
    opacity: 1;
    border-color: #E3DACC;
}
.product-title h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #1A141F;
}
.product-title p{
    font-size: 24px;
    margin-bottom: 0;
    color: #1A141F;
}
.product-title {
    border-bottom: 1px solid #C0AF9F;
    margin-bottom: 20px;
}
.product-sku-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E9E9EB;
}
.product-sku-box >p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.product-sku-box >p strong{
    font-weight: 500;
}
.product-review ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.product-review ul li p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    color: #3B4E4C;
}
.product-review ul li strong{
    font-size: 12px;
    font-weight: 700;
    color: #3B4E4C;
}
.product-review ul li{
    position: relative;
}
.product-review ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    height: 30px;
    width: 1.5px;
    background-color: #000;
    transform: translateY(-50%);
}
.price-box-outer {
    margin-top: 30px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
.price-box h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.price-box h4 strong{
    font-weight: 600;
    font-size: 36px;
    color: #1A141F;
}
p.out-of-stock {
    color: #B60B0E;
    margin-bottom: 0;
    margin-top: 5px;
}
.price-offer-box p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.price-box-two p {
    margin-bottom: 8px;
    color: #3B4E4C;
}
.price-box-two {
    width: 180px;
}
.price-box-two  form {
    position: relative;
}
.price-box-two form .price-box-input {
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding-right: 35px;
    width: 100% ;
}
.price-box-dropdown {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    padding-left: 10px;
    border-left: 1px solid #E9E9EB;
}
.price-offer-box span{
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    display: inline-block;
}
span.price-offer-box-inner {
    width: 98px;
    display: block;
    border-radius: 6px;
    background-color: #EEEEEE;
    height: 20px;
    margin: 0;
}
span.price-offer-box_inner {
    margin: 0;
    height: 100%;
    display: block;
    border-radius: 6px;
    background: linear-gradient(270deg, #FF4A4A -2.98%, #F8C300 53.79%, #00DB0B 105.36%);
    width: 80px;
}
.product-details-button {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 30px;
}
.product-details-button .whishlist-btn{
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3DACC;
}
.product-details-btn {
    flex: 1;
    background-color: #203738;
    color: #fff;
    height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-button .share-btn {
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B4E4C;
}
.delivery-box {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding-bottom: 7px;
    border-bottom: 1px solid #C0AF9F;
        flex-wrap: wrap;
    row-gap: 8px;
}
.delivery-box p{
    margin-bottom: 0;
    font-weight: 400;
}
.delivery-box a{
    text-decoration: underline;
    color: #415B57;
}
.delivery-box ul{
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.delivery-box ul li{
    position: relative;
}
.delivery-box ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background-color: #000;
}
.delivery-box-two {
    padding: 13px 0;
    border-bottom: 1px solid #C0AF9F;
} 
.delivery-box-two ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
}
.delivery-box-two ul li{
    text-align: center;
}
.delivery-box-two ul li img{
    margin-bottom: 15px;
}
.delivery-box-two ul li p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #8F8E8A;
    text-transform: uppercase;
}
.product-lower {
    padding: 10px 16px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    margin-top: 20px;
}
.product-lower .product-lower-box{
    text-align: center;
    position: relative;
    flex: 1;
}
.product-lower .product-lower-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: linear-gradient(360deg, rgba(18, 18, 18, 0) 0%, #203738 52.4%, rgba(18, 18, 18, 0) 100%);
}
.product-lower .product-lower-box:last-child:after{
    display: none;
}
.product-lower .product-lower-box span{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #3B4E4C;
    font-size: 12px;
    margin: auto;
    margin-bottom: 8px;
}
.product-lower .product-lower-box p{
    margin-bottom: 0;
    font-size: 14px;
    color: #212121;
}
.product-details-right {
    padding-left: 20px;
}
.product-Description-section {
    padding: 40px 0;
}
.product-Description-section h4{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #3B4E4C;
}
.product-Description {
    padding: 15px 28px;
    border: 1px solid #E9E9EB;
    margin-bottom: 50px;
}
.product-Description p{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.product_details-box-inner {
    padding: 30px;
    padding-top: 16px;
    border: 1px solid #E9E9EB;
}
.product_details-box-inner ul{
    display: flex;
    row-gap: 18px;
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.product_details-box-inner ul::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #E9E9EB;
}
.product_details-box-inner ul li{
    width: 44%;
    display: flex;
}
.product_details-box-inner ul li span{
    font-size: 18px;
    display: inline-block;
    color: #475F5D;
    flex: 1;
}
.product_details-box-inner ul li p{
    margin-bottom: 0;
    font-size: 18px;
    color: #1A141F;
    flex: 1;
}
.product_details-box.two{
    height: 100%;
        display: flex
;
    flex-direction: column;
}
.product_details-box.two .product_details-box-inner{
    height: 100%;
}
.product_details-box.two ul {
    justify-content: flex-start;
}
.product_details-box.two ul::after{
    display: none;
}
.product_details-box.two ul li{
    width: 100%;
    column-gap: 5px ;
}
.product_details-box.two ul li span, .product_details-box.two ul li p{
    flex: none;
}
.product_details-box.two ul li:last-child{
    flex-wrap: wrap;
    row-gap: 4px;
}
.product_details-box.two ul li:last-child p{
    flex: auto;
}
.product-main-slider {
    position: relative;
}

.product-main-slider .product-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 22px;
    cursor: pointer;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-slider .slick-prev {
    left: 20px;
}

.product-main-slider .slick-next {
    right: 20px;
}

.product-main-slider .product-arrow:hover {
    background: #000;
    color: #fff;
}
.password-wrap{
    position:relative;
}

.toggle-password{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}
.login-toggle-password{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}
.form-message.error{ color:red; }
.form-message.success{ color:green; }
.login-cart{
        background: #f4f4f4 !important;
    color: #222 !important;
    border: 1px solid #ddd !important;
    margin: 0 !important;
    float: none !important;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    width: 50% !important;
    max-width: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 16px;
    /* border-radius: 12px; */
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.woocommerce a.added_to_cart {
    color: black !important;
}

.product-main-slider img{
    width: 637px;
}
.product-thumb-slider  img{
    width: 156px;
    height: 140px;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.product-main-slider {
    position: relative;
}

.product-main-slider .product-arrow {
    position: absolute;
    top: 115%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 22px;
    cursor: pointer;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Left & Right position */
.product-main-slider .slick-prev {
    left: 20px;
}

.product-main-slider .slick-next {
    right: 20px;
}

/* Hover effect */
.product-main-slider .product-arrow:hover {
    background: #000;
    color: #fff;
}

/***********************
* product details page  
***********************/
.product-details-section {
    padding: 50px 0;
}
.product-details-image {
    background-color: #D9D9D9;
    margin-bottom: 13px;
    height: 528px;
}
.product-details-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-details-slider-box {
    margin: 0 5px;
}
.product-details-slider .active .product-details-slider-box img{
    border: 6px solid #E3DACC;
}
.product-details-slider .product-details-slider-box img{
    opacity: 0.5;
    transition: all 0.5s;
    border: 6px solid transparent;
}
.product-details-slider button.slick-arrow {
    right: 0;
    box-shadow: 0 0 9px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-slider button.slick-prev.slick-arrow {
    left: 0px;
}
.product-details-slider-box.active img{
    opacity: 1;
    border-color: #E3DACC;
}
.product-title h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #1A141F;
}
.product-title p{
    font-size: 24px;
    margin-bottom: 0;
    color: #1A141F;
}
.product-title {
    border-bottom: 1px solid #C0AF9F;
    margin-bottom: 20px;
}
.product-sku-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E9E9EB;
    margin-bottom : 15px
}
.product-sku-box >p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.product-sku-box >p strong{
    font-weight: 500;
}
.product-review ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.product-review ul li p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    color: #3B4E4C;
}
.product-review ul li strong{
    font-size: 12px;
    font-weight: 700;
    color: #3B4E4C;
}
.product-review ul li{
    position: relative;
}
.product-review ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    height: 30px;
    width: 1.5px;
    background-color: #000;
    transform: translateY(-50%);
}
.price-box-outer {
    margin-top: 30px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
.price-box h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.price-box h4 strong{
    font-weight: 600;
    font-size: 36px;
    color: #1A141F;
}
p.out-of-stock {
    color: #B60B0E;
    margin-bottom: 0;
    margin-top: 5px;
}
.price-offer-box p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.price-box-two p {
    margin-bottom: 8px;
    color: #3B4E4C;
}
.price-box-two {
    width: 180px;
}
.price-box-two  form {
    position: relative;
}
.price-box-two form .price-box-input {
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding-right: 35px;
    width: 100% ;
}
.price-box-dropdown {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    padding-left: 10px;
    border-left: 1px solid #E9E9EB;
}
.price-offer-box span{
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    display: inline-block;
}
span.price-offer-box-inner {
    width: 98px;
    display: block;
    border-radius: 6px;
    background-color: #EEEEEE;
    height: 20px;
    margin: 0;
}
span.price-offer-box_inner {
    margin: 0;
    height: 100%;
    display: block;
    border-radius: 6px;
    background: linear-gradient(270deg, #FF4A4A -2.98%, #F8C300 53.79%, #00DB0B 105.36%);
    width: 80px;
}
.product-details-button {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 30px;
}
.product-details-button .whishlist-btn{
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3DACC;
}
.product-details-btn {
    flex: 1;
    background-color: #203738;
    color: #fff;
    height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-button .share-btn {
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B4E4C;
}
.delivery-box {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding-bottom: 7px;
    border-bottom: 1px solid #C0AF9F;
        flex-wrap: wrap;
    row-gap: 8px;
}
.delivery-box p{
    margin-bottom: 0;
    font-weight: 400;
}
.delivery-box a{
    text-decoration: underline;
    color: #415B57;
}
.delivery-box ul{
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.delivery-box ul li{
    position: relative;
}
.delivery-box ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background-color: #000;
}
.delivery-box-two {
    padding: 13px 0;
    border-bottom: 1px solid #C0AF9F;
} 
.delivery-box-two ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
}
.delivery-box-two ul li{
    text-align: center;
}
.delivery-box-two ul li img{
    margin-bottom: 15px;
}
.delivery-box-two ul li p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #8F8E8A;
    text-transform: uppercase;
}
.product-lower {
    padding: 10px 16px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.product-lower .product-lower-box{
    text-align: center;
    position: relative;
    flex: 1;
}
.product-lower .product-lower-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: linear-gradient(360deg, rgba(18, 18, 18, 0) 0%, #203738 52.4%, rgba(18, 18, 18, 0) 100%);
}
.product-lower .product-lower-box:last-child:after{
    display: none;
}
.product-lower .product-lower-box span{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #3B4E4C;
    font-size: 12px;
    margin: auto;
    margin-bottom: 8px;
}
.product-lower .product-lower-box p{
    margin-bottom: 0;
    font-size: 14px;
    color: #212121;
}
.product-details-right {
    padding-left: 20px;
}
.product-Description-section {
    padding: 40px 0;
}
.product-Description-section h4{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #3B4E4C;
}
.product-Description {
    padding: 15px 28px;
    border: 1px solid #019748;
    margin-bottom: 50px;
}
.product-Description p{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.product_details-box-inner {
    padding: 30px;
    padding-top: 16px;
    border: 1px solid #019748;
    margin-bottom: 12px;
    background : #01974852;
}
.product_details-box-inner ul{
    display: flex;
    row-gap: 18px;
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.product_details-box-inner ul::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #E9E9EB;
}
.product_details-box-inner ul li{
    width: 100%;
    display: flex;
}
.product_details-box-inner ul li span{
    font-size: 20px;
    display: inline-block;
    color: #475F5D;
    flex: 1;
}
.product_details-box-inner ul li p{
    margin-bottom: 0;
        font-size: 20px;
        color: #1A141F;
        flex: 1;
        /* align-items: flex-end; */
        /* display: flex; */
        margin-right: 0px;
        right: -100px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: initial;
}
.product_details-box.two{
    height: 100%;
        display: flex
;
    flex-direction: column;
}
.product_details-box.two .product_details-box-inner{
    height: 100%;
}
.product_details-box.two ul {
    justify-content: flex-start;
}
.product_details-box.two ul::after{
    display: none;
}
.product_details-box.two ul li{
    width: 100%;
    column-gap: 5px ;
}
.product_details-box.two ul li span, .product_details-box.two ul li p{
    flex: none;
}
.product_details-box.two ul li:last-child{
    flex-wrap: wrap;
    row-gap: 4px;
}
.product_details-box.two ul li:last-child p{
    flex: auto;
}
.product-main-slider {
    position: relative;
}

.product-main-slider .product-arrow {
    position: absolute;
    top: 111.5%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 115%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 22px;
    cursor: pointer;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-slider .slick-prev {
    left: -25px;
}

.product-main-slider .slick-next {
    right: -25px;
}

.product-main-slider .product-arrow:hover {
    background: #000;
    color: #fff;
}

.product-details-section {
    padding: 60px 0;
    background: #e9fff3;
}

.product-details-left,
.product-details-right {
    background: transparent;
}

.product-main-slider img {
    width: 100%;
    object-fit: cover;
}

.product-thumb-slider {
    margin-top: 16px;
}

.product-thumb-slider .slick-slide {
    padding: 0 6px;
}

.product-thumb-slider img {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.product-thumb-slider .slick-current img {
    border-color: #019748;
}

.product-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.product-title p {
    font-size: 22px;
    color: #333;
    margin-bottom: 14px;
}
.price-box-outer {
    margin-top: 30px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
.price-box h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 4px;
        font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;

}
.price-box h4 strong{
    font-weight: 600;
    font-size: 36px;
    color: #1A141F;
}.price-box-two p {
    margin-bottom: 8px;
    color: #3B4E4C;
}
.price-box-two {
    width: 180px;
}
.price-box-two  form {
    position: relative;
}
.price-box-two form .price-box-input {
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding-right: 35px;
    width: 100% ;
}
.price-box-dropdown {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    padding-left: 10px;
    border-left: 1px solid #E9E9EB;
}
.stock.in {
    color: #2f7d4f;
    font-size: 18px;
    font-weight: 500;
}

.product-action-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 26px 0;
}
.btn-add-to-cart {
    background: transparent;
    color: #3b7f4a;
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    border: 2px solid #3b7f4a;
    cursor: pointer;
    transition: .3s;

    
}
.btn-buy-now {
    background: #3b7f4a;
    color: #fff;
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.product-action-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 26px 0;
}
.product-action-buttons {
    display: flex;
    gap: 14px;
    flex: 1;
}
.price-box{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.quantity-box input{
    padding: 9px 0px;
}
.product_details-box-bottom-inner ul li p{
    position: unset;
}
.product_details-box-bottom-inner {
    background : transparent;
}
.heading-box h1{
    font-size: 46px;
}
.custom-breadcrumb{
    font-size: 20px;
}
.buy-now{
    width: 50% !important;
    max-width: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 16px;
    /* border-radius: 12px; */
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 0px;
    background: #2f7d3b;
    color: #fff;
    border: 1px solid #2f7d3b;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
        background: #f4f4f4 !important;
    color: #222 !important;
    border: 1px solid #ddd !important;
    margin: 0 !important;
    float: none !important;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    width: 50% !important;
    max-width: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 16px;
    /* border-radius: 12px; */
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.buy-now:visited{
    color: white;
}
.buy-now:hover{
    color: #2f7d3b;
    border: 1px solid #2f7d3b;
}
/* user dashbord */
/* user deshbord  */
 .user-dashbord-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.dashbord-shape {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
}
.dashbord-heading {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: 1px solid #8F8E8A;
}
.dashbord-heading h2 {
    margin-bottom: 0;
    font-size: 44px;
}
.user-name h5 {
    margin-bottom: 0;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.user-dashbord-inner {
    display: flex;
    column-gap: 24px;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #203738;
    color: white;
    padding: 12px;
    margin-bottom: 24px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.user-dashbord-inner {
    display: flex;
    column-gap: 24px;
}
.user-dashbord-left {
    width: 200px;
    flex-shrink: 0;
}
.user-dashbord-left ul li{
    padding: 14px 0;
    border-bottom: 1px solid #E9E9EB;
}
.user-dashbord-left ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #203738;
}
.user-dashbord-left ul li a.active{
    font-weight: 500;
}
.user-dashbord-left ul li:last-child{
    border-bottom: none;
}
.user-dashbord-left ul {
    padding: 14px 0;
    padding-right: 9px;
    border-right: 1px solid #E9E9EB;
}
.user-dashbord-right {
    flex: 1;
    padding-top: 24px;
}
.user-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.user-info h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}
.user-info p{
    font-size: 18px;
}
.edit-btn {
    background: transparent;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.edit-btn:hover {
  background: transparent;
}
.personal-details h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #8F8E8A;
}
.details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    border: 1px solid #E9E9EB;
}
.details-grid-item {
    padding: 20px;
}
.details-grid-item strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #475F5D;
}
.details-grid-item p {
  font-size: 18px;
  color: #1A141F;
  margin-bottom: 0;
}
.user-dashbord-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    align-self: center;
    display: none;
}
.user-dashbord-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #000;
}
.nologin-dash{
        padding: 80px 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nologin-dash .buy-now {
   width: 10% !important;
}
.add-card-heading {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
        flex-wrap: wrap;
    row-gap: 10px;
}
.add-card-heading h4 {
    margin-bottom: 0;
    font-size: 20px;
}
.add-card-heading .secondary-btn-two {
    border: 1px solid #090909;
}
.user-address-box {
    padding: 20px;
    background-color: #F9FAFA;
}
.user-address-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 10px;
}
.user-address-box-inner .user-address-edit-btn a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #203738;
    font-size: 18px;
}
.user-address-box p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}
.add-card-heading .secondary-btn-two {
    border: 1px solid #019748;
}
.secondary-btn-two {
    line-height: 20px;
    padding: 11px 45px;
    color: #090909;
    background-color: #fff;
    border: none;
    font-weight: 500;
}
.user-address-box-inner .user-address-edit-btn {
    display: flex;
    align-items: center;
    column-gap: 27px;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #4acd884d;
    color: black;
    padding: 12px;
    margin-bottom: 24px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.user-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.user-info h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}
.user-info p {
    font-size: 18px;
}
.edit-btn {
    background: transparent;
    color: black;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.personal-details h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #475F5D;
}
.details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border: 1px solid #E9E9EB;
}
.details-grid-item {
    padding: 20px;
}
.details-grid-item strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #475F5D;
}
.details-grid-item p {
    font-size: 18px;
    color: #1A141F;
    margin-bottom: 0;
}
.no-orders-btn{
    width: 20%;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}
.no-bids-message{
    margin-bottom: 15px;
}
/* =====================================================
   FULL SCREEN CENTERED MODAL
===================================================== */

.custom-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show Modal */
.custom-modal.active {
    opacity: 1;
    visibility: visible;
}

/* =====================================================
   MODAL BOX
===================================================== */

.modal-content {
    background: #ffffff;
    width: 100%;
    max-width: 600px;
    border-radius: 18px;
    padding: 45px 40px;
    position: relative;

    transform: translateY(40px) scale(0.95);
    opacity: 0;
    transition: all 0.35s ease;

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
	height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

/* Animate when active */
.custom-modal.active .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

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

.modal-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

/* =====================================================
   CLOSE BUTTON
===================================================== */

.close-modal {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: #000;
    transform: rotate(90deg);
}

/* =====================================================
   FORM LAYOUT
===================================================== */

#editProfileForm {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#editProfileForm label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

#editProfileForm input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    background: #fafafa;
}

#editProfileForm input:focus {
    border-color: #2f5d62;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(47, 93, 98, 0.1);
}

/* =====================================================
   BUTTON STYLE
===================================================== */

#editProfileForm .primary-btn {
    margin-top: 15px;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;

    background: #019748;
    transition: all 0.3s ease;
}

#editProfileForm .primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

#editProfileForm .primary-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =====================================================
   ERROR + SUCCESS MESSAGE
===================================================== */

.error-msg {
    font-size: 16px;
    color: #e63946;
    margin-top: 5px;
}

.form-message {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 600px) {

    .modal-content {
        width: 92%;
        padding: 30px 25px;
        border-radius: 14px;
    }

}
/* ===============================
   FULL SCREEN OVERLAY
================================= */

.custom-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.custom-modal.active {
    opacity: 1;
    visibility: visible;
}

/* ===============================
   MODAL BOX
================================= */

.address-modal-box {
    background: #ffffff;
    width: 100%;
    max-width: 720px;
    border-radius: 18px;
    padding: 45px 40px;
    position: relative;

    transform: translateY(40px) scale(0.95);
    opacity: 0;
    transition: all 0.35s ease;

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.custom-modal.active .address-modal-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

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

.address-modal-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

/* ===============================
   CLOSE BUTTON
================================= */

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    transition: 0.3s ease;
}

.close-modal:hover {
    color: #000;
    transform: rotate(90deg);
}

/* ===============================
   FORM LAYOUT
================================= */

#addressForm {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* ===============================
   INPUT FIELD STYLE
================================= */

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    background: #f5f5f5;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus {
    background: #ffffff;
    border-color: #15803d;
    box-shadow: 0 0 0 3px rgba(21,128,61,0.1);
}

/* ===============================
   TWO COLUMN ROW
================================= */

.form-row {
    display: flex;
    gap: 18px;
}

.form-row .form-group {
    flex: 1;
}

/* ===============================
   SAVE BUTTON (GREEN STYLE)
================================= */

.full-btn {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;

    background: #15803d;
    transition: all 0.3s ease;
}

.full-btn:hover {
    background: #166534;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 600px) {
    .address-modal-box {
        width: 92%;
        padding: 30px 25px;
        border-radius: 14px;
    }

    .form-row {
        flex-direction: column;
    }
}
#state{
    height: 53px;
    border-radius: 8px;
}
.checkout-left .form-row {
    display: inherit;
    gap: 18px;
}
.woocommerce-message{
    display: none;
}
/* Make checkout two column layout */
.woocommerce-checkout .col2-set {
    display: flex;
    gap: 40px;
}

.woocommerce-checkout .col-1 {
    flex: 2;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

.woocommerce-checkout .col-2 {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

/* Style inputs */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Style order review box */
.woocommerce-checkout-review-order {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

/* Responsive */
@media(max-width: 992px){
    .woocommerce-checkout .col2-set {
        flex-direction: column;
    }
}
/* Main checkout wrapper */
.woocommerce-checkout form.checkout {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto;
}

/* Left side */
.woocommerce-checkout #customer_details {
    flex: 2;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

/* Right side */
.woocommerce-checkout #order_review {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    height: fit-content;
}

/* Make fields full width */
.woocommerce-checkout .form-row {
    width: 100%;
}

/* Inputs styling */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

/* Remove Woo table borders */
.woocommerce-checkout-review-order-table {
    border: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 8px 0;
}

/* Style place order button */
#place_order {
    width: 100%;
    background: #019748;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

#place_order:hover {
    background: #017a39;
}

/* Responsive */
@media(max-width: 992px){
    .woocommerce-checkout form.checkout {
        flex-direction: column;
    }
}
#secondary{
    display: none;
}
/* ===== PAGE BACKGROUND ===== */
body.woocommerce-checkout {
    background: #f8f8f8;
}

/* ===== MAIN CONTAINER CENTER ===== */
.wp-block-woocommerce-checkout.alignwide {
    max-width: 1200px !important;
    margin: 60px auto !important;
    padding: 0 20px;
}

/* ===== 2 COLUMN LAYOUT ===== */
.wc-block-checkout.is-large {
    display: flex !important;
    gap: 40px;
}

/* LEFT SIDE */
.wc-block-checkout__main {
    flex: 2;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}

/* RIGHT SIDE */
.wc-block-checkout__sidebar {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: fit-content;
}

/* ===== INPUT STYLING ===== */
.wc-block-components-text-input input,
.wc-blocks-components-select__select {
    height: 48px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
}

/* Remove inner borders */
.wc-block-components-checkout-step {
    border: none !important;
}

/* ===== PLACE ORDER BUTTON ===== */
.wc-block-components-checkout-place-order-button {
    width: 50% !important;
    background: #019748 !important;
    border-radius: 6px !important;
    padding: 14px !important;
    font-weight: 600;
}

.wc-block-components-checkout-place-order-button:hover {
    background: #017a39 !important;
}

/* ===== ORDER SUMMARY CLEANUP ===== */
.wc-block-components-order-summary {
    border: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .wc-block-checkout.is-large {
        flex-direction: column !important;
    }
}
/* Checkout Page Banner */
body.woocommerce-checkout .entry-header {
    background-image: url('https://everstand.shop/wp-content/themes/all-stand/assets/image/banner-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
    position: relative;
    color: #fff;
}

/* Dark overlay (optional but looks better) */
body.woocommerce-checkout .entry-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

body.woocommerce-checkout .entry-header h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 40px;
}
#payment-method{
    display: none;
}
/* Center entire order block */
body.woocommerce-order-received .entry-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background: #f5f7f6;
}

/* Main card */
body.woocommerce-order-received .woocommerce {
    max-width: 650px;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

/* Order details list */
body.woocommerce-order-received ul.order_details {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

body.woocommerce-order-received ul.order_details li {
    padding: 12px 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

/* Thank you text */
body.woocommerce-order-received p {
    font-size: 16px;
    margin: 20px 0;
}

/* Razorpay buttons container */
body.woocommerce-order-received p button {
    min-width: 140px;
    padding: 12px 25px;
    margin: 10px 8px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Pay Now button */
#btn-razorpay {
    background: #019748;
    color: #fff;
    border: none;
}

#btn-razorpay:hover {
    background: #017a3a;
}

/* Cancel button */
#btn-razorpay-cancel {
    background: #f1f1f1;
    border: 1px solid #ddd;
}

#btn-razorpay-cancel:hover {
    background: #e5e5e5;
}

/* WooCommerce notice styling */
body.woocommerce-order-received .woocommerce-message {
    background: #e6f7ee;
    border-left: 4px solid #019748;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 600px) {
    body.woocommerce-order-received .woocommerce {
        padding: 25px;
    }
    
    body.woocommerce-order-received ul.order_details li {
        flex-direction: column;
        text-align: left;
        gap: 5px;
    }
}
.entry-content{
        display: flex;
    justify-content: center;
    margin: 80px;
}
body.woocommerce-order-received ul.order_details li{
    align-items: center;
}
.woocommerce-order-received .woocommerce{
    max-width: 1480px !important;
}
.body.woocommerce-order-received ul.order_details li{
    gap: 20px;
}
.woocommerce-column__title{
    font-size: 32px;
}
.woocommerce ul.order_details li{
        float: none !important;

}
.woocommerce-notice--success{
        text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
    background: #e6f7ee;
    border-left: 4px solid #019748;
    padding: 18px;
    border-radius: 8px;
}
.woocommerce-table__product-name a{
    color: black;
}.order-serch-box {
    position: relative;
}
.order-serch-box input[type="search"] {
    border: 1px solid #E9E9EB;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 9px 0;
    padding-left: 38px;
    padding-right: 10px;
    width: 230px;
}
.order-serch-box  button {
    position: absolute;
    left: 9px;
    top: 48%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    transition: all 0.5s;
}
.order-serch-box input[type="search"]:focus {
    padding: 9px;
    padding-right: 38px;
}
.order-serch-box:focus-within button{
    right: 9px;
    left: auto;
}
.order-item {
    margin-bottom: 29px;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.order-item:last-child {
    margin-bottom: 0;
}
.order-left {
    display: flex;
    column-gap: 20px;
}
.order-details {
    display: flex;
    flex-direction: column;
}
.order-details h4 {
    font-size: 18px;
    margin-bottom: 6px;
}
.order-details  span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: auto;
}
.order-retting ul {
    display: inline-flex;
    column-gap: 14px;
    cursor: pointer;
}
.order-right {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.order-right p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
}