@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Onest:wght@100..900&display=swap');

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

:root {
    --primary-color: #006CB9;
    --sky-blue: #229CD8;
    --black-color: #000000;
    --white-color: #FFFFFF;
    --heading-font: "Josefin Sans", sans-serif;
    --primary-font: "Onest", sans-serif;
}

.container {
    max-width: 1500px;
    padding-inline: 20px;
}

body {
    font-family: var(--primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

.site-header {
    z-index: 1030;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 20px;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background: var(--black-color);
}

.logo {
    height: 60px;
}

.address_div {
    display: flex;
    gap: 30px;
}

.address_div img {
    border: 1px solid white;
    border-radius: 26px;
    width: 30px;
    height: 30px;
    padding: 6px;
}


.address_div>div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.address_div h5 {
    font-size: 0.95rem;
    margin: 0;
    font-weight: 600;
}

.address_div p {
    font-size: 0.85rem;
    margin: 0;
    color: #bbb;
}

.address_div a {
    color: white;
    text-decoration: none;
}

.address_div a:hover {
    text-decoration: underline;
}

.user_nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user_nav img {
    height: 40px;
    border-radius: 50%;
    width: 40px;
}

.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 8px 0 0;
    padding: 8px 0;
    display: none;
    min-width: 150px;
    z-index: 1000;
}

.user-dropdown-menu li {
    padding: 0;
}

.user-dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.user-dropdown-menu li a:hover {
    background: #f5f5f5;
}


.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    margin: 0 12px;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-toggler {
    border: none;
    background: transparent;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    z-index: 2100;
    display: none;/
}

.navbar-toggler.active i::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.main_wrapper h1 {
    font-size: 70px;
}


.main_wrapper h2 {
    font-size: 70px;
}

.main_wrapper {
    min-height: 100vh;
    place-content: center;
    padding-top: 150px;
    color: white;
    text-align: center;
}

.home-title>span {
    font-size: 50px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.main_wrapper p {
    font-size: 18px;
    font-weight: 500;
}

.main_wrapper p span {
    color: var(--sky-blue);
}

.my-btn {
    color: white;
    border: 1px solid;
    display: inline-block;
    margin: 1rem 0;
    border-radius: 21px;
    font-size: 16px;
    padding: 8px 20px;
}

.my-btn:hover {
    background: var(--primary-color);
    color: white;
}

.Zenergize_Sec {
    position: relative;
}

.Zenergize_Sec .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffa1;
    max-width: 700px;
    padding: 40px 80px;
    text-align: center;
    border-radius: 40px;
    box-sizing: border-box;
    width: 100%;
}

.custom-btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 6rem;
}

.custom-btn-group a {
    border: 1px solid var(--black-color);
    flex: 1;
    padding: 8px;
    display: inline-block;
    margin: 1rem 0;
    border-radius: 30px;
    color: var(--black-color);
    transition: all .3s;
}

.Zenergize_Sec .card h2 {
    font-size: 50px;
    font-weight: 800;
}

.custom-btn-group a:first-child {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--white-color);
}

.custom-btn-group a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.custom-btn-group a:first-child:hover {
    background: var(--black-color);
    border-color: var(--black-color);
}


.program-slider-sec {
    padding: 3rem 0;
    position: relative;
}

.program-slider-sec .card {
    text-align: center;
    border: none;
}

.program-slider-sec .card .my-btn {
    color: var(--black-color);
}

.program-slider-sec .card .my-btn:hover {
    color: var(--white-color);
}

.program-slider-sec .card img {
    border-radius: 40px;
}

.program-slider-sec .card-content {
    padding: 1rem 20px;
}

.program-slider-sec .card-content h3 {
    color: var(--sky-blue);
    font-size: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.title-wrapper h2 {
    font-size: 50px;
    font-weight: bold;
}

.program-slider-sec .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: auto;
}

.program-slider-sec .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.program-slider-sec .owl-dots .owl-dot.active span {
    background: var(--black-color);
}

.program-slider-sec .owl-carousel .owl-dots.disabled {
    display: block;
}



.our-story-sec {
    padding: 2rem 0;
    background: var(--black-color);
    color: var(--white-color);
}


.artrology_section {
    padding: 2rem 0;
}

.artrology_section .card img {
    width: 100px;
    margin-bottom: 1rem;
}

