/********** Template CSS **********/

:root {

    --primary: #88B44E;

    --secondary: #FB9F38;

    --light: #F5F8F2;

    --dark: #252C30;

}
a {
    cursor: pointer;
}

.back-to-top {

    position: fixed;

    display: none;

    right: 30px;

    bottom: 30px;

    z-index: 99;

}



.fw-medium {

    font-weight: 600;

}



.fw-bold {

    font-weight: 700;

}



.fw-black {

    font-weight: 900;

}


.page-template-tpl-landing h1,
.page-template-tpl-landing h2,
.page-template-tpl-landing h3,
.page-template-tpl-landing h4,
.page-template-tpl-landing h5{
	font-family: "EB Garamond", serif;
}

p{font-family: "Inter", sans-serif;}

.weight-5{font-weight: 500;}
.weight-6{font-weight: 600;}

/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}



.pointer {
    cursor: pointer !important;
}

/*** Button ***/

.btn {

    transition: .5s;

    font-weight: 500;

    cursor: pointer;

}



.btn-primary,

.btn-outline-primary:hover {

    color: var(--light);

}



.btn-secondary,

.btn-outline-secondary:hover {

    color: var(--dark);

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}





/*** Navbar ***/

.sticky-top {

    top: -150px;

    transition: .5s;

}



.navbar .navbar-brand {

    padding: 0;

    width: 140px;
    top: 0;

    left: 0;

}



.navbar .navbar-nav .nav-link {

    margin-right: 35px;

    padding: 25px 0;

    color: var(--dark);

    font-weight: 600;

    text-transform: uppercase;

    outline: none;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--primary);

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

}



@media (max-width: 991.98px) {

    .navbar .navbar-brand {

        width: 126px;

        height: 100px;

    }



    .navbar .navbar-nav .nav-link {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar .navbar-nav {

        border-top: 1px solid #EEEEEE;

    }

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        border: none;

        margin-top: 0;

        top: 150%;

        opacity: 0;

        visibility: hidden;

        transition: .5s;

    }



    .navbar .nav-item:hover .dropdown-menu {

        top: 100%;

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }

}





/*** Header ***/

.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    background: rgba(136, 180, 78, .7);

    z-index: 1;

}



.carousel-control-prev,

.carousel-control-next {

    width: 15%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3.5rem;

    height: 3.5rem;

    border-radius: 3.5rem;

    background-color: var(--dark);

    border: 15px solid var(--dark);

}



@media (max-width: 768px) {

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
	
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}



.page-header {

    background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;

    background-size: cover;

}



.page-header .breadcrumb-item+.breadcrumb-item::before {

    color: var(--light);

}



.page-header .breadcrumb-item,

.page-header .breadcrumb-item a {

    font-size: 18px;

    color: var(--light);

}





/*** Section Title ***/

.section-title {

    position: relative;

    margin-bottom: 3rem;

    padding-bottom: 2rem;

}



.section-title::before {

    position: absolute;

    content: "";

    width: 50%;

    height: 2px;

    bottom: 0;

    left: 0;

    background: var(--primary);

}



.section-title::after {

    position: absolute;

    content: "";

    width: 28px;

    height: 28px;

    bottom: -13px;

    left: calc(25% - 13px);

    background: var(--dark);

    border: 10px solid #FFFFFF;

    border-radius: 28px;

}



.section-title.text-center::before {

    left: 25%;

}



.section-title.text-center::after {

    left: calc(50% - 13px);

}





/*** Products ***/

.product {

    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;

    background-size: auto;

}



.product-carousel .owl-nav {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}



.product-carousel .owl-nav .owl-prev,

.product-carousel .owl-nav .owl-next {

    margin: 0 10px;

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #FFFFFF;

    background: var(--primary);

    border-radius: 55px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .15);

    font-size: 25px;

    transition: .5s;

}



.product-carousel .owl-nav .owl-prev:hover,

.product-carousel .owl-nav .owl-next:hover {

    background: #FFFFFF;

    color: var(--primary);

}





/*** About ***/
.video {
    background: linear-gradient(#88b44e, #88b44e), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {

    position: relative;

    display: block;

    box-sizing: content-box;

    width: 65px;

    height: 75px;

    border-radius: 100%;

    border: none;

    outline: none !important;

    padding: 28px 30px 30px 38px;

    background: #FFFFFF;

}



.btn-play:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 120px;

    height: 120px;

    background: #FFFFFF;

    border-radius: 100%;

    animation: pulse-border 1500ms ease-out infinite;

}



.btn-play:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 120px;

    height: 120px;

    background: #FFFFFF;

    border-radius: 100%;

    transition: all 200ms;

}



