/*!
Theme Name: Ayunirman
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ayunirman
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ayunirman is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Jost", serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: jost;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 34px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Jost", serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    font-family: "Jost", serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
    font-family: "Jost", serif;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: #000000;
    line-height: 40px !important;
}

.heading small {
    font-size: 20px;
    color: #009948;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

.heading small a {
    color: inherit;
}

/* 
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #009948;
    position: absolute;
    bottom: 0;
} */

/* .heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
} */

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #636363;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #636363 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 40px;
    z-index: 10;
}


/* Navbar Section */

/*containerWrapper*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 125px;
    padding: 0;
    transition: all 500ms;
    background: transparent;
    background: #fff;

}

.navigationBar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: url(assets/images//pattern.png) no-repeat center center;
    display: none;
}

.navigationBar>.container-fluid {
    background: #fff;
    margin: 0px 15px;
}




/*topNavbar*/

.topNavbar {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #7c9d3e;
}


/*user-menu*/

.user-menu {
    float: left;
    margin-top: 5px;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}

.user-menu ul li a i {
    color: #ffffff;
    margin-right: 5px;
}

.user-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.user-menu ul li a:hover {
    color: #ededed;
    text-decoration: underline;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    padding: 5px 0px;
    float: left;
    text-align: center;
}

.apointbtn {
    float: right;
    position: relative;
}

.modelBtn li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
    background: white;
}

.tophead-menu-social ul li a:hover i {
    background: #ededed;
    color: #fff;
    border-color: transparent;
}
.tophead-menu-social .fa-facebook-f {
    color: #2855a8;
}
.tophead-menu-social .fa-instagram {
    color: #db003f;
}
.tophead-menu-social .fa-twitter {
    color: #02bafa;
}
.tophead-menu-social .fa-linkedin {
    color: #2779c3;
}
.tophead-menu-social .fa-youtube {
    color: #FF0000;
}
.tophead-menu-social .fa-whatsapp {
    color: #25D366;
}
.modelBtn a {
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    margin-top: 0px;
    color: white;
}


.modelBtn a i {
    color: #ffffff !important;
    margin-right: 5px;
}


/* searchbox */

.searchbox {
    display: block;
    width: 40px;
    position: absolute;
    top: 0px;
    overflow: hidden;
    transition: all 500ms;
    right: 195px;
}

.searchbox .searchboxClose {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f3f3f3;
    color: #7c9d3e;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -35px;
    cursor: pointer;
    opacity: 0;
    font-size: 18px;
    transition: all 400ms;
}

.searchbox .searchboxClose:hover {
    background: #ededed;
    color: #000;
}

.searchbox input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: none;
    font-size: 16px;
    text-indent: 5px;
    transition: all 500ms;
    opacity: 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
}

.searchbox button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    border: none;
    background: transparent;
    color: #7c9d3e;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.searchbox button:hover {
    background: #ededed;
    color: #000;
}

.searchboxOpen {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    transition: all 500ms;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}

.searchbox i {
    font-size: 16px;
}

.searchboxOpen:hover {
    background: #ededed;
    color: #000 !important;
}

.searchboxActive {
    width: 350px;
    overflow: initial;
}

.searchboxActive .searchboxClose {
    opacity: 1;
}

.searchbox.searchboxActive input[type="text"] {
    opacity: 1;
}

.searchboxActive button {
    opacity: 1;
    visibility: visible;
}

.searchboxActive .searchboxOpen {
    visibility: hidden;
    opacity: 0;
    left: -50px;
}


/*mycartbox*/

.mycartbox {
    display: inline-block;
    float: right;
    margin: 10px 0 0 0;
    color: #ededed;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    /*background: #ededed;*/
}

.mycartbox i {
    padding: 0 3px;
}

.mycartbox .fa-angle-down {
    position: relative;
    top: 2px;
    font-size: 20px;
}

.mycartbox .fa-shopping-cart {
    color:#ffffff !important;
    font-size: 20px;
}

.mycartbox:hover .fa-shopping-cart {
    color: #fff;
}

.mycartbox .mycarthead {
    position: relative;
}

.mycarthead>span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -18px;
    border-radius: 100%;
    background: #ff0303;
    color: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    z-index: -1;
}

.mycarthead i.ion-ios-cart {
    font-size: 32px;
}

.mycartbox:hover .mycarthead>span {
    background: #ededed;
    color: black;
}

.mycarthead>ul {
    display: none;
    position: absolute;
    top: 40px;
    right: -15px;
    margin: 0;
    width: 250px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    color: #222;
    border-top: solid 1px #ddd;
    cursor: default;
}

.empty-cartmsg {
    display: block;
    line-height: normal;
    text-align: center;
}

.empty-cartmsg a {
    color: #ededed;
    font-weight: 600;
    text-decoration: underline;
}

.empty-cartmsg a:hover {
    text-decoration: none;
}

.mycartbox:hover .mycarthead>ul {
    display: block;
}

@media (max-width: 1280px) {
    .myAccount {
        margin-right: 10px;
    }
}



/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-header {
    position: relative;
    height: 100%;
}

/* .navbar-header:after {
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: 10%;
    width: 2000px;
} */

/* .navbar-header:before {
    right: -30px;
    width: 80%;
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
    border-right: 5px solid #00abb5;
} */

