/* body,
html {
    height: 100%;
    margin: 0;
    background-color: #000;
}

.particle-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.7;
    animation: float 10s infinite;
}

.particle:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-duration: 12s;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 30%;
    left: 70%;
    animation-duration: 14s;
    animation-delay: 3s;
}

.particle:nth-child(3) {
    top: 50%;
    left: 30%;
    animation-duration: 10s;
    animation-delay: 6s;
}

.particle:nth-child(4) {
    top: 70%;
    left: 50%;
    animation-duration: 18s;
    animation-delay: 9s;
}

.particle:nth-child(5) {
    top: 90%;
    left: 20%;
    animation-duration: 20s;
    animation-delay: 12s;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    50% {
        transform: translate(100px, -100px);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
} */

body,
html {
    background-color: #000;
    color: white;
    /* overflow-x: hidden; */
}

/* .dropdown-menu {
    background-color: #333;
    border: none;
    border-radius: 0.5rem;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ff8c00;
}

.dropdown-item.active {
    background-color: #ff8c00;
    color: black;
} */

.dropdown-menu {
    background-color: #333;
    position: absolute !important;
    width: 75%;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    border-radius: 10px;
}
.dropdown-item {
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 0px;
    /* border-bottom: 1px solid white; */
}

.dropdown-item.active {
    background-color: #ff8c00;
    color: black;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 21px;
}

.nav-item {
    border-bottom: 1px solid #444;
}

.nav-link {
    min-width: 110px;
    text-align: left;
    padding: 15px 15px;
}

.dropdown-item {
    padding: 10px 15px;
}
/* Interactive Hover Effects */
.nav-item {
    transition: background-color 0.3s ease;
}

.nav-item:hover {
    background-color: #222;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.1);
}
/* #particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.about-shilajit {
    /* letter-spacing: 0px; */
    /* line-height: 1.5;
    font-size: 15px; */
    text-align: justify;
    padding-top: 15px;
}

.about-us-page {
    width: 100%;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: white;
    margin: 0 auto;
}

/* Testing */
.about-us-section-heading {
    color: #ff8c00;
    text-align: center;
}
section {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

section:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}
/* .nav-link.active {
    font-weight: bold;
    color: #fdc800 !important;
} */

.people-often-ask {
    background-color: #1f1f1f;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.people-often-ask h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #ff8c00;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding: 0 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.people-often-ask h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #ff8c00;
    transition: width 0.4s ease;
    border-radius: 2px;
}

.people-often-ask h3:hover {
    color: #fff;
    transform: scale(1.05);
}

.people-often-ask h3:hover::before {
    width: 100%;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button {
    background-color: #333;
    color: #fff;
    border: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #444;
    color: #fff;
}
.accordion-button:hover {
    background-color: #555;
}
.accordion-item {
    border: 1px solid #444;
}
.accordion-header {
    border-bottom: 1px solid #444;
}
.accordion-body {
    background-color: #222;
    color: #fff;
}

/* About us */

.about-us-page {
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-us-page:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-us-page h2 {
    font-size: 2.5rem;
    color: #ff8c00;
    border-bottom: 2px solid #ff8c00;
    padding-bottom: 10px;
    transition: color 0.3s ease;
}

.about-us-page h2:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.about-us-page p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e0e0e0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-us-page p.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-us-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 140, 0, 0.2),
        rgba(255, 140, 0, 0.1)
    );
    opacity: 0.2;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.about-us-page:hover::before {
    opacity: 0.4;
}

.about-us-page h2,
.about-us-page p {
    position: relative;
    z-index: 1;
}

/* footer */

footer {
    font-family: Arial, sans-serif;
    position: relative;
}

.menu-item {
    position: relative;
    margin-bottom: 10px;
}

.menu-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-link:hover {
    color: #ff8c00; /* Hover color */
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff8c00; /* Hover color for social media icons */
}

.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ff8c00; /* Hover color */
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

.footer-animation {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    background-color: #000;
    padding: 10px 0;
}

.border-wrapper {
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    position: relative;
    overflow: hidden;
}

.animation-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: moveText 10s linear infinite;
    position: relative;
}

.text-item {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    margin: 20px 20px;
    padding: 0 50px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #ff8c00;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    border: 4px solid #ff8c00;
}

@keyframes moveText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes borderMove {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.border-wrapper:before,
.border-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background-color: #ff8c00; */
    z-index: 1;
    transform: translateX(-100%);
    animation: borderMove 20s linear infinite;
}

.border-wrapper:after {
    top: auto;
    bottom: 0;
}

@keyframes moveText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Contact us page */

/* .contact-us-container {
    max-width: 700px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-us-container:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}

.contact-us-container h2 {
    color: #ff8c00;
    margin-bottom: 20px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff8c00;
    background-color: #2d2d2d;
    color: #ffffff;
}

.form-label {
    color: #ff8c00;
}

.btn-submit {
    background-color: #ff8c00;
    border: none;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-submit:hover {
    background-color: #e67e00;
    transform: scale(1.05);
}

.form-floating > .form-control,
.form-floating > .form-select {
    background-color: #2d2d2d;
    color: #ffffff;
    border: 1px solid #ff8c00;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-select::placeholder {
    color: #b3b3b3;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #ff8c00;
    box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.25);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

.accordion-button {
    background-color: #1a1a1a;
    color: #ffffff;
    border-left: 4px solid #ff8c00;
}

.accordion-button:hover {
    background-color: #232323;
    color: #ff8c00;
}

.accordion-body {
    background-color: #2a2a2a;
    color: #ffffff;
}

.animate-heading {
    animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-us-container {
    /* max-width: 700px; */
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-us-container:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}