.btn-play span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    left: 13px;

    border-left: 40px solid var(--primary);

    border-top: 28px solid transparent;

    border-bottom: 28px solid transparent;

}



@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);

        opacity: 0;

    }

}



.modal-video .modal-dialog {

    position: relative;

    max-width: 800px;

    margin: 60px auto 0 auto;

}



.modal-video .modal-body {

    position: relative;

    padding: 0px;

}



.modal-video .close {

    position: absolute;

    width: 30px;

    height: 30px;

    right: 0px;

    top: -30px;

    z-index: 999;

    font-size: 30px;

    font-weight: normal;

    color: #FFFFFF;

    background: #000000;

    opacity: 1;

}





/*** Store ***/

.store-item .store-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: rgba(138, 180, 78, .3);

    opacity: 0;

    transition: .5s;

}



.store-item:hover .store-overlay {

    opacity: 1;

}





/*** Contact ***/

.contact .btn-square {
    width: 48px;
    height: 48px;
    border: 4px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}





/*** Testimonial ***/

.testimonial {

    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;

    background-size: cover;

}



.testimonial-item {

    margin: 0 auto;

    max-width: 600px;

    text-align: center;

    background: #FFFFFF;

    border: 30px solid var(--primary);

}



.testimonial-item img {

    width: 60px !important;

    height: 60px !important;

    border-radius: 60px;

}



.testimonial-carousel .owl-dots {

    margin-top: 35px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: var(--primary);

    border-radius: 15px;

    transition: .5s;

}



.testimonial-carousel .owl-dot.active {

    width: 30px;

    background: var(--dark);

}





/*** Footer ***/

.footer {

    color: #B0B9AE;

}



.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: #B0B9AE;

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: var(--primary);

    margin-right: 10px;

}



.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}
.copyright {
    background: #252525;
}
.copyright a:hover {
    color: #FFFFFF !important;
}

/* css for blood-purification page  */

.mt-n6 {
    margin-top: -4rem !important;
}

.mt-n7 {
    margin-top: -5rem !important;
}

.mt-n8 {
    margin-top: -6rem !important;
}

.mt-n9 {
    margin-top: -7rem !important;
}

.mt-n10 {
    margin-top: -8rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 10% !important;
}

.pl-6 {
    padding-left: 4rem !important;
}

.pl-7 {
    padding-left: 5rem !important;
}

.pl-8 {
    padding-left: 6rem !important;
}

.pl-9 {
    padding-left: 7rem !important;
}

.pl-10 {
    padding-left: 8rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 10% !important;
}

.pr-6 {
    padding-right: 4rem !important;
}

.pr-7 {
    padding-right: 5rem !important;
}

.pr-8 {
    padding-right: 6rem !important;
}

.pr-9 {
    padding-right: 7rem !important;
}

.pr-10 {
    padding-right: 8rem !important;
}

.p-3.rounded.mb-3.footer-logo {
    width: 190px;
}



.bg-footer {
    background-color: #f1f1f1 !important;
}

.container-fluid.px-0.mb-5.position-relative.hero-carosoul {
    overflow-x: hidden !important;
}

.yequal-10{
	padding: 100px 0px;
}
.landing-banner .offset {
    margin: 120px 0px;
}
.landing-banner {    
    position: relative;
	overflow: hidden;
}
.landing-banner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
}
.landing-banner p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.btn-black {
    color: #fff;
    background: #3A3A3A;
    height: 52px;
    display: inline-grid;
    padding: 0px 30px;
    border-radius: 50px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    border: none;
}

.satisfaction-container {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: center;
	align-items: center;
    max-width: fit-content;
    margin-top: 50px;
}

.customer-images {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.customer-images img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    object-fit: cover;
    margin-left: -15px;
}

/* Adjust the first image to not have a negative margin */
.customer-images img:first-child {
  margin-left: 0;
}

.satisfaction-text {
  display: flex;
  flex-direction: column;
}

.satisfaction-text .percentage {
    font-size: 17px;
    color: #efc360;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "EB Garamond", serif;
}

.satisfaction-text .description {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
	font-family: "Inter", sans-serif;
}
.landing-banner:after {
    content: "";
    background: url(../images/leave_side.png)no-repeat;
    width: 239px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
	animation: moveUpDown 2s ease-in-out infinite alternate;
}
.landing-banner:before {
    content: "";
    background: url(https://aadiherbals.in/wp-content/uploads/2025/09/short-cta.webp)no-repeat;
    width: 33%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

@keyframes moveUpDown {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-30px); /* kitna upar niche karna hai */
	}
}

