body {
    font-family: "Titillium Web", sans-serif;
    text-decoration: none !important;
	 font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    font-family: "Bangers", system-ui;
    text-decoration: none !important;
    text-transform: capitalize;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
}
button,
.sp-btn {
    background-color: #f2b72d;
    font-size: 0.875rem;
    line-height: 1.25rem;
    fill: #000000;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 15px 7px 15px;
    font-weight: 600;
}

section {
    padding: 50px;
}

.sp-welcome {
    background-color: transparent;
    background-image: linear-gradient(180deg, #127a77 30%, #25a292 100%);
    background: #201c35;
}
.sp-welcome .row {
    text-align: center;
}
.sp-welcome .sp-logo {
    width: 375px;
    margin-bottom: 25px;
}
.sp-welcome h1 {
    font-size: 36px;
    color: #ffffff;
    font-family: "OCR-A BT";
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: 0;
}
.sp-welcome p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 25px;
}
.sp-welcome .sp-btn-wrap {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}
.sp-welcome .sp-btn-wrap .sp-shop-btn {
    background: #f39423;
    background-color: #f39423;
    font-size: 14px;
    line-height: 1.25rem;
    fill: #000000;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px 7px 15px;
    font-weight: 600;
}
.sp-welcome .sp-btn-wrap .sp-meet {
    background-color: #f2b72d;
    font-size: 0.875rem;
    line-height: 1.25rem;
    fill: #000000;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px 7px 15px;
}
.sp-welcome img {
    width: 580px;
    margin-top: 40px;
}
.sp-welcome span {
    color: #f2b72d;
}

.sp-meet-nibbler {
    background-color: #be1d2c;
    color: white;
    text-align: center;
    background: #201c35;
}
.sp-meet-nibbler h2 span {
    font-family: "OCR-A BT";
}
.sp-meet-nibbler h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 100;
}
.sp-meet-nibbler p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: justify;
}
.sp-meet-nibbler p span {
    font-size: 1rem;
    font-style: italic;
    line-height: 27px;
    color: #fef08a;
}

p:last-of-type {
    margin-bottom: 0 !important;
}

.sp-quiz {
    background-color: transparent;
    background-image: linear-gradient(180deg, #25a292 0%, #127a77 57%);
    background: #201c35;
}
.sp-quiz .sp-box {
    background-color: #127a77;
    padding: 30px 10%;
    /* margin-bottom: 50px; */
    background: #201c35;
}

.sp-quiz .sp-box h4 {
    font-size: 20px;
    color: #f2b72d;
    margin-bottom: 20px;
}

.sp-quiz .sp-box ul {
    font-size: 14px;
    color: #ffffff;
    padding: 0 0 0 20px;
}

.sp-quiz .sp-box ul li {
    margin-bottom: 5px;
}

.sp-quiz .sp-box p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.sp-quiz .sp-box p strong {
}

.sp-quiz .sp-quiz-box {
}

.sp-quiz .sp-quiz-box h2 {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.sp-quiz .sp-quiz-box p {
    font-size: 1.125rem;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}

.sp-quiz .sp-quiz-box .sp-btn {
    margin: 30px auto 0;
    display: table;
}

.sp-footer {
    background-color: #f39423;
    text-align: center;
    background: #201c35;
}
.sp-footer span {
    font-size: 0.9rem;
    line-height: 27px;
    color: #e5e7eb;
    display: block;
    margin-bottom: 30px;
}
.sp-footer .sp-explore {
    margin-right: 20px;
    background-color: #372d41;
    font-size: 0.875rem;
    line-height: 1.25rem;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px 7px 15px;
    background: white;
    color: black;
}
.sp-footer .sp-follow {
    background-color: #6f677a;
    font-size: 0.875rem;
    line-height: 1.25rem;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px 7px 15px;
    background: white;
    color: black;
}

header {
    background: #127a77;
    text-align: center;
    padding: 25px 50px;
    background: #201c35;
}
header .sp-logo img {
    width: 35%;
}

.sp-breadcrumb {
    background: #efefef;
    padding: 50px 0 34px;
    background: #201c35;
}
.sp-breadcrumb h2 {
    text-align: center;
    margin-bottom: 25px;
    color: white;
}
.sp-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 20px;
}
.sp-breadcrumb ul li {
    text-transform: capitalize;
    font-size: 20px;
    color: white;
}
.sp-breadcrumb ul li a {
    color: #be1d2c;
    font-weight: bold;
    color: white;
}
.sp-breadcrumb ul li i {
}

.product-card {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.product-image {
    width: 100%;
    /* height: 350px; */
    /* object-fit: cover; */
    /* object-position: center; */
    /* border-radius: 0px; */
}
.product-card img {
    width: 100%;
    display: block;
}

.product-card {
    border: 1px solid #e4e4e4;

    text-align: center;
}

.product-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-card .product-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    padding: 15px;
}

.sp-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.sp-pr {
    padding: 30px;
}

.product-card {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.product-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-card img {
    width: 100%;
    display: block;
    padding: 20px;
}

.product-card .product-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #444;
    font-weight: bold;
    padding: 15px;
}

.product-card .product-price {
    font-weight: bold;
    color: #444;
    padding: 0px 15px 25px;
}

/* Icon group styling */
.icon-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    background: white;
    border-radius: 100px;
    padding: 13px 25px;
}