.navbar-brand {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 84px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0px;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #333;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Roboto', sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 80px;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    color: #009948;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #7c9d3e !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*callbackBtn*/

.navbar-collapse>ul>li.callbackBtn {
    color: #fff;
}

.navbar-collapse>ul>li.callbackBtn>a {
    background: #009948;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

.navbar-collapse>ul>li.callbackBtn:before {
    display: none;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

/* .navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }


}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 12px 14px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #7c9d3e;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #009948;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    height: 115px;
    background: #fff;
    position: fixed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.8);
    top: -12px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    height: 80px;
}





/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-section .banner-slider::before {
    content: '0';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.banner-slider .video-background {
    position: absolute;
    top: -30%;
}



.videocaption {
    position: absolute;
    top: 40%;
    z-index: 999999;
    color: white;
    text-align: center;
    left: 38%;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.6;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 100;
    color: #fff;
    text-align: left;
    padding: 20px 0;
    border-radius: 119px;
    text-align: center;
}

#banner-slider .banner-info .containerWrapper {
    padding: 0 50px;
}

#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 10px 80px;
    font-size: 34px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 0px 0;
    clear: both;
}

#banner-slider .banner-info .bannerInfoHeading small {
    display: block;
    color: #fff;
    font-size: 22px;
    background: #009948;
    width: fit-content;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .banner-info .btn-transparent:hover {
    background: #01ba58 !important;
    box-shadow: 0 0 20px #000;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: none;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0078c0 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #fff !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 20px;
    color: #fff !important;
    background: #7c9d3e !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 20px;
    color: #fff !important;
    background: #7c9d3e !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

/* About us */
.wpo-about-section-s2 {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;

}

.wpo-about-section-s2::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 11;
}

.wpo-about-section-s2 .wpo-about-wrap {
    position: relative;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    width: 100%;
    height: 330px;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    position: absolute;
    left: 25px;
    top: 15px;
    content: "";
    border: 1px solid #009948;
    border-radius: 10px;
    z-index: 0;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
    overflow: hidden;
    position: relative;
    /* transform: rotate(40deg); */
    border-radius: 10px;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
object-fit: cover;
transform: scale(1);
transition: all 0.3s; */
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img:hover img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    /* transform: scale(1); */
    /* transition: all 0.3s; */
    border-radius: 10px;
}

.wpo-about-section-s2 .wpo-about-text {
    padding-left: 40px;
    max-width: 600px;
    padding-top: 80px;
}

.wpo-about-section-s2 .wpo-about-text h4 {
    font-size: 34px;
    color: #636363;

    font-weight: bold;
}



.wpo-about-section-s2 .wpo-about-text p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.theme-btn,
.view-cart-btn {
    background: linear-gradient(to right, #739038, #7c9d3e);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 30px;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 14px;
    transition: 0.3s ease-in;

}

.theme-btn:hover {
    color: white;
    background: #707070;
}

.theme-btn:active {
    color: white !important;
}


.wpo-about-section-s2 .shape-1 {
    position: absolute;
    left: 2%;
    top: 5%;
}

.wpo-about-section-s2 .shape-1 img {
    height: 100px;
}

.wpo-about-section-s2 .shape-2 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}




/* service section */
.ourServicesSection {
    position: relative;
    clear: both;
    padding: 60px 0px;
    display: block;
    width: 100%;
    /* background: url('../images/SHU01917.JPG') no-repeat center 0;
background-size: 110%; */
    /* color: #333; */
    background: #009948;
}

/* .ourServicesSection::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
} */

.ourServicesSection .heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ffff;
}

.ourServicesSection .heading:after {
    display: none;
}

.service-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    color: #000;
    margin-bottom: 30px;
    /* height: 325px; */
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.service-box i,
.service-box img {
    max-width: 100px;
    color: #8d969c;
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 100px;
    border: 3px solid #dfdfdf;
}

.ourServicesSection a.link-box {
    color: #636363;
    border-color: #c1c1c1;
    font-weight: 700;
    border-bottom: 1px solid;
}

.service-box:hover .link-box,
.link-box:hover {
    color: #009948;
    border-color: #8d969c;
}

.service-box:hover .service-box i {
    color: #fff !important;
}

.service-box:hover h4 {
    opacity: 1;
}

.hover-link {
    /* display: block; */
    cursor: pointer;
}

.hover-link:hover {
    color: #8d969c !important;
    border-color: #bdc9b8;
}

.service-box:hover {
    background: #636363;
    color: #fff;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.content-box {
    display: block;
}

.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.content-box p {
    margin: 0 0 20px;
}

.content-box ul {
    padding-left: 20px;
    margin: 0 0 20px;
    height: 90px;
    overflow: hidden;
}

.section-head h2 {
    color: #fff;
}



/* Why Us */

.whyUs {
    background: #fff;
    background-size: cover;
    width: 100%;
    padding: 50px 0px 50px 0;
    position: relative;
    /* border-bottom: solid 10px #333; */
}

/* .whyUs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: dashed 2px #fff;
    bottom: -6px;
    display: block;
} */

.whyUs .heading {
    color: #000;
}

.whyUs .whyUsBlock {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    /* box-shadow: 0px 0px 9px 0px #e0c95f; */
    box-shadow: 0px 0px 9px 0px #63636387;
    height: 310px;
    border-radius: 10px;
}

.whyUs .whyUsBlock img {
    padding: 6px;
    border-radius: 10%;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 77px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /* border: 2px solid #cbcbcb; */
    color: #009948;
    font-size: 40px;
}

.WhyusBlock {
    margin-bottom: 50px;
}

.whyUs .whyUsBlock h3 {
    color: #636363;
    font-weight: 600;
    font-size: 24px;
}

.whyUs .whyUsBlock h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

#object {
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 98px;
    width: 140px;
    border-radius: 5px;
}

/* Laser section */
.Laser-treatment {
    padding: 60px 00;
    position: relative;
    background: url(assets/images/lazer-bg.png) no-repeat center 0;
    background-size: cover;
}

.Laser-treatment::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.laserimage-2 {
    border: 2px solid #009948;
    padding: 140px 280px;
    position: absolute;
    top: 55px;
    left: 40px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;



}

.laserimage-2:hover {
    position: absolute;
    transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg) !important;
    transform-style: preserve-3d !important;
    animation: rotate infinite 7s ease !important;

}