.land-abt_01 h5 {
    font-size: 15px;
    color: #88b44e;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.land-abt_01 h1 {
    margin-top: 0;
    color: #252525;
    text-transform: capitalize;
}
.land-abt_01 .content p {
  line-height: 1.8;
}
.feature-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}
.feature-list .feature-item {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    align-items: start;
    padding: 0px 15px;
    justify-items: center;
}
.feature-list .text-content {
    color: #444;
    text-align: center;
}
.feature-list .text-content h2 {
    font-size: 28px;
    margin: 0 0 5px 0;
    color: #214842;
    font-weight: 500;
}

.feature-list .text-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.gallery-item {
    overflow: hidden;
    display: grid;
    grid-gap: 22px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Covers the area, cropping if necessary */
  display: block; /* Removes extra space below image */
}

.about-us-tag {
    font-size: 18px;
    color: #0e4627;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.feature-item.howit .icon-circle {
    border: none;
    border-radius: 0px;
}
.feature-item.howit .icon-circle img {
    max-width: 74px;
}

.feature-item.howit .text-content h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    color: #252525;
}

.py-10{
	padding: 100px 0px;
}
.mt-5{margin-top: 50px;}

.ayurvedic-product {
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ayurvedic-product:hover {
	transform: translateY(-8px);	
}
.ayurvedic-product img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
.ayurvedic-product:hover img {
	transform: scale(1.05);
}

.ayurvedic-product .content {
	padding: 20px;
	text-align: center;
}

.ayurvedic-product h3 {
    font-size: 28px;
    color: #214d26;
    margin-bottom: 10px;
    font-weight: 500;
}
.ayurvedic-product p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}
.ayurvedic-product .btn {
    display: inline-block;
    padding: 13px 25px;
    background: #214842;
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    border: none;
    transition: background 0.3s ease;
}
.ayurvedic-product .btn:hover {
	background: #214d26;
}
.feature-item1.check{
	grid-template-columns: 32px 1fr;
	grid-gap: 15px;
	-ms-flex-align: center;
	align-items: center;
}
.feature-item1.check .icon-circle{
	/*filter: brightness(2) invert(1);*/
}

.dark-mode, .dark-mode h3{
	color:#fff;
}

.offset-L2{
	padding-left: 40px;
    display: grid;
    grid-gap: 20px;
}

.counter-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	padding: 50px 20px;
	background: #fff;
	text-align: center;
}
.counter-box {
	max-width: 250px;
	margin: 0 auto;
}
.counter-number {
    font-size: 70px;
    color: #fb9f38;
    font-family: "EB Garamond", serif;
}
.counter-text {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.testimonial-box {
	text-align: left;
}
.testimonial-box .stars {
     color: #fb9f38;
    font-size: 26px;
}
.testimonial-box h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #0e4627;
}
.testimonial-box p {
    font-size: 16px;
    color: #252525;
    margin: 0;
}
.author-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.author-box figure img {
    border-radius: 50%;
}
.author-box div {
    display: grid;
    grid-gap: 5px;
}
.author-box div p{
	font-size: 14px;
    color: #555;
}
.starz-box{
	border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 30px;
}

/* Owl dots custom */
.testimonial-section .owl-dots {
	text-align: left;
	margin-top: 20px;
}
.testimonial-section .owl-dot span {
	width: 12px;
	height: 12px;
	background: #777 !important;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}
.testimonial-section .owl-dot.active span {
	background: #d4a373 !important;
}

.circle-text {
    position: absolute;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
}
.circle-text img {
    position: absolute;
    max-width: 120px;
}
.circle-text svg {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(0deg);
	animation: rotate 12s linear infinite;
}
.starz-box small{
	font-family: "Inter", sans-serif;
}

@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.box2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}
.box2 .box2-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    width: 60px;
    height: 60px;
    background: #efc360;
    border-radius: 500px;
}
.box2 .box2-image i {
    font-size: 20px;
    color: #1f4842;
}
.box2 h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.box2 a {
    margin-bottom: 6px;
    padding-top: 0;
    font-size: 17px;
    line-height: 22px;
    color: #88b44e;
    font-family: "Inter", sans-serif;
}

.landing-form h2{
	margin-bottom: 25px;
}
.landing-form input[type=text],
.landing-form input[type=tel],
.landing-form input[type=email],
.landing-form select{
    box-shadow: none !important;
    border: 1px solid #d1d1d1 !important;
    height: 48px;
    border-radius: 0;
    font-size: 15px;
    color: #444;
    padding: 0px 20px;
    font-family: "Inter", sans-serif;
	width: 100%;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	outline: none;
}
.landing-form select {
    background: #fff url(../images/arrow-right.svg)no-repeat right 10px center !important;
}