.product-card:hover .icon-group {
    opacity: 1;
}

.icon-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin: 0 6px;
}

.icon-btn:hover {
    background: #f8f9fa;
}

.icon-btn i {
    font-size: 16px;
    color: #444;
}

.icon-btn:hover i {
    color: #d9534f;
}

/* Tooltip */
.icon-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.icon-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

.discount-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f39423;
    color: white;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.product-card:hover .product-title {
    color: #be1d2c;
}
.sp-product-archeive h2 {
    text-align: center;

    margin-bottom: 20px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.thumbnail img {
    width: 100px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail img.active {
    border: 1px solid #84194f;
}

.sp-product-details .row {
    /* padding: 10px 50px 50px; */
}

.color-btn,
.material-btn,
.size-btn,
.style-btn {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    padding: 3px 7px;
    color: black;
    text-transform: capitalize;
    border-radius: 5px;
}

.color-btn.active,
.material-btn.active,
.size-btn.active,
.style-btn.active {
    border: 2px solid black;
}

.clear-btn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    color: gray;
}

.sp-prd-select .clear-btn {
    padding: 0;
    text-decoration: none;
}

.sp-bread-nav {
    font-size: 0.92em;
    color: #777;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sp-bread-nav a {
    color: #777;
    font-weight: 300;
}

.sp-prduct-att {
    padding: 10px 25px;
}

.sp-prd-select p {
    font-size: 16px;
}

.sp-prd-select strong {
    font-weight: bold;
}

.sp-prd-select span {
    font-weight: 600;
}

.sp-prduct-att .sp-price {
    display: flex;
    align-items: center;
}

.sp-prduct-att .sp-price .sp-pp {
    font-weight: 400;
    color: #be1d2c;
    font-size: 1.5rem;
    text-decoration: line-through;
    margin-right: 10px;
    color: #201c35;
}

.sp-prduct-att .sp-price .sp-final-price {
    font-weight: 700;
    color: #000000;
    font-size: 1.5rem;
}

.sp-prduct-att .sp-product-name {
    font-size: 25px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.quantity-box {
    width: 70px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    height: 40px;
}

.add-to-cart {
    background-color: #be1d2c;
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
}

.add-to-cart:hover {
    background-color: #b68f32;
}

.sp-sku-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.sp-sku-box .sp-sku {
    margin-right: 10px;
}

.sp-sku-box .sp-pp-cat a {
    color: #000000;
    font-weight: 500;
}

.sp-price-backup button {
    background: none;
    padding: 0;
    color: #000000;
    font-weight: bold;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > thead > tr > th {
    border-bottom: 0 solid #ddd !important;
}

.priceDescriptionTable tr td,
.priceDescriptionTable tr th {
    font-size: 14px;
    padding: 5px 4px !important;
}

#productPreview_specification .table > tbody > tr > td {
    font-size: 14px;
    padding: 2px;
    border-bottom: 1px solid #ddd;
}

.noPaddingLeft,
.noPaddingLeftRight {
    padding-left: 0 !important;
}

.sp-product-description {
    margin-top: 45px;
}

.woocommerce-js table.shop_attributes {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes {
    border-style: solid;
}

.woocommerce-js table.shop_attributes th {
    width: 150px;
    font-weight: 500;
    border-top: 0;
    border-bottom: 1px dotted #e5e5e5;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}

.shop_attributes td,
.shop_attributes th {
    padding: 0.67em 1.34em;
    border-color: #e5e5e5;
}

.shop_attributes th {
    border-left-width: 1px;
    border-style: solid;
    padding-left: 0.9em;
    color: #3a3a3a;
}

.shop_attributes td {
    font-style: normal;
    border-style: solid;
}

.shop_attributes th {
    border-left-width: 1px;
    border-style: solid;
    padding-left: 0.9em;
    color: #3a3a3a;
}

.tab-content > .tab-pane {
    padding-top: 20px;
}

.nav.nav-tabs {
    border-bottom: 2px solid #d3ced2;
    padding: 0 !important;
    margin: 0 !important;
}

.sp-product-description .nav-tabs .nav-item .nav-link {
    color: #515151;
    font-weight: 700;
    border-top: 3px solid #fff;
}

.sp-product-description .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-top: 3px solid #127a77;
    border-radius: 0;
    border-bottom: 0;
    color: #127a77;
    color: #201c35;
    border-color: #201c35;
}
.cart-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart-item img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}
.total-price {
    font-size: 1.5rem;
    font-weight: bold;
}
.checkout-btn {
    background-color: #127a77;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
}
.remove-btn {
    color: white;
    cursor: pointer;
    background: #be1d2c;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background: #201c35;
}

.checkout-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.total-price {
    font-size: 1.5rem;
    font-weight: bold;
}
.checkout-btn {
    background-color: #127a77;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    background: #201c35;
}
.remove-btn {
    color: white;
    cursor: pointer;
}
.form-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.billing-info label {
    font-weight: bold;
}

.checkout-item img {
    width: 100px;
}
/* Hide number input spinners (arrows) */
/* For Webkit browsers (Chrome, Safari, Edge) */
.quantity-input-group .qty-input::-webkit-outer-spin-button,
.quantity-input-group .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Important to remove the space left by the buttons */
}

/* For Firefox */
.quantity-input-group .qty-input[type="number"] {
    -moz-appearance: textfield;
}

/* Custom properties for easier theme adjustments (optional, but good practice) */
:root {
    --qty-main-border-color: #127a77; /* The distinct border color from your input */
    --qty-button-bg: #ffffff; /* White background for buttons */
    --qty-button-hover-bg: #e2e6ea; /* Hover background for buttons */
    --qty-text-color: #333; /* Text/icon color */
}

.quantity-input-group .input-group {
    width: 150px; /* Adjust width as needed */
    /* Ensure no default Bootstrap border radius interferes on the overall group */
    border-radius: 0;
}

.quantity-input-group .btn {
    font-weight: bold;
    width: 50px; /* Adjust button width */
    /* Adjust button height */

    /* This makes the buttons circular. We'll override specific corners later for the "pill" effect. */
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding: 0; /* Remove default padding to center icon */
    border: 1px solid var(--qty-main-border-color); /* Use your distinct border color */
    color: #127a77; /* Icon color */
    background-color: var(--qty-button-bg); /* Button background */

    /* Remove default Bootstrap outlines and shadows */
    box-shadow: none !important;
    outline: none !important;
    color: #201c35;
    border-color: #201c35;
}

.quantity-input-group .btn:hover {
    background-color: var(--qty-button-hover-bg); /* Hover background */
    border-color: var(--qty-main-border-color); /* Keep border consistent on hover */
}

/* Remove border from the side that touches the input */
.quantity-input-group .btn.qty-minus {
    border-right: none;
}

.quantity-input-group .btn.qty-plus {
    border-left: none;
}

.quantity-input-group .qty-input {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.375rem 0; /* Adjust vertical padding if needed, horizontal is 0 */
    border: 1px solid var(--qty-main-border-color); /* Consistent border for input */
    background-color: #ffffff; /* White input background */
    color: #ffffff; /* Input text color */

    /* Remove default Bootstrap outlines and shadows */
    box-shadow: none !important;
    outline: none !important;

    /* Ensure no independent border-radius on the input */
    border-radius: 0;
    background: #127a77;
    background: #201c35;
    border-color: #201c35;
}

/* Specific styling for the first and last elements in the input group for rounded corners */
/* We want the LEFT side of the minus button to be fully rounded, and the right side flat */
.quantity-input-group .input-group > .btn.qty-minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* Apply border-radius to only the outer corners of the first button */
    border-top-left-radius: 20px; /* This value helps create the pill shape */
    border-bottom-left-radius: 20px; /* This value helps create the pill shape */
}

