/* ===== Variables ===== */
:root {
    --primary-color: #c2410c;
    --secondary-color: #D45E18;
    --light-bg: #fdf8eb;
    --header-bg: #F7F1DE;
    --footer-bg: #f2e6c8;
    --border-color: #C82D05;
    --text-color: #2A2A2A;
    --font-family: 'Open Sans', sans-serif;
}

/* ===== General Styles ===== */
body {
    font-family: var(--font-family) !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #FFF7E2 !important;
}

.grecaptcha-badge{
    opacity: 0 !important;
}

/* .content {
    padding: 0 12px;
} */

.primary-gradient, .login-button:hover{
    background: transparent linear-gradient(96deg, #C41F00 0%, #DF8A28 69%, #E08F2A 100%) 0% 0% no-repeat padding-box;
}

.contact-primary-gradient {
    background: transparent linear-gradient(0deg, #CC410D 0%, #DF8A28 69%, #E08F2A 100%) 0% 0% no-repeat padding-box;
}

.primary-gradient-text {
    background: linear-gradient(96deg, #C41F00 0%, #DF8A28 69%, #E08F2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ===== Header Styles ===== */
.cart-count {
    background-color: black;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== Login Form Styles ===== */

.login-button {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    width: max-content;
    margin-top: 1.25rem;
    padding: 0.25rem 2.75rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-transform: uppercase;
}

.form-layout {
    display: flex;
    gap: 1rem;
    width: 100%;
}

/* ===== Footer Styles ===== */

.footer-section {
    flex: 1;
    min-width: 150px;
    max-width: 220px;
    margin-block-end: 20px;
    text-align: left;
    font-size: 1rem !important;
}

.footer-section h4 {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

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

.footer-section ul li {
    color: var(--text-color);
    font-size: 14px;
    padding-block: 4px;
}

.social-icons a {
    text-decoration: none;
}

.footer-social-div {
    background-color: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-div img {
    width: 1.5rem;
    height: 1.5rem;
}

.ebook-toggle-btn {
    background-color: #fff;
    height: fit-content;
    border: none;
    text-align: center;
    font: normal normal 500 1.125rem / 24px Open Sans !important;
    color: #343a52;
    border-radius: 30px;
    padding: 5px 25px;
    cursor: pointer;
}

.ebook-plan-radio {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.ebook-plan-radio:focus, .ebook-plan-radio:hover{
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.ebook-plan-radio:active {
    accent-color: #c41f00;
}

.selected-ebook-toggle,
.active {
    color: white !important;
    background: transparent linear-gradient(96deg, #C41F00 0%, #DF8A28 69%, #E08F2A 100%) 0% 0% no-repeat padding-box !important;
    border: none !important;
}


/* ===== Phone Input Styles ===== */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-country {
    background-color: white;
}

.iti--separate-dial-code .iti__selected-country {
    background-color: white;
}

.iti-mobile .iti__country-list {
    width: 475%;
    max-height: 16rem;
    position: relative;
    z-index: 10;
}

.iti__country-list {
    width: 100%;
    position: absolute !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
    top: 100% !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, 0.5);
    top: 25px !important;
    bottom: -40px !important;
    position: absolute !important;
    padding: 0 !important;
}

.iti {
    display: flex;
    margin-top: 0.25rem;
}

.iti__selected-country {
    border-radius: 0.125rem;
    border: 2px solid #9e9c9c;
    position: absolute !important;
    top: 9px !important;
}

.iti__selected-country, .iti__selected-country-primary{
    align-items: start !important;
}

.iti__selected-country-primary {
    padding-top: 4px !important;
}

.iti__selected-country-primary:hover {
    background-color: transparent !important;
}

.iti__arrow {
    margin-top: 5px !important;
}

.hide-show-pass {
    position: absolute;
    width: 1.25rem;
    top: 25%;
    right: 0.5rem;
    cursor: pointer;
}

#mobile-error, #book-count-error {
    font-size: 0.875rem;
    color: #dc2626;
    margin-top: 5px;
}

.iti {
    width: 100%;
}

.otp-input:focus {
    outline: 2px solid royalblue;
    border: none;
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    display: grid !important;
    place-content: center !important;
}

.alertify .ajs-dialog {
    background: #fffbf0 0% 0% no-repeat padding-box !important;
    border-radius: 9px !important;
    max-width: 400px !important;
    border: 1px solid #C41F00 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    font-family: 'Open Sans' !important;
    min-height: 170px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.alertify .ajs-header, .alertify .ajs-commands {
    display: none;
}

.alertify .ajs-header,
.alertify .ajs-body {
    text-align: center;
}

.ajs-content{
    padding: 16px 10px 16px 10px !important;
    font: normal normal 500 1rem/26px Open Sans !important;
    font-weight: 500;
}

.alertify .ajs-footer {
    padding: 0 0 15px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffbf0 0% 0% no-repeat padding-box !important;
    border-radius: 9px;
}

.alertify .ajs-cancel {
    background: transparent linear-gradient(74deg, #C41F0017 0%, #E08F2A0A 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #CD440E;
    color: #C9360A !important;
    cursor: pointer;
}

.alertify .ajs-ok {
    background: transparent linear-gradient(74deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF !important;
    cursor: pointer;
}

.alertify .ajs-cancel, .alertify .ajs-ok {
    text-align: center;
    font: normal normal 500 1rem/22px Open Sans;
    letter-spacing: 0px;
    text-transform: capitalize !important;
    padding: 1px 20px !important;
    border-radius: 20px !important;
    text-transform: capitalize;
}

.error {
    color: red;
}

.subscription-frequency-div {
    display: flex;
    gap: 6px;
    align-items: center;
}

.subscription-frequency-div label {
    font: normal normal normal 1rem / 25px Open Sans;
}

.subscription-frequency-div label:hover {
    cursor: pointer !important;
}

.plyr {
    border: 1px solid;
    border-radius: 30px;
    --plyr-range-fill-background: #d45e18;
    width: 100%;
}

.plyr--audio .plyr__progress__buffer {
    color: #d45e18 !important;
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #d45e18 !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #d45e18 !important;
}

.checkbox:checked+.label .ball {
    transform: translateX(100%);
}

.checkbox:checked+.label .grid-icon {
    color: white !important;
}

.checkbox:checked+.label .list {
    color: #c41f00 !important;
}

/*-----Scrollbar css-----*/
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D45E18;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

[x-cloak] {
    display: none !important;
}

.selected {
    border: 1px solid #CD420D !important;
    background-color: #FFEDE6 !important;
}

.address-section-mobile {
    display: none;
}

.pay-redirect {
    text-align: center;
    font: normal normal bold 1.675rem/32px Open sans;
    letter-spacing: 0px;
    color: #230600;
    margin-top:10px;
}

.pay-redirect-msg {
    font: normal normal 500 1.25rem/24px Open sans;
    letter-spacing: 0px;
    color: #230600;
    margin-top:10px;
}

/* Gita Blog Css Starts here */

.blog-content {
    margin-top: 20px;
    color: #2A2A2A;
    font-family: 'Open Sans';
    margin: 0.5rem auto;
    font-size: 18px;
}

.blog-content p {
    text-align: left;
    font: normal normal normal 1.15rem/41px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A;
    font-size: 18px;
    word-break: break-word;
}

.blog-content blockquote {
    border: 0;
    letter-spacing: .1em;
    margin: 3.5rem auto 2.5rem;
    padding: 1.5rem 5rem;
    position: relative;
    background: #ffe4dc 0% 0% no-repeat padding-box;
    border-radius: 36px 0px 37px 0px;
    font-family: 'Open sans';

}

.blog-content blockquote span {
    font: normal normal 600 22px/47px Open Sans;
    letter-spacing: 0px;
    color: #D35E17;
    text-align: left;
}

.blog-content blockquote::before {
    color: #d45e18;
    content: url('/images/icons/back-quote-left.svg');
    font-family: 'poppins';
    left: 25px;
    pointer-events: none;
    position: absolute;
    top: 25px;
}

.blog-content blockquote::after {
    color: #d45e18;
    content: url('/images/icons/back-quote-right.svg');
    font-family: 'georgia';
    pointer-events: none;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.blog-content blockquote div {
    text-align: right;
    font: normal normal normal 1.25rem / 30px Open sans;
    font-style: italic;
    color: #d45e18;
}

/* Gita Blog Css Ends here */



.policy-title {
    font: normal normal bold 1.5rem/34px Open Sans !important;
    letter-spacing: 0px;
    color: #230600;
    margin-bottom: 12px;
}

.policy-content-heading {
    font: normal normal bold 1.2rem/33px Open Sans !important;
    letter-spacing: 0.12px;
    color: #C41F00 !important;
    text-transform: capitalize;
    margin: 1.125rem 0 1rem 0;
}

.policy-content-heading span {
    border-bottom: 2px solid #c41f00;
}

.policy-content {
    text-align: left;
    font: normal normal normal 1rem/25px Open Sans !important;
    letter-spacing: 0px;
    color: #2B2B2B !important;
    margin-bottom: 1rem;
}

.policy-content span {
    text-align: left;
    font: normal normal bold 1rem/30px Open Sans !important;
    letter-spacing: 0px;
    color: #230600 !important;
}

.policy-content-div ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
}

.policy-content-div ul li {
    line-height: 25px;
    color: #333;
    font-size: 1rem;
    list-style: disc;
    text-align: justify;
    margin-bottom: 5px;
}

/* Chrome, Safari, Edge */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

/* Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}

input[type="date"] {
    background: #fff !important; /* or any solid color */
    background-image: none !important;
}

.last-name {
    margin-top: 0;
}

select {
    cursor: pointer;
    background-color: white;
    border: 1px solid #c41f00;
    border-radius: 30px;
    width: auto !important;
    color: #c41f00;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c41f00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 1rem;
    padding: 5px 50px 5px 10px;
    appearance: none;
    outline: none;
    box-shadow: 0px 0px 5px #CF4B1169;
    line-height: 22px;
    font-size: 1rem;
}

select option {
    cursor: pointer;
}

.profile-section-content {
    padding: 15px !important;
    background: #F2E6C8 0% 0% no-repeat padding-box !important;
    border: 1px solid #C8A85654 !important;
    border-radius: 10px !important;
}

.profile-menu-tab {
    border: none;
    width: 100%;
    border-radius: 9px;
    margin-bottom: 0.5em;
    height: 65px;
    background: #F2E6C8;
    font: normal normal 500 1.375rem/30px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-menu-tab:hover {
    background: transparent linear-gradient(90deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-weight: 500;
}

.order-tracking {
    text-align: center;
    width: 25%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    border: none;
    height: inherit;
    width: inherit;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking p {
    font: normal normal 500 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A !important;
}

.order-tracking p span {
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A;
}

.order-tracking.completed p {
    font: normal normal bold 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #D45E18 !important;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    top: 30%;
    background-color: #C41F001F;
    position: absolute;
    left: -45%;
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #CC400C;
    height: 4px;
}

.form-check-input {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.form-check-input:focus, .form-check-input:hover{
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.form-check-input:active {
    accent-color: #c41f00;
    transform: scale(1.25);
}

.flatpickr-day:hover {
    background-color: #D45E18 !important;
    border-radius: 8px !important;
    border: none !important;
    color: white !important;
}

.flatpickr-day.today {
    border-radius: 8px !important;
    border: 1px solid #d45e18 !important;
    color: #2a2a2a !important;
}

.flatpickr-months .flatpickr-month {
    height: 40px !important;
}

.flatpickr-current-month select {
    box-shadow: none !important;
}

.form-check-input {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.form-check-input:focus, .form-check-input:hover{
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.form-check-input:active {
    accent-color: #c41f00;
    transform: scale(1.25);
}

.flatpickr-day:hover {
    background-color: #D45E18 !important;
    border-radius: 8px !important;
    border: none !important;
    color: white !important;
}

.flatpickr-day.today {
    border-radius: 8px !important;
    border: 1px solid #d45e18 !important;
    color: #2a2a2a !important;
}

.flatpickr-months .flatpickr-month {
    height: 40px !important;
}

.flatpickr-current-month select {
    box-shadow: none !important;
}

.ui-autocomplete {
    z-index: 99999;
    border-radius: 0px 0px 10px 10px !important;
    background: #fff !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    padding-top: 5px;
    
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
        background: #D45E18;
        color: white;
        cursor: pointer;
        outline: none !important;
        border: none !important;
    }

.payment-history-table {
    width: 100%;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
}

.payment-history-table thead {
    background-color: #CE470F;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.payment-history-table th, 
.payment-history-table td {
    padding: 12px;
}

.payment-history-table tbody tr:nth-child(odd) {
    background-color: #F7E2C9;
}

.payment-history-table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

.links-colored a {
    color:#0d6efd;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23CE470F" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
    border: none;
    outline: none;
}



/* ===== Responsive Styles ===== */

@media (max-width: 600px) {

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .pay-redirect {
        font: normal normal bold 1.25rem/32px Open sans;
    }

    .pay-redirect-msg {
        font: normal normal 500 1rem/24px Open sans;
    }

    .address-section {
        display: none !important;
    }

    .address-section-mobile {
        display: block;
    }

    .form-layout {
        display: grid;
        gap: 0;
    }

    .last-name {
        margin-top: 1rem;
    }

    .blog-content blockquote {
        margin: 1.5rem auto 1.5rem;
        padding: 2rem 5rem;
    }
    .blog-content blockquote span {
        font: normal normal 600 20px / 30px Open Sans;
    }

    .blog-content {
    font-size: 16px;
    }

    .blog-content p {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 810px) {
    .order-tracking::before {
        top:25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 811px) and (max-width: 1050px) {
    .order-tracking::before {
        top:25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 1024px) {
    .plyr {
        width: 80%;
    }

}

@media (min-width: 1280px) and (max-width: 1350px) {
    .header-items {
        font-size: 13px;
    }
}

@media (min-width: 1051px) and (max-width: 1440px) {
    .order-tracking::before {
        top:25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .order-tracking::before {
        top:27%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}


@media (min-width: 1800px) {}

@media (min-width: 1051px) and (max-width: 1330px) {
    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (max-width: 1242px) {}

@media (max-width: 992px) {}

@media (max-width: 576px) {}

@media (min-width: 1443px) {}

@media (min-width: 1789px) {}

@media (min-width: 1700px) {
    .grid-four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}