* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #191919 !important;
}
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Helvetica Neue", sans-serif !important;
    color: #ffffff !important;
}
div#navbarSupportedContent {
    padding: 30px 0px;
}
.navbar-scrolled div#navbarSupportedContent {
    padding: 0px;
}
.navbar-scrolled button.navbar-toggler {
    padding: 15px 0px;
}
.navbar-scrolled {
    background-color: #191919 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
button.navbar-toggler {
    filter: invert(1);
    padding: 30px 0;
}

.main-menu .nav-link {
    font-size: 16px;
    color: #fff;
}

.main-menu .nav-link:hover {
    color: #a6e150;
}

button.pre-order-btn {
    background-color: #a6e150;
    padding: 16px 29px;
    color: #191919;
    border-radius: 50px;
    border: 1px solid #a6e150;
}
button.pre-order-btn:hover {
    border-color: #7dc41e;
    color: #191919;
    background-color: #7dc41e;
}

.hero-section {
    background-color: #737a62;
    padding-top: 140px;
    margin: 20px;
    border-radius: 20px;
}

.hero-heading {
    font-size: 42px;
    color: #fff;
}
.hero-descriptions {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.check-icon {
    width: 27px;
    height: 27px;
    background-color: #5c624e;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bottom-text {
    color: #b0b5a1;
    font-size: 16px;
    line-height: 22px;
}

.section-spacing {
    margin: 20px;
}

.real-life-head {
    font-size: 52px;
}

.real-life-image {
    height: 460px !important;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.real-life-info:hover .real-life-image {
    transform: scale(1.04);
}

.real-life-info {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.real-life-content {
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(25, 25, 25, 0) 0%,
        rgba(25, 25, 25, 0.6) 100%
    );
    padding: 1rem;
    border-radius: 0 0 20px 20px;
    color: #fff;
    bottom: -3%;
    left: 0;
    right: 0;
    text-align: center;
}

.real-life-content h4 {
    font-size: 24px;
    color: #fff;
}

.real-life-content p {
    font-size: 16px;
    color: #fff;
}

.ring-detail-bg {
    background: linear-gradient(
            180deg,
            rgba(25, 25, 25, 0) 0%,
            rgba(25, 25, 25, 0.76) 100%
        ),
        url(../images/third-section-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0px;
    width: 100%;
}

.ring-detail {
    height: 780px;
}
.spec-item {
    margin-bottom: 1.5rem;
    cursor: pointer;
    border-left: 1px solid #989898;
    transition: border-color 0.4s ease; /* smooth border transition */
}

.spec-item.active {
    border-left: 1px solid #fff;
    color: #fff;
}

.spec-title {
    font-weight: 600;
    font-size: 18px;
    padding-left: 1rem;
    color: #989898;
    transition: color 0.4s ease; /* smooth title color */
}

.spec-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 10px;
    padding-left: 1rem;
    font-weight: 300;
    font-size: 16px;
    color: #ccc;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.spec-item.active .spec-title {
    color: #fff;
}

.spec-item.active .spec-content {
    max-height: 300px;
    opacity: 1;
    color: #fff;
}

.chiroring-design-box {
    background-color: #292929;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.chiroring-heading {
    font-size: 24px;
    color: #fff;
}

.chiroring-design-para {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.chiroring-sleep-box .item {
    background-color: #292929;
    padding: 20px;
    border-radius: 20px;
}
.chiroring-sleep-box .item .chiroring-sleep-image {
    height: 400px;
    object-fit: contain;
    object-position: center;
}

.sleep-bg {
    background: url(../images/sleep-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px;
    width: 100%;
}

.sleep-content-box1,
.sleep-content-box2,
.sleep-content-box3 {
    background: #ffffff14;
    border: 1px solid #ffffff1a;
    padding: 20px;
    border-radius: 20px;
    width: 400px;
    position: absolute;
    backdrop-filter: blur(21px);
}

.sleep-content-box2 {
    bottom: -10px;
    right: 0;
}

.faq-accordian-item button.accordion-button {
    background-color: #292929 !important;
    border: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 18px;
    transition: background 0.3s ease;
    border-radius: 20px;
}

.faq-accordian-item button.accordion-button::after {
    content: "+" !important;
    font-size: 24px;
    color: #7c7c7c;
    background: none;
    transform: none;
    margin-bottom: 10px;
    font-weight: 400;
}

.faq-accordian-item .accordion-button:not(.collapsed)::after {
    content: "−" !important;
    font-size: 24px;
    color: #7c7c7c;
}

.accordion-item.faq-accordian-item {
    border-radius: 20px;
    background-color: #292929;
    overflow: hidden;
}

.faq-accordian-item .accordion-body {
    background-color: #292929;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    padding: 20px;
    font-weight: 400;
}

.faq-accordian-item .accordion-button:focus,
.faq-accordian-item .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-item.faq-accordian-item:first-of-type
    > .accordion-header
    .accordion-button {
    border-radius: 20px !important;
}

.faq-accordian-item.accordion-header {
    border-radius: 20px;
}

.faq-accordian-item.accordion-item:first-child,
.faq-accordian-item.accordion-item:last-child {
    border-radius: 20px;
    margin-top: 0 !important;
    overflow: hidden;
}

.faq-accordian-item.accordion-item:first-child .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.faq-accordian-item.accordion-item:last-child .accordion-button {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer-bg {
    background-color: #292929;
    padding: 60px 0px;
}
.footer-info .bottom-nav-link,
.copy-write-text,
.copy-write-text a {
    color: #7c7c7c;
}
.footer-descriptions {
    font-size: 16px;
    line-height: 27px;
}

.order-modal-content {
    background-color: #292929 !important;
    padding: 20px;
    border-radius: 20px !important;
}
.order-modal-text {
    color: #fff;
    font-size: 32px;
}

.order-modal-content input {
    background-color: #454545;
    font-size: 18px;
    padding: 12px;
    border-radius: 20px;
    border: 0;
    color: #fff;
}
.order-modal-content input:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: #454545;
    color: #fff;
}

button.modal-submit-btn {
    background-color: #a6e150;
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #a6e150;
    border-radius: 30px;
    padding: 10px;
}
button.modal-submit-btn:hover {
    color: #191919;
    background-color: #7dc41e;
    border-color: #7dc41e;
}

.order-modal-content input::placeholder {
    color: #7c7c7c;
}

.later-text {
    color: #656565;
    font-size: 18px;
}

/* 11 August detail page css start  */
.nav-cart-icon {
    width: 50px;
    height: 50px;
    background-color: #292929 !important;
    border-radius: 50%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar-scrolled .nav-link:hover {
    color: #a6e150;
}
.navbar-bg div#navbarSupportedContent .nav-link:hover {
    color: #a6e150;
}
.detail-page-section {
    padding-top: 150px;
    padding-bottom: 50px;
}

.checkout-heading,
.checkout-subheading {
    font-size: 24px;
}
.checkout-label {
    font-size: 16;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.3rem;
}

input.checkout-input,
select.checkout-select {
    background-color: #292929 !important;
    color: #fff !important;
    border: 1px solid #3d3d3d;
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
}
select.checkout-select {
    background-color: #dedede;
    color: #000000;
    border: 1px solid #d0d0d0;
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    filter: invert(1);
}

input.checkout-input::placeholder {
    color: #989898;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
input.checkout-input:focus,
select.checkout-select:focus,
select.size-select:focus {
    box-shadow: none;
    border-color: #3d3d3d !important;
    background-color: #292929 !important;
    color: #fff !important;
}
.checkout-input::placeholder {
    color: #888;
}
select.checkout-select:focus {
    filter: invert(0);
}

.checkout-input:focus,
.checkout-select:focus {
    background-color: #1e1e1e;
    border: 1px solid #555;
    color: #fff;
    box-shadow: none;
}
.required {
    color: #e14a2b;
}
.checkout-summary-section {
    color: #fff;
}

.order-summary-card {
    background-color: #292929;
    border-radius: 20px;
    padding: 20px;
}

.summary-title {
    font-size: 18;
}
.product-image-div {
    background-color: #989898;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.product-info {
    background-color: #3d3d3d;
    padding: 10px;
    border-radius: 10px;
}

.product-image {
    width: 64px;
    height: auto;
}

.product-name {
    font-size: 20px;
}
.size-checkbox.form-check-input:focus {
    box-shadow: none;
    border-color: #fff;
}

.size-checkbox.form-check-input:checked {
    background-color: #000;
    border-color: #000;
    filter: invert(1);
    padding: 8px;
}

.product-price,
.quantity-label,
.size-label {
    font-size: 18px;
    font-weight: 400;
}

.btn-quantity {
    border: none;
    color: #bdbdbd;
    padding: 0px 10px;
    background-color: transparent;
    font-size: 20px;
}
.quantity-controls {
    border: 1px solid #464646;
    background-color: #3d3d3d;
    padding: 10px 14px;
    border-radius: 50px;
}

select.size-select {
    background-color: #d1d1d1;
    border: 1px solid #c5c5c5;
    color: #000000;
    font-size: 18px;
    border-radius: 20px;
    padding: 16px 20px;
    filter: invert(1);
}

select.size-select:focus {
    box-shadow: none;
    border: 1px solid #555;
    filter: invert(0);
}

.summary-divider {
    border-bottom: 1px solid #3d3d3d;
    margin: 1rem 0;
}

.summary-item span {
    font-size: 18;
    font-weight: 400;
}

.summary-total span {
    font-size: 18;
    font-weight: 700;
}

button.proceed-btn {
    background-color: #a6e150;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    padding: 13px 20px;
    border: 1px solid #a6e150;
}

button.proceed-btn:hover {
    background-color: #7dc41e;
    border-color: #7dc41e;
    color: #000;
}

.summary-footer span {
    font-size: 16px;
    color: #989898;
    font-weight: 400;
}
input:-webkit-autofill {
    background-color: #3d3d3d !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* 11 August detail page css end  */

/* 20 August  Payment Successful page css  */
.payment-card-section {
    background-color: #292929 !important;
}

.payment-card-section .list-group-item {
    color: #fff;
    border: 0;
}

a.continue-button {
    background-color: #a6e150;
    color: #000;
    padding: 16px 30px;
    border-radius: 30px;
    border: 1px solid #a6e150;
}
a.continue-button:hover {
    background-color: #7dc41e;
    color: #000;
    border-color: #7dc41e;
}
.payment-failed-text {
    color: #e14a2b;
}
a.try-again-btn {
    background-color: #a6e150;
    color: #000;
    padding: 14px 30px;
    border-radius: 30px;
    border: 1px solid #a6e150;
}
a.try-again-btn:hover {
    background-color: #7dc41e;
    color: #000;
    border-color: #7dc41e;
}
a.back-home-button {
    background-color: #3d3d3d;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    border: 1px solid #3d3d3d;
}

a.back-home-button:hover {
    background-color: #383838;
    color: #fff;
    border-color: #383838;
}
/* 20 August  Payment Successful page css end  */

label#emailInput-error {
    color: #e33f3f;
}

/* 11 August detail page css start  */
.nav-cart-icon {
    width: 50px;
    height: 50px;
    background-color: #292929 !important;
    border-radius: 50%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar-scrolled .nav-link:hover {
    color: #a6e150;
}
.navbar-bg div#navbarSupportedContent .nav-link:hover {
    color: #a6e150;
}
.detail-page-section {
    padding-top: 150px;
    padding-bottom: 50px;
}

.checkout-heading,
.checkout-subheading {
    font-size: 24px;
}
.checkout-label {
    font-size: 16;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.3rem;
}

input.checkout-input,
select.checkout-select {
    background-color: #292929;
    color: #fff;
    border: 1px solid #3d3d3d;
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
}
select.checkout-select {
    background-color: #dedede;
    color: #000000;
    border: 1px solid #d0d0d0;
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    filter: invert(1);
}

input.checkout-input::placeholder {
    color: #989898;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
input.checkout-input:focus,
select.checkout-select:focus,
select.size-select:focus {
    box-shadow: none;
    border-color: #3d3d3d;
    background-color: #292929;
    color: #fff;
}
.checkout-input::placeholder {
    color: #888;
}
select.checkout-select:focus {
    filter: invert(0);
}

.checkout-input:focus,
.checkout-select:focus {
    background-color: #1e1e1e;
    border: 1px solid #555;
    color: #fff;
    box-shadow: none;
}
.required {
    color: #e14a2b;
}
.checkout-summary-section {
    color: #fff;
}

.order-summary-card {
    background-color: #292929;
    border-radius: 20px;
    padding: 20px;
}

.summary-title {
    font-size: 18;
}
.product-image-div {
    background-color: #989898;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.product-info {
    background-color: #3d3d3d;
    padding: 10px;
    border-radius: 10px;
}

.product-image {
    width: 64px;
    height: auto;
}

.product-name {
    font-size: 20px;
}
.size-checkbox.form-check-input:focus {
    box-shadow: none;
    border-color: #fff;
}

.size-checkbox.form-check-input:checked {
    background-color: #000;
    border-color: #000;
    filter: invert(1);
    padding: 8px;
}

.product-price,
.quantity-label,
.size-label {
    font-size: 18px;
    font-weight: 400;
}

.btn-quantity {
    border: none;
    color: #bdbdbd;
    padding: 0px 10px;
    background-color: transparent;
    font-size: 20px;
}
.quantity-controls {
    border: 1px solid #464646;
    background-color: #3d3d3d;
    padding: 10px 14px;
    border-radius: 50px;
}

select.size-select {
    background-color: #d1d1d1;
    border: 1px solid #c5c5c5;
    color: #000000;
    font-size: 18px;
    border-radius: 20px;
    padding: 16px 20px;
    filter: invert(1);
}
.select2-container .select2-selection--single {
    background-color: #dedede !important;
    border: 1px solid #c5c5c5 !important;
    color: #000000 !important;
    font-size: 18px !important;
    border-radius: 20px !important;
    filter: invert(1);
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open
    .select2-selection:focus {
    box-shadow: none !important;
    border: 1px solid #c5c5c5 !important;
    filter: invert(1) !important;
    filter: invert(1) !important;
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus {
    border-color: #c5c5c5 !important;
    box-shadow: none !important;
    filter: invert(1) !important;
}

.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-selected="true"]:not(
        .select2-results__option--highlighted
    ) {
    color: #fff;
    background-color: #000000 !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    color: #ffffff !important;
    background-color: #292929 !important;
    border: 1px solid #3d3d3d !important;
    filter: invert(1) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    color: #000000 !important;
    background-color: #dedede !important;
    border-color: #c5c5c5 !important;
    filter: invert(1);
}

select.size-select:focus {
    box-shadow: none;
    border: 1px solid #555;
    filter: invert(0);
}

.summary-divider {
    border-bottom: 1px solid #3d3d3d;
    margin: 1rem 0;
}

.summary-item span {
    font-size: 18;
    font-weight: 400;
}

.summary-total span {
    font-size: 18;
    font-weight: 700;
}

button.proceed-btn {
    background-color: #a6e150;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    padding: 13px 20px;
    border: 1px solid #a6e150;
}

/* button.proceed-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
} */

.summary-footer span {
    font-size: 16px;
    color: #989898;
    font-weight: 400;
}

/* 11 August detail page css end  */

/* 25 August Why ChiroRing, About Us css sart  */

.why-chiroring-section {
    background: linear-gradient(
            180deg,
            rgba(25, 25, 25, 0) 0%,
            rgba(25, 25, 25, 0.76) 100%
        ),
        url("../images/why-chiroring-bg.jpg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
}

.container.why-chiroring-container {
    padding: 140px 0px 50px;
    height: 100%;
}

.why-chiroring-container {
    height: 780px;
}
.why-chiro-hero-heading {
    font-size: 52px;
}

.spec-chiro-title {
    font-size: 24px;
}
.about-us-section {
    margin-top: 140px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}

.about-sleep-bg {
    background: url(../images/about-our-mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0px;
    width: 100%;
    height: 590px;
    margin-bottom: 100px;
}

.sleep-content-box3 {
    bottom: -80px;
    right: 40px;
}

p.text-italic {
    color: #e5da48;
    font-style: italic;
}
.founder-detail {
    font-size: 16px;
    color: #989898;
}
.founder-info-box {
    background-color: #292929;
    padding: 20px;
    border-radius: 20px;
}

.founder-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.fs-32-heading {
    font-size: 32px;
}

.fs-24-heading {
    font-size: 24px;
}
/* 25 August Why ChiroRing, About Us css end  */
.phone-input .iti {
    width: 100%;
}

.iti__country-list {
    filter: invert(1);
    color: #989898;
    background-color: #dedede !important;
    box-shadow: none !important;
}

@media (max-width: 1440px) {
    .why-chiroring-section {
        background: none;
    }
}
@media (max-width: 991.98px) {
    nav.navbar {
        transition: background-color 0.3s ease;
    }
    .navbar-bg {
        background-color: #191919 !important;
    }
    .navbar-bg div#navbarSupportedContent {
        padding: 0px 0px;
    }
    button.navbar-toggler {
        padding: 15px 0;
    }
    .chiroring-sleep-box .item .chiroring-sleep-image {
        height: 350px;
    }
    .real-life-image {
        height: 350px !important;
    }
    .section-spacing {
        margin: 25px 0px;
    }
    .real-life-head {
        font-size: 40px;
    }

    .why-chiro-hero-heading {
        font-size: 40px;
    }
    .fs-32-heading {
        font-size: 28px;
    }
    .fs-24-heading {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .founder-image img {
        height: 360px;
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .sleep-content-box3 {
        bottom: -80px;
        right: 0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hero-section {
        margin: 5px;
    }
    button.navbar-toggler {
        padding: 5px 0;
    }
    .banner-bottom-text {
        margin-top: 25px;
    }
    .real-life-head {
        font-size: 40px;
    }
    .sleep-content-box2 {
        right: auto;
    }
    .faq-accordian-item button.accordion-button {
        font-weight: 500;
        font-size: 16px;
    }
    .real-life-image {
        height: 350px !important;
    }
    .sleep-content-box1,
    .sleep-content-box2 {
        width: 100%;
        position: static;
    }

    .sleep-bg .ring-detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hero-heading {
        font-size: 40px;
    }
    .chiroring-sleep-box .item .chiroring-sleep-image {
        height: 350px;
    }

    /* 11 August detail page css  */
    .detail-page-section {
        padding-top: 90px;
    }
    .product-name {
        font-size: 17px;
    }
    .faq-accordian-item .accordion-body {
        font-size: 16px;
    }
    .order-modal-text {
        font-size: 28px;
    }
    .why-chiro-hero-heading {
        font-size: 40px;
    }
    .fs-32-heading {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .real-life-head {
        font-size: 30px;
    }
    .order-modal-text {
        font-size: 20px;
    }
}

.nav-link.active-nav {
    color: #a6e150 !important;
}