@keyframes rotate {
    0% {
        transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
    }

    5% {
        transform: rotateX(-20deg) rotateY(-20deg) rotateZ(0deg);
    }

    20% {
        transform: rotateX(30deg) rotateY(200deg) rotateZ(0deg);
    }

    25% {
        transform: rotateX(-60deg) rotateY(150deg) rotateZ(0deg);
    }

    60% {
        transform: rotateX(-20deg) rotateY(130deg) rotateZ(0deg);
    }

    65% {
        transform: rotateX(-20deg) rotateY(120deg) rotateZ(0deg);
    }

    80% {
        transform: rotateX(-20deg) rotateY(375deg) rotateZ(0deg);
    }

    85% {
        transform: rotateX(-20deg) rotateY(357deg) rotateZ(0deg);
    }

    87% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }
}

.laserimage img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.lasertext {
    margin-left: 80px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
}

.lasertext ul li {
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.lasertext ul li i {
    color: #009948;
    font-size: 18px;
    margin-right: 5px;
}



.lasertext p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000b5;
}



/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(assets/images/slider2.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    height: 230px;
}

.keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #25baff, #001a3d);
    color: #fff;
    font-size: 30px;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    margin-bottom: 0px;
}


/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #87a550;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #636363;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    padding: 20px;
    border: solid 2px #026ca7;
    text-align: left;
    position: relative;
    border-radius: 10px;
    background: white;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonialBlock img {
    width: 60px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('assets/images/slider2.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
}

.footer::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #718e38;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;

}

.footerlogo img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    transition: 0.3s ease;
}

.addressInfo p:hover{
    color: #728e38;
}




.footer .addressInfo a {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;

    transition: 0.3s ease-in;
}


.footer .addressInfo a:hover{
    color: #7c9d3e;
}


.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #fff;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}


.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #718e38;
    border-color: #e80000;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*End Footer*/


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #7a9b3d;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px !important;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {

    .searchboxActive {
        width: 150px !important;
        overflow: initial;
    }

    .searchbox{
        right: 175px !important;
    }

    .tophead-menu-social {
        padding: 6px 0px !important;
        float: unset;
    }


    .navigationBar {
        position: relative;
    }


    .banner-slider .video-background {
        position: absolute;
        top: -167%;
    }

    .banner-slider-section::before {

        height: 51px;

    }

    .videocaption {
        position: absolute;
        top: 40%;
        z-index: 999999;
        color: white;
        text-align: center;
        left: 15%;
    }

    .videocaption h2 {
        font-size: 25px;
    }



    .banner-slider-section {
        overflow: hidden;
    }

    .whychooseus {
        overflow: hidden;
    }



    .navigationBar>.container-fluid {
        background: #fff;
        margin: 0px 0px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>ul>li {
        display: block;
        border-bottom: solid 1px #ddd;
        font-size: 15px;
        transition: all 300ms ease-in-out;
        position: relative;
        line-height: normal;
        height: auto;
        padding: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000000 !important;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #009948 !important;
        color: #000 !important;
    }

    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        background: transparent !important;

        color: #7c9d3e !important;
    }

    .offering-section .shape-1 img {
        height: 210px;
        display: none;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

    .navbar-collapse>ul>li>ul:before {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .navigationBar>.containerWrapper {
        background: #fff;
        border-top: 1px solid #fff;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }

    .banner-slider-section {
        display: block;
        width: 100%;
        height: 40%;
    }

    .banner-slider-section .owl-theme .owl-controls {
        top: 170%;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #009948 !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #7c9d3e !important;
        width: 35px;
        height: 35px;
        border-radius: 100px !important;
        line-height: 35px;
        box-shadow: 4px 2px 5px #0000001a;
        font-size: 25px !important;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-next {
        right: 5px;
        color: #fff !important;
        background: #7c9d3e !important;
        width: 35px;
        height: 35px;
        border-radius: 100px !important;
        line-height: 35px;
        box-shadow: 4px 2px 5px #0000001a;
        font-size: 25px !important;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        display: inline-block;
        color: inherit;
        padding: 5px 0px;
        font-size: 18px !important;
    }

    #banner-slider .banner-info {
        bottom: 25%;
    }

    .navbar-brand img {
        height: 80px;
        transition: all 1000ms;
        transform: scale(1);
        position: relative;
        top: 5px;
        left: 0;
    }

    #banner-slider .banner-info .bannerInfoHeading small {
        display: block;
        color: #fff;
        font-size: 18px
    }

    /* end of banner slider*/
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
        width: 300px;
        height: 260px;
    }

    .wpo-about-section-s2 .wpo-about-wrap:before {
        width: 300px;
        height: 200px;
    }

    .wpo-about-section-s2 .wpo-about-text {
        padding-left: 0px;
        max-width: 600px;
        padding-top: 35px;
    }

    .wpo-about-section-s2 .wpo-about-text h4 {
        margin-top: 0px;
    }

    .ourServicesSection {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0px;

    }


    .offering-section {
        overflow: hidden;
    }

    .wpo-about-section-s2 {
        padding: 50px 0 60px 0;
        overflow: hidden;
    }

    .laserimage-2 {
        border: 1px solid#009948;
        padding: 118px 180px;
        position: absolute;
        top: 16px;
        left: 8px;
        z-index: -1;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }

    .lasertext {
        margin-top: 55px;
        margin-left: 0px;
        color: #636363;
        font-family: 'Montserrat', sans-serif;
    }

    .TestimonialSection h1 {
        padding: 5px 20px 8px 20px;
    }

    .TestimonialSection::before {
        top: 87px;
    }

    .footer-social {
        display: block;
        margin-top: 0px;
        margin-left: -4px;
    }

    .footerlogo {
        padding: 10px;
        text-align: center;
    }

    .footerlogo img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .footer {
        padding: 20px 0;
    }

    .applyimg::before {
        content: '';
        left: 6px !important;
        bottom: -11px !important;
        width: 200px !important;
        height: 200px !important;

    }

    .wpo-about-section-s2 .shape-1 img {
        height: 80px;
        display: none;
    }

    .wpo-about-section-s2 .shape-1 {
        position: absolute;
        RIGHT: 0;
        top: 1%;
    }

    .offering-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.8;
    }

    .offering-section .shape-1 img {
        height: 152px;
    }

    .offering-section .shape-1 {
        position: absolute;
        left: -54px;
        top: -1%;
    }

    .banner-slider-section::before {
        border-top: 50px solid transparent;

    }

    .wpo-about-section-s2::before {
        border-top: 60px solid transparent;
    }


}