.artrology_section .card:hover {
    background: #D7F2FF;
}

.artrology_section .card {
    padding: 30px;
    margin: 0 25px;
    border: 1px solid #0000008f;
    border-radius: 40px;
    transition: all .3s;
}


.artrology_section .my-btn {
    width: fit-content;
    background: var(--primary-color);
}

.artrology_section .my-btn:hover {
    background: var(--black-color);
}

.events-section {
    padding: 2rem 0;
    margin: 0 auto;
    color: var(--white-color);
}

.event-tab {
    margin-bottom: 50px;
}

.event-tab ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    max-width: 500px;
    width: 100%;
    justify-content: space-between;
    padding: 2px;
}

.event-tab ul li {
    padding: 12px 30px;
    cursor: pointer;
    flex: 1;
    color: black;
    user-select: none;
    transition: all 0.3s ease;
    font-weight: 500;
    background: white;
    border-radius: 100px;
}

.event-tab ul li.active {
    background: black;
    color: white;
}

.event-tab ul li:hover:not(.active) {
    background: #f0f0f0;
}

.event-card {
    background: white;
    color: black;
    border-radius: 35px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px var(--primary-color);
}

.img-wrap {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 35px;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 35px;
}

.img-wrap:after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.event-card:hover .img-wrap img {
    transform: scale(1.05);
}

.img-wrap h3 {
    position: absolute;
    bottom: 50px;
    left: 15px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    z-index: 2;
    max-width: 80%;
}

.date-time img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 0 !important;
}

.content-wrap {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-content a {
    margin: 0 5px;
}

.content-wrap p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-time {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.date-time span {
    background: var(--black-color);
    color: var(--white-color);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-time i {
    color: var(--white-color);
}

.read-more {
    align-self: flex-start;
    border: 1px solid var(--black-color);
    border-radius: 20px;
    padding: 10px 25px;
    font-size: 14px;
    color: var(--black-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: var(--primary-color);
    color: white;
    border-color: transparent;
}


.shop-section {
    padding: 2rem 0;
}


.shop-tabs ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    justify-content: space-between;
}

.shop-tabs ul li {
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
    padding: 6px 0 0px;
}

.shop-tabs ul li.active {
    color: var(--sky-blue);
    border-color: var(--sky-blue);
}

.product-card {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
}

.shop-content {
    padding: 0 30px;
}

.product-card img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
}

.product-card h4 {
    font-size: 20px;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



.product-card .price {
    font-weight: 600;
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--sky-blue);
}

.product-card .btn {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    transition: 0.3s;
}

.product-card .btn.buy {
    background: #000;
    color: #fff;
}

.product-card .btn.buy:hover {
    background: var(--primary-color);
}

.product-card .btn.add:hover {
    background: var(--primary-color);
    color: #fff;
}


.owl-dots {
    text-align: center;
    margin-top: 20px;
    position: relative;
    bottom: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #000;
}

.blog-section {
    padding: 2rem 0;
    background: #000 url("../img/banner.png") no-repeat center center/cover;
    color: var(--white-color);
}

.blog-slider .item {
    display: flex;
    height: 100%;
}

.blog-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    color: #000;
    border-radius: 41px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 1rem;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 41px;
}

.blog-card h4 {
    font-size: 20px;
    margin: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
}

.blog-card p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
    margin: 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}


.blog-card .read-more:hover {
    text-decoration: underline;
}

.blog-section .owl-dots {
    transform: translate(0px, 25px);
}



.contact-us-sec {
    padding: 2rem 0;
}


.contact-form {
    background: #000;
    /* black background */
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    margin: 0 auto;
}

.contact-form form {
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 1rem;
    border: 1px solid #444;
    border-radius: 35px;
    background: white;
    color: black;
    font-size: 1rem;
    height: 50px;
    outline: none;
    transition: border 0.3s ease, background 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: black;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 2px solid var(--primary-color);
}

.contact-form textarea {
    height: 50px;
    resize: none;
    overflow: hidden;
}

.contact-form button {
    background: transparent;
    color: #fff;
    border: 1px solid white;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: fit-content;
}



.contact-form button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-content {
    max-width: 90%;
}

.contact-content p {
    line-height: 1.8rem;
}

.contact-content a {
    color: #000;
}

.contact-content a:hover {
    text-decoration: underline;
}

