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

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: 0.3s; */
}

a {
    text-decoration: none;
    color: inherit;
}


:root {
    --primary-color: #A6825E;
    --secoundry-color: #5F6C4E;
    --cormorant-garamond-font: "Cormorant Garamond", serif;
    --cormorant-font: "Cormorant", serif;
    --Montserrat-font: "Montserrat", sans-serif;
    --Poppins-font: "Poppins", sans-serif;
    --light-yellow: #FFF7E6;
    --gradient-primary: linear-gradient(135deg, #626D4F, #957053);
    --footer-bg: #606B4B;
}


body {
    font-family: var(--Poppins-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--cormorant-garamond-font);

}

.custom-nav {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px 20px; */
}

.custom-nav .nav-item {
    margin: 0;
}


.custom-header {
    background: transparent;
    position: absolute;
    width: 100%;
	z-index:9999;
}

.custom-header .nav-link {
    color: white;
}


.hero-section {
    padding-top: 150px;
    padding-bottom: 60px;
    color: #fff;
    min-height: 100dvh;
    place-content: center;
}

.hero-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--cormorant-garamond-font);
}

.hero-subtitle {
    font-size: 28px;
    margin: 0 auto;
    margin-top: 15px;
    opacity: 0.9;
    font-family: var(--Montserrat-font);
    max-width: 1000px;
}

.hero-buttons {
    margin: 30px 0;
}

.hero-buttons .btn {
    margin: 5px;
    padding: 10px 20px;
}

.info-row {
    margin-top: 40px;
    row-gap: 10px;
}

.info-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    min-height: 180px;
    place-content: center;
    border: 1px solid #ffffff4a;
}

.info-box h5 {
    font-size: 42px;
    margin-bottom: 9px;
    font-family: var(--cormorant-font);
}

.hero-footer-btn {
    margin-top: 30px;
}

.btn-brown {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
}

.btn-brown:hover,
.btn-white:hover {
    background: var(--secoundry-color);
    border-color: var(--secoundry-color);
}

.btn-white {
    background: white;
    color: black;
    border-color: white;
    font-weight: 500;
}


.hero-section .btn-success {
    background: var(--secoundry-color);
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
    font-size: 17px;
    text-transform: capitalize;
}

.hero-section .btn-success img {
    height: 28px;
    width: auto;
}

.hero-section .btn-success:hover {
    background: var(--primary-color);
}

.reawaken-section {
    padding: 3rem 0;
}

.title-wrapper p {
    color: #303940;
    font-weight: 500;
}

.title-wrapper h2 {
    font-family: var(--cormorant-garamond-font);
    font-size: 58px;
}

.reawaken-section .title-wrapper p {
    max-width: 1000px;
    margin: 20px auto;
}

.reawaken-section .btn-white {
    background: var(--secoundry-color);
    color: white;
}

.reawaken-section .btn-white:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.what-make-section {
    padding: 3rem 0;
    background: #F6F6F6;
}

.what-make-section .title-wrapper p {
    max-width: 800px;
    margin: 2rem auto;
}

.custom-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
    height: 100%;
}

.what-make-section .row {
    row-gap: 30px;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #e6ebe4;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 40px;
    height: auto;
}

.custom-card h4 {
    font-size: 31px;
    margin-bottom: 18px;
    font-weight: 700;
}

.custom-card p {
    font-size: 14px;
    color: #303940;
}

.zenergize-section {
    padding: 3rem 0;
}

.zenergize-section .title-wrapper {
    max-width: 1000px;
    margin: 0 auto;

}

.zen-card {
    padding: 30px;
    border-radius: 33px;
    margin-bottom: 30px;
    background: #F3F0FF;
    height: 100%;
    transition: 0.3s;
}

.zen-card:hover {
    background: var(--light-yellow);
}

.card-head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zen-icon-circle {
    width: 70px;
    height: 70px;
    background: #e6ebe4;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.zen-icon-circle img {
    width: 31px;
    height: 30px;
}

.zen-card h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: black;
}

.zen-card p {
    font-size: 18px;
    font-weight: 500;
}

.discover-btn {
    background: var(--secoundry-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
}

.discover-btn:hover {
    background: var(--primary-color);
    color: #fff;
}


.our-benifit-sec {
    padding: 3rem 0;
    background: #F6F6F6;
}


.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}


.benefit-img img {
    width: 100%;
    border-radius: 15px;
}

.benefit-content h4 {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    color: black;
}

.benefit-content p {
    font-size: 17px;
    color: #303940;
    font-weight: 500;
}

.benefit-card .row {
    align-items: center;
}

.zenergize-holistic-sec {
    padding: 3rem 0;
    background: #fff;
}

.join-zenergize h5 {
    font-family: var(--Poppins-font);
    background-color: #F1EBE4;
    width: fit-content;
    margin: 30px auto;
    text-align: center;
    padding: 18px 25px;
    color: #303940;
    font-size: 18px;
    font-weight: 500;
    border-radius: 29px;
}

