@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
   font-weight: 500;

}
 
 

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
    color: #0b5900;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3{  font-family: "Lora", serif;
   font-weight: 600;}


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

ul {
    list-style-type: none;
}
.custom-container {
    padding: 0px 54px;
}
header {
    padding: 16px 0;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 21px;
}
.header-social-icons img {
    width: 29px;
}
.header-social-icons a {
    position: relative;
}
.header-social-icons a span {
    position: absolute;
    right: -11px;
    top: 2px;
    width: 18px;
    display: flex;
    height: 18px;
    border-radius: 50%;
    background-color: #4FCFE5;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font: normal normal 600 11px/0px ;
}

.logo a img {
    width: 91px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    width: 100%;
}
.stellarnav a.dd-toggle .icon-plus {
    right: -38%;
}
.stellarnav {
    z-index: 99;
}
.stellarnav li a {
    text-align: right;
    position: relative;
    font: normal normal 400 16px/22px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
        font-family: "Poppins", sans-serif;
}

.stellarnav li a:hover {
color:#0b5900  !important;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.stellarnav a {
    color: #000 !important;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 72px;
    justify-content: space-between;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 7px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    top: -3px;
    position: relative;
    background-image: url(../images/drpdwn.png);
    height: 6px;
    width: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stellarnav ul {
    text-align: right;
}

.stellarnav > ul > li > a {
    padding: 10px 17px 10px 17px;
}
.stellarnav > ul > li.active > a {
    color:#0b5900 !important;
}
.stellarnav li li {
    display: block !important;
    width: 100% !important;
}
.stellarnav.desktop li.has-sub ul li a {
    padding: 10px;
    color: #000 !important;
    font-size: 16px;
    /* border-top: 1px solid #0000; */
    border-bottom: 1px solid #CECECE;
    text-align: left;
}

.stellarnav.desktop li.has-sub ul li a:hover{
background-color: #F5F8F9 !important;
color: #529BBB !important;
}

.stellarnav.desktop li.has-sub ul li:last-child:hover a{
border-radius: 0 0 10px 10px;

}
.stellarnav.desktop li.has-sub ul {
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0px 12px 25px #0000000A;
}


/* ====================serch=============== */

header {
    padding: 13px 0;
}
/* header {
    padding: 13px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
} */
.header-search-wrapper {
    float: right;
    position: relative;
  }
  
  .search-main {
    display: block;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
  }
  
  .header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 105%;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  
  .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search-wrapper .search-form-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    border: 1px solid #ffffff;
    border-radius: 15px;
}   
  
  .search-form label {
    display: inline-block;
    width: -webkit-fill-available;
  }
  
  .header-search-wrapper .search-form-main .search-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707033;
    border-radius: 10px !important;
    /* border-radius: 0; */
    padding: 4px 10px;
    width: 100%;
    float: left;
    font: normal normal normal 12px/28px ;
    letter-spacing: 0px;
    color: #CCCCCC;
  }
  

  
  .search-form-main form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }



























/* hero-banner */
.hero-banner {
    position: relative;
}
.hero-left {
    position: absolute;
    transform: translate(-71%, -50%);
    top: 50%;
    left: -15%; 
}
.hero-left h1 {
       text-transform: capitalize;
    width: 53%;
    text-shadow: 0px 6px 6px #00000014;
    font: normal normal normal 84px / 94px Display;
    letter-spacing: 0px;
    color: #0b5900;   
    font-weight: bold;
    font-size: 80px;
    font-family: "Lora", serif;
}
.hero-left a {
    text-align: center;
    padding: 14px 40px;
    box-shadow: 0px 10px 20px #0D0D1C80;
    border-radius: 0;
    border: 0 !important;
    margin-top: 30px;
    display: block;
    font-weight: 400;
    width: fit-content;
    background:#0b5900 0% 0% no-repeat padding-box;
    font: normal normal 300 17px/19px ;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.hero-left a:hover {
    background: linear-gradient(43deg, #f7931d, #da8017);
    transition: 0.3s ease-in-out;
}
.hero-right img {
    /* width: 461px !important; */
}



/* ====hero-banner-end=========== */



/* ====================serch=============== */

.search-img {
    width: 33px;
  }
  
  .header-search-wrapper {
    float: right;
    position: relative;
  }
  
  .search-main {
    display: block;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    color: #000;
  }
  
  .header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 105%;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  
  .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search-wrapper .search-form-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    border: 1px solid #529aba;
    border-radius: 15px;
    margin-top: 11px;
  }
  
  .search-form label {
    display: inline-block;
    width: -webkit-fill-available;
  }
  
  .header-search-wrapper .search-form-main .search-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707033;
    border-radius: 10px !important;
    /* border-radius: 0; */
    padding: 4px 10px;
    width: 100%;
    float: left;
    font: normal normal normal 12px/28px ;
    letter-spacing: 0px;
    color: #CCCCCC;
  }
  
  .header-search-wrapper .search-form-main .search-submit {
    box-shadow: none;
    float: left;
    padding: 7px 20px;
    width: auto;
    background: #0b5900;
    border: 1px solid #0b5900;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 13px/22px ;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
  .search-form-main form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  


.search-main a {
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
}


/* ==========header-search-ends=========== */








/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #4FCFE5;
    color: #000;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #4FCFE5;
    border: 1px solid #4FCFE5;
}
.go-top.active svg {
    font-size: 19px;
}