.mission-sec {
    padding: 2rem 0;
    background: #000 url("../img/banner.png") no-repeat center center/cover;
    color: var(--white-color);
}


.image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    transition: transform 0.3s ease;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.2);
    /* zoom effect */
}


.mission-sec .read-more {
    background: var(--primary-color);
    color: white;
}

.mission-sec .read-more:hover {
    background: var(--sky-blue);
}

.mission-sec ul li {
    margin-bottom: 1rem;
}

.footer-slider {
    padding: 3rem 0;
    color: black;
    text-align: left;
    padding-bottom: 1rem;
}

.title-wrapper h5 {
    font-size: 45px;
    font-weight: 300;
}

.title-wrapper h5 span {
    font-weight: 700;
}

.footer-slider .title-wrapper h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.footer-slider .quiz-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #FFAE00;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-slider .quiz-btn:hover {
    background: #007bff;
    color: #fff;
}

/* Owl dots centered at bottom */
.footer-slider-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.footer-slider-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.footer-slider-carousel .owl-dots .owl-dot.active span {
    background: #FFAE00;
}

.footer-slider button.owl-dot {
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer {
    padding: 2rem 0;
    color: white;
}


.footer-nav {
    font-family: var(--heading-font);
}

.footer-nav ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    flex-direction: row;
    flex-flow: wrap;
}

.site-footer a {
    color: white;
}

.site-footer a.active {
    color: var(--sky-blue)
}

.footer-main {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
}

.site-footer p {
    margin: 0;
    padding: 0;
}

.newsletter-form {
    display: flex;
    background: white;
    justify-content: space-between;
    border-radius: 22px;
    overflow: hidden;
    max-width: 90%;
}

.newsletter-form input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
}

button.btn-subs {
    background: var(--primary-color);
    border: none;
    color: white;
    border-radius: 22px;
    padding: 10px 12px;
}

.newsletter p {
    font-size: 19px;
    margin-bottom: 1rem;
}

.footer-social {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 28px;
}

.footer-main h4 {
    font-size: 30px;
}

.footer-bottom {
    margin-top: 1rem;
    font-size: 18px;
}

.newsletter {
    position: relative;
}

.newsletter:after {
    content: "";
    width: 1px;
    background: white;
    height: 100%;
    position: absolute;
    right: -14px;
    top: 0;
}



/* isoharts-astrology-wellness Page css */

.about-form {
    max-width: 900px;
    padding: 2rem;
    margin: 2rem auto;
    background: #909090;
    color: black;
    border-radius: 25px;
}

.about-form input {
    width: 100%;
    outline: none;
    border-radius: 27px;
    padding: 10px 20px;
    border: none;
    margin: 1rem 0;
}

.sub-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 1rem;
    border-radius: 25px;
    transition: all .3s;
}

.sub-btn:hover {
    background: var(--sky-blue);
}


.your_artrology_section {
    padding: 2rem 0;
}

.your_artrology_section .my-btn,
.zenergize_sec .my-btn {
    width: fit-content;
    background: var(--primary-color);
    border-color: transparent;
}

.your_artrology_section .my-btn:hover,
.zenergize_sec .my-btn:hover {
    background: var(--sky-blue);
}

.zenergize_sec {
    padding: 2rem 0;
    color: white;
}

.client_section {
    padding: 3rem 0;
}


.client-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.client-head img {
    width: 150px !important;
}

.client_card {
    border: 1px solid var(--black-color);
    padding: 24px;
    border-radius: 40px;
}


.client_section .owl-stage-outer {
    padding-top: 4rem;
}

.client-head h5 {
    margin-top: 20px;
    padding: 0;
    margin-bottom: .0;
}

.start-div {
    color: #FFAE00;
}

.client-contet {
    padding-top: 1rem;
}

.client_section .owl-dots button {
    margin: 0 !important;
    padding: 0 !important;
}

.client_section .owl-dot.active span {
    background: #000 !important;
}


.contact-us-wrapper {
    position: relative;
}

.contact-us-wrapper::after {
    content: "";
    height: 30%;
    width: 100%;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
}



.contact-us-page-form {
    background: #0A0909;
    position: relative;
    z-index: 11;
    padding: 2rem;
    border-radius: 40px;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    margin-top: 4rem;
}

.contact-us-page-form form {
    width: 100%;
}