.join-zenergize-grid {
    display: flex;
    max-width: 1200px;
    margin: 30px auto 0;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.join-zenergize-grid p {
    background: #9c7b56;
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
    min-width: 229px;
}


.pricing-row {
    margin-top: 60px;
    row-gap: 25px;
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 2px solid #C9C1BB;
    position: relative;
    /* transition: 0.3s; */
}

.pricing-card h6 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}

.pricing-card:hover .price,
.pricing-card:hover h6 {
    color: white;
}

.price {
    font-size: 45px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    font-family: var(--Poppins-font);
}

.price small {
    font-size: 16px;
    font-weight: 400;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
}

.pricing-card ul li {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 28px;
}


.pricing-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%235f6f52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-card:hover ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 400;
}


.btn-green {
    background: var(--secoundry-color);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
}

.btn-light-custom {
    background: #fff;
    color: #333;
    padding: 10px 22px;
    border-radius: 8px;
}

.pricing-card:hover {
    background: linear-gradient(135deg, #626D4F 0%, #957053 100%);
    color: #fff;
    border: 2px solid #B3804D;
}

.pricing-card:hover .btn-green {
    background: #fff;
    color: #333;
}

.pricing-card.active h6,
.pricing-card.active .price,
.pricing-card.active ul li {
    color: #fff;
}

.pricing-card:hover ul li::before {
    color: #fff;
}

.community-section {
    padding: 5rem 0;
    background: linear-gradient(rgb(255 214 214 / 92%), #5f6c4e5c), url(../img/Experience-bg.png) center / cover no-repeat;
    color: #000;
}


.community-links {
    display: inline-block;
    margin-top: 1rem;
}

.community-links span {
    margin-right: 10px;
    font-size: 16px;
}

.community-links a {
    display: inline-block;
    background: #fff;
    padding: 8px 16px;
    margin: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

.community-links a:hover {
    background: var(--secoundry-color);
    color: #fff;
}

.member-trasformed-sec {
    padding: 3rem 0;
}

.member-trasformed-sec .title-wrapper p {
    max-width: 750px;
    margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
    transition: 0.3s;

}

.testimonial-card:hover {
    background: var(--light-yellow);
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
}

.user-info h5 {
    margin: 0;
    font-size: 26px;
    color: black;
    font-weight: 600;
}

.user-info span {
    font-size: 17px;
    color: #515151;
    font-weight: 500;
}

.review {
    font-size: 17px;
    color: #515151;
    margin-bottom: 15px;
    font-style: italic;
}

.stars {
    color: var(--primary-color);
    font-size: 30px;
}

.shaping-sec {
    padding: 4rem 0;
}


.shaping-img img {
    border-radius: 20px;
    width: 90%;
}

.shaping-content p {
    margin-bottom: 40px;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

.custom-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 28px;
    font-size: 17px;
}

.custom-list li::before {
    content: "\f560";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secoundry-color);
}





.process-sec {
    padding: 4rem 0;
    background: #F1F1F1;
}

.process-sec .title-wrapper p {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.process-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
}

.process-card::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -12px;
    color: #606B4B;
    font-size: 26px;
}

.process-sec .col-md-3:last-child .process-card::after {
    display: none;
}

.how-icon-circle {
    width: 70px;
    height: 70px;
    background: #7a6a4f;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-icon-circle img {
    max-width: 40px;
    height: 40px;
}

.step-number {
    font-size: 49px;
    color: #EEE8DC;
    display: block;
    margin-bottom: 5px;
    font-family: var(--cormorant-garamond-font);
    font-weight: bold;
    user-select: none;
}

.process-card h5 {
    font-size: 24px;
    margin-bottom: 10px;
    color: black;
    font-weight: 600;
}

.process-card p {
    font-size: 15px;
    color: #000000;
}

.regenerates-box {
    background: var(--gradient-primary);
    color: white;
    padding: 5rem;
    text-align: center;
    border-radius: 18px;
    margin-top: 60px;
}

.box-content {
    max-width: 800px;
    margin: 0 auto;
}

.box-content h3 {
    font-size: 40px;
    margin-bottom: 25px;
}



.discover-sec {
    padding: 3rem 0;
}

.discover-sec .title-wrapper p {
    max-width: 900px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    max-width: 100%;
    margin: 40px auto;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 750px;
}

.video-banner {
    width: 100%;
    display: block;
    max-height: 750px;
    object-fit: cover;
    height: 100%;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
    animation: pulse 2s infinite;
}

.play-btn i {
    color: #5f6f52;
}


.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-player {
    width: 100%;
    display: none;
    max-height: 750px;
}

.feature-row {
    margin-top: 50px;
}


.feature-box {
    padding: 20px;
}

.discover-sec .icon-circle {
    background: #E8EBE4;
    margin: 0 auto;
}

.feature-box h5 {
    font-size: 24px;
    margin: 10px 0;
    color: #1F2854;
    font-weight: 700;
}

.feature-box p {
    font-size: 14px;
    color: #303940;
}


.community-eco-sec {
    padding: 3rem 0;
    background: #F1F1F1;
}

.community-section .title-wrapper p {
    color: #303940;
    margin: 0 auto;
}

.social-icons {
    margin: 25px 0 50px;
}

.social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #5f6f52;
    color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #9c7b56;
}


