* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #135b34;
    --secondary-color: #f28224;
    --bg-light-cream: #fbf9f4;
    --text-dark: #333333;
    --text-muted: #666666;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--matte-black);
    font-weight: 400;
    margin-bottom: 10px
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.btn-page {
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--matte-black);
    border: 2px solid var(--matte-black);
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.btn-page i {
    vertical-align: middle;
    font-size: 20px;
}

.btn-page:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-page.outline-btn {
    padding: 8px 30px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-page.outline-btn i {
    vertical-align: middle;
    margin-left: 10px;
}

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

/* header */

section[class]:not([id]) {
    padding: 60px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.main-header {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    /* width: 100%;
    top: 0; */
}



.main-header .header-lower {
    display: flex;
    align-items: stretch;
    position: relative;
    justify-content: end;
}

.main-header .header-lower .btn-header {
    margin: auto 0 auto auto;
}

.main-header .header-lower .btn-header .btn-page {
    padding: 10px 30px;
}

.main-header .top-header {
    /* border-bottom: 1px solid #ddd; */
    /* padding: 1px 50px 10px 30px; */
    background-color: var(--whiteoff);
    padding: 6px 0px;
}

.main-header .top-header .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.main-header .top-header .contact-info::after {
    width: 1px;
    height: 30px;
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    background: #33333329;
    content: "";
    margin: auto;
}

.main-header .top-header .contact-info li {
    position: relative;

}

.main-header .top-header .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--primary-color);
    font-weight: 500
}

.main-header .top-header .contact-info li a {
    color: var(--matte-color);
    font-weight: 400;
    font-size: 14px
}

.main-header .top-header .social-media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px
}

.main-header .top-header .social-media li {
    position: relative
}

.main-header .top-header .social-media li a {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    color: #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;
    padding: 10px;
    transition: all .3s ease;
}

.main-header .top-header .social-media li a:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.main-header .main-box .navbar-nav li>a {
    padding-right: 10px;
}

.main-header .main-box .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row
}

.main-header .main-menu ul li {
    margin-right: 15px;
    position: relative
}

.main-header .main-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #888;
    display: block;
    padding: 20px 0;
}

.main-header .main-menu ul li.current_page_item a {
    color: var(--primary-color);
    font-weight: 600;
}

.main-header .main-box .navbar-nav li.menu-item-has-children>a {
    padding-right: 20px
}

.main-menu .navigation>li.menu-item-has-children a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    z-index: 5
}

.main-menu .navigation>li.menu-item-has-children ul li a:after {
    content: unset
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
    visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    padding-left: 46px !important;
    background: var(--primary-color);
    color: #fff !important
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #fff !important;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children>ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #3f3f3f;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0 inset #454545
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    width: max-content;
    min-width: 200px;
    margin-top: -40px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2)
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: var(--primary-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.sticky-header .main-box {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-left: 0 !important
}

.sticky-header .main-box .main-menu {
    margin: auto
}

.sticky-header .main-menu ul li {
    height: 100%;
    display: flex;
    align-items: center
}

.mobile-header {
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99
}

.mobile-header:after {
    display: table;
    clear: both;
    content: ""
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0
}

.mobile-header .logo img {
    max-height: 50px
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    margin-left: auto
}

.mobile-header .outer-box {
    position: relative;
    float: right
}

.mobile-header .search-box {
    margin: 0
}


/* social ands */
.social-icons {
    display: flex;
    gap: 15px;

}

.social-icons a {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #0f5b30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f5b30;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    background: var(--primary-color);
    transform: translateY(-5px);
    color: #fff;
}


/* header end */

footer h4.footer-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

footer .quick-links ul li a,
footer .contact-links ul li a {
    color: #fff;
}

footer .quick-links ul#menu-explore {
    column-count: 2;
}

footer .quick-links ul#menu-explore li {
    margin-bottom: 8px;
}

