*{
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif; 
}

body, html {
    overflow-x: hidden !important;
}


.logo-box img {
    width: 100%;
    height: 79PX;
    object-fit: cover;
}
section.nav-header {
    background: #bdbdbd;
}
.navbar-cstm {
    width: 100%;
}
.navbar-wrapper {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 20px;
    gap: 50px;
    justify-content: space-between;
}
.menu-lists {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 29px;
    margin-bottom: 0;
}
.menu-lists li {
    text-decoration: none;
    list-style: none;
}
.menu-lists a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.top-header-inner {
    background: #303030;
    padding: 10px 0;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.cart-btn {
    position: relative;
    font-size: 20px;
    color: #007bff;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #007bff;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

.login-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.login-link:hover {
    color: #bdbdbd;
}
.cta-btn a {
    background: black;
    padding: 11px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}
.cta-btn a:hover {
    background: #303030;
}
.footer-wrapper {
    background: #000000;
    padding: 18px;
}
.footer-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.footer-wrapper a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.home-section1 {
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    display: flex;
    align-items: center;
}
.hero-text h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
}
.hero-text h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
}
.home-section2 {
    padding: 100px 0;
}
.about-img img {
    width: 100%;
    max-width: 512px;
    object-fit: cover;
}
.about-text p {
    color: #000;
    font-size: 18px;
}


.t-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    font-weight: 600;
}

.t-btn:hover {
    background-color: gray;
}


form {
    width: 100%;
}

form input {
    margin: 5px;
    padding: 10px;
}

form button {
    border: none;
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    font-weight: 600;
}

form button:hover {
    background-color: gray;
}

.go_back_to_dash a {
    border: none;
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    font-weight: 600;
    margin-top: 10px;
}

.go_back_to_dash a:hover {
    background-color: gray;
}

form input:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

table tr,table td,table th {
    border: 1px solid black;
    padding: 10px !important;
}

table trbutton {
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    font-weight: 600;
}

table tr button {
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    font-weight: 600;
    border: none;
}

table tr button:hover {
    background-color: gray;
}

ul {
    margin: 0 !important;
    padding: 0px !important;
}


/*About page css*/
.about-section {
    padding: 100px 0;
}
.left-side-img {
    width: 100%;
}

.left-side-img img {
    width: 100%;
    max-width: 573px;
    height: 702px;
    object-fit: cover;
    padding: 40px;
}
.about-content-wrapper h1 {
    font-size: 49px;
    font-weight: 600;
}
.about-content-wrapper p {
    font-size: 18px;
    line-height: 1.5;
}

.about-content-wrapper {
    padding: 40px;
    background: #DCDCDC;
    margin-right: -68px;
    height: 100%;
    min-height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
}

/*Contact page css*/
.contact-form-section {
    padding: 100px 0;
}
.form-wrapper h2 {
    font-size: 50px;
    font-weight: 600;
}
.submit-btn-contact {
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px;
}

.submit-btn-contact:hover {
    background: #303030 !important;
    color: #fff;
}

/*FAQ page css*/
.faqs-wrapper {
    padding: 100px 0;
}
.faqs-wrapper .accordian-head h2 {
    font-size: 50px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.faqs-wrapper .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    overflow: overlay;
}
.faqs-wrapper .accordion-item h2 .accordion-button {
    font-size: 19px;
    font-family: Arial;
    font-weight: 600;
}

.home-section2 .about-img img {
    max-width: 100%;
}



/* Hamburger button */
.menu-toggle {
    display: none;
    width: 30px;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    height: 3px;
    background: #000;
    margin: 5px 0;
    transition: 0.3s;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

/* Menu default (desktop) */
.menu-items {
    transition: 0.4s;
}

.menu-close {
    font-size: 28px;
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
    display: block;
}

.menu-close:hover {
    color: red;
}

.menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

.contact-form-section label.form-label {
    margin: 0;
    font-size: 14px;
}

.contact-form-section input {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
}

.sec_spacing {
    padding: 50px 0;
}

.teacher-dashboard-sec {
    padding: 50px 20px;
}

.product-grid .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 268px;
    max-height: 290px;
}
.product-grid-section {
    padding: 80px 0;
}
.plan-details-section {
    padding: 80px 0;
}
.plan-details-section .socials a {
    color: #000;
}
.plan-details-section .socials i {
    font-size: 26px;
}
.plan-detail-wrapper .add-to-cart-btn:hover {
    background: #000 !important;
    transition: .1s ease;
}
.side-view-cart-row a:hover {
    background: #000 !important;
    transition: .1s ease;
}
.product-card a:hover {
    background: #DF4C53 !important;
    transition: .1s ease;
}