.contact-us-page-form input,
.contact-us-page-form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 1rem;
    border: 1px solid #444;
    border-radius: 35px;
    background: #fff;
    color: #000;
    font-size: 1rem;
    outline: none;
    transition: border 0.3s ease, background 0.3s ease;
}

.contact-us-page-form input::placeholder,
.contact-us-page-form textarea::placeholder {
    color: #555;
}


.contact-us-page-form input:focus,
.contact-us-page-form textarea:focus {
    border: 2px solid var(--primary-color);
    background: #fafafa;
}


.contact-us-page-form textarea {
    min-height: 120px;
    resize: vertical;
    overflow: auto;
    border-radius: 16px;
}


.contact-us-page-form button {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    display: inline-block;
}


.contact-us-page-form button:hover {
    background: var(--sky-blue);
    border-color: var(--sky-blue);
}


.contact-info-section {
    background: #fff;
}

.contact-info-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 8rem;
    text-align: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-info-box {
    flex: 1 1 250px;
    padding: 1rem;
    border-right: 1px solid #ddd;
}

.contact-info-box:last-child {
    border-right: none;
}

.contact-info-box i {
    font-size: 24px;
    color: var(--primary-color, #007bff);
    margin-bottom: 8px;
    display: block;
}

.contact-info-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--primary-color);
}

.contact-info-box p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.map-container {
    width: 100%;
    height: 350px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-info-box a {
    color: #555;
}

.join-btn {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.join-btn:hover {
    background: var(--white-color) !important;
    color: var(--black-color);
}


.retreat_section {
    padding: 3rem 0;
}


.retreat_sldier {
    padding: 0 5rem;
    margin-top: 2rem;
}

.retreat_card img {
    border-radius: 35px;
    margin-bottom: 2rem;
}

.join-now-btn {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--white-color);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 28px;
}

.join-now-btn:hover {
    background: var(--sky-blue);
}

.retreat_card_content h4 {
    font-size: 35px;
    color: var(--sky-blue);
}

p.date_time {
    display: flex;
    gap: 11px;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.retreat_section .owl-dots {
    transform: translate(0px, 20px);
}



.retreat_section .owl-dots button {
    padding: 0 !important;
    margin: 0 !important;
}

.owl-dot.active span {
    background: #000 !important;
}

.shop-sorting-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3rem;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.sorting-select {
    position: relative;

}

.sorting-select label {
    display: none;
}

.sorting-select select {
    padding: 8px 12px;
    border: navajowhite;
    border-radius: 6px;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
    transition: border 0.3s ease;
    color: white;
}

.sorting-select select:focus {
    border-color: var(--primary-color, #007bff);
    outline: none;
}

.results-count {
    font-size: 14px;
    color: white;
}

.shop_section {
    color: white;
    padding: 2rem 0;
    background-color: #000;
    margin-top: -100px;
}

.no-products-message {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #999;
    padding: 2rem;
}

.shop_section .product-card {
    background: transparent;
}

a.btn_buy {
    background: white;
    display: block;
    padding: 9px;
    border-radius: 22px;
    color: black;
    cursor: pointer;
    margin: 0.5rem 0;
}

a.btn_add {
    background-color: transparent;
    border: 1px solid white;
    display: block;
    cursor: pointer;
    padding: 9px;
    border-radius: 22px;
    margin: 0.5rem 0;
    color: white;
}

a.btn_buy:hover,
a.btn_add:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}


.product-details-banner {
    min-height: 60dvh;
}

.details_page {
    padding: 2rem 0;
    background: #000;
    color: #fff;

}

.product_img img {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.details_content {
    padding-left: 20px;
}

.product_title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.product_price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4ec3ff;
    margin-bottom: 20px;
}

.product_description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #ddd;
}


.product_option {
    max-width: 500px;
    width: 100%;
}

.product_option label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}


.product_option .form-select,
.product_option .form-control {
    background: #000;
    border: 1px solid #444;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
}

.product_option .form-select:focus,
.product_option .form-control:focus {
    border-color: var(--sky-blue);
    outline: none;
    box-shadow: none;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: white;
    border: 1px solid #444;
    color: black;
    border-radius: 30px;
    padding: 10px 40px 10px 15px;
    cursor: pointer;
    font-size: 1rem;
}

.select-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: black;
    font-size: 0.9rem;
}