footer h4.footer-text::after {
    content: "";
    background: var(--secondary-color);
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.footer-bottom {}

.footer-bottom p a {
    color: var(--secondary-color);
}

footer .contact-links ul {

    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}



.content-box .heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-box .heading .highlight {
    color: var(--secondary-color);
    font-weight: inherit;
}

.content-box .subheading {
    font-weight: 600;
    font-size: 22px;
}

.content-box ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
}

.content-box li {
    padding-left: 26px;
    color: #222;
    line-height: 26px;
    font-size: 16px;
    position: relative;
}

.content-box ul li::before {
    content: "\ed3c";
    color: var(--primary-color);
    font-family: boxicons !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: start;
}

span.morecontent span {
    display: none;
}

.more span.morecontent a.morelink-2 {
    font-weight: 600;
}

/* blogs */
/* blog details */
.blog-details {
    padding: 80px 0 60px;
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%;
    border-radius: 10px;
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color);
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0;
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3F3F3F;
    position: relative;
    padding-left: 30px;
}

.blog-single-post .text ul li::before {
    color: var(--primary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3F3F3F;
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}

.blog-single-post .text table tr th {
    font-weight: 700;
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px;
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto;
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 20px;
    font-weight: 600;
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53 / 59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3F3F3F;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color);
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3F3F3F;
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color);
}

.blog-sidebar .widget .form-appointment {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 40px 25px;
    max-width: 350px;
}

.blogs-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.blogs-card span.date-time,
.blogs-card .tips-tricks {
    padding: 4px 10px;
    background: #F8F6F1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}

.blogs-card .body-content h4 a {
    color: var(--matte-black);
    padding-left: 6px;
    display: inline-block;
    line-height: normal;
    font-size: 24px;
}

.blogs-card a.btn-blog {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 500;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 6px;
    color: var(--matte-black);
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.blog-page.blog-details .blog-sidebar {
    position: sticky;
    top: 100px;
}

/* contact us */
.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    position: relative
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    color: var(--bs-gray-dark)
}

.contact-form .form-control {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 70px
}

.contact-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.quick-contact h3,
.office-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--font-color)
}

.contact-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center
}

.contact-button {
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform .3s ease;
    background: var(--primary-color);
}

.contact-button:hover {
    transform: translateY(-2px)
}

.contact-button .icon {
    /* width: 40px;
    height: 40px; */
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-button .icon img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px
}

.contact-button .icon i {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 44px;
}

.contact-button .button-content {
    flex: 1
}

.contact-button span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px
}

.contact-button small {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-size: 13px
}

.call-button {
    background: var(--main-color)
}

.whatsapp-button {
    background: var(--secondary-color)
}

.office-info {
    background: #fff;
    border-radius: 8px
}

.office-details h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary-color)
}

.office-details p {
    line-height: 1.6;
    margin-bottom: 0
}