.menu-close {
    display: none !important;
}

.cart-page-section {
    padding: 80px 0;
}

.cart-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.cart-page-title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.cart-page-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 24px;
}

.cart-page-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 24px;
}

.cart-item-img {
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-size: 19px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.4;
}

.cart-item-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.cart-item-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 2px;
}

.cart-item-qty-col {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.cart-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.cart-qty-box button {
    background: #fff;
    border: none;
    padding: 7px 14px;
    font-size: 17px;
    cursor: pointer;
    color: #333;
    transition: background 0.2s;
}

.cart-qty-box button:hover {
    background: #f5f5f5;
}

.cart-qty-box span {
    padding: 7px 16px;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-width: 20px;
    text-align: center;
}

.cart-item-total-col {
    text-align: right;
    flex-shrink: 0;
    min-width: 70px;
}

.cart-item-total-price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.cart-item-per-year {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.cart-item-delete {
    background: none;
    border: none;
    cursor: pointer;
    color: #bbb;
    font-size: 17px;
    padding: 0;
    flex-shrink: 0;
    transition: color 0.2s;
    margin-top: 4px;
}

.cart-item-delete:hover {
    color: #DF4C53;
}

/* ===== Promo + Note ===== */
.cart-page-extras {
    margin-top: 10px;
}

.cart-extra-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #DF4C53;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 14px;
    transition: opacity 0.2s;
}

.cart-extra-link:hover {
    opacity: 0.75;
}

.cart-right {
    background: #fff;
    padding: 0;
}

.cart-summary-title {
    font-size: 30PX;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #333;
    margin-bottom: 14px;
}

.cart-free-tag {
    font-size: 15px;
    color: #333;
}

.cart-delivery-location {
    display: block;
    font-size: 13px;
    color: #555;
    text-decoration: underline;
    margin-bottom: 4px;
    cursor: pointer;
}

.cart-summary-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 24px;
}

.cart-checkout-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #DF4C53;
    color: #fff;
    padding: 16px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 14px;
    transition: background 0.2s;
    box-sizing: border-box;
}

.cart-checkout-btn:hover {
    background: #000;
    color: #fff;
}

.cart-secure-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.cart-empty-text {
    font-size: 16px;
    color: #888;
    padding: 40px 0;
}

.cart-empty-text a {
    color: #DF4C53;
    text-decoration: underline;
}

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

.checkout-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.checkout-block {
    margin-bottom: 36px;
}

.checkout-block-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.checkout-block-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 20px;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 400;
}

.required {
    color: #DF4C53;
}

.form-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s;
    outline: none;
}

.form-input:focus {
    border-color: #888;
}

.form-input.input-error {
    border-color: #DF4C53;
}

.select-wrapper {
    position: relative;
}

.form-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    appearance: none;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

.form-select:focus {
    border-color: #888;
}

.form-select.input-error {
    border-color: #DF4C53;
}

.select-wrapper::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-error {
    color: #DF4C53;
    font-size: 13px;
    margin-bottom: 12px;
}

.form-btn-row {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}

.btn-cancel {
    flex: 1;
    padding: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    transition: background 0.2s;
}

.btn-cancel:hover {
    background: #f5f5f5;
}

.btn-save-continue {
    flex: 1;
    padding: 14px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

.btn-save-continue:hover {
    background: #333;
}

.delivery-method-box {
    margin-top: 10px;
}

.delivery-method-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.delivery-method-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
}