.contact-us-container h2 {
    color: #ff8c00;
    margin-bottom: 20px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff8c00;
    background-color: #2d2d2d;
    color: #ffffff;
}

.form-label {
    color: #ff8c00;
}

.btn-submit {
    background-color: #ff8c00;
    border: none;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-submit:hover {
    background-color: #e67e00;
    transform: scale(1.05);
}

.form-floating > .form-control,
.form-floating > .form-select {
    background-color: #2d2d2d;
    color: #ffffff;
    border: 1px solid #ff8c00;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-select::placeholder {
    color: #b3b3b3;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #ff8c00;
    box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.25);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-floating > label {
    padding: 1rem 1.5rem !important;
}

.info-container {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.info-item i {
    color: #ff8c00;
    margin-right: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #ff8c00;
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #e67e00;
}

.d-flex-custom {
    display: flex;
    justify-content: space-between;
}

.custom-success-alert {
    background-color: #28a745 !important; /* Adjust the color as needed */
    color: #fff;
    border: 1px solid #28a745;
    border-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Product Details */

.product-info {
    padding-left: 0px;
}

.product-title {
    font-size: 28px;
    color: #00afd4;
    margin-bottom: 20px;
}

.product-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.product-specs li {
    margin-bottom: 10px;
}

.package-includes {
    margin-bottom: 20px;
    font-style: italic;
}

@media (min-width: 576px) {
    .about-shilajit {
        letter-spacing: 1px;
        line-height: 2.5;
        font-size: 18px;
    }
    .about-us-page {
        width: 75%;
        text-align: justify;
        line-height: 35px;
        font-size: 18px;
        /* border ; */
        text-align: center;
        color: white;
        margin: 0 auto;
    }
    /* .nav-link.active {
        font-weight: bold;
        color: #fdc800 !important;
    } */

    .nav-link {
        position: relative;
    }

    .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -25px; /* Adjust the distance from the bottom as needed */
        width: 100%;
        height: 3px; /* Adjust the height of the border */
        background-color: #ff8c00; /* Change this color to what you prefer */
    }
    .people-often-ask h3 {
        font-family: "Roboto", sans-serif;
        font-size: 2.8rem;
        font-weight: 700;
        color: #ff8c00;
        text-align: center;
        margin-bottom: 1.5rem;
        position: relative;
        padding: 0 1rem;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .info-container {
        margin: 20px auto;
    }
    .animation-wrapper {
        animation: moveText 20s linear infinite;
    }
    .navbar-nav {
        justify-content: center;
    }
    .nav-item {
        border-bottom: none;
    }
    .nav-link {
        padding: 10px 15px;
        text-align: center;
    }
    .dropdown-menu {
        background-color: #333;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 5px 0 5px 10px;
        /* border-bottom: 1px solid white; */
    }
    .dropdown-item:hover {
        background-color: #444;
        color: #ff8c00;
    }

    .dropdown-item.active {
        background-color: #ff8c00;
        color: black;
    }
    .product-info {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .info-container {
        margin: 0;
    }
    .animation-wrapper {
        animation: moveText 20s linear infinite;
    }
    .navbar-nav {
        justify-content: center;
    }
    .nav-item {
        border-bottom: none;
    }
    .nav-link {
        padding: 10px 15px;
        text-align: center;
    }
    .dropdown-menu {
        background-color: #333;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 5px 0 5px 10px;
        /* border-bottom: 1px solid white; */
    }
    .dropdown-item:hover {
        background-color: #444;
        color: #ff8c00;
    }

    .dropdown-item.active {
        background-color: #ff8c00;
        color: black;
    }
    .product-info {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .info-container {
        margin: 20px auto;
    }
    .animation-wrapper {
        animation: moveText 20s linear infinite;
    }
    .navbar-nav {
        justify-content: center;
    }
    .nav-item {
        border-bottom: none;
    }
    .nav-link {
        padding: 10px 15px;
        text-align: center;
    }
    .dropdown-menu {
        background-color: #333;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 5px 0 5px 10px;
        /* border-bottom: 1px solid white; */
    }
    .dropdown-item:hover {
        background-color: #444;
        color: #ff8c00;
    }

    .dropdown-item.active {
        background-color: #ff8c00;
        color: black;
    }
    .product-info {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .info-container {
        margin: 20px auto;
    }
    .animation-wrapper {
        animation: moveText 20s linear infinite;
    }
    .navbar-nav {
        justify-content: center;
    }
    .nav-item {
        border-bottom: none;
    }
    .nav-link {
        padding: 10px 15px;
        text-align: center;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-menu {
        background-color: #333;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 5px 0 5px 10px;
        /* border-bottom: 1px solid white; */
    }
    .dropdown-item:hover {
        background-color: #444;
        color: #ff8c00;
    }

    .dropdown-item.active {
        background-color: #ff8c00;
        color: black;
    }
    .product-info {
        padding-left: 30px;
    }
}
@media (min-width: 1400px) {
    .info-container {
        margin: 20px auto;
    }
    .animation-wrapper {
        animation: moveText 20s linear infinite;
    }
    .navbar-nav {
        justify-content: center;
    }
    .nav-item {
        border-bottom: none;
    }
    .nav-link {
        padding: 10px 15px;
        text-align: center;
    }
    .dropdown-menu {
        background-color: #333;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 5px 0 5px 10px;
        /* border-bottom: 1px solid white; */
    }
    .dropdown-item:hover {
        background-color: #444;
        color: #ff8c00;
    }

    .dropdown-item.active {
        background-color: #ff8c00;
        color: black;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.1em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        font-size: 21px;
    }
    .product-info {
        padding-left: 30px;
    }
}