/* We want the RIGHT side of the plus button to be fully rounded, and the left side flat */
.quantity-input-group .input-group > .btn.qty-plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* Apply border-radius to only the outer corners of the last button */
    border-top-right-radius: 20px; /* This value helps create the pill shape */
    border-bottom-right-radius: 20px; /* This value helps create the pill shape */
}

/* Ensure the input itself doesn't have any border-radius where it meets the buttons */
.quantity-input-group .input-group > .form-control {
    border-radius: 0 !important;
}

/* Fix for potential extra space between elements in input-group (common Bootstrap issue) */
.input-group > :not(:first-child):not(.dropdown-menu):not(.dropdown-toggle),
.input-group > .dropdown-toggle:nth-child(n + 3) {
    margin-left: -1px; /* Overlap borders to prevent double borders/gaps */
}

.sp_product_box {
    display: block;
    text-align: left;
    margin-bottom: 30px;
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    position: relative;
    padding: 15px;
}
.sp_product_box .sp_disscount_badge {
    width: 60px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    background-color: #cb232c;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    background: #201c35;
}
.sp_product_box .sp_wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
}
.sp_product_box .sp_wishlist i {
}
.sp_product_box .sp_product_image {
}
.sp_product_box .sp_product_image img {
    height: 150px;
    margin: 20px auto;
    display: block;
}
.sp_product_box .sp_product_title {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.sp_product_box .sp_offer_notice {
    font-size: 14px;
    height: 32px;
    text-align: left;
    font-weight: 600;
    color: #cb232c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #201c35;
}
.sp_product_box .sp_price {
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.sp_product_box .sp_price .sp_actual_price {
    opacity: 0.35;
    font-size: 12px;
    margin-left: 0px;
    text-decoration: line-through;
}
.sp_product_box .sp_cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_product_box .sp_cart_btn a {
    background-color: #127a77;
    z-index: 10;
    font-size: 15px;
    height: 32px !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 90px;
    text-transform: capitalize;
    margin: 10px 0;
    background: #201c35;
}

.quantity-input-group {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-product-archeive .row {
    padding: 0 20px;
}

.sp-add-to-cart-box .quantity-input-group {
    display: block;
}
.sp-add-to-cart-box .sp_cart_btn a {
    background-color: #127a77;
    font-size: 15px;
    height: 45px !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: max-content;
    text-transform: capitalize;
    margin: 10px 0;
    padding: 10px 30px;
    background: #201c35;
}

.sp-home {
    background: #201c35;
}
.sp-home .container {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}
.sp-home .container .row {
    padding: 50px 100px;
}
.sp-home h1 {
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.sp-home .sp-tile {
    background: #ffffff14;
    display: block;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 1px solid #312e45;
}
.sp-home .sp-tile:hover {
    border-color: #fce100;
}

.sp-home .sp-tile .sp_icon {
    font-size: 25px;
    margin-bottom: 5px;
}
.sp-home .sp-tile h4 {
    color: white;
    text-transform: none;
    font-size: 22px;
}
.sp-home .sp-tile p {
    color: white;
    font-size: 14px;
}
#partyMood .modal-dialog,
#letsGo .modal-dialog,
#pmEdit .modal-dialog,
#readyTotravel .modal-dialog {
    margin-top: 80px;
}

#partyMood .modal-dialog .modal-content,
#letsGo .modal-dialog .modal-content,
#pmEdit .modal-dialog .modal-content,
#readyTotravel .modal-dialog .modal-content {
    background: #201c35;
}

#partyMood .modal-dialog .modal-content .modal-header,
#letsGo .modal-dialog .modal-content .modal-header,
#pmEdit .modal-dialog .modal-content .modal-header,
#readyTotravel .modal-dialog .modal-content .modal-header {
    border: none;
    text-align: center;
    display: block;
    padding: 30px 0 0 0;
}

#partyMood .modal-dialog .modal-content .modal-header .modal-title,
#letsGo .modal-dialog .modal-content .modal-header .modal-title,
#pmEdit .modal-dialog .modal-content .modal-header .modal-title,
#readyTotravel .modal-dialog .modal-content .modal-header .modal-title {
    color: white;
    font-size: 30px;
}