/*=============== footer================= */

footer h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
    font: normal normal normal 20px/28px Display;
    letter-spacing: 1.2px;
    color: #FFFFFF;     font-family: "Lora", serif;
}
.quick-link ul li a, .quick-return ul li a {
    letter-spacing: 0px;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 33px;
    font: normal normal normal 17px/45px ;
    letter-spacing: 0px;
    color: #DFDCDD;
}

.card-ft {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quick-link ul {
    column-count: 1;
    column-gap: 16px;
}

.quick-access ul li a, .quick-access ul li {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 12px;
    word-break: break-all;
    font: normal normal normal 15px/19px ;
    letter-spacing: 0px;
    color: #DFDCDD;
}
.footer-logo img {
       max-width: 135px;
    margin: 0px auto;
    display: table;
    border-radius: 10px;
}



footer {
        padding: 71px 0 0 0;
    background: #212629;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px 100px 10px 0px;
    border-top: 4px dashed #0b5900; 
}
.footer-logo a {
    font: normal normal normal 32px/28px Display;
    letter-spacing: 1.6px;
    color: #FFFFFF;
}
.social-all p {
    font: normal normal 300 14px/24px ;
    letter-spacing: 0px;
    color: #DFDCDD;
    padding: 17px 0 24px 0;
}
.newslatter h5 {
    font: normal normal normal 20px / 12px Display;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0px 0 0px 0;
}
.newslatter input[type="email"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    font: normal normal normal 16px/24px ;
    letter-spacing: 0px;
    color: #111111;
    padding: 10px 54px 10px 10px;
    border: 0;
    width: 100%;
}
.social-icons {
    display: flex;
    gap: 10px;
    margin: 26px 0;
}
.newslatter button {
    background: #F99F3E 0% 0% no-repeat padding-box;
    border-radius: 0px 7px 7px 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 11px;
    border: 0;
}
.newslatter form {
    position: relative;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
}
.card-ft img {
    width: 38px;
}
.quick-link {
    padding-left: 30px;
    border-left: 1px solid #ffffff40;
}

/* ====================banner-image=================== */

.hero-left h5 {
    font-size: 27px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: left;
    color: #FFFFFF;
    font-family: "Archivo ExtraCondensed Light";
}
.hero-left h5 span {
    text-transform: uppercase;
}



.owl-carousel.hero-carousel  .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translate(-50%, -50%);
}