/* My css */



.applyimg img {
    position: relative;
    border-radius: 15px;

}

.whychooseus {
    position: relative;
    clear: both;
    padding: 50px 0px;
    background: url(assets/images/servicesbg.jpg) no-repeat;
    background-size: cover;
}




.section-title {
    font-size: 34px;
    color: #333;
    margin-bottom: 10px;
}

.section-description {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.choose-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: transform 0.3s ease-in-out;
    height: 285px;
}

.choose-box .keywords {
    display: flex;
}

.choose-box .keywords li {
    background-color: #0e68a0;
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 0.9em;
    margin: 0px 5px;
}


.choose-box:hover {
    transform: translateY(-10px);
}

.choose-box .icon {
    font-size: 5rem;
    background: linear-gradient(to right, #4bc6ff, #001a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.choose-box h3 {
    font-size: 25px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.choose-box p {
    font-size: 16px;
    color: #666;
}

#productCarousel {
    margin-top: 30px;
}

.carousel-item {
    text-align: center;
    padding: 20px;
}

.product-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 20px;
    width: 300px;
}

.product-box:hover {
    transform: translateY(-10px);
}




.causes-section {
    position: relative;
    clear: both;

    padding: 50PX 0PX;
}


.causes-section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    position: absolute;
    opacity: 0.7;
    width: 100%;
}

.rts-business-case-s-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
}

.rts-business-case-s-2 .thumbnail {
    border-radius: 20px;
    overflow: hidden;
}

.rts-business-case-s-2 .thumbnail img {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 20px;
}

.rts-business-case-s-2 .inner {
    padding: 35px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.rts-business-case-s-2 .inner .title {
    margin-bottom: 2px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #2c2c2c;
}

.rts-business-case-s-2 .inner span {
    color: #767676;
    font-size: 16px;
    position: relative;
}

.rts-business-case-s-2:hover::after {
    top: -16%;
    right: -56%;
}

.rts-business-case-s-2::after {
    content: "";
    position: absolute;
    background-image: url(assets/images/shape-1.png);
    height: 100%;
    width: 100%;
    top: -64%;
    right: -56%;
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.rts-business-case-s-2 .thumbnail {
    border-radius: 20px;
    overflow: hidden;
    background: #0e5b4aba;
}

.rts-business-case-s-2 .thumbnail img {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 20px;

}

.rts-business-case-s-2 .inner {
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 42px;

    width: 90%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    height: 100px;
    box-shadow: 0 8px 10px rgb(8 8 8);

}


.rts-business-case-s-2 .inner:hover {

    background-color: #fad409;



}

.rts-business-case-s-2 .inner span {
    color: #4f4f4f;
    font-size: 14px;
    position: relative;
}

.rts-business-case-s-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 95%;
}

.causes-content {
    padding-top: 25px;
    padding: 20px;
}

.space50 {
    padding-top: 20px;
}

.causes-section .text-center {
    color: white;
    padding-bottom: 10px;
    font-size: 34px !important;
    font-family: 'Jost';
    font-weight: 600 !important;
}

/* Style for Offering Section with Images */
.offering-section {
    position: relative;
    clear: both;
    background: url(assets/images/slider1.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover;

}

.offering-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}

.offering-section .title-area {
    margin-bottom: 50px;
    /* Spacing between title and content */
}

.offering-section .title {
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.offering-section .offering-title a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #7c9d3e;
    font-family: "Jost", serif;
}

.offering-section .subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0;
}

.offering-section .offering-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for hover effect */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centering content inside */
    height: 490px;
}

.offering-section .offering-box:hover {
    transform: translateY(-10px);
    /* Lift effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    /* Increased shadow on hover */
}

.offering-section .offering-image {
    width: 100%;
    /* Ensure the image takes full width inside the box */
    height: auto;
    border-radius: 8px;
    /* Rounded corners for image */
    margin-bottom: 0px;
    /* Space between image and other content */
}

.offering-section .offering-icon {
    font-size: 50px;
    color: #3498db;
    /* Blue color for icons */
    margin-bottom: 20px;
}

.offering-section .offering-title {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
    padding-top: 12px;
}


.offering-section p{
    font-size: 16px;
}
.offering-section .offering-description {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
}

.offering-section .shape-1 {
    position: absolute;
    left: -44px;
    top: 0%;

}

.offering-section .shape-1 img {
    height: 210px;
}

.offering-section .col-md-4 {
    margin-bottom: 30px;
    /* Bottom margin for spacing between columns */
}

@media (max-width: 767px) {

    /* Make the section responsive for smaller screens */
    .offering-section .col-md-4 {
        margin-bottom: 20px;
        /* Reduce bottom margin on smaller screens */
    }

    .offering-section .title {
        font-size: 30px;
        /* Smaller title on mobile */
    }

    .offering-section .subtitle {
        font-size: 16px;
        /* Smaller subtitle on mobile */
    }

    .offering-section .offering-icon {
        font-size: 40px;
        /* Smaller icons on mobile */
    }

    .offering-section .offering-title {
        font-size: 20px;
        /* Smaller title on mobile */
    }

    .offering-section .offering-image {
        width: 100%;
        /* Make the image slightly smaller on mobile */
    }
}

