/* Playfair Display - For Elegant Headings */
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/Playfair Display.woff2') format('woff2'),
         url('fonts/Playfair Display.woff') format('woff'),
         url('fonts/Playfair Display.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display Italic - For Signature Accents */
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/Playfair Display Italic.woff2') format('woff2'); /* Use italic file if available */
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Aileron - For Clean, Modern Body Text */
@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Regular.woff2') format('woff2'),
        url('fonts/Aileron-Regular.woff') format('woff'),
        url('fonts/Aileron-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-SemiBold.woff2') format('woff2'),
        url('fonts/Aileron-SemiBold.woff') format('woff'),
        url('fonts/Aileron-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Bold.woff2') format('woff2'),
        url('fonts/Aileron-Bold.woff') format('woff'),
        url('fonts/Aileron-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




section{
    margin-bottom: 0px;
}
@media(min-width:769px){
 section{
    margin-bottom: 0px;
    }   
}

/*Header Start*/

.header-grid{
    background-color: #0F192D;
}

.social-connect a, .main-footer a{
    color: #fff;
}

.social-connect a:hover, .main-footer a:hover{
    color: #62F0AB;
}
.social-connect{
    display: flex;
    justify-content: space-evenly;
    color: #fff;
}

/*Header End */

:root {
    --bg-dark: #0F192D;
    --primary-green: rgb(98, 240, 171);
    --secondary-blue: rgb(119, 137, 242);
    --text-grey: #a0aabf;
    --font-playfair: 'Playfair Display', serif;
    --font-aileron: 'Aileron', sans-serif;
}

.hero-section {
    background-color: var(--bg-dark);
    min-height: 80vh;
    font-family: var(--font-playfair);
    overflow: hidden;
}
.hero-section p {
        font-family: var(--font-aileron);
}
.text-primary-green {
    color: var(--primary-green) !important;
    font-family: var(--font-playfair);
    /*font-style: italic;*/
}

.text-light-grey {
    color: var(--text-grey) !important;
}

/* --- Neubrutalism Button Style (Based on your Ref) --- */
.btn-neubrutal {
    background-color: var(--primary-green) !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    box-shadow: 4px 4px 0px #000 !important;
    transition: all 0.1s ease !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    text-transform: uppercase;
    display: inline-block;
     font-family: var(--font-aileron);
    
}

.btn-neubrutal:hover {
    box-shadow: 2px 2px 0px #000 !important;
    transform: translate(2px, 2px);
    background-color: var(--primary-green);
}

.btn-neubrutal:active {
    box-shadow: 0px 0px 0px #000 !important;
    transform: translate(4px, 4px);
}

.small-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: var(--font-aileron);
}

/* --- Video/Image Placeholder Style --- */
.video-placeholder {
    position: relative;
    border: 2px solid var(--primary-green);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 10px 0px var(--secondary-blue);
    background: #1a2744;
}

.video-placeholder img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px; /* Ensures space if image is missing */
    object-fit: cover;
}

.play-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 25, 45, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-green);
    border-radius: 50%;
    border: 2px solid #000;
    position: relative;
    cursor: pointer;
    box-shadow: 4px 4px 0px #000;
}

.play-icon::after {
    content: '';
    position: absolute;
    top: 50%; left: 55%;
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #000;
}

/* --- Mobile First Adjustments --- */
@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        padding-top: 2rem;
    }
    .video-placeholder {
        margin-bottom: 20px;
        max-width: 320px;
        margin: 0 auto;
    }
    .display-4 {
        font-size: 2.2rem;
    }
}

/*Product Grid */

/* Product Grid Section */
.maw-product-grid {
    /*padding-bottom: 80px;*/
       font-family: 'Playfair Display', serif;
}

.section-title {
    font-size: 2.8rem;
    color: #0F192D; /* Deep navy text */
    line-height: 1.2;
   font-family: var(--font-playfair);
   /*margin-bottom: 0px;*/
}
@media(max-width: 768px){
    .section-title{
        font-size: 28px !important;
    }
}

.highlight-text {
    color: rgb(119, 137, 242); /* Secondary Blue from your palette */
    font-family: var(--font-playfair);
    font-style: italic;
    font-size: 34px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

/* Neubrutalism Product Card */
.product-card {
    background: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 6px 6px 0px #000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #000;
}

/* Badge Style */
.product-badge {
    position: absolute;
    top: 0px;
    left: 10px;
    background: rgb(119, 137, 242);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #000;
    z-index: 2;
     font-family: var(--font-aileron);
}

.product-img-wrapper {
    height: 200px;
    background: #f0f0f0;
    border-bottom: 2px solid #000;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content {
    padding: 20px;
    flex-grow: 1;
}

.product-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0F192D;
    margin: 0px;
}