.hero-carousel  .owl-dots span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #000;

    border: 1px #000 solid;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.hero-carousel  .owl-dot.active span {
    background: #0b5900;
    border: 2px solid #fff;
    width: 41px;
}
.category-right {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
/* .cat-card img {
    width: 396px;
    height: 239px;
} */
.card-btm h6 {
    background: #0c0a237a 0% 0% no-repeat padding-box;
    font: normal normal normal 22px/26px ;
    letter-spacing: 1.04px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    position: relative;
}
.cat-card {
        position: relative;
    margin-bottom: 25px;
}
.card-btm {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.common-heading h3 {
    font: normal normal normal 35px/55px;
    letter-spacing: 0px;
    color: #0b5900;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}
.top-category {
    padding: 30px 0;
}

.whatsnew-carousel  .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: -66px;
    right: 0;
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.whatsnew-carousel  button.owl-prev svg,.whatsnew-carousel  button.owl-next svg {
    background: #EEEEEE;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 5px;
    transition: 0.3s ease-in-out; 
}
.whatsnew-card h6 {
    font: normal normal normal 17px/33px ;
    letter-spacing: 0px;
    color:#0b5900;
    padding-top: 10px;
}
.whatsnew-card p {
    font: normal normal normal 16px/23px ;
    letter-spacing: 0px;
    color: #4D4D4D;
}
.whatsnew-card {
    text-align: center;
}
.whatsnew-carousel  button.owl-prev svg:hover,.whatsnew-carousel  button.owl-next svg:hover {
    background: #F99F3E;
    color: #fff;
}
.whats-new .common-heading h3 {
    text-align: left;
}
.best-cltn-content h5 {
    font: normal normal normal 55px/67px Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 7px 10px #00000066;
    /* width: 90%; */
    padding-bottom: 33px;
}
.best-cltn-content a {
    font: normal normal normal 17px/26px ;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #EFB516 0% 0% no-repeat padding-box;
    padding: 10px 10px;
}
.best-collection {
    position: relative;
}
.best-cltn-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 76%;
    width: 482px;
    max-width: 100%;
}
.whats-new {
    padding: 20px 0;
}
.safe-quality {
    background: #0b5900;
    padding: 52px 0;
}
.quality-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.quality-right h6 {
    font:normal normal normal 26px/42px Display;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.quality-right p {
    font: normal normal normal 15px/24px ;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.quality-left img {
    width: 93px;
}

.socila-media ul li a {
       background-color: #0b5900;
    display: flex;
    border: 2px solid #0b5900;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #F99F3E;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}
.socila-media ul li a:hover {
   transform: translateY(-10px);
}
.socila-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 19px;
}


.ft-cntnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-cntnt p {
    font: normal normal normal 16px/17px ;
    letter-spacing: 0px;
    color: #DFDCDD;
}
.ft-cntnt p a {
    color: #FFC936;
}
.footer-bottom {
    border-top: 1px solid #ffffff3b;
    padding: 20px 0;
    margin-top: 77px;
}

.quick-link ul li,.quick-return ul li {
    position: relative;
    padding-left: 27px;
}
.quick-link ul li::after,.quick-return ul li::after {
    position:absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}   
.best-collection  img {
    width: 100%;
}

.breadcumb {
    margin: 0px 0px;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.breadcumb {
    margin: 0px 0px;
    position: relative;
}

.breadcumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    height: 210px;
    max-height: 210px;
}

.breadcumb #overlay {
    position: absolute;
    width: 100%;
    height: 234px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(2, 2, 2, 0.74);
}

.hero-content {
    position: absolute;
    color: #ffffff;
    top: 16px;
    left: 0%;
    width: 100%;
}

.hero-content-upper {
    padding-top: 6%;
}

.hero-content-upper h2 {
       margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: auto;
    font-family: "Lora", serif;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 21px;
    display: block;
}

.aboutuspage-section {
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
	width: 100%;
   }
.aboutuspage-text{
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
    }
.aboutuspage-text h2 {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  text-align: left; 
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.aboutuspage-text p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px;
  text-align: left;
  color: #303030;  
  width: 100%;
  font-weight: 400;
  line-height: 25px;
}

.aboutuspage-left{
  margin: 0px 0px;
  padding: 0px 30px 0px 0px;
  position: relative;
  width: 100%;
  height: 100%;
  }
.aboutuspage02{
  margin: 0px 16px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 219px;
  height: 290px;
  overflow: hidden;
  border-radius: 0px 69px 0px 0px;
  float: left;
  }
.aboutuspage02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.aboutuspage02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.aboutuspage01{
  margin: 0px 20px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 333px;
  height: 604px;
  overflow: hidden;
  border-radius: 69px 0px 0px 0px;
  float: left;
  }
.aboutuspage01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.aboutuspage01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.aboutuspage03{
    bottom: 5.2%;
    padding: 0px 0px;
    position: absolute;
    width: 219px;
    height: 290px;
    overflow: hidden;
    border-radius: 0px 69px 0px 0px;
    right: 126px;
  }
.aboutuspage03 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.aboutuspage03:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.aboutuspage_img{
  margin: 0px 0px;
  padding: 0px 0px 0px 26px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0px 69px 0px 0px;
  }
.aboutuspage_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.aboutuspage_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

    .map-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
    }

.sendmessage-section {
  margin: -80px 0px 0px 0px;
  padding: 38px 38px;
  position: relative;
  width: 100%;
  background-image: linear-gradient(#FFF2EF, #ffffff);
  border-radius: 22px 22px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px -9px, rgba(104, 100, 100, 0.3) 0px -15px 15px 0px;
  }

.gettouch-left {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background: transparent;
    }
.gettouch-left .social-icon {
	justify-content: start;
	margin-top: 52px;
    }
.gettouch-left h2 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	text-align: left;	
	color:#0b5900;
	font-size: 38px;
	font-weight: 500;
	line-height: 50px;     font-family: "Lora", serif;
    font-weight: 600;
    }
.touchcard{
  margin: 0px 0px 29px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  }
.touchcard-icon {
  margin: 0px 0px;
  padding: 13px 13px;
  position: relative;
  background:#0b5900;
  width: 79px;
  height: 79px;
  border-radius: 8px;
	}
.touchcard-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	}
.touchcard-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.touchcard-text h4 {
  padding: 0px 0px;
  margin: 0px 0px 7px 0px;
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  color: #3B3B3B;
  text-align: left;
  width: 100%;
  
  }
.touchcard-text h6 {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
  color: #000000;
  font-size: 18px;
  width: 84%;
  font-weight: 500;
  line-height: 23px;
}
.touchcard-text h6 a {
  color: #000000;
  text-decoration: none;
   }
.touchcard-text h6 a:hover {
  color: #000000;
  text-decoration: underline;
   }
.quoteform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background: transparent;
    }