.delivery-method-price {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.checkout-right {
    position: sticky;
    top: 20px;
}

.checkout-summary-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-item-count {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.checkout-item-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.checkout-item-img-wrap {
    position: relative;
    flex-shrink: 0;
}

.checkout-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.checkout-item-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #3e3e3e;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.checkout-item-info {
    flex: 1;
    min-width: 0;
}

.checkout-item-name {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
}

.checkout-item-sub {
    font-size: 13px;
    color: #888;
    margin-bottom: 2px;
}

.checkout-item-price {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: right;
    flex-shrink: 0;
}

.checkout-per-year {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    margin-top: 2px;
}

.checkout-promo-box {
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.checkout-promo-link {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-promo-link:hover {
    color: #DF4C53;
}

.checkout-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.checkout-free-tag {
    font-size: 15px;
    color: #333;
}

.checkout-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.checkout-yearly-note {
    font-size: 13px;
    color: #888;
    margin-top: 6px;
}

.btn-save-continue:hover {
    background: #DF4C53 !important;
    transition: .1s ease;
}

.btn-cancel:hover {
    background: #111;
    color: #fff;
}
.checkout-wrapper .checkout-block .form-select:focus {
    border-color: #111;
    box-shadow: none;
    outline: none;
}

/*  INSTRUCTIONS PAGE CSS */

.decimal-instructions-section {
    padding: 100px 0;
    background: #ddd;
}

.decimal-block {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.decimal-heading {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8eef5;
}

.decimal-subheading {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.decimal-activity {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e0e0e0;
}

.decimal-activity:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.decimal-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.decimal-list li {
    position: relative;
    padding: 8px 12px 8px 28px;
    margin-bottom: 6px;
    background: #f4f7fb;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.decimal-list li::before {
    content: '▸';
    position: absolute;
    left: 10px;
    color: #111;
    font-size: 0.85rem;
}

.decimal-pieces-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.decimal-pieces-list li::before {
    display: none;
}

.piece-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    flex-shrink: 0;
}

.piece-blue  { 
    background-color: #4A90D9; 
}
.piece-green { 
    background-color: #5CB85C; 
    
}
.piece-pink  { 
    background-color: #E87DAB; 
}

.decimal-link {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}

.decimal-link:hover {
    color: #1a5a9a;
}

.decimal-note {
    margin-top: 14px;
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

.student-update-btn {
    display: flex;
    align-items: center;
    gap: 19px;
}
.decimal-back-wrap {
    padding: 30px 0;
}
.decimal-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.decimal-back-btn:hover {
    background: #333;
}
.decimal-back-btn .arrow {
    font-size: 18px;
    line-height: 1;
}
.student-details-btn {
    background: #000;
    text-decoration: none;
    color: #fff;
    padding: 11px;
    border-radius: 50px;
    font-weight: 600;
}
section.my-student-section {
    padding: 100px 0;
}

.success-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}
.success-modal-overlay.active { display: flex; }
.success-modal-box {
    background: #fff;
    padding: 40px 35px;
    border-radius: 14px;
    max-width: 460px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    animation: slideUp 0.4s ease;
}
.success-modal-icon {
    width: 80px;
    height: 80px;
    background: #28a745;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    animation: scaleIn 0.5s ease;
}
.success-modal-box h2 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 24px;
}
.success-modal-box p { color: #666; font-size: 15px; line-height: 1.6; margin: 8px 0; }
.success-modal-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 14px;
    color: #555;
    text-align: left;
}
.success-modal-details div { margin: 5px 0; }
.success-modal-details strong { color: #333; }
.success-modal-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    width: 100%;
}
.success-modal-btn:hover { background: #218838; }
.email-notice {
    font-size: 13px;
    color: #28a745;
    margin-top: 10px;
}
@keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} }
@keyframes slideUp { from {transform: translateY(30px); opacity: 0;} to {transform: translateY(0); opacity: 1;} }
@keyframes scaleIn { from {transform: scale(0);} to {transform: scale(1);} }


.footer-wrapper .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrapper .col-md-12 p {
    margin: 0;
}

section.plan-details-section .socials {
    display: none !important;
}

.cta-social-wrapper {
    display: flex;
    align-items: center;
    gap: 17px;
}

.cta-social-wrapper .socials a {
    color: #000;
}
.cta-social-wrapper .socials a i {
    font-size: 20px;
}

.mobile-socials {
    display: none;
    gap: 14px;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
}

.mobile-socials a i {
    font-size: 20px;
}

.mobile-socials a {
    color: #000;
}


.product-card h3 {
    font-size: 27px;
}

.product-card h3.product-name-head a {
    background: none !important;
}

.delivery-details-summary {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 18px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    justify-content: space-between;
    margin-bottom: 23px;
}

.delivery-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.delivery-details-item--full {
    grid-column: 1 / -1;
}
.delivery-details-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}
.delivery-details-value {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.45;
    word-break: break-word;
    margin-bottom: 10px;
}
.delivery-details-actions {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.delivery-details-actions .btn-cancel {
    width: 100%;
    flex: none;
}


@media only screen and (max-width: 1600px) {
.home-section2 {
    padding: 50px 0;
}

}

@media only screen and (max-width: 1400px){


.home-section1 .hero-text h2 {
    font-size: 40px;
}

.home-section1 .hero-text h3 {
    font-size: 20px;
}

.footer-wrapper p {
    margin: 0;
    font-size: 16px;
}

.about-section {
    padding: 50px 0;
}

.about-section .about-content-wrapper br {
    display: none;
}

.faqs-wrapper {
    padding: 50px 0;
}

.faqs-wrapper .accordian-head h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.faqs-wrapper .accordion-item h2 .accordion-button {
    font-size: 16px;
}

.faqs-wrapper .accordion-body {
    font-size: 14px;
}

.contact-form-section {
    padding: 50px 0;
}

button.btn.submit-btn-contact.btn-lg {
    font-size: 16px;
}

.contact-form-section input, .contact-form-section textarea {
    font-size: 14px;
}


    
}


@media only screen and (max-width: 1024px){
.home-section1 {
    height: 300px;
}    
    
.auth-container {
    width: 430px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
}    
.faqs-wrapper .accordian-head h2 {
    font-size: 25px;
} 

.contact-form-section .form-wrapper h2 {
    font-size: 24px;
}
.contact-form-section .form-wrapper .form-body.p-4 {
    padding: 0 !important;
}
.checkout-block .checkout-block-title {
    font-size: 25px;
    margin: 0 0 14px;
}
    
.cart-page-section .cart-page-wrapper {
    display: flex !important;
    gap: 0px;
    align-items: start;
    flex-direction: column;
}
.cart-page-section .cart-page-wrapper .cart-right {
    width: 100%;
}

.cart-page-section .cart-items-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-page-section .cart-item-total-col {
    text-align: left;
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item-info .cart-item-name {
    font-size: 14px;
}
.cart-page-divider {
    margin: 0 0 13px;
}
.product-grid-section {
    padding: 50px 0;
}
.cart-page-wrapper .cart-item-info .cart-item-meta {
    font-size: 13px;
}
.cart-page-wrapper .cart-page-title {
    font-size: 24px;
    margin: 0 0 13px;
}
.cart-page-extras {
    display: none !important;
}
.cart-summary-title {
    font-size: 24px;
    margin: 0 0 13px;
}

.cart-page-wrapper .cart-checkout-btn {
    padding: 13px;
    font-size: 14px;
}
.cart-summary-total-row {
    font-size: 18px;
    margin-bottom: 17px;
}

.product-grid-section .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
.product-grid-section .product-grid .product-card img {
    width: 100%;
    height: 220px !important;
    min-height: 225px;
}
.product-grid .product-card h3 {
    font-size: 24px;
}
.product-grid .product-card p.plan-price-p {
    font-size: 16px !important;
}

.plan-buy-btn {
    font-size: 14px !important;
}

.plan-details-section {
    padding: 50px 0;
}
.plan-details-section .plan-detail-wrapper {
    gap: 30px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
}
.plan-details-section .plan-detail-wrapper .left-col {
    width: 100%;
}
.plan-details-section .plan-detail-wrapper .right-col {
    width: 100%;
}
.plan-details-section .plan-detail-wrapper .left-col img {
    width: 100%;
    height: 330px;
}
.plan-details-section .plan-detail-wrapper .right-col p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.plan-details-section .plan-detail-wrapper .right-col h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
.plan-details-section .plan-detail-wrapper .right-col button.add-to-cart-btn {
    padding: 11px !important;
    font-size: 15px !important;
}
#cart-sidebar a {
    font-size: 14px !important;
    padding: 11px !important;
}

.sidebar-promo-div {
    padding: 10px !important;
}    
.about-content-wrapper h1 {
    font-size: 40px;
}    
    
.about-content-wrapper p {
    font-size: 14px;
}    
.checkout-section .checkout-wrapper {
    display: flex !important;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}
.checkout-section .checkout-right {
    width: 100%;
}
.checkout-section .checkout-left {
    width: 100%;
}
.checkout-section {
    padding: 50px 0;
}
    
}


@media (max-width: 991px) {
.cta-social-wrapper .socials {
    display: none !important;
}

.mobile-socials {
    display: flex;
}    
.decimal-instructions-section {
    padding: 50px 0;
}   
.decimal-heading {
    font-size: 25px;
}
.decimal-block {
    padding: 24px 18px;
}
.decimal-instructions-section .decimal-block p {
    font-size: 14px;
}
.decimal-list li {
    font-size: 14px;
}
.decimal-subheading {
    font-size: 16px;
}
.decimal-back-wrap .decimal-back-btn {
    padding: 7px 14px;
}
.top-header-inner {
    padding: 14px 6px;
}
    .menu-toggle {
        display: block;
    }

    .menu-items {
        position: fixed;
        top: 0;
        right: -300px; /* hidden */
        width: 300px;
        height: 100%;
        background: #b5b3b3;
        z-index: 1000;
        padding: 20px;
        overflow-y: auto;
        color: #fff;
    }

    .menu-items.active {
        right: 0; /* slide in */
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .menu-lists {
        flex-direction: column;
    }

    .menu-lists li {
        margin-bottom: 15px;
    }
    
    .navbar-wrapper .menu-toggle {
    order: 1;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 100;
}
#cart-items-container .plan-name-cart {
    font-size: 14px !important;
}


header .navbar-wrapper {
    position: relative;
}

header .navbar-wrapper .cta-btn {
    padding-right: 39px;
}

header .navbar-wrapper .menu-items {
    z-index: 9999;
}


.home-section2 .about-text br {
    display: none;
}

.home-section2 .about-text  p {
    font-size: 16px;
    margin-bottom: 10px;
}

.home-section2 .about-text p:last-child {
    margin: 0;
}
.home-section1 {
        height: 300px;
    }
    
    ul.menu-lists {
    gap: 5px;
}

.menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-content-wrapper h1 {
    font-size: 40px;
    font-weight: 600;
}

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

.about-content-wrapper {
    padding: 40px;
    background: #DCDCDC;
    margin-right: -65px;
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.left-side-img img {
    width: 100%;
    max-width: 570px;
    height: 600px;
    object-fit: cover;
    padding: 20px;
}

    .faqs-wrapper .accordian-head h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .form-wrapper h2 {
    font-size: 35px;
    font-weight: 600;
}

    .menu-close {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    line-height: 1;
    color: #333;
    cursor: pointer;
}





    
}


@media (max-width: 767px) {
.delivery-details-summary {
    flex-direction: column;
    align-items: flex-start;
}    
.delivery-details-value {
    font-size: 14px;
    margin-bottom: 5px;
}
.checkout-block .checkout-block-title {
    font-size: 22px;
}
.plan-details-section .plan-detail-wrapper .right-col p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
.plan-details-section .plan-detail-wrapper .left-col img {
    height: 250px;
    }
#cart-sidebar {
    width: 370px !important;
}
.product-grid-section .product-grid .product-card img {
    width: 100%;
    height: 200px !important;
    min-height: 155px;
}

.product-grid-section .product-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}    
.form-btn-row {
    display: flex;
    flex-direction: column;
}    
.checkout-block .form-group {
    margin-bottom: 0;
}
.form-group .form-input {
    padding: 8px 14px;
}
.checkout-wrapper .checkout-block .form-label {
    margin-bottom: 7px !important;
    margin-top: 10px;
}
 
.btn-save-continue {
    padding: 11px;
    font-size: 14px;
} 
.btn-cancel {
    padding: 11px;
    font-size: 14px;
}
.checkout-left .checkout-block .form-row {
    display: flex;
    gap: 9px;
    flex-direction: column;
} 
    
.home-section1 {
    height: 210px;
}
    
.header-actions {
    font-size: 12px;
}
    
.cta-btn a {
    padding: 10px 20px;
    font-size: 13px;
}    

.logo-box img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.home-section1 .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .home-section1 .hero-text h3 {
        font-size: 18px;
        margin: 0;
    }
    
    
    .home-section1 .hero-text h2 {
        font-size: 35px;
    }
    
    .home-section2 .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

    .home-section2 .about-text p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .home-section2 .about-img img {
    max-width: 70%;
    margin: auto;
}

.home-section2 .about-img {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-wrapper p {
        margin: 0;
        font-size: 14px;
    }
    
    .about-content-wrapper {
        padding: 30px;
        margin-right: 0px;
        height: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }
    
        .left-side-img img {
        width: 100%;
        max-width: 100%;
        height: 300px;
        object-fit: cover;
        padding: 0px;
        object-fit: cover;
        object-position: 100% 30%;
    }
    
    .about-content-wrapper h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .about-content-wrapper p {
        font-size: 14px;
        margin: 0;
    }
    
    .faqs-wrapper .accordion-item h2 .accordion-button {
        font-size: 15px;
    }
    

    
    
    
}


@media (max-width: 575px) {
    .delivery-details-grid {
        grid-template-columns: 1fr;
    }
    .delivery-details-item--full {
        grid-column: auto;
    }
    
    
    header .navbar-wrapper {
        position: relative;
        padding: 10px 5px;
        height: auto;
    }
    
        .home-section1 {
        height: 200px;
    }
    
.about-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 15px;
}

    .about-content-wrapper h1 {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
    }
    
    .faqs-wrapper .accordian-head h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
        .faqs-wrapper .accordion-item h2 .accordion-button {
        font-size: 14px;
    }
    
    .faqs-wrapper .accordion-body {
        font-size: 12px;
    }
    
        .contact-form-section {
        padding: 30px 0;
    }
    
        .form-wrapper h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px !important;
    }
    
    
    
}