.select-wrapper .form-select:focus {
    border-color: #4ec3ff;
    outline: none;
    box-shadow: none;
}


.d-flex>* {
    flex: 1 1 0;
}


.qty_input {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    height: 45px;
    max-width: 100%;
}


.btn {
    border-radius: 30px;
    padding: 10px 18px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-details {
    border: 1px solid white;
    color: white;
    background: transparent;
}

.btn-details:hover {
    background: white;
    color: black;
}



.product-tabs {
    padding: 2rem 0;
    color: #fff;
    background: #000;
}

.tab-header {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    padding-bottom: 2rem;
}

.tab-header li {
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #bbb;
    position: relative;
    transition: 0.3s;
}

.tab-header li.active {
    color: #4ec3ff;
}

.tab-header li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--sky-blue);
}

.tab-content .tab-pane {
    display: none;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
}

.tab-content .tab-pane.active {
    display: block;
}


.prodcut_related {
    padding: 2rem 0;
    color: white;
}

.prodcut_related .product-card {
    background: transparent;
}

/* Shop Tabs */

.shop-tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 1.5rem;
}

.shop-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    flex: 1;
}

.shop-tabs ul {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 10px;
    list-style: none;
    width: max-content;
    align-items: center;
}

.shop-tabs ul li {
    padding: 8px 14px;
    background: #f1f1f1;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 6px;
    flex: 0 0 auto;
}

.shop-tabs ul li.active {
    background: #333;
    color: #fff;
}

.tab-btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 6px;
}

.tab-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.shop-tabs::-webkit-scrollbar {
    height: 8px;
    display: none;
}

.shop-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-card img {
    height: 300px !important;
    object-fit: cover;
    width: 100%;
}



.disclaimer-form {
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    color: #333;
    line-height: 1.6;
}

.disclaimer-form .form-group {
    margin-bottom: 20px;
}

.disclaimer-form label {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.disclaimer-form .input-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.disclaimer-form .input-field:focus {
    border-color: #0073e6;
    box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.15);
    outline: none;
}

.disclaimer-form .btn-submit {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.disclaimer-form .btn-submit:hover {
    background: #005bb5;
}


.banner-height {
    min-height: 500px !important;
}




/* Single post page css */
/* General article card */
.single-post.card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Meta info */
.single-post .post-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.single-post .post-meta i {
    margin-right: 6px;
}

/* Headings inside post */
.single-post .post-content h2,
.single-post .post-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #222;
    padding-left: 12px;
}

/* Paragraphs */
.single-post .post-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    color: #333;
}

/* Images inside post */
.single-post .post-content img {
    border-radius: 12px;
    margin: 1.5rem 0;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Blockquotes */
.single-post blockquote {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #444;
    border-radius: 8px;
}

/* Comments */
.post-comments {
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #eee;
}


/* Title */
#respond h3.comment-reply-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: .5rem;
}

#respond h3 small a {
    font-size: .85rem;
    color: #999;
}

/* Logged in message */
#respond p.logged-in-as {
    font-size: .9rem;
    background: #f8f9fa;
    padding: .75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: #555;
}

#respond p.logged-in-as a {
    color: #0073e6;
    font-weight: 500;
    text-decoration: none;
}

#respond p.logged-in-as a:hover {
    text-decoration: underline;
}

/* Comment textarea */
#respond .comment-form-comment label {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem;
    color: #444;
}

#respond .comment-form-comment textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    resize: vertical;
    max-height: 110px;
    transition: all .3s ease;
    background: transparent;
}

.comment-form input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    resize: vertical;
    transition: all .3s ease;
    background: transparent;
}

#respond .comment-form-comment textarea:focus {
    border-color: #D7F2FF;
    outline: none;
}

/* Submit button */
#respond .form-submit input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    padding: .75rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(0, 115, 230, 0.3);
}

#respond .form-submit input[type="submit"]:hover {
    background: var(--sky-blue);
    box-shadow: 0 6px 18px rgba(0, 91, 181, 0.4);
    transform: translateY(-2px);
}

.required-field-message {
    font-size: .85rem;
    color: #666;
    display: block;
    margin-top: .5rem;
}

/* Single post page css end */


footer .noptin-form-id-7 .noptin-optin-form-wrapper .noptin-form-single-line .noptin-form-field {
    padding: 10px;
}