#partyMood .modal-dialog .modal-content .modal-header .btn-close,
#letsGo .modal-dialog .modal-content .modal-header .btn-close,
#pmEdit .modal-dialog .modal-content .modal-header .btn-close,
#readyTotravel .modal-dialog .modal-content .modal-header .btn-close {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    background: no-repeat;
    opacity: 1;
    font-size: 20px;
}

#partyMood .modal-dialog .modal-content .modal-body,
#letsGo .modal-dialog .modal-content .modal-body,
#pmEdit .modal-dialog .modal-content .modal-body,
#readyTotravel .modal-dialog .modal-content .modal-body {
    text-align: center;
    color: white;
    padding-bottom: 40px;
}

#partyMood .modal-dialog .modal-content .modal-body p,
#letsGo .modal-dialog .modal-content .modal-body p,
#pmEdit .modal-dialog .modal-content .modal-body p,
#readyTotravel .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
    display: block;
    margin-bottom: 32px !important;
}

#partyMood .modal-dialog .modal-content .modal-body .sp-btn,
#letsGo .modal-dialog .modal-content .modal-body .sp-btn,
#pmEdit .modal-dialog .modal-content .modal-body .sp-btn,
#readyTotravel .modal-dialog .modal-content .modal-body .sp-btn {
    background: #f9cd13;
    color: #0a0a0a;
    text-transform: capitalize;
    font-size: 15px;
    padding: 12px 30px;
    clear: both;
    margin-bottom: 10px;
    display: inline-flex;
}