.services-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    /* Light background */
}

.section-title {
    text-align: center;

}

.section-title h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 10px;
}

.section-title p {
    color: #777;
    font-size: 1.1em;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.service-item .icon {
    font-size: 2.5em;
    color: #e67e22;
    /* Example spice color */
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
}

.service-item p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-item .keywords {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.service-item .keywords li {
    background-color: #f0f0f0;
    color: #777;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-item {
        text-align: left;
        /* Adjust text alignment on smaller screens */
    }

    .service-item .keywords {
        justify-content: flex-start;
        /* Adjust keyword alignment */
    }


    .innerBannerSection{
        height: 200px !important;
    }

    .innerBannerSection .head {

        top: 50px !important;
    }


    .navigationBarScroll{
        position: relative !important;
    }


    .navigationBarScroll .navbar-collapse>ul>li {
        height: auto !important;
        line-height: 20px !important;
    }

}

/* Sale Badge Styling */
.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e74c3c;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

/* Optional: Add animation on hover */
.offering-box:hover .sale-badge {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


.whychooseus .offering-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;


}

.whychooseus  .offering-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.whychooseus .row {
    display: flex;
    flex-wrap: wrap;
}



.whychooseus .offering-box .theme-btn {
    margin-top: auto;
    /* ✅ button always stay bottom */
}


.whychooseus .offering-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
   
}

.whychooseus .offering-title a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color:#7c9d3e;
    font-family: "Jost", serif;
}



.whychooseus .offering-image {

    height: 220px;
    border-radius: 8px;
    margin-bottom: 0px;
}

.socialCustomIcon {
    position: fixed;
    bottom: 48px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999999;
}

.socialCustomIcon .share {
    position: relative;
}

.socialCustomIcon .share .fa-share-alt {
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
    background: #185d9a;
    /* padding: 20px; */
    border-radius: 46px;
    text-indent: -3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2;
}



.socialCustomIcon .share i {
    font-size: 25px;

    cursor: pointer;
    transition: color 0.3s ease;
}