.blog-section .owl-dot.active span {
    background: var(--primary-color);
}

.noptin-form-heading {
    font-size: 36px !important;
    font-family: var(--heading-font);
}

.home-desc {
    max-width: 50%;
}



.shops-slide li {
    background: #ffffff !important;
    color: black !important;
}

.shops-slide li.active {
    background: #333 !important;
    color: #fff !important;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.woocommerce ul.products li.product a img {
    height: 300px;
    object-fit: cover;
}




/* Log in form start  */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0em 0;
}

/* Log in form end */


/* woocomerce shop details page css start */

/* ===== Page Container ===== */
.woocommerce div.product {
    background: #0f0f0f;
    color: #e5e7eb;
    padding: 3rem 1rem;
    border-radius: 16px;
    margin: auto;
}

/* ===== Product Image ===== */
.woocommerce div.product div.images img {
    border-radius: 14px;
    background: #111;
    padding: 8px;
    border: 1px solid #222;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.woocommerce div.product div.images img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

/* Thumbnails */
.woocommerce div.product div.thumbnails img {
    border-radius: 8px;
    border: 1px solid #333;
    transition: all 0.3s;
}

.woocommerce div.product div.thumbnails img:hover {
    border-color: #3b82f6;
}

/* ===== Product Title ===== */
.woocommerce div.product .product_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

/* ===== Price ===== */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #22c55e;
    /* premium green */
    margin: 1rem 0 2rem;
}

/* ===== Short Description ===== */
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 2rem;
    border-top: 1px solid #222;
    padding-top: 1rem;
}

/* ===== Add to Cart Button ===== */
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
}

/* Quantity box */
.woocommerce div.product form.cart .quantity input.qty {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.7rem;
    width: 80px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}



/* ===== Tabs ===== */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #e5e5e5;
    /* light separator */
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    margin-right: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: static !important;

}

ul.tabs.wc-tabs {
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff !important;
    /* all tabs white */
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #006CB9;
    border-bottom: 3px solid #006CB9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

ul.tabs.wc-tabs li {
    background: transparent !important;
    border: none !important;
    color: white !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: none !important;
}

/* Tab content */
.woocommerce div.product .woocommerce-tabs .panel {
    background: #111;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 1rem;
    color: #d1d5db;
    line-height: 1.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

/* ===== Reviews ===== */
.woocommerce #reviews #comments ol.commentlist li {
    background: #181818;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    color: #d1d5db;
    font-size: 0.95rem;
}

/* ===== Related Products ===== */
.woocommerce .related.products h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    padding-left: 0.75rem;
}

.woocommerce ul.products li.product {
    background: #141414;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #222;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.6);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    font-weight: 600;
    margin: 1rem 0;
}

.woocommerce ul.products li.product .price {
    color: #22c55e;
    /* green accent */
    font-weight: 600;
}

.woocommerce div.product form.cart .variations select {
    background: white !important;
    padding: 5px;
}

.product tbody,
.product td,
.product tfoot,
.product th,
.product thead,
.product tr {
    padding: 10px;
}

.product_meta a {
    border: 1px solid;
    color: white;
    padding: 2px 16px;
}