.product-meta {
    font-size: 0.8rem;
    color: #666;
    display: flex;
     font-family: var(--font-aileron);
    justify-content: space-between;
}

/* Bottom CTA Style */
.product-cta {
    background-color: rgb(98, 240, 171) !important; /* Primary Green */
    display: block;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 700;
    border-top: 2px solid #000;
    transition: background 0.2s;
     font-family: var(--font-aileron);
}

.product-cta:hover {
    background-color: rgb(119, 137, 242) !important; /* Switch to blue on hover */
    color: #fff !important;
}

/*Product Grid */

/*Why Us Start */

.why-maw {
    background-color: #fcfaf6; /* Light off-white for a clean look */
       font-family: 'Playfair Display', serif;
}

.text-green {
    color: rgb(4, 138, 129); /* Forest Green accent from your primary palette */
    letter-spacing: 2px;
}

.trust-title {
    font-size: 2.8rem;
    color: #0F192D; /* Deep navy text */
    line-height: 1.2;
    font-family: var(--font-playfair);
}

.trust-title span {
    color: rgb(119, 137, 242); /* Secondary blue accent */
}

/* Card V2 - Static Grid Style */
.trust-card-v2 {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06); /* Subtle border for definition */
}

.trust-card-v2:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}


.icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: rgba(98, 240, 171, 0.2); /* 20% opacity Primary Green */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: rgb(4, 138, 129); /* Solid green icon color */
}

.trust-card-v2 h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0F192D;
    margin-bottom: 0.75rem;
    font-family: var(--font-playfair);
}

.trust-card-v2 p {
    font-size: 0.9rem;
    color: #000; /* Softened grey for description */
    line-height: 1.6;
    margin: 0;
     font-family: var(--font-aileron);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .trust-title {
        font-size: 2rem;
    }
}

/*Why Us End */

/*Founder Section */

.founder-section {
    background-color: #0F192D;
   font-family: 'Playfair Display', serif;
    overflow: hidden;
    /*box-shadow: 0 20px 40px rgba(15, 25, 45, 0.15);*/
    border-radius: 24px;
}
.founder-section h5{
    font-family: var(--font-aileron);
    font-weight: 500;
}

.text-blue {
    color: rgb(119, 137, 242); /* Secondary Blue */
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.highlight-green {
    color: rgb(98, 240, 171); /* Primary Green */
    /*padding: 0 10px;*/
    /*border: 2px solid #000;*/
    display: inline-block;
}

.founder-bio p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    padding-right: 8px;
}
.founder-section h2{
    color: #fff;
}

.mission-box {
    background: rgb(247, 235, 236); /* Off-white palette */
    padding: 25px;
    border-left: 5px solid rgb(119, 137, 242);
    border-radius: 0 12px 12px 0;
    font-style: italic;
}

/* Founder Image Styling with Organic Shape */
.founder-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.founder-image-wrapper img{
    height: auto;
    max-width: 100%;
    max-height: 800px;
    width: auto;
}

.blob-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: rgb(119, 137, 242); /* Secondary Blue Blob */
    /* Organic "blob" shape based on your ref */
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    z-index: 1;
    animation: blob-morph 10s infinite alternate;
}

.founder-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    filter: grayscale(100%); /* Matches your black/white headshot */
    transition: filter 0.3s ease;
}

.founder-img:hover {
    filter: grayscale(0%);
}

@keyframes blob-morph {
    0% { border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; }
    100% { border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%; }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .founder-section {
        text-align: center;
    }
    .mission-box {
        border-left: none;
        border-top: 5px solid rgb(119, 137, 242);
    }
    .founder-image-wrapper {
        margin-bottom: 40px;
    }
}

/*Founder Section End */

/* Social Reach Patch Style */
.social-reach-container {
    max-width: 200px;
}

@media(max-width: 900px){
    .social-reach-container {
        margin: 0 auto;
    }
}

.reach-card {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 4px 4px 0px #000; /* Neubrutalism shadow */
}