#partyMood .modal-dialog .modal-content .modal-body .sp-btn.sp-meet,
#letsGo .modal-dialog .modal-content .modal-body .sp-btn.sp-meet,
#pmEdit .modal-dialog .modal-content .modal-body .sp-btn.sp-meet,
#readyTotravel .modal-dialog .modal-content .modal-body .sp-btn.sp-meet {
    background: white;
}

.sp-footer ul {
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
    font-size: 14px;
}
.sp-footer ul li {
}
.sp-footer ul li a {
    text-transform: capitalize;
    color: white;
}
.sp-footer ul li a:hover {
    color: #f2b72d;
}

.sp-about {
    background: #201c35;
    text-align: center;
    color: white;
}
.sp-about h3 {
    font-size: 30px;
    margin-bottom: 45px;
}
.sp-about p {
    font-size: 1.125rem;
    line-height: 27px;
    color: #ffffff;
}

#testimonialCarousel .carousel-item {
    min-height: 250px;
    /* background: #f8f9fa; */
    border-radius: 10px;
}

#testimonialCarousel p {
    font-size: 1.1rem;
    color: #ffffff;
}

#testimonialCarousel h5 {
    margin-top: 1rem;
    color: #ffffff;
}

#testimonialCarousel small {
    color: #f2b72d !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #555;
}

.contact-form {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 380px;
    margin: -30px auto 50px;
}
.form-control {
    border-radius: 5px;
}
.btn-primary {
    border-radius: 10px;
    padding: 10px 25px;
}

.form-control:focus,
.form-control {
    background: none;
    height: 46px;
}

label.form-label {
    display: block;
    text-align: left;
}

textarea {
    height: 100px !important;
}

form .sp-btn:hover {
    background: white;
    color: black;
}

.auth-container {
    max-width: 400px;
    margin: 60px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    background: #201c35;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    border-bottom-color: #201c35;
    color: #201c35;
    background: #f2b72d;
    border-radius: 0;
}
.position-relative .toggle-eye {
    position: absolute;
    top: 72%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    font-size: 1.2rem;
}

.btn.btn-success.w-100 {
    background: #201c35;
}

.sp-myaccount {
}
.sp-myaccount .container {
}
.sp-myaccount .container .row {
    min-height: 80vh;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.sp-myaccount h1 {
    text-align: center;
}
.sp-myaccount .sp-tile img {
    width: 45px;
    margin: 0 0 15px 0;
}
.sp-myaccount .sp-tile {
    background: #201c35;
    display: block;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid transparent;
}
.sp-myaccount .sp-tile:hover {
    border: 1px solid #f2b72d;
}
.sp-myaccount h4 {
    margin: 0;
    color: white;
}

.sp-meet-nibbler .row {
    align-items: center;
    display: flex;
}

.order-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      padding: 15px;
    }
    .order-status {
      font-weight: bold;
      color: #28a745;
    }
    .order-total {
      font-size: 1.1rem;
      font-weight: bold;
    }
    .product-img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 8px;
    }
	
	 .travel-status {
      font-weight: bold;
    }
    .status-travelled {
      color: #28a745; /* Green for Travelled */
    }
    .status-travelling {
      color: #ffc107; /* Yellow for Travelling */
    }
	
	.coupon-status {
      font-weight: bold;
    }
    .status-active {
      color: #28a745; /* Green for Active */
    }
    .status-expired {
      color: #dc3545; /* Red for Expired */
    }
    .coupon-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      padding: 15px;
    }
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}