/* ===== Product Image Wrapper ===== */
.woocommerce div.product div.images {
    position: relative;
    border: 1px solid #2d2d2d;
    padding: 12px;
    border-radius: 10px;
    background: #111;
    /* dark theme bg */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

/* Main Image */
.woocommerce div.product div.images img {
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.woocommerce div.product div.images img:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

/* ===== Sale Badge ===== */
.woocommerce span.onsale {
    background: #006CB9;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

/* ===== Thumbnail Gallery ===== */
.woocommerce div.product div.thumbnails {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.woocommerce div.product div.thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.woocommerce div.product div.thumbnails img:hover {
    border-color: #006CB9;
    transform: scale(1.05);
}



.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
    padding-bottom: 20px;
}

.woocommerce ul.products li.product .button {
    background: transparent;
    border: 1px solid;
    color: white;
    font-weight: 400;
    border-radius: 31px;
    transition: all .3s;
}

.woocommerce ul.products li.product .button:hover {
    background: #007bff;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-bottom: 2rem !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #dcdcdc;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #ffffff;
}

/* ===== Product Meta (Category, Tags, SKU) ===== */
.woocommerce div.product .product_meta {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #333;
    font-size: 0.95rem;
    color: #bbb;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

/* Labels (Category:, SKU:, etc.) */
.woocommerce div.product .product_meta>span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #fff;
    flex-flow: wrap;

}

/* Category / Tag Links */
.woocommerce div.product .product_meta a {
    color: white;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce div.product .product_meta a:hover {
    color: #0095ff;
    text-decoration: underline;
}

/* Add subtle icon styles for better look */
.woocommerce div.product .product_meta .posted_in::before {
    content: "\f02c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
}

.woocommerce div.product .product_meta .sku_wrapper::before {
    content: "#";
    margin-right: 6px;
    color: #666;
}

.woocommerce div.product .product_meta .tagged_as::before {
    content: "\f02b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
}

.woocommerce img,
.woocommerce-page img {
    margin: 0 auto;
    display: block;
}

.woocommerce ul.products li.product a img {
    height: 300px;
    object-fit: cover;
}

.post-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

#sort option {
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}

.woocommerce #review_form #respond textarea {
    width: 100%;
    color: white;
    border: 1px solid #312c2ccc;
}

.woocommerce p.stars a {
    color: white;
}


.footer-slider .owl-carousel .owl-stage {
    align-items: center;
    display: flex;
}

.page-id-154 .wpcf7-response-output {
    color: black !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    text-align: left;
}

h2.wp-block-heading {
    font-size: 25px;
    margin-bottom: 1rem;
}

.woocommerce form .form-row {
    width: 100% !important;
}



/* Wrapper */
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
    /* max-width: 500px; */
    margin: 50px auto;
    padding: 35px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Headings */
.woocommerce form.login h2,
.woocommerce form.register h2,
.woocommerce form.lost_reset_password h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-color);
}

/* Labels */
.woocommerce form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

/* Inputs */
.woocommerce form input.input-text,
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    margin-bottom: 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce form input:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: none !important;
}

/* Remember Me & Lost Password */
.woocommerce form .form-row.rememberme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce form .lost_password a {
    color: var(--sky-blue);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce form .lost_password a:hover {
    color: var(--primary-color);
}

/* Buttons */
.woocommerce form button.button,
.woocommerce form input.button {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 16px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    width: 100%;
}

.woocommerce form button.button:hover,
.woocommerce form input.button:hover {
    background: var(--sky-blue);
    transform: translateY(-2px);
    color: white !important;
}

/* Messages (error, info, success) */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.woocommerce-error {
    border: 1px solid #e74c3c;
    background: #fdecea;
    color: #c0392b;
}

.woocommerce-message {
    border: 1px solid #2ecc71;
    background: #eafaf1;
    color: #27ae60;
}

.woocommerce-info {
    border: 1px solid var(--sky-blue);
    background: #f0faff;
    color: var(--primary-color);
}

.woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    height: fit-content;
    margin: 1rem 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 600px;
}


.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

header.woocommerce-Address-title.title h2 {
    font-size: 22px;
}


/* Main Content */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 30px;
    min-height: 400px;
}

/* Welcome Message */
.woocommerce-MyAccount-content p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content strong {
    color: var(--primary-color);
}

/* Links inside content */
.woocommerce-MyAccount-content a {
    color: var(--sky-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Tables (Orders, Addresses, Downloads) */
.woocommerce table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 14px 16px;
    border: 1px solid #eee;
    font-size: 0.95rem;
}

.woocommerce table.my_account_orders th {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--sky-blue);
    transform: translateY(-2px);
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
    margin-bottom: 1rem;
}

.retreat_card .join-now-btn {
    margin-top: 20px;
}

.retreat_card_img img {
    height: 300px;
    object-fit: cover;
}

main.container.py-5 a {
    color: black;
}

/* ===== Mobile Responsiveness ===== */
/* Responsive */
@media (max-width: 991px) {
    .woocommerce-account {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .woocommerce div.product div.images {
        padding: 8px;
    }

    .woocommerce div.product div.thumbnails img {
        width: 55px;
        height: 55px;
    }

    .retreat_card_content h4 {
        font-size: 22px;
    }
}

/* Responsive */
@media (max-width: 576px) {

    .woocommerce form.login,
    .woocommerce form.register,
    .woocommerce form.lost_reset_password {
        padding: 20px;
    }
}

/* woocomerce shop details page css end */