.reach-count {
    font-weight: 800;
    font-size: 1.2rem;
    color: rgb(119, 137, 242); /* Secondary Blue */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-btn {
    width: 45px;
    height: 45px;
     background: rgb(98, 240, 171);
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 3px 3px 0px #000;
}

.social-btn:hover {
    background: rgb(98, 240, 171); /* Primary Green on Hover */
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000;
    color: #000;
}
/* Social Reach Patch Style End */

/*FAQ */

/* FAQ Section Styling */
.faq-section {
    background-color: #fff;
       font-family: 'Playfair Display', serif;
}

.faq-main-title {
    font-weight: 800;
    font-size: 28px;
    /*text-transform: uppercase;*/
    color: #0F192D;
    line-height: 1.1;
    margin-bottom: 25px;
}

.text-blue {
    color: rgb(119, 137, 242) !important; /* Secondary Blue */
}

/* Neubrutalism Accordion */
.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
     font-family: var(--font-aileron);
}

.faq-item {
    border: 2px solid  #00272633;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.2s ease;
}

.faq-toggle {
    display: none;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
}

.faq-header:hover {
    background: rgb(247, 235, 236); /* Off-white palette */
}

.faq-icon{
    content: '+';
    font-size: 1.5rem;
    color: rgb(119, 137, 242);
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Accordion Logic */
.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.faq-content p {
    padding-bottom: 20px;
    color: #444;
    line-height: 1.6;
}

.faq-toggle:checked ~ .faq-content {
    max-height: 300px;
    padding-top: 10px;
}

.faq-toggle:checked ~ .faq-header .faq-icon::before {
    content: '-';
    transform: rotate(180deg);
}

.faq-toggle:checked ~ .faq-header {
    border-bottom: 1px solid #eee;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .faq-main-title {
        font-size: 2rem;
        margin-bottom: 30px;
        text-align: center;
    }
}

/*FAQ END */

/*Footer */

.main-footer {
    background-color: #0F192D; /* Brand Background */
    color: #ffffff;
       font-family: 'Playfair Display', serif;
}

.footer-logo {
    max-width: 150px;
}

.footer-mission {
    font-size: 0.95rem;
    color: #a0aabf; /* Light Grey Text */
    line-height: 1.6;
    font-family: var(--font-aileron);
    padding: 0 8px;
}

.footer-bottom{
    font-family: var(--font-aileron);
}

.footer-bottom .list-inline{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
}

.text-primary-green {
    color: rgb(98, 240, 171) !important; /* Primary Green */
    letter-spacing: 1px;
}

/* Social Icons */
.footer-social-icon {
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer-social-icon:hover {
    color: rgb(98, 240, 171); /* Primary Green hover */
}

/* WhatsApp Icon specific to design ref */
.whatsapp-support {
    font-size: 2.2rem;
    color: #ffffff;
    transition: transform 0.2s ease;
    display: inline-block;
}

.whatsapp-support:hover {
    color: rgb(98, 240, 171);
    transform: scale(1.1);
}

/* Divider & Bottom Bar */
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-light-grey {
    color: #a0aabf;
}

.legal-links a {
    color: #a0aabf;
    text-decoration: none;
    font-size: 0.85rem;
    margin-left: 15px;
    transition: color 0.2s;
}

.legal-links a:hover {
    color: rgb(119, 137, 242); /* Secondary Blue hover */
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .legal-links {
        margin-top: 15px;
    }
    .legal-links li {
        display: block;
        margin-bottom: 0px;
    }
}

/*Footer End */

/* Continous Strip */

.maw-ticker-wrapper {
    background-color: #fff /* Primary Green rgb(98, 240, 171); */
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 0;
    position: relative;
    z-index: 10;
}

.maw-ticker {
    display: inline-block;
    animation: maw-marquee 40s linear infinite;
    will-change: transform;
}

.maw-ticker-item {
    display: inline-block;
    padding-right: 50px; /* Space between the repeating strings */
     font-family: var(--font-aileron);
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    text-transform: uppercase;
}

.brand-name {
    color: #000;
    /* Optional: make brands slightly thicker or different to stand out */
    /*background: rgba(255,255,255,0.3);*/
    padding: 2px 6px;
    border-radius: 4px;
}

@keyframes maw-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); }
}

/* Pause on hover so people can read the names */
.maw-ticker-wrapper:hover .maw-ticker {
    animation-play-state: paused;
}

/*Continous Strip End*/

/*Cart & Checkout */

/* 1. Global Page Polish */
.wc-block-cart, .wc-block-checkout {
    padding: 30px 0 !important;
    gap: 20px;
}
.wc-block-components-sidebar-layout.wc-block-cart{
    gap:20px;
}
.wc-block-components-main, .wc-block-cart__main{
    max-width: 750px;
}
/* 2. Main Container Cards */
.wc-block-components-main, .wc-block-cart__main, .wc-block-checkout__main,
.wc-block-cart__sidebar, .wc-block-checkout__sidebar {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 25, 45, 0.08) !important;
    box-shadow: 0 10px 30px rgba(15, 25, 45, 0.03) !important;
    padding:20px !important;
}