/* Styling for the submenu (hidden by default) */
.socialCustomIcon .submenu {
    position: absolute;
    bottom: 70px;
    left: 56%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.socialCustomIcon .submenu li {
    margin: 5px 0;
    /* Spacing between icons */
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Each social media icon */
.socialCustomIcon .submenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #079300;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 59px;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Different background colors for each social media icon */
.socialCustomIcon .submenu li a.facebook {
    background-color: #3b5998;
}

.socialCustomIcon .submenu li a.twitter {
    background-color: #1da1f2;
}

.socialCustomIcon .submenu li a.youTube {
    background-color: #ff0000;
}

.socialCustomIcon .submenu li a.instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

/* Hover effect */
.socialCustomIcon .submenu li a:hover {
    transform: translateX(10px);
}



/* Staggered delay for each icon so they appear one by one */
.socialCustomIcon .share:hover .submenu li:nth-child(1) {
    transition-delay: 0.1s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(2) {
    transition-delay: 0.2s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(3) {
    transition-delay: 0.3s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(4) {
    transition-delay: 0.4s;
}

/* Hover effect on the main share icon */
.socialCustomIcon .share:hover i {
    color: #ffffff;
}

.socialCustomIcon .share .fa-share-alt {
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
    background: #ff3d00;
    /* padding: 20px; */
    border-radius: 46px;
    text-indent: -3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2;
}

.phone {
    background: linear-gradient(71.04deg, rgb(72, 0, 4) -6.92%, rgb(216, 78, 85) 109.43%) !important;
    color: white;
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 250px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 100px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#7c9d3e;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}

/*@media (max-width: 767px) {
    .innerBannerSection {

        height: 200px !important;
    }

    .innerBannerSection .head {
        position: absolute;
        top: 100px !important;
    }
}*/
/*innerPageSection */

/* ==================================================
   CLASSIC WOOCOMMERCE CART – IMAGE STYLE
   Brand Color: #7c9d3e
================================================== */

.page-id-119 .woocommerce {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}

/* ================= MAIN LAYOUT ================= */

.page-id-119 .woocommerce-cart-form {
    width: 70%;
    float: left;
}

.page-id-119 .cart-collaterals {
    width: 28%;
    float: right;
}

/* ================= CART TABLE ================= */

.page-id-119 table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.page-id-119 table.shop_table thead th {
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.page-id-119 table.shop_table td {
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.page-id-119 .product-name{
    font-size: 18px !important;
    font-weight: 600 !important;
}

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

.page-id-119 .product-thumbnail img {
    width: 50px !important;
    border-radius: 4px;
    border: 1px solid #eee;
}

.page-id-119 .product-name a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.page-id-119 .product-name a:hover {
    color: #7c9d3e;
}

.page-id-119 .product-price,
.page-id-119 .product-subtotal {
    font-weight: 600;
}

/* ================= REMOVE ================= */

.page-id-119 .product-remove a {
    color: #999;
    font-size: 18px;
}

.page-id-119 .product-remove a:hover {
    color: #e74c3c;
}

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

.page-id-119 .quantity {
    display: inline-flex;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-id-119 .quantity input.qty {
    width: 75px;
    border: none;
    text-align: center;
}

.page-id-119 .quantity input:focus {
    outline: none;
}

/* ================= COUPON ROW ================= */

.page-id-119 .actions {
    padding: 20px;
}

.page-id-119 .coupon {
    display: flex;
    gap: 10px;
}

.page-id-119 .coupon input {
    flex: 1;
    padding: 10px 12px !important;
    border: 1px solid #ddd;
    width: 100% !important;
}



.page-id-119 .coupon button,
.page-id-119 button[name="update_cart"] {
    background: #7c9d3e;
    color: #fff !important;
    border: none;
    padding: 15px 25px !important;
    font-weight: 600;
    cursor: pointer;
}

.page-id-119 .coupon button:hover,
.page-id-119 button[name="update_cart"]:hover {
    background: #6a8735;
}

/* ================= CART TOTALS CARD ================= */

.page-id-119 .cart_totals {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    width: 100% !important;
}

.page-id-119 .cart_totals h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* totals table */
.page-id-119 .cart_totals table {
    width: 100%;
}

.page-id-119 .cart_totals th,
.page-id-119 .cart_totals td {
    padding: 12px 0;
    font-size: 14px;
}

.page-id-119 .order-total th,
.page-id-119 .order-total td {
    font-size: 16px;
    font-weight: 700;
}

/* ================= CHECKOUT BUTTON ================= */

.page-id-119 .wc-proceed-to-checkout a.checkout-button {
    background: #7c9d3e;
    color: #fff;
    padding: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 15px;
}

.page-id-119 .wc-proceed-to-checkout a.checkout-button:hover {
    background: #6a8735;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .page-id-119 .woocommerce-cart-form,
    .page-id-119 .cart-collaterals {
        width: 100%;
        float: none;
    }

    .page-id-119 table.shop_table thead {
        display: none;
    }

    .page-id-119 table.shop_table tr {
        display: block;
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 15px;
    }

    .page-id-119 table.shop_table td {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 8px 0;
    }

    .page-id-119 table.shop_table td::before {
        content: attr(data-title);
        font-weight: 600;
    }
}


/* ========================================
   Login & Registration Form Styling
   Brand Color: #7c9d3e
   ======================================== */

/* Main Login Form Container */
.loginform {
    padding: 60px 0;

}

.loginform .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

/* Two Column Layout */
.u-columns.col2-set {

    gap: 40px;
    margin: 0;
}

.u-column1,
.u-column2 {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Headings */
.u-column1 h2,
.u-column2 h2 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #7c9d3e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Rows */
.woocommerce-form-row {
    margin-bottom: 20px;
}

/* Labels */
.woocommerce-form-row label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.woocommerce-form-row label .required {
    color: #e74c3c;
    font-weight: 700;
}

/* Input Fields */
.woocommerce-Input,
.input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
    background-color: #fff;
}

.woocommerce-Input:focus,
.input-text:focus {
    border-color: #7c9d3e;
    outline: none;
    box-shadow: 0 0 8px rgba(124, 157, 62, 0.2);
}

/* Password Input Wrapper */
.password-input {
    position: relative;
    display: block;
}

.password-input input {
    padding-right: 45px;
}

/* Show Password Button */
.show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    color: #999;
    transition: color 0.3s;
}

.show-password-input:hover {
    color: #7c9d3e;
}

.show-password-input::before {
    content: "\f06e";
    font-family: "FontAwesome";
}

.show-password-input[aria-pressed="true"]::before {
    content: "\f070";
}

/* Remember Me Checkbox */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 15px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

/* Submit Buttons */
.woocommerce-button.button,
.woocommerce-Button.button {
    width: 100%;
    background-color: #7c9d3e !important;
    color: #fff !important;
    padding: 14px 30px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;

    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    margin-top: 10px !important;
}

.woocommerce-button.button:hover,
.woocommerce-Button.button:hover {
    background-color: #6a8735;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 157, 62, 0.3);
}

/* Registration Form Link */
.registrationformlink {
    margin: 20px 0 15px 0;
    padding: 15px;
    background-color: #f0f8e8;
    border-left: 4px solid #7c9d3e;
    border-radius: 4px;
}

.registrationformlink a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    display: block;
}

.registrationformlink a span {
    color: #7c9d3e;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}

.registrationformlink a:hover span {
    text-decoration: underline;
}

.registrationformlink a i {
    margin-left: 5px;
}

/* Lost Password Link */
.lost_password {
    margin-top: 15px;
    text-align: center;
}

.lost_password a {
    color: #7c9d3e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s;
}

.lost_password a:hover {
    color: #6a8735;
    text-decoration: underline;
}

/* Privacy Policy Text */
.woocommerce-privacy-policy-text {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.woocommerce-privacy-policy-text p {
    margin: 0;
}

.woocommerce-privacy-policy-link {
    color: #7c9d3e;
    text-decoration: underline;
}

/* Notices/Errors */
.woocommerce-notices-wrapper {
    margin-bottom: 30px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-left: 4px solid;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-error {
    border-left-color: #e74c3c;
    color: #e74c3c;
}

.woocommerce-message {
    border-left-color: #7c9d3e;
    color: #7c9d3e;
}

.woocommerce-info {
    border-left-color: #3498db;
    color: #3498db;
}

/* Mobile Scroll to Registration */
.registrationlink {
    cursor: pointer;
}

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

@media (max-width: 991px) {
    .u-columns.col2-set {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .loginform {
        padding: 0px 0;
    }

    .u-column1,
    .u-column2 {
        padding: 30px;
    }
}

@media (max-width: 767px) {


    .u-column1, .u-column2 {
        padding: 25px 20px;
        margin: 25px 0px;
    }

    .u-column1 h2,
    .u-column2 h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .woocommerce-button.button,
    .woocommerce-Button.button {
        padding: 12px 25px;
        font-size: 14px;
    }

    .woocommerce-Input,
    .input-text {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .registrationformlink {
        padding: 12px;
    }

    .registrationformlink a {
        font-size: 13px;
    }
}



/* ========================================
   My Account Dashboard Styling
   Brand Color: #7c9d3e
   Arrow Navigation Style
   ======================================== */

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    text-align: center !important;
}

.woocommerce-info.button wc-forward{
    white-space: nowrap;
    padding: 15px !important;
    background: #7c9d3e;
    color: white;
}

.woocommerce-message a{
    white-space: nowrap;
    padding: 15px !important;
    background: #7c9d3e !important;
    color: white !important;
}

/* My Account Page Container */
.page-id-121 .woocommerce-account {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.woocommerce-account .woocommerce {
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
}

/* Two Column Layout - Navigation + Content */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

/* Grid Layout */
.woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
    display: inline-block;

    vertical-align: top;
    margin-left: 20px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-navigation {
    display: inline-block;

    vertical-align: top;
    background: transparent;
}

/* Navigation Sidebar - Arrow Style */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 0 10px 0;
    position: relative;
}

.woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}

/* Arrow Button Style */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 15px 20px 15px 50px;
    background-color: #1e4a9f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    text-transform: capitalize;
}

/* Icon Positioning */
.woocommerce-MyAccount-navigation a i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

/* Hover Effect */
.woocommerce-MyAccount-navigation a:hover {
    background-color: #163a7f;
    padding-left: 55px;
}

/* Active Menu Item */
.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #7c9d3e;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation li.is-active a:hover {
    background-color: #6a8735;
}

/* Logout Link Special Style */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #d32f2f;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #b71c1c;
}

/* Content Area */
.woocommerce-MyAccount-content {
    min-height: 400px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #7c9d3e;
}

.woocommerce-MyAccount-content p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #666;
}



.woocommerce-MyAccount-content a:hover {
    color: #6a8735;
    text-decoration: underline;
}

/* Dashboard Welcome Text */
.woocommerce-MyAccount-content > p:first-child {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    background: #f0f8e8;
    padding: 15px 20px;
    border-left: 4px solid #7c9d3e;
    border-radius: 4px;
}

/* Orders Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.woocommerce-orders-table thead {
    background-color: #1e4a9f;
    color: #fff;
}

.woocommerce-orders-table thead th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-orders-table tbody td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-orders-table tbody tr:hover {
    background-color: #f9f9f9;
}

.woocommerce-orders-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* View Order Button */
.woocommerce-button.view {
    background-color: #1e4a9f;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.woocommerce-button.view:hover {
    background-color: #163a7f;
    transform: translateY(-2px);
}

/* Addresses */
.woocommerce-Addresses {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.woocommerce-Address {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.woocommerce-Address-title h3 {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    color: #1e4a9f;
}

.woocommerce-Address address {
    font-style: normal;
    line-height: 1.8;
    color: #666;
}

/* Edit Account Form */
.woocommerce-EditAccountForm fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.woocommerce-EditAccountForm legend {
    font-size: 18px;
    font-weight: 700;
    color: #1e4a9f;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1e4a9f;
    width: 100%;
}

.woocommerce-EditAccountForm .form-row {
    margin-bottom: 20px;
}

.woocommerce-EditAccountForm label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #1e4a9f;
    outline: none;
    box-shadow: 0 0 8px rgba(30, 74, 159, 0.2);
}

/* Save Changes Button */
.woocommerce-Button[name="save_account_details"] {
    background-color: #7c9d3e;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.woocommerce-Button[name="save_account_details"]:hover {
    background-color: #6a8735;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 157, 62, 0.3);
}

/* Notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 15px 45px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-left: 4px solid;
}

/* Correct selector - target the button inside the woocommerce-info */
.page-id-121 .woocommerce-info .button.wc-forward {
    padding: 15px 20px !important;
    background: #7c9d3e !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

/* Hover effect */
.page-id-121 .woocommerce-info .button.wc-forward:hover {
    background: #6a8535 !important;
}






.woocommerce-message {
    background: #f0f8e8;
    border-left-color: #7c9d3e;
    color: #333;
    padding: 15px 40px !important;
}


/* Alternative - simpler */
a.button.wc-backward {
    padding: 15px 30px;
    background: #7c9d3e !important;
    color: white !important;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

a.button.wc-backward:hover {
    background: #6a8735 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 157, 62, 0.3);
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    border: none !important;
}

.woocommerce-error {
    background: #fee;
    border-left-color: #e74c3c;
    color: #e74c3c;
}

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

@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    /* Navigation arrows shorter on mobile */
    .woocommerce-MyAccount-navigation a {
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    }
}

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

    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
        padding: 20px 15px;
        display: block !important;
    }

    .woocommerce-MyAccount-navigation a {
        padding: 12px 15px 12px 45px;
        font-size: 14px;
    }

    .woocommerce-MyAccount-navigation a i {
        left: 15px;
        font-size: 16px;
    }

    .woocommerce-orders-table {

        overflow-x: auto;
    }

    .woocommerce-account .woocommerce {

        padding: 50px 15px !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content h2,
    .woocommerce-MyAccount-content h3 {
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation li {
        margin-bottom: 8px;
    }
}




.woocommerce .woocommerce-breadcrumb {
    color: #14572e !important;
    font-size: 18px !important;
    /* margin-bottom: 20px; */
    text-align: left !important;
    padding: 30px 0px !important;
    font-weight: 600 !important;
}



/* ========================================
   No Products Found Page Styling
   Brand Color: #7c9d3e
   ======================================== */

/* Container */
.woocommerce-no-products-found {

    display: none;
}

/* Info Message Box */
.woocommerce-no-products-found .woocommerce-info {
    background: linear-gradient(135deg, #f0f8e8 0%, #e8f5d8 100%) !important;
    border: none !important;
    border-left: 5px solid #7c9d3e !important;
    padding: 30px 40px !important;
    border-radius: 12px;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 0 40px 0 !important;
    box-shadow: 0 4px 15px rgba(124, 157, 62, 0.15);
    position: relative;
}

.woocommerce-no-products-found .woocommerce-info::before {
    content: "\f06a";
    font-family: "FontAwesome";
    font-size: 24px;
    color: #7c9d3e;
    margin-right: 15px;
    vertical-align: middle;
}

/* Add Icon and Styling */
.woocommerce-no-products-found::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #7c9d3e;
    opacity: 0.3;
    display: block;
    margin-bottom: 30px;
}

/* Page Header Styling */
.search-no-results .woocommerce-products-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #7c9d3e 0%, #6a8735 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(124, 157, 62, 0.3);
}

.search-no-results .woocommerce-products-header__title {
    color: #fff !important;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}

/* Breadcrumbs Styling */
.search-no-results .woocommerce-breadcrumb {
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 14px;
}

.search-no-results .woocommerce-breadcrumb a {
    color: #7c9d3e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.search-no-results .woocommerce-breadcrumb a:hover {
    color: #6a8735;
    text-decoration: underline;
}

/* Add Helpful Content Container */
.woocommerce-no-products-found .no-results-content {
    margin-top: 40px;
}

.woocommerce-no-products-found .no-results-content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce-no-products-found .no-results-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Suggestions List */
.woocommerce-no-products-found .search-suggestions {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.woocommerce-no-products-found .search-suggestions h4 {
    color: #7c9d3e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.woocommerce-no-products-found .search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.woocommerce-no-products-found .search-suggestions li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

.woocommerce-no-products-found .search-suggestions li:last-child {
    border-bottom: none;
}

.woocommerce-no-products-found .search-suggestions li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #7c9d3e;
    position: absolute;
    left: 0;
    top: 12px;
}

/* Action Buttons Container */
.woocommerce-no-products-found .no-results-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Return to Shop Button */
.woocommerce-no-products-found .button,
.woocommerce-no-products-found .return-to-shop a,
.woocommerce-no-products-found a.button {
    background: linear-gradient(135deg, #7c9d3e 0%, #6a8735 100%) !important;
    color: #fff !important;
    padding: 15px 40px !important;
    border: none !important;
    border-radius: 10px;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(124, 157, 62, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-no-products-found .button:hover,
.woocommerce-no-products-found .return-to-shop a:hover,
.woocommerce-no-products-found a.button:hover {
    background: linear-gradient(135deg, #6a8735 0%, #5a7525 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(124, 157, 62, 0.4);
}

.woocommerce-no-products-found .button::before {
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
}

/* Secondary Button - Try New Search */
.woocommerce-no-products-found .try-search-button {
    background: #fff !important;
    color: #7c9d3e !important;
    border: 2px solid #7c9d3e !important;
}

.woocommerce-no-products-found .try-search-button:hover {
    background: #7c9d3e !important;
    color: #fff !important;
}

/* Search Box Styling on No Results Page */
.search-no-results #secondary .widget_search,
.search-no-results #secondary .widget_product_search {
    background: linear-gradient(135deg, #f0f8e8 0%, #e8f5d8 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #7c9d3e;
    box-shadow: 0 4px 15px rgba(124, 157, 62, 0.15);
}

.search-no-results #secondary .widget_search input[type="search"],
.search-no-results #secondary .widget_product_search input[type="search"] {
    border: 2px solid #7c9d3e !important;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
}

.search-no-results #secondary .widget_search input[type="search"]:focus,
.search-no-results #secondary .widget_product_search input[type="search"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(124, 157, 62, 0.3);
}

.search-no-results #secondary .widget_search button,
.search-no-results #secondary .widget_product_search button {
    background: #7c9d3e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.search-no-results #secondary .widget_search button:hover,
.search-no-results #secondary .widget_product_search button:hover {
    background: #6a8735 !important;
    transform: translateY(-2px);
}

/* Hide Sidebar on No Results (Optional) */
.search-no-results #secondary {
    display: none;
}

.search-no-results #primary {
    width: 100%;
    max-width: 100%;

}



/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-no-products-found {
        margin: 30px 15px;
        padding: 40px 20px;
    }

    .woocommerce-no-products-found::before {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .search-no-results .woocommerce-products-header__title {
        font-size: 24px;
    }

    .woocommerce-no-products-found .woocommerce-info {
        padding: 20px 25px !important;
        font-size: 16px !important;
    }

    .woocommerce-no-products-found .no-results-actions {
        flex-direction: column;
    }

    .woocommerce-no-products-found .button,
    .woocommerce-no-products-found .return-to-shop a {
        width: 100%;
        justify-content: center;
    }

    .woocommerce-no-products-found .search-suggestions {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .woocommerce-no-products-found {
        padding: 30px 15px;
    }

    .search-no-results .woocommerce-products-header {
        padding: 30px 15px;
    }

    .woocommerce-no-products-found .no-results-content h3 {
        font-size: 20px;
    }
}
.no-results-actions a{
    padding: 15px !important;
    background: #7c9d3e !important;
    color: white !important;
    margin-top: 20px !important;
    transition: 0.3s ease;
}

.no-results-actions a:hover{
    color: white !important;
    background: #707070 !important;
}


.key-indicators-section {
    background: rgba(124, 157, 62, 0.1);
    padding: 40px 0;
    margin-top: -90px;
    position: relative;
    z-index: 99;
}

.indicators-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.indicator-item {
    flex: 1;
    min-width: 200px;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indicator-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(124, 157, 62, 0.3);
}

.indicator-number {
    font-size: 35px;
    font-weight: 700;
    color: #7c9d3e;
    margin-bottom: 15px;
    line-height: 1;
}

.indicator-text {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 768px) {
    .indicators-row {
        flex-direction: column;
    }

    .indicator-item {
        min-width: 100%;
    }

    .indicator-number {
        font-size: 36px;
    }

    .key-indicators-section {
        margin-top: -70px;
        padding: 30px 0;
    }
}