.landing-form textarea{
	box-shadow: none !important;
    border: 1px solid #d1d1d1 !important;
    height: 90px;
    border-radius: 0;
    font-size: 15px;
    color: #444;
    padding: 15px 20px;
	width: 100%;
    font-family: "Inter", sans-serif;
}
.landing-form input[type=submit]{
	background: #0e4627;
    color: #fff;
    width: 150px;
    height: 60px;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	margin-top: 25px;
}
.landing-form input[type=submit]:hover{
	background: #efc360;
}
.landing-form .row p br {
    display: none;
}
.landing-form .row div label {
    margin-bottom: 10px;
}

.cta-banner {
    padding: 50px 80px;
    min-height: 400px;
    display: grid;
    grid-template-columns: 60% auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-attachment: fixed !important;
	position: relative;
}
.cta-banner:after{
	content:"";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0px;
	top: 0px;
}
.cta-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.cta-banner {
    display: grid;
    align-items: center;
}
.cta-action {
    z-index: 1;
}
.cta-action h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    margin: 0;
}
.cta-action p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.btn.shop-btn {
    background: #eec66c;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    border-radius: 50px;
    padding: 15px 40px;
    max-width: max-content;
    z-index: 1;
}

.landing-banner .banner-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Video crop/fit */
    z-index: 0;
}
.landing-banner .container {
    position: relative;
	z-index: 1;
}

.landing-form1 {
    background: #EBEBEB;
    padding: 50px;
    min-height: 400px;
    overflow: hidden;
}

.landing-form1 h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500;
}
.landing-form1 input[type=text],
.landing-form1 input[type=tel],
.landing-form1 input[type=email],
.landing-form1 select{
    height: 45px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #444;
    font-weight: 500;
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #fff !important;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	outline: none;
}
.landing-form1 select {
    background: #fff url(../images/arrow-right.svg)no-repeat right 10px center !important;
}

.landing-form1 textarea {
    height: 80px;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #444;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 15px 15px;
}
.landing-form1 input[type=submit] {
    background: #3A3A3A;
    width: auto;
    border-radius: 50px;
    color: #fff;
    padding: 15px 40px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
}
.landing-form1 input[type=submit]:hover{
	color: #6d903e;
}

.feature-item1 {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-gap: 20px;
    align-items: start;
    margin-bottom: 15px;
}
.feature-item1 .text-content {
  color: #444;
}
.feature-item1 .text-content h2 {
    font-size: 24px;
    margin: 0;
    color: #214842;
    font-weight: 400;
}
.feature-item1 .text-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.gap-15{
	display: grid;
	grid-gap: 15px;
}

.accordion.landing .accordion-item button {
    padding-left: 0;
    padding-right: 0;
}
.accordion.landing .accordion-item button[aria-expanded=true]{
	background: none;
	box-shadow: none;
}

.listing-adiharbal {
    padding-left: 20px;
    display: grid;
    grid-gap: 7px;
}
.listing-adiharbal li{
	color: #fff;
	font-size: 16px;
}

.product-landing .item {
    text-align: center;
    display: grid;
    grid-gap: 9px;
}
.product-landing .item h3 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	.landing-banner h2{
		font-size: 48px;
	}
	
}

@media(max-width:991px){
	.banner-video{
		display: block !important;
	}
	.landing-banner .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.satisfaction-container{
		display: grid;
		grid-gap: 30px;
	}
	.landing-banner h2 {
		font-size: 52px;
	}
	.land-about-section .row,
	.product .row{
		display: grid;
		grid-gap: 40px;
	}
	.sm-grid-gap-40{
		display: grid;
		grid-gap: 40px;
	}
	.cta-banner {
		grid-template-columns: auto;
		grid-gap: 40px;
	}
	.cta-action h2{margin-bottom: 25px;}
	
	.offset-L2{
		padding: 0px;
	}
	.counter-box{max-width: 100%;}
	.land-about-section .land-abt_01 {
		order: -1;
	}
	.landing-banner:before{
		background: #fff;
		width: 100%;
		height: 120px;
		top: inherit;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: 1;
	}
	.feature-list{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
	
}

@media(max-width:767px){
	/*.landing-banner{background: #94a860 !important;}*/
	.landing-banner h2{
		font-size: 52px;
	}
	.landing-banner:after {
        filter: blur(2px);
        opacity: 0.9;
        z-index: 0;
    }
	.landing-banner .offset{
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.feature-list .feature-item{
		grid-template-columns: auto;
	}
	.cta-banner{
		padding: 40px;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.circle-text{
		width: 180px;
   		height: 180px;
	}
	.circle-text img{
		max-width: 100px;
	}
	
	.landing-banner h2 {
		font-size: 42px;
	}
	.feature-list{
		grid-template-columns: repeat(1, 1fr);
	}
}