/* 3. Typography & Headers */
.wc-block-cart-items__header {
    background: transparent !important;
    border-bottom: 2px solid #0F192D !important;
}

.wc-block-cart-items__header th span {
    color: #0F192D !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 1px;
}

.wc-block-components-product-name {
    color: #0F192D !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

/* 4. Price & Badges */
.wc-block-components-product-price__value {
    font-weight: 700 !important;
    color: #0F192D !important;
}

.wc-block-components-sale-badge {
    background-color: #62F0AB !important;
    color: #0F192D !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    border: none !important;
}

/* 5. Modernized Sidebar & Totals */
.wc-block-cart__totals-title, .wc-block-checkout__totals-title {
    color: #0F192D !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item {
    background: #0F192D !important; /* Navy background for the total section */
    padding: 20px !important;
    border-radius: 12px !important;
    margin-top: 25px !important;
}

.woocommerce-cart .wc-block-components-totals-item__label, 
.woocommerce-cart .wc-block-components-totals-footer-item-tax-value {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* 6. The "Enroll Now" Style Button */
.wc-block-cart__submit-button, .wc-block-checkout__add-note .button, #place_order,.wc-block-components-checkout-place-order-button {
     background-color: #62F0AB !important; 
    color: #0F192D !important;
    border-radius: 12px !important; /* Rounded pill shape to match your sticky bar */
    padding: 20px 40px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
     box-shadow: 0 4px 15px rgba(98, 240, 171, 0.4) !important; 
}

.wc-block-cart__submit-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(98, 240, 171, 0.5) !important;
    background-color: #4ee899 !important;
}

/* 7. Utilities & Small Links */
.wc-block-cart-item__remove-link {
    color: #777 !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    transition: color 0.2s;
}

.wc-block-cart-item__remove-link:hover {
    color: #ff4d4d !important;
}

/* Fix for coupon panel icon */
.wc-block-components-panel__button {
    color: #0F192D !important;
    font-weight: 600 !important;
}
.wc-block-components-totals-coupon__form button{
 border: none !important; 
background-color: #fff !important;
}

/*checkout */


/* 2. Step Headings (Contact, Billing, Payment) */
.wc-block-components-checkout-step__title {
    color: #0F192D !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

.wc-block-components-checkout-step {
    border-bottom: 1px solid rgba(15, 25, 45, 0.1) !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}

/* 3. Input Fields & Select Boxes */
.wc-block-components-text-input input,
.wc-block-components-address-form select,
.wc-blocks-components-select__select {
    background-color: #f8f9fa !important;
    border: 1px solid rgba(15, 25, 45, 0.15) !important;
    border-radius: 8px !important;
    padding: 15px !important;
    color: #0F192D !important;
    font-size: 16px !important;
    transition: all 0.2s ease;
}

.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus {
    border-color: #62F0AB !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(98, 240, 171, 0.2) !important;
    outline: none !important;
}

/* Floating Labels Styling */
.wc-block-components-text-input label {
    color: #6c757d !important;
    font-weight: 500 !important;
}

/* 4. Checkboxes (Create Account / Add Note) */
.wc-block-components-checkbox__input:checked {
    background-color: #0F192D !important;
    border-color: #0F192D !important;
}

.wc-block-components-checkbox__mark {
    fill: #62F0AB !important;
}

/* 5. Login Link & Guest Notice */
.wc-block-checkout__login-prompt, 
.wc-block-components-address-card__edit {
    color: #0F192D !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-color: #62F0AB !important;
}

.wc-block-checkout__guest-checkout-notice {
    background: #f1f3f5 !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    border-left: 4px solid #62F0AB !important;
}

/* 6. Payment Method Section */
.wc-block-checkout__no-payment-methods-notice {
    background-color: #fff5f5 !important;
    border: 1px solid #feb2b2 !important;
    border-radius: 8px !important;
    color: #c53030 !important;
}

/* 7. Buttons (Place Order) */
#place_order, .wc-block-cart__submit-button {
    background-color: #62F0AB !important;
    color: #0F192D !important;
    border-radius: 100px !important;
    padding: 22px 40px !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    width: 100% !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(98, 240, 171, 0.4) !important;
    cursor: pointer;
}

#place_order:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(98, 240, 171, 0.5) !important;
}

/*Cart & Checkout End */