.map-container {
    flex: 1;
    border-radius: 8px;
    overflow: hidden
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.input-group-text,
.contact-form .form-control {
    border-radius: 30px;
}

/* themecss */

/* Typography & Utilities */
.text-primary-color {
    color: var(--primary-color) !important;
}

.text-secondary-orange {
    color: var(--secondary-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.bg-secondary-orange {
    background-color: var(--secondary-color) !important;
}

.btn-custom-green {
    background-color: var(--primary-color);
    color: white;
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn-custom-green:hover {
    background-color: #0e4526;
    color: white;
}

.btn-custom-orange {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn-custom-orange:hover {
    background-color: #d9701a;
    color: white;
}

.btn-custom-yellow {
    background-color: #facc15;
    color: var(--text-dark);
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
}

/* Header / Navbar */
.top-nav {
    font-size: 0.9rem;
    font-weight: 500;
}

.navbar-brand img {
    max-height: 100px;
    border-radius: 50%;
}


.nav-link:hover {
    color: var(--primary-color);
}

/* Hero Section */
.hero-section {
    /* Placeholder Mountain Background */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0 0 0;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(251, 249, 244, 0.95) 0%, rgba(251, 249, 244, 0.8) 40%, rgba(251, 249, 244, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;

}

.hero-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
}

h1.hero-title span>span {
    display: block;
    font-size: 116px;
    font-weight: 800;
    width: fit-content;
}



.hero-features img {
    width: 40px;
    margin-bottom: 10px;
}

.hero-features p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.hero-figures {
    bottom: 0;
    right: 0;
    text-align: right;
}

.hero-figures img {
    max-height: 600px;
    object-fit: contain;
}

/* Free Banner */
.free-banner {
    background-color: var(--primary-color);
    color: white;
    padding: 20px 0;
}

/* Section Headings */
.section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.section-title::before,
.section-title::after {
    content: "\f06c";
    /* Leaf icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #8cbd60;
    margin: 0 15px;
    font-size: 2rem;
}

/* Cards (Tools) */
.tool-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.tool-card i {
    .tool-card i {
        font-size: 40px;
    }
}

.tool-number {
    background: var(--primary-color);
    color: white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Stats Bar */
.stats-bar {
    background-color: var(--primary-color);
    color: white;
    padding: 30px 0;
}

.stat-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.stat-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.stat-icon {
    font-size: 2.6rem;
    color: #facc15;
    margin-right: 15px;
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 220px;
}

.video-thumbnail:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    content: "";
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: var(--secondary-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.testimonial-text p {

    font-size: 0.85rem;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-color);
}


/* --- Content Wrapper --- */
.testimonial-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* --- Patient Info (Name & Location) --- */
.patient-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    flex-direction: column;
}

.patient-name {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.patient-location {
    font-size: 0.85rem;
    color: #777777;
    font-weight: 500;
}

/* --- Disease Badge --- */
.disease-badge {
    align-self: flex-start;
    background-color: rgba(242, 130, 36, 0.1);
    color: var(--secondary-orange, #d9701a);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

/* --- Testimonial Meta (Bottom Row) --- */
.testimonial-meta {
    border-top: 1px solid #eeeeee;
    padding-top: 16px;
    font-size: 0.85rem;
    color: #888888;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.testimonial-meta i {
    color: var(--primary-green, #135b34);
    margin-right: 6px;
    font-size: 1rem;
}

.cta-card {
    background: #444;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

/* --- YouTube CTA Card Elements --- */


.yt-channel-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.yt-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.yt-channel-title {
    font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.yt-handle,
.yt-stats {
    font-size: 0.75rem;
    font-weight: 500;
}

.yt-stats {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
    margin-top: 4px;
}

/* Rules & Life */
.rules-list {
    list-style: none;
    padding-left: 0;
}

.rules-list li {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: start;
}

.rules-list li i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-right: 10px;
    margin-top: 2px;
}

.warning-box {
    background: #fff3cd;
    border-left: 4px solid var(--secondary-color);
    padding: 10px 15px;
    font-size: 0.85rem;
    font-weight: 600;
}

.life-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.life-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 140px;
}

.life-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 10px 5px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Bottom CTA */
.bottom-cta {
    background-color: var(--primary-color);
    color: white;
    padding: 40px 0;
}

.cta-icon {
    font-size: 2.5rem;
    color: #8cbd60;
    margin-right: 20px;
}

.cta-block h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-block p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* Footer */
.footer {
    background-color: #0e4526;
    color: white;

    font-size: 0.9rem;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: var(--secondary-color);
}

.footer-tagline {
    background-color: #0a331c;
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #ccc;
}


.stat-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

a.mm-btn.mm-btn_close.mm-navbar__btn:after,
a.mm-btn.mm-btn_close.mm-navbar__btn:before {
    border-color: #fff;
}


/* ===================================
ABOUT PAGE CSS
=================================== */

.about-hero-section {
    background: linear-gradient(180deg, #fbf9f4 0%, #ffffff 100%);
    overflow: hidden;
}


/* Story Section */

.our-story-section img {
    border-radius: 20px;
}

.our-story-section h3 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
}

.our-story-section p {
    margin-bottom: 18px;
}

/* tool card */

.tool-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Philosophy Section */

.philosophy-section .tool-card {
    transition: .3s;
}

.philosophy-section .tool-card:hover {
    transform: translateY(-8px);
}

.closing-line p {
    padding: 10px 24px;
    border: 2px solid var(--primary-color);
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

/* Vision Mission */

.vision-mission-section .tool-card {
    padding: 40px;
    border: 1px solid #eaeaea;
    transition: .3s;
}

.vision-mission-section .tool-card:hover {
    transform: translateY(-6px);
}

.vision-mission-section h3 {
    color: var(--primary-color);
    font-weight: 700;
}

/* Guides */

.guides-section .testimonial-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
}

.guides-section .testimonial-card:hover {
    transform: translateY(-8px);
}

.guides-section .testimonial-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.guides-section .guide-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.guides-section .guide-location {
    color: var(--primary-color);
    font-weight: 600;
}

/* Values */

.core-values .tool-card {
    text-align: center;
    padding: 40px 25px;
}

.core-values .tool-card i {
    margin-bottom: 20px;
}

/* Journey */

.journey-section .tool-card {
    position: relative;
    transition: .3s;
}

.journey-section .tool-card:hover {
    transform: translateY(-8px);
}

.journey-section .tool-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.journey-section h5 {
    font-weight: 700;
    color: var(--primary-color);
}

/* Life At Ashram */

/* .life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
} */
/* 
.life-item {
    height: 280px;
    overflow: hidden;
    border-radius: 18px;
} */

.life-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.life-item:hover img {
    transform: scale(1.1);
}

.life-overlay {
    font-size: 16px;
    font-weight: 600;
    padding: 40px 20px 20px;
}

/* Trust Section */

.why-trust-section .tool-card {
    height: 100%;
    transition: .3s;
}

.why-trust-section .tool-card:hover {
    transform: translateY(-8px);
}

.why-trust-section i {
    color: var(--primary-color);
}

/* Testimonials */

.testimonial-preview .testimonial-card {
    height: 100%;
}

.testimonial-preview .testimonial-content {
    padding: 30px;
}

.testimonial-preview .patient-name {
    font-size: 22px;
}

/* FAQ */

#aboutFaq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
    border-radius: 10px;
    overflow: hidden;
}

#aboutFaq .accordion-button {
    font-weight: 600;
    color: var(--primary-color);
    padding: 20px;
}

#aboutFaq .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: #fff;
}

#aboutFaq .accordion-body {
    padding: 25px;
    line-height: 1.8;
}

/* Mission Statement */

.mission-statement h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.mission-statement p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    max-width: 900px;
    margin: auto;
}

/* CTA */

.bottom-cta {
    position: relative;
    overflow: hidden;
}

.bottom-cta::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, .08);
    border-radius: 100%;
}

.bottom-cta h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.bottom-cta p {
    color: rgba(255, 255, 255, .85);
}

/* Responsive */

@media(max-width:991px) {

    .about-hero-section .hero-title {
        font-size: 42px;
    }

    .our-story-section h3 {
        font-size: 30px;
    }

    .life-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mission-statement h2 {
        font-size: 36px;
    }

    .bottom-cta h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .life-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-section .hero-title {
        font-size: 34px;
    }

    .stats-bar h3 {
        font-size: 34px;
    }

    .guides-section .testimonial-card img {
        height: 320px;
    }

}

/* our program page css */

.program-hero-section {
    background: #fbf9f4;
    padding: 80px 0 40px;
}

.sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 4px 10px;
    border-radius: 100px;
}

.program-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.program-benefits {
    padding: 50px 0;
}

.section-box {
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.section-heading {
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0;
}

.benefit-item {
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid #eee;
    height: 100%;
}

.section-box .row .col:last-child .benefit-item {
    border-right: none;
}

.benefit-item i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.benefit-item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.program-info-section {
    padding-bottom: 80px;
}

.program-info-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.program-step {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.step-icon {
    min-width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.program-step .step-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.join-list li {
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
}

.join-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: green;
    font-weight: 700;
}

.important-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.important-item i {
    font-size: 28px;
    color: var(--primary-color);
    min-width: 30px;
}


.ashram-rules-section {
    padding: 80px 0;
}

.rules-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px;
}

.rule-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid #eee;
    height: 100%;
}

.rule-item i {
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.rule-item h5 {
    font-size: 16px;
}

.program-cta {
    padding: 80px 0;
    background: linear-gradient(90deg, #0d5a2d, #114f2b);
}

.program-cta h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.program-cta p {
    color: #fff;
}

.cta-btn-green,
.cta-btn-orange {
    display: block;
    padding: 35px;
    border-radius: 20px;
    text-decoration: none;
}

.cta-btn-green {
    background: #0d401f;
    color: #fff;
}

.cta-btn-orange {
    background: var(--secondary-color);
    color: #fff;
}

.cta-btn-green h3,
.cta-btn-orange h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* testimonial page */

.testimonial-hero-section {
    padding: 70px 0 50px;
    background: #fbf9f4;
}

.program-title span {
    color: var(--secondary-color);
    font-weight: 700;
    display: inline-block;
}

.quote-box {
    margin-top: 30px;
    background: #0f5b30;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    color: #fff;
    width: fit-content;
}

.quote-icon i {
    font-size: 55px;
    color: #ffd34f;
}

.quote-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.quote-box p {
    margin: 0;
    color: #ddd;
}

.testimonial-card-section {
    padding: 80px 0;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
    font-size: 16px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.testimonial-user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.testimonial-user h5 {
    font-size: 20px;
    margin-bottom: 4px;
}

.testimonial-user span {
    color: #1e3a8a;
    font-size: 16px;
    font-weight: 600;
}

.rating {
    margin-top: 10px;
    font-size: 20px;
    color: #ffa100;
}

.contribution-section {
    padding: 80px 0;
}

.contribution-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
}


.contribution-card i {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

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


.support-strip {
    background: #0f5b30;

    color: #fff;
    text-align: center;

}

.support-strip h3 {
    font-size: 38px;
    color: #ffd34f;
    margin-bottom: 10px;
}

.support-strip p {
    margin: 0;
    font-size: 20px;
}

.rebirth-cta-section {
    padding: 80px 0;
}

.rebirth-box {
    border-radius: 25px;
    background: url(images/rebirth-bg.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.rebirth-box h2 {
    font-size: 60px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.rebirth-box p {
    font-size: 22px;
    margin-bottom: 40px;
}

.ashram-life-gallery {
    padding: 80px 0;
}

.life-card {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    height: 100%;
}

.life-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.life-card h6 {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

/* image gallery  */

.gallery-hero-section {
    padding: 70px 0;
    background: #fbf9f4;
}

.gallery-filter-section {
    padding-bottom: 60px;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-filter button {
    border: none;
    padding: 12px 30px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.gallery-filter button.active {
    background: #0f5b30;
    color: #fff;
}

.gallery-section {
    padding-bottom: 80px;
}

.gallery-card {
    overflow: hidden;
    border-radius: 20px;
}

.gallery-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .5s;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.view-btn {
    background: #fff;
    color: var(--primary-color);
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(20px);
    transition: .4s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card:hover .view-btn {
    transform: translateY(0);
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-highlight-section {
    padding-bottom: 80px;
}

.highlight-box {
    background: #0f5b30;
    padding: 60px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}

.highlight-box p {
    font-size: 22px;
    color: #ffd34f;
}

/* video gallery */


.video-gallery-hero{
  background: #fbf9f4;
}
.video-gallery-sec {
    padding: 80px 0;
  
}

.video-gallery-sec .video-gallery-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .4s;
}

.video-gallery-sec .video-gallery-card:hover {
    transform: translateY(-8px);
}

.video-gallery-sec .video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-gallery-sec .video-thumbnail img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.video-gallery-sec .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-gallery-sec .play-btn {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0d5a2d;
}

.video-gallery-sec .video-content {
    padding: 25px;
}

.video-gallery-sec .video-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.video-gallery-sec .location {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--text-muted);
}

.video-gallery-sec .disease-badge {
    display: inline-block;
    background: #f28224;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.video-gallery-sec .video-meta {
    color: #777;
}