.eco-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
    height: 100%;
}

.eco-card .icon-circle {
    width: 70px;
    height: 70px;
    background: #e6ebe4;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-bottom: 15px;
}

.eco-card .icon-circle i {
    color: #5f6f52;
    font-size: 18px;
}

.eco-card h5 {
    font-size: 27px;
    margin-bottom: 14px;
    color: #20283B;
    font-weight: 800;
}

.eco-card p {
    font-size: 16px;
    color: #303940;
}

.eco-card:hover {
    transform: translateY(-5px);
}


.managing-sec {
    background: var(--gradient-primary);
    color: white;
    padding: 5rem 0 8rem;
}

.managing-sec .title-wrapper h2 {
    font-size: 74px;
}

.managing-sec .title-wrapper p {
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.managing-sec .info-box {
    min-height: 220px;
    text-align: center;
}

.managing-sec .info-box i {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}

.managing-sec .info-box p {
    font-size: 18px;
    font-weight: 500;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-wrapper .btn {
    padding: 10px 25px;
}

.btn-trans {
    background: transparent;
    border-color: white;
}

.btn-trans:hover {
    background-color: var(--secoundry-color);
    border-color: var(--secoundry-color);
}

.footer-sec {
    background: #5f6f52;
    color: #fff;
    padding: 5rem 0 2rem;
}

.footer-logo {
    margin-bottom: 19px;
}

.footer-about p {
    font-size: 14px;
    color: #ffffff;
}

.footer-about {
    padding-right: 45px;
}

.footer-sec h5 {
    font-size: 24px;
    margin-bottom: 21px;
}

.footer-sec ul {
    list-style: none;
    padding: 0;
}

.footer-sec ul li {
    margin-bottom: 15px;
}

.footer-sec ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-sec ul li a:hover {
    color: #fff;
}


.subscribe-box input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: none;
    margin-bottom: 10px;
}

.subscribe-box button {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
}

.social-icons-footer {
    margin: 18px 0;
}


footer .social-icons-footer a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding-top: 15px;
}

.footer-bottom p {
    font-size: 15px;
    margin: 0;
}

.footer-bottom a {
    color: #dcdcdc;
    margin-left: 15px;
    font-size: 15px;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

/* Responsive css */







/* Parent menu items that have children */
.menu-item-has-children {
    position: relative;
}

/* Hide submenus by default */
.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    /* adjust as needed */
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    padding: 0;
}

/* Show submenu on hover */
.menu-item-has-children:hover>.sub-menu {
    display: block;
}

/* Style submenu links */
.menu-item-has-children .sub-menu li {
    list-style: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

/* Hover effect on submenu links */
.menu-item-has-children .sub-menu li a:hover {
    background-color: #f0f0f0;
}

/* Optional: caret icon for dropdowns */
.menu-item-has-children>a::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 5px;
}

.menu-item-has-children .sub-menu li a {
    text-align: left !important;
}

.menu-item-has-children>.sub-menu {
    text-align: left;
}

.footer-about img {
    width: 100%;
}



@media (max-width:1200px) {
    .hero-title {
        font-size: 50px;
    }

    .title-wrapper h2 {
        font-size: 40px;
    }


    .managing-sec .title-wrapper h2 {
        font-size: 40px;
    }


}

@media (max-width:992px) {
    .custom-header .nav-link {
        color: #000000;
    }

    .shaping-content {
        margin-top: 40px;
    }

    .benefit-card .col-4,
    .benefit-card .col-8 {
        width: 100%;
    }

    .shaping-img img {
        width: 100%;
    }

    .process-card::after {
        display: none;
    }

    .footer-about {
        padding-right: 0;
    }

    .footer-bottom .row {
        flex-direction: column-reverse;
    }

    .box-content h3 {
        font-size: 30px;
    }
}

@media (max-width:600px) {
    .title-wrapper h2 {
        font-size: 25px;
    }

    .hero-title {
        font-size: 30px;
    }

    .managing-sec .title-wrapper h2 {
        font-size: 30px;
    }

    .custom-nav {
        justify-content: center;
    }

    .custom-nav .nav-item {
        margin: 5px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .join-zenergize-grid {
        display: block;
    }

    .community-links {
        width: 100%;
    }

    .community-links a {
        width: 100%;
    }

    .managing-sec .title-wrapper p {
        font-size: 16px;
    }
}