.quoteform h2 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #0b5900;
	font-size: 38px;
	font-weight: 500;
	line-height: 50px;
}


.quoteform .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E2CDCA;
  border-radius: 7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 19px;
	}
.quoteform .form-control::placeholder {
	color: #848383;
	opacity: 1;
	}
.subbtn {
	margin:	0px 0px;
	padding: 11px 47px;
    background: #0b5900;    
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	position: relative;
	text-decoration:none;
	text-transform: uppercase;
	border: #0b5900 1px solid;
	border-radius: 44px;
	letter-spacing: 10%;
	}
.subbtn:hover{
  color: #fff;
  text-decoration: none;
  background: #021300;
  border: #021300 1px solid;
  }
.inner-page{padding:30px 0px} 

.woocommerce-shop .product-sec h3.pro-title {
    color: #0b5900;
    font-family: Archivo ExtraCondensed;
    font-size: 36px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: left;
    display: none;
}

.about-det{margin-top:20px;}

.woocommerce-shop .woocommerce-result-count { 
    font-family: Archivo ExtraCondensed Light;
    font-size: 28px;
    font-weight: 400;
    line-height: 30.46px;
    text-align: left;   
    display: none;
}

.woocommerce-shop .product-sec .products {
    float: left;
}

.product-card {
    border-radius: 20px 60px 20px 20px;
    /* clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%); */
    position: relative;
    padding: 29px;
}
.product-sec{padding:50px 0px;}
.woocommerce .products .star-rating{ margin:10px auto;}
.star-rating .checked{
    left: -1px;
    color: #FBEA53;
    top: -10px;
    position: relative;
    }
.svg-inline--fa{height: .96em;} 

.product-card::before {
    background: #d54200;
    padding: 20px;
    border-radius: 20px 60px 20px 20px;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    height: 80%;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}


.product-card {
    border-radius: 20px 60px 20px 20px;
    /*clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);*/
    position: relative;
    padding: 29px;

}
.product-card:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
    clip-path: unset !important;
    border-radius: 20px !important;
    width: 100%;
     top: 35px; 
    bottom: 0;
}
.product-card:hover {
    height: 100%;
    transition: 0.3s ease-in-out;
    clip-path: unset !important;
}
.product-card::before {
    background:#d54200;
    padding: 20px;
    border-radius: 20px 60px 20px 20px;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    height: 80%;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}
