/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



:root {

    --heading-color: #000;

    --paragraph-color: #242424;

    --btn-color: #F29E4C;

    --btn-border-color: #3A7D44;

    --color-heading: linear-gradient(to right, #a1c4fd, #c2e9fb);

    --font-heading: 'Playfair Display', serif;

    --font-paragraph: 'Inter', sans-serif;

}

.container-fluid {
    width: 90%;
}



body {

    margin: 0;

    padding: 0;

    list-style: 1.8;

    font-size: 16px;

    color: var(--main-ancient-color);

    font-family: var(--font-paragraph);

}
section{
    overflow: hidden;
}
header,
footer,
section {
    width: 100%;
    float: left;
}

a {
    text-decoration: none;
    color: #000;
}

/* header */
header{
    padding: 15px 0;
}
.header-btn {
    border: 1px solid #000;
    padding: 12px 24px;
    border-radius: 12px;
    transition: 0.6s;
    background-color: #fff !important;
}

.header-btn.join-btn:hover{
    background-color: #000 !important;
}
.header-btn.join-btn:hover a{
    color: #fff !important;
}

.header-btn.btn-shop a {
    color: #fff;
}
.header-btn.btn-shop:hover{
    background-color: #fff !important;
}
.header-btn.btn-shop:hover a{
    color: #000 !important;
}
.header-btn.btn-shop {
    background-color: #000 !important;

}
.mega-sub-menu {
    margin-top: 20px !important;
}


/* hero section */

.hero-banner {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}

.hero-content {

    padding: 150px 0 150px;

}

.hero-content h1 {

    font-family: var(--font-heading);

    font-weight: 700;

    font-size: 70px;

    max-width: 650px;

}

.hero-content p {

    font-family: var(--font-paragraph);

    font-size: 20px;

    font-weight: 400;

    max-width: 500px;

    margin: 30px 0;

    color: var(--paragraph-color);

}



.hero-btn button {

    padding: 12px 24px;

    width: 180px;

    height: 48px;

    border-radius: 6px;

    gap: 8px;

    margin-right: 15px;

    font-weight: 600;

    transition: 0.6s;

}

.hero-btn .view-btn {

    border: 1px solid var(--btn-color);

    background-color: var(--btn-color);



}

.hero-btn .view-btn:hover {

    background-color: transparent;

    border: 1px solid var(--btn-border-color);

}

.hero-btn .view-btn:hover a {

    color: var(--paragraph-color);

}

.hero-btn .view-btn a {

    color: #fff;

}

.hero-btn .view-btn-2 {

    border: 1px solid var(--btn-border-color);

}

.hero-btn .view-btn-2:hover {

    border: 1px solid var(--btn-color);

    background-color: var(--btn-color);

}

.hero-btn .view-btn-2:hover a {

    color: #fff;

}

/* about-section */

.about-section {

    position: relative;

    padding: 100px 0;

}

.leaf {

    position: absolute;

    top: 10px;

}

.about-content i {

    font-size: 25px;

    margin-bottom: 50px;

}

.about-content h2 {

    font-family: var(--font-heading);

    font-size: 60px;

    font-weight: 700;

    max-width: 500px;

}

.about-content h2 span {

    background: linear-gradient(to right, #89BE3F, #217544);
    /* Red to Blue */

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.about-content p {

    max-width: 500px;

    margin-top: 20px;

    font-weight: 400;

    color: var(--paragraph-color);

    font-size: 18px;

}

.about-img {

    width: 100%;

    border-radius: 26px;

}

/* commitment section */

.commitment-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.commitment-section .capsule-icon {
    font-size: 25px;
    margin-bottom: 50px !important;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-bottom: 30px;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.comit-leaf {
    position: absolute;
    opacity: 0.5;
    right: -94px;
    width: 300px;
    top: -45px;
    height: 300px;
    transform: rotate(300deg);
}

.commit-heading {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 50px;
}

.section-subheading {
    color: var(--paragraph-color);
    font-size: 18px;
    margin-top: 0.5rem;
}

.highlight {

    color: #D98821;
    /* Orange color for "Quality" */

}

.custom-card {
    border: 1px solid #000;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.card-content {
    padding: 0 15px;
}
.card-content-box2{
    padding: 25px;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .card-content h6 {
    margin-bottom: 0px;
}
.card-content h3 {
    font-size: 20px;
}
.card-content h6 {
    margin-bottom: 5px !important;
}
/* why */
.natural-content {
    padding: 15px 10px !important;
}
.health-benefits h3 {
    margin: 15px 0 15px !important;
    font-size: 25px !important;
}
.health-benefits p {
    font-size: 14px !important;
}
.why-card-1-img img {
    height: 330px !important;
}
.why-card-1-img {
    width: 100%;
    height: 329px !important;
}
}
.card-content h6 {

    font-weight: 600;

    font-family: var(--font-paragraph);

    margin-bottom: 20px;

}

.card-content h3 {

    font-weight: 700;

}

.card-content p {

    font-weight: 400;

    font-size: 17px;

    margin: 20px 0;

}

.card-content p i {

    font-size: 15px;

    margin-left: 15px;

}

.custom-card:hover {

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.comit-card-2 {

    height: 60%;

}



.card-img-top {

    height: 40%;

    object-fit: cover;

    width: 100%;

}

.card-body p {

    color: #555;

    margin-bottom: 0.5rem;

}

.card-link {

    font-weight: 500;

    color: #000;

    text-decoration: none;

}

.card-link:hover {

    text-decoration: underline;

}





/* why choose */

.why-section {



    width: 100%;

    position: relative;

    background-size: cover;

    padding: 100px 0;

}



.inner-triangle i {

    font-size: 25px;

    color: #fff;

    margin-bottom: 30px;

}

.inner-triangle h2 {

    color: #fff;

    font-size: 50px;

    font-weight: 700;

    font-family: var(--font-heading);

}

.inner-triangle p {

    font-size: 18px;

    color: #fff;

    margin-top: 20px;

}

.pure {

    background-color: #fff;

    border-radius: 12px;

}

.inner-pure {

    padding: 50px 30px;

}

.inner-pure h6 {
    font-weight: bold;
}

.inner-pure h2 {

    font-weight: 700;

    max-width: 500px;

    margin: 25px 0;

    font-family: var(--font-paragraph);

}

.inner-pure p {

    max-width: 500px;

}

.inner-pure button {

    border: 1px solid #000;

    padding: 10px 15px;

    margin-right: 20px;

}

.why-card-1-img {

    width: 100%;

    height: 360px;

}

.why-card-1-img img {

    width: 100%;

    height: 360px;

    object-fit: cover;

    border-radius: 0px 0px 12px 12px;

}

.health-benefits {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 30px 65px;
}

.health-benefits img {
    height: 40px;
    width: auto;
}

.health-benefits h3 {
    margin: 20px 0 20px;
    font-weight: bold;
    font-family: var(--font-paragraph);
}

.health-benefits p {
    margin-bottom: 30px;
    font-size: 18px;
}

.health-benefits i {
    font-size: 14px;
    margin-left: 5px;
}

.natural {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 12px
}

.natural-img {
    width: 50%;
}

.natural-img img {
    width: 100%;
    height: 360px;
    object-fit: fill;
    border-radius: 12px 0px 0px 12px
}

.natural-content {
    width: 50%;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 0px 12px 12px 0px
}

.natural-content h6 {
    font-weight: bold;
}

.natural-content h3 {
    font-weight: bold;
    font-family: var(--font-paragraph);
    margin: 20px 0;
}

.natural-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* customer-section */
.customer-section {
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}

.customer-section .container-fluid {
    position: relative;
}

.stars {
    color: #F4B400;
    font-size: 25px;
}

.testinomial-content {
    height: 50px;
}

.owl-carousel .item {
    transition: all 0.3s ease-in-out;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #000;
}

.custom-owl-prev,
.custom-owl-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.custom-owl-prev span,
.custom-owl-next span {
    font-size: 20px;
    line-height: 1;
}

.custom-owl-prev,
.custom-owl-next {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.custom-owl-prev {
    left: 3.5%;
}

.custom-owl-next {
    right: 3.5%;
}

/* product-section */

.products-section {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.products-section .container-fluid {
    position: relative;
    padding: 100px 0 40px;
}

.products-section .leaf {
    top: -32px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.products-text h6 {
    font-weight: bold;
}

.products-text h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    font-family: var(--font-heading);
}

.products-text h2 span {
    background: linear-gradient(90deg, #86BC3F, #2B7C44);
    /* Green to black */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.products-text p {
    margin-top: 10px;
    font-size: 16px;
    color: var(--paragraph-color);
}

.view-all-btn {
    border: 1px solid #000;
    background: transparent;
    padding: 8px 20px;
    font-size: 0.95rem;
    border-radius: 8px;
    cursor: pointer;
}

.products-carousel {
    position: relative;
}

.product-slide {
    padding: 10px;
}

.product-card {
    background: #f9f9f9;
    border-radius: 12px;
    text-align: left;
}

.product-image {
    width: 100%;

    background-color: #e5f1df;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;

}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
}

.product-size {
    font-size: 0.9rem;
    color: var(--paragraph-color);
}

.custom-carousel-arrow {
    position: absolute;
    bottom: 0;
    right: 20px;
    display: flex;
    gap: 10px;
}

.arrow-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
}

/* Owl dots override */
.owl-dots {
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    margin: 4px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #000;
}

/* herbal journey-section */
.journey-section {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.journey-overlay {
    padding: 100px 0;
    background-color: #00000050;
}

.journey-content h2 {
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: bold;
}

.journey-content p {
    margin: 25px 0;
}

.journey-content button {
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 12px;
    transition: 0.6s;
}

.journey-btn:hover {
    background-color: transparent;
}

.journey-btn:hover a {
    color: #fff;
}

.journey-btn2 {
    background-color: transparent;
    margin-left: 10px;
}

.journey-btn2 a {
    color: #fff;
}

.journey-btn2:hover {
    background-color: #fff;
}

.journey-btn2:hover a {
    color: #000;
}

/* blog-section */
.blog-section {
    padding: 100px 0 50px;
}

.blog-head {
    text-align: center;
}

.blog-head .blog {
    text-transform: uppercase;
    font-weight: bold;
}

.blog-head p {
    margin: 20px 0;
}

.blog-head h2 {
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: bold;
}

.blog-head h2 span {
    background: linear-gradient(90deg, #EE9B45, #DC8B26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section .card-title {
    font-size: 1.125rem;
    line-height: 1.5;
}

.blog-section .card-text {
    font-size: 0.95rem;
}

.blog-section .badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    border-radius: 0.35rem;
}

.blog-btn {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    transition: 0.6s;
    padding: 12px 24px;
    border-radius: 12px;
}

.blog-btn:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}


/* join-section */
.join-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.join-content h2 {
    font-size: 60px;
    font-family: var(--font-heading);
    font-weight: 600;
}

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

.join-content input {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px;
}

.join-content button {
    margin-left: 20px;
    padding: 10px 24px;
    border: 1px solid #fff;
    border-radius: 12px;
}

/* footer */
.footer-section {
    padding: 50px 0 20px 0;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section i {
    font-size: 1rem;
}

.quick-list li {
    padding: 10px 0;
}



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

    .container-fluid {

        width: 95%;

    }
.header-btn-box{
    display: none;
}
    .hero-content {

        padding: 100px 0 100px;

    }

    .hero-content h1 {

        font-size: 40px;

    }

    .hero-btn button {

        width: 150px;

        height: 48px;

        margin-right: 5px;

    }

    /* about-section */
    .leaf img {
        width: 100px;
    }

    .leaf {

        top: 0px;

    }

    .about-section {

        padding: 70px 0 50px;

    }

    .about-content i {

        margin-bottom: 20px;

    }

    .about-content h2 {

        font-size: 35px;

    }

    /* commit-section */
    .commitment-section {
        padding: 20px 0 50px;
        position: relative;
        overflow: hidden;
    }

    .comit-leaf {

        right: -78px;

        width: 160px;

        top: -50px;

        height: 250px;

    }

    .commit-heading {

        font-size: 28px;

    }

    .bi::before,
    [class^="bi-"]::before,
    [class*=" bi-"]::before {

        margin-bottom: 20px;

    }

    .card-content {

        padding: 10px 0 10px 10px;

    }

    .card-content h6 {

        margin-bottom: 10px;

    }

    .card-content p {

        font-weight: 400;

        font-size: 17px;

        margin: 0px 0 10px;

    }

    .custom-card {

        align-items: unset;

        display: block;

    }

    .card-content {

        width: 100%;

        height: 60%;

    }

    .card-img {

        width: 100% !important;

        height: 250px;

        object-fit: cover;

    }

    /* why choose section */
    .why-section {
        background-position: center;
        padding: 60px 0;
    }

    .inner-triangle h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .inner-triangle i {
        margin-bottom: 15px;
    }

    .inner-triangle p {
        margin-top: 15px;
    }

    .inner-pure {
        padding: 40px 20px;
    }

    .why-card-1-img {
        width: 100%;
        height: 329px;
    }

    .why-card-1-img img {
        width: 100%;
        height: 330px;
    }

    .health-benefits {
        padding: 30px 20px 50px;
    }

    .natural-img {
        width: 100%;
    }

    .natural-img img {
        border-radius: 12px 12px 0px 0px;
        height: 330px;
    }

    .natural-content {
        width: 100%;
        border-radius: 0px 0px 12px 12px;
        padding: 40px 20px;
    }

    /* customers section */
    .custom-owl-prev {
        left: 4%;
    }

    .custom-owl-next {
        right: 4%;
    }

    .customer-section {
        padding: 100px 0 15px;
    }

    /* products section */
    .products-section .leaf {
        top: 0px;
    }

    .products-section .leaf img {
        width: 100px;
    }

    .products-section .container-fluid {
        padding: 60px 0 40px;
    }

    .products-text h2 {
        font-size: 28px;
    }

    .products-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px
    }

    .custom-carousel-arrow {
        right: 50%;
        transform: translateX(50%);
    }

    /* herbal journey-section */
    .journey-overlay {
        padding: 60px 0;
    }

    .journey-content h2 {
        font-size: 35px;
    }

    .journey-content p {
        margin: 15px 0;
    }

    /* blog section */
    .blog-section {
        padding: 50px 0;
    }

    .blog-head h2 {
        font-size: 30px;
    }

    /* join-section */
    .join-section {
        padding: 50px 0;
    }

    .join-content h2 {
        font-size: 35px;
    }

    .join-content p {
        margin: 15px 0;
    }

    .join-content button {
        margin-top: 10px;
        margin-left: 0;
    }
}


/* tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .container-fluid {
        width: 95%;
    }
.header-btn-box{
    display: none;
}
    .hero-content {
        padding: 80px 0;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 18px;
        margin: 15px 0;
    }

    .about-section {
        padding: 50px 0;
    }

    .leaf img {
        width: 150px;
    }

    .about-content i {
        margin-bottom: 0;
    }

    .about-content h2 {
        font-family: var(--font-heading);
        font-size: 30px;
        font-weight: 700;
    }

    .custom-card {
        align-items: unset;
        width: 100%;
        flex-wrap: wrap;
    }

    .card-content {
        padding: 20px;
        width: 100%;
    }

    .card-img {
        width: 100% !important;
    }

    .why-section {
        background-position: center;
    }
    .natural-img {
    width: 100%;
     border-radius: 12px 12px 0px 0px;
}
.natural-content {
    width: 100%;
    border-radius: 0 0 12px 12px;
}

}

/* Breadcrumb css */
.page-breadcrumb {
		background: linear-gradient(90deg, #86BC3F, #2B7C44);
		padding: 40px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}


/*----------------------------------- inner pages about us --------------------------------- */
.section-title {
            font-weight: 700;
            color: #343a40;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .section-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background-color: #2E8B57;
            margin: 10px auto 0;
            border-radius: 2px;
        }

        .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        }
        
        .icon-box {
            font-size: 3rem;
            color: #2E8B57;
            margin-bottom: 20px;
        }
.inner-img{
	border-radius: 12px;
}
.inner-btn{
	border: 1px solid #000;
    padding: 12px 24px;
    border-radius: 12px;
    transition: 0.6s;
    background-color: #fff;
}
.inner-btn:hover{
	background-color: #000;
	color:#fff;
}
/* blog page */
.cta-card {
            background:linear-gradient(90deg, #86BC3F, #2B7C44);
            color: #ffffff;
            text-align: center;
            padding: 50px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            margin-top: 50px;
        }

        .cta-card h3 {
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-card .btn-light-custom {
            background-color: #ffffff;
            color: #007bff;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        }

        .cta-card .btn-light-custom:hover {
            background-color: #e2e6ea;
            color: #0056b3;
            transform: translateY(-2px);
        }
/* contact us page */
 .hero-section {
            background: linear-gradient(to right, #000000, #217544); 
            color: #ffffff;
            padding: 80px 0;
            text-align: center;
            margin-bottom: 40px;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .hero-section h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: #ffffff;
        }

        .hero-section p {
            font-size: 1.25rem;
            opacity: 0.9;
        }

        .contact-section-container {
            background-color: #ffffff;
            padding: 30px 40px; 
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
     
        }
        .contact-section-container h3{
            margin-bottom: 30px;
        }

        .contact-info-card {
            background-color: #e3f8eb; 
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
            height: 100%; 
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-info-card h3 {
            font-weight: 700;
            color: #212529;
            margin-bottom: 25px;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 15px;
        }

        .contact-info-card p {
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }

        .contact-info-card p svg {
            margin-right: 15px;
            color: #217544;
        }

        .contact-form .form-control {
            border-radius: 8px; /* Rounded form fields */
            padding: 12px 15px;
            border: 1px solid #ced4da;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-form .form-control:focus {
            border-color: #80bdff;
            box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
        }

        .contact-form textarea.form-control {
            min-height: 150px; /* Ample space for message */
        }

        .btn-primary-custom {
            background-color: #007bff; /* Primary blue button */
            border-color: #007bff;
            padding: 12px 30px;
            border-radius: 8px; /* Rounded button corners */
            font-weight: 600;
            transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
        }

        .btn-primary-custom:hover {
            background-color: #0056b3;
            border-color: #0056b3;
            transform: translateY(-2px); /* Slight lift on hover */
        }

        .map-container {
            border-radius: 10px;
            overflow: hidden; /* Ensures map corners are rounded */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            margin-top: 40px;
        }

        .map-container iframe {
            width: 100%;
            height: 450px; /* Fixed height for the map */
            border: 0;
        }
.wpcf7-submit {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #000;
    transition: 0.6s;
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: #000;
}
        /* Responsive adjustments */
        @media (max-width: 991.98px) { /* Adjust for smaller desktops and tablets */
            .hero-section {
                padding: 60px 0;
            }
            .hero-section h1 {
                font-size: 2.5rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .contact-section-container {
                padding: 30px;
            }
            .contact-info-card {
                margin-bottom: 30px; /* Space between info card and form on smaller screens */
            }
            .map-container iframe {
                height: 300px; /* Adjust map height for smaller screens */
            }
        }

        @media (max-width: 767.98px) { /* Adjust for mobile */
            .hero-section {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }
            .contact-section-container {
                border-radius: 0;
                box-shadow: none;
                padding: 20px;
            }
            .contact-info-card {
                border-radius: 0;
                box-shadow: none;
                padding: 20px;
            }
            .map-container {
                border-radius: 0;
                box-shadow: none;
            }
        }