.prdct-crd-btm h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30.46px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 19px;
}
.view-all.wthout-bg {
    padding: 7px 13px;
    font-size: 14px;
    color: #fff;
}
.add-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}
.star-rating .checked {
    color: #FBEA53;
}
.star-rating  {
    color: #E1E1E1;
    padding: 10px 0;
}

.prdct-crd-btm h5 {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.44px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}
.prdct-crd-btm {
    text-align: center;
}
.prdct-crd-btm h5 del span{
  color: #ffd200;
  font-size: 20px;
}

.our-products {
    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 40px 0;
}

.prdct-crd-img {
    text-align: center;
}

.prdct-crd-img img {
   
    margin: 0 auto;
    /* border-radius: 36px; */
}

.add-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.star-rating .checked {
    color: #FBEA53;
}
.star-rating  {
    color: #E1E1E1;
    padding: 10px 0;
}

.view-all {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.41px;
    text-align: center;
    color: #000 !important;
    border: 2px solid #ffd200;
    background: #ffd200;
    padding: 13px 32px;
    border-radius: 20px;
    width: fit-content;
    display: block;
    border-radius: 40px;
    text-transform: uppercase;
}

.view-all:hover {
    background: #000;
    color: #fff !important;
     border: 2px solid #000;
}

.woocommerce .star-rating::before{color: #ffd200;}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa{display:none;}
.simple-cart{    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;}
.woocommerce div.product form.cart .button{
    background: #D56D3C;
    border-radius: 20px;
    font-family: "Archivo ExtraCondensed Light";
    font-weight: 500;
    text-transform: uppercase;
    }
    
 button.single_add_to_cart_button:before {height: 15px;
    background: url(../images/cart-icon.png);
    display: inline-block;
    float: left;
    content: "";
    font-weight: 300;
    margin-right: .5em;
    width: 17px;
    background-size: 16px 14px;
    background-repeat: no-repeat;
}   
 
.woocommerce div.product form.cart {
    margin-bottom: 0px;
}  


.singal-product-det .star-rating {
    color: #FBEA53;
    padding: 10px 0; }   
.woocommerce-review-link{    color: #ECECEC;
    font-family: "Archivo ExtraCondensed Light";}    
.woocommerce-review-link:hover{color:#D56D3C;}
.woocommerce-product-details__short-description p{     color: #A0A0A0;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 20px;}
.woocommerce div.product .woocommerce-tabs .panel{ margin: 0 0 2em;
    background: #fff;
    padding: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0px; margin: 0px;}
.wc-tabs-wrapper{ background:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display: block;
    padding: 15px 15px;
    border: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #D56D3C;  animation: blinkAnimation 1s infinite;  }  

@keyframes blinkAnimation {
    0%, 100% {
        background-color: #D56D3C; /* Fully visible */
    }
    50% {
        background-color:#000; /* Invisible */
    }
}



.animated-button {
    padding: 15px 30px; /* Button padding */
    font-size: 18px; /* Font size */
    color: white; /* Text color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    background: linear-gradient(90deg, #D56D3C, #D56D3C);
    background-size: 200% 100%; /* Double the width for animation */
    animation: backgroundAnimation 4s linear infinite; /* Animation properties */
    transition: transform 0.3s; /* Smooth transform on hover */
}

.animated-button:hover {
    transform: scale(1.05); /* Slightly enlarge button on hover */
}

@keyframes backgroundAnimation {
    0% {
        background-position: 100% 0; /* Start from the right */
    }
    50% {
        background-position: 0 0; /* Move to the left */
    }
    100% {
        background-position: 100% 0; /* Move back to the right */
    }
}






.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {    background: #FF9D6F;
    box-shadow: none;
    width: 14px;
    height: 74px;
    border-radius: 0px;
    right: -3px;
    border: none;
    bottom: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{ background-color: transparent;}  
.woocommerce div.product .woocommerce-tabs .panel{ background:#EFF6F8;}
.wc-tabs-wrapper .row .col-md-3{ padding-right:0px;}
.wc-tabs-wrapper .row .col-md-9{ padding-left:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: none;}
.simple-cart{    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;}
.woocommerce div.product form.cart .button{
    background: #D56D3C;
    border-radius: 20px;
    font-family: "Archivo ExtraCondensed Light";
    font-weight: 500;
    text-transform: uppercase;
    }
    
 button.single_add_to_cart_button:before {height: 15px;
    background: url(../images/cart-icon.png);
    display: inline-block;
    float: left;
    content: "";
    font-weight: 300;
    margin-right: .5em;
    width: 17px;
    background-size: 16px 14px;
    background-repeat: no-repeat;
}   
 
.woocommerce div.product form.cart {
    margin-bottom: 0px;
}  
.simple-cart form.cart div.quantity{    margin-left: 70px !important;
    margin-right: 70px ! IMPORTANT;}
.simple-cart form.cart div.quantity{}    
.simple-cart .qib-button-wrapper{ margin-left:40%;} 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#D56D3C;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{ color:#A0A0A0; margin-right:10px;}
.single-product .entry-summary .price{position: relative;
    top: 44px;
    left: 20px;
    display: table;
    font-size: 24px !important;}
.inner-page{padding: 50px 0px;
    background-color: #fff;
    background-image: url(../images/wrshp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}



.about-us-page h2{ font-family: "Lora", serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 52.22px; 
    text-align: left;
    color: #0b5900;}
.about-me-sec{background:#272727;padding:50px 0px;
        background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;}
.abou-me-det p{color: #A0A0A0;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 18px;}    
.abou-me-det h3,.about-us-page h3,.about-me-sec h4{    font-size:50px;
    font-weight: 400;
    line-height: 52.22px;
    text-align: left;
    color: #D56D3C;}
.about-me-sec h4{     font-size: 46px;
    color: #D56D3C;
    margin-bottom: 20px;}    
.about-us-page .item{border: 1px solid rgba(0, 0, 0, .3);
    padding: 20px 20px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0.1);}
.about-us-page h5{ margin-top:20px; color: #D56D3C; font-size:22px;} 
.clientimg{ 
    background: #fff;
    height: 170px;
    border-radius: 10px 0px 10px 0px;
    text-align: center;
    position: relative;}
.clientimg:hover{border-radius: 0px 10px 0px 10px;}
.benefits-page h4{ color:#D56D3C;}
.istm_sec{text-align:center; font-size:18px;}
.istm_sec h3{ text-align: center;
    color: #D56D3C;
    margin-bottom: 20px;}
.istm_sec p{color:#A0A0A0; text-align:left; font-size:1.2rem;}    
.clientimg-cont{     border: 1px solid rgba(0, 0, 0, .3);
    padding: 20px 20px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0.1);
    bottom: -40px;
    position: absolute;
    background: rgba(255, 255, 255, .8);
    left: 0px;
    right: 0px;
    height: 130px;
    text-align: center;}

.workshop-headeing{ margin-bottom: 50px;
    text-align: center;}
.workshop-headeing h3{     color: #D56D3C;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 48px;} 
.workshop-page h4,.adwaswork_sec h4,.contact_sec h4{   color: #D56D3C;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 33px;}    
.workshop-headeing p{ margin-top:10px;}
.adwaswork_sec p{color: #A0A0A0; }
.contact_sec h4{ margin-bottom:20px;}

.contactfr_form {
  padding: 10px 0 0;
}

.quoteform .form-control {
  border: 1px solid #D56D3C;
    border-radius: 7px;
    height: 55px;
    margin-bottom: 15px;
    background: #f6feff;
    font: normal normal normal 14px / 16px ;
}

.submitbtn .know-more {
  margin: 0px 0px;
  padding: 13px 32px;
  font: normal normal bold 15px / 0px ;
  letter-spacing: 1.22px;
  color: #ffffff;
  border: #D56D3C 2px solid;
  background: #D56D3C;
  border-radius: 27px;
  text-decoration: none;
  min-width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submitbtn .know-more:hover {
  color: #D56D3C;
  border: #D56D3C 2px solid;
  background: transparent;
}
.contactfr_form{    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);}
.cntctf_right > ul {
  list-style: none;
  padding: 0;
}

.cntctf_right > ul li {
    position: relative;
    padding: 0 0 12px 55px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px;
}

.cntctf_right > ul li a {
    text-decoration: none;
    letter-spacing: 0px;
    color: #000000;
}


.cntctf_right > ul li .icon {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}

.cntctf_right > .details {
  color: #6f7775;
  font-weight: 400;
  font-size: 15px;
}

.social-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  margin: 32px 0 0;
}

.social-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.social-menu ul li {
  list-style: none;
  margin: 0 6px 0 0;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background:#D56D3C;
  text-align: center;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
  color: #fff;
  box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}

.social-menu ul li a i,
.social-menu ul li a svg {
  color: #ffffff;
}

.prdct-descript{ 
    background: #808080;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 210px;
    height: 214px;
    margin: 0px auto;
    top: 28px;
    /*border-radius: 30px;*/
    text-align: center;
    padding: 50px 5px;
    
}    

.prdct-descript p{font-size:14px; font-weight:500;}
.product-card:hover .prdct-descript{ opacity:1;}
.btn-details{ 
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ff7d26;
    border-radius: 0px;
    display: table;
    margin: 0px auto;
    color: #fff;
    font-weight: 400;
    width: 100%;}
.client-say{    padding: 50px 0px 15px 0px;
    background-color:#1c1c1c; 
    background-image: url(../images/wrshp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}  
.client-say .client-say-det p {font-size: 18px;}
.posted_in{
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    font-family: "Archivo ExtraCondensed Light";}
.posted_in a{color:#D56D3C} 
.inner-banner{    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px 30px 0px;}
.inner-banner img{    width: auto !important;
    height: auto;
    max-width: 430px;}

.inner-banner h1{  
    top: 30%;
    text-transform: capitalize;
    font: normal normal bold 44px / 61px Rubik;
    letter-spacing: 0px;
    color: #D56D3C;
    text-shadow: 0px 6px 6px #00000014;
    left: 24%;
    position: relative;}


.clients-sec img{   position: absolute; /* Position the image absolutely */
    top: 50%;           /* Move the image down 50% of the container's height */
    left: 50%;          /* Move the image right 50% of the container's width */
    transform: translate(-50%, -50%); /* Offset the image by half its width and height */}    
.made-use-sec{padding:10px 0px 50px 0px ;}  
.single-product .product_meta{ display:none;}
.owl-drag h3,.owl-drag .item p,.client-say .item p,.client-say .item h5,.client-say h3{text-align: center;}
.client-say-det{ 
    background: #fff;
    padding: 30px;
    clear: both;
    max-width: 1020px;
    display: table;
    margin: 0px auto;
    border-radius: 20px;}
.wc-block-cart__submit-button{
    font-size: 16px;
    font-weight: 400;
    line-height: 17.41px;
    text-align: center;
    color: #D56D3C;
    border: 2px solid #D56D3C;
    background: #D56D3C1F;
    padding: 13px 32px;
    border-radius: 20px;
    width: fit-content;
    display: block;
    border-radius: 40px;
    text-transform: uppercase;}
.wc-block-cart__submit-button:hover{background:#D56D3C; color: #fff; }   
body > div.upcoming-workship.our-course > div > div > div.row > div:nth-child(4){ margin-left:19%;}  
.woocommerce .woocommerce-ordering{display:none;}
.about-video{ width: 500px;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    float: left;}
    
.woocommerce-shop .post-313{margin-left:12% !important; margin-bottom:30px ;} 
.woocommerce-shop .post-314{margin-left:25% !important;}
.woocommerce-shop .post-313,.woocommerce-shop .post-97,.woocommerce-shop .post-100{margin-top: 90px;}

#tab-reviews #comments{display:none !important;} 
/*14-08-2024-end*/

.page-template-template-home .card-price h5 span{font-size:1.55rem; text-align:center;}
.page-template-template-home .card-price h5 span{margin-left:30px;}
.page-template-template-home .prdct-crd-btm h5 del{display:none;}
.post-type-archive-product .post-60 .prdct-crd-btm h5 del,.post-type-archive-product .post-83 .prdct-crd-btm h5 del,.post-type-archive-product .post-82 .prdct-crd-btm h5 del,.post-type-archive-product .post-81 .prdct-crd-btm h5 del{ display:none;}
span.onsale{display:none;}
.read-more-but:hover{   transform: rotate(0deg) !important;
    transition: 0.3s ease-in-out !important;}
.istm_sec .rbo{
    color: #D56D3C;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;}    
.woocommerce-shop .post-313:before{
    color: #D56D3C;
    content: "Courses";
    font-family: Archivo ExtraCondensed;
    font-size: 36px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: left;
    position: absolute;
    left: -124px;
    top: -50px;} 
.home .work-card-right h3 span{color:#D56D3C} 
#shipping-phone:before{display:none;}
.wc-block-components-address-form__phone label{display:none;
    display: none;
    font-size: 0px !important;
    color: #fff !important;}
.wc-block-components-address-form__phone:before {
    position: absolute;
    content: "Phone";
    font-size: 16px;
    color: hsla(0, 0%, 7%, .7);
    left: 10px;
    top: 4px;}


.prdct-crd-btm h5 del{text-decoration:none !important;}
.wc-block-components-product-metadata__description{display:none;}
.about-us-video{ max-width:100%;}
.modal-content{background-color: #D56D3C;}
.aws-search-result .aws_result_sale,.aws-search-result ul li:last-child{ display:none  !important;}
.single-product .woocommerce-product-details__short-description del{ display:none;}
.woocommerce div.product form.cart .button{color:#fff !important;}
.postid-60 .custom-button,.postid-83 .custom-button,.postid-82 .custom-button,.postid-81 .custom-button,.custom-button{ display:none !important;}
.entry-summary .price del,.wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__regular { display: none !important;}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description,.woocommerce-cart .wc-block-components-sale-badge,.single-product .woocommerce-review__published-date{display:none;}
.wc-block-components-totals-item__description .wc-block-components-totals-shipping__via{display:none;}
.wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control{ display:none;}
.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block > div.wp-block-woocommerce-checkout-order-summary-block > div.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper > div > div.wc-block-components-panel__content > div > div > div.wc-block-components-order-summary-item__description > span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price > del{ display:none;}
.woocommerce-checkout .wc-block-components-radio-control__option,.woocommerce-checkout .wc-block-components-checkout-step__title{ display:none;}
.tinvwl_add_to_wishlist_button {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1; 
    visibility: visible;
    position: relative
}
.werehere-sec{padding:52px 0;}
.werehere-sec h2{    text-align: center; 
    margin-bottom: 10px;
    font-size: 46px; 
    color: #0b5900;}   
.werehere-sec h3{     font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    font-family: "Poppins", sans-serif;}        
    
 .werehere-box{  text-align: center;
    padding: 20px;
    border-radius: 12px;
    background: rgb(255, 247, 249);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 220px;}   
 .werehere-box img{ background: #0b5900;
    border-radius: 10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;}
 .werehere-box a{ color: #000;}  
 .werehere-box a:hover{color:#0b5900;}
 .werehere-box h6{    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;}
.werehere-box ul{display: flex; 
    margin: 0px auto;
    justify-content: center;}    

.werehere-box:hover{    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;}    

 .footer-map{    border-radius: 14px;
    border: 4px solid #0b5900;}   
 .hero-banner p{     max-width: 810px;
    text-align: left !important;
    margin-top: 40px;
    line-height: 24px;}    

  .woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
       border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    min-height: 330px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,.woocommerce .woocommerce-form-register__submit,.woocommerce .woocommerce-form-register__submit{    text-align: center;
   
   
    border-radius: 0 !important ;
    border: 0 !important;
     display: block;
    font-weight: 400 !important;
    width: fit-content;
    background-color:#0b5900 !important;
    letter-spacing: 1.2px;
    color: #FFFFFF !important;
    text-transform: uppercase;}

 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,.woocommerce-form-register__submit:hover{background: linear-gradient(43deg, #f7931d, #da8017);
    transition: 0.3s ease-in-out; color:#000}   
.blog-box{     border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, .2);}
.blog-box h3{
    color: #0b5900;
    font-size: 24px;
    padding: 10px 0px;}    
 .blog-box p{margin-bottom:10px;}
 .blog-details{margin:30px 0px;}

 .woocommerce .woocommerce-result-count{margin: 0 0 1em;
    clear: both;
    display: block;
    width: 100%;}
.woocommerce-checkout .wc-block-components-product-name{font-size:14px;}    
#btn-razorpay{    background: #0b5900;
    padding: 9px 50px;
    border-radius: 18px;
    border: none;
    color: #ffff;}
#btn-razorpay-cancel{   background: #0b5900;
    padding: 9px 50px;
    border-radius: 18px;
    border: none;
    color: #ffff;}    


















