/* 

Theme Name:Theon
Description:Blog,Agency
Author:Kuldeep
*/

@font-face {  font-family: quinn;  src: url(http://laughandslay.com/wp-content/themes/CustomTheme/assets/fonts/Quinn-Bold.otf); font-display:swap;  }
*{
box-sizing:border-box;
}
html, body{
width:100%;
height:100%;
min-height: 100vh !important;
margin: 0px !important;
max-width: 100vw;

overflow-x: hidden;
font-family: 'Inter', sans-serif;
}
/* Hide the tax line completely on checkout */
/* .woocommerce-checkout .cart_item.tax-rate,
.woocommerce-checkout .tax-total , .wc-block-components-totals-footer-item-tax{
    display: none !important;
} */

/* Add "Including all taxes" text after order total */
/* .woocommerce-checkout .order-total td::after , .wc-block-components-totals-item__description::after{
    content: " (Including all taxes)";
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
    display: block;
} */

a
{
    text-decoration: none;
    color: inherit;
    font-family: 'Inter', sans-serif;
}
:root
{
    --purple:#BEA7E5;
    --dpurple:#7800e5;
    --orange:#FB5607;
    --green1:#7DCFB6;
    --green2:#33CA7F;
    --lyellow:#FCE8BD;
    --yellow:#FFB119;
    --white:white;
    --blue:#2330a0;
    --gold:#D6B46D;

    --t-cardbg-green:#b2ecd7;
    --t-cardbg-yellow:#e2e67a;
    --t-cardbg-purple:#b5e8f6;
    --t-cardbg-pink:#f6bcc8;
    --t-cardbg-cyan:#bef7eb;
    --t-cardbg-lime:#b2ecb7;
    --border-color:#dee2e6;
}

main    
{
 
   
}

 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
  
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


body
{
    position: relative;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
    /* font-family: roboto; */
    font-style: normal;
}
.h3, h3{
font-size: calc(1rem + .6vw);
}

/* @font-face
{
    font-family: nohemi;
    src:url(/assets/font/Nohemi-ExtraBold.woff2);
} */
/* @font-face {
    font-family: 'parsan';
    src: url('/assets/font/parsan/Parson-Bold-BF6675c651067bf.otf') format('opentype');
} */
.bg-blue
{
    background-color: #2330a0;
}

h1{
    /* font-size: 100px; */
}

h2
{

  font-weight: 700;
  
  
    letter-spacing: -.025em;
    
    /* padding-bottom:40px;
    text-align: center;  */
}

h2.heading2
{
text-align:center; width:70%;
font-size: clamp(2.25rem, 0.8571rem + 3.4286vw, 4.5rem);
}


p
{
    font-size: 18px;
}
.default-section
{
    padding:70px 0px;
    color:#b1dfcf;
}
.btn-section-center
{
	padding:30px 0;
	display:flex;
	justify-content:center;
}
.container-2
{
    width:100% !important;
    padding:0px 160px !important;
    max-width: 100% !important;
}
.accent-grad
{
    color:rgb(175, 13, 24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
background-image:linear-gradient(45deg, #89010D, #D40512, #a70714);
}


.hero-section.main
{
    position:relative;
   
}
.hero-section
{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color:white;
    height: fit-content;
    padding:0px;
    /* min-height:90vh; */
}
.hero-text {
    font-size: 8rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase;

}
.hero-text:nth-child(2)
{
    color:#ffffff;
}
.hero-secondary-text {
  font-size: 4.5rem;
  font-weight: 800;
  /* font-family: Roboto; */
}
.hero-section p{
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 200;
    width:35%;
    text-align: center;
    z-index:4;
}

.hero-banner-btn
{
    position:relative;
    border:2px solid white;
    color:white;
    font-size: 1.5rem;
    font-weight: 500;
        padding: 10px 25px;
    margin-top: 50px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 4;
}
.hero-banner-btn:hover
{
    color:#C80511;
}
.hero-banner-btn::before
{
    content:'';
    background: white;
    height:100%;
    width:100%;
    position: absolute;
    top:100%;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    left:0;
    z-index: -1;
    
}

.product-image
{
    aspect-ratio:447/512 !important;
}

.hero-banner-btn:hover::before
{
    top:0px;
    left:0;
}

.banner-move-img
{
    height:190px;
    width:auto;
    z-index: 4;
}
.product-card
{
    width:100%;
    border: 2px solid black;
}
.product-card h2{
    font-size: 30px;
}
/* section
{
    padding-top:10rem;
    padding-bottom: 10rem;
} */

.quotes
{
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    width:70%;
}
.p-sub-text
{
        font-size: 1.5rem;
    line-height: 2rem;
    width:70%;
    color:#333333;
}


.center-container-column
{
    display:flex; flex-flow:column; justify-content:center; align-items:center; gap:20px;
    padding-block: 60px;
}



section li
{
   list-style-type: none  !important;
}
.features-section .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 50%;
  font-size: 28px;
  color: #000;
}

/* background-image:linear-gradient(45deg, #89010D, #D40512, #89010D,rgb(117, 13, 22)) */
/**
 * YITH Wishlist Custom Styling
 */

/* Archive/Shop Page Wishlist */
.product-actions-top {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    z-index: 10;
    
}

.product-actions-top .wishlist-button-wrapper {
    position: absolute !important;
    right:0px;
    top:0px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* .wishlist-button-wrapper:hover {
    
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
} */
.product-actions-top .yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper {
    display: flex;
    position: absolute;
    right: 23px;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.452);
    /* border:1.5px solid rgba(255, 255, 255, 0.747); */
    border-radius:50px;
}

/* Hide YITH default text on archive */
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span {
    font-size: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Wishlist Icon */
.yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.yith-wcwl-add-to-wishlist i {
    font-size: 20px !important;
    color: #000;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-icon::before,
.yith-wcwl-add-to-wishlist i::before {
    content: '\2665' !important; /* Heart icon */
    font-style: normal;
}

/* When added to wishlist */
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    color: #ff0000 !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
    color: #ff0000 !important;
}

/* Single Product Wishlist Button */
.single-product-wishlist {
    margin: 20px 0;
}

.single-product-wishlist .yith-wcwl-add-to-wishlist {
    display: block;
}

.single-product-wishlist .yith-wcwl-add-to-wishlist a,
.single-product-wishlist .yith-wcwl-add-to-wishlist span {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 2px solid #000;
    background: white;
    color: #000;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
    height: auto !important;
    border-radius: 0;
}

.single-product-wishlist .yith-wcwl-add-to-wishlist a:hover {
    background: #000;
    color: white;
}

.single-product-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    font-size: 18px !important;
}

/* When added - filled heart */
.single-product-wishlist .yith-wcwl-wishlistaddedbrowse a,
.single-product-wishlist .yith-wcwl-wishlistexistsbrowse a {
    background: #000;
    color: white !important;
}

/* Loading state */
.yith-wcwl-add-to-wishlist.loading {
    opacity: 0.6;
    pointer-events: none;
}
.wishlist-count {
    display: inline-block;
    transition: all 0.3s ease;
}
/* Move popup to top-right corner */
.yith-wcwl-popup-message {
    top: 100px !important;
    right: 20px !important;
    left: auto !important;
    transform: none !important;
}

/* .wishlist-count.pulse {
    animation: pulse 0.6s ease;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
} */
/* Mobile Responsive */
@media (max-width: 768px) {
    .wishlist-button-wrapper {
        width: 35px;
        height: 35px;
    }
    
    .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
    .yith-wcwl-add-to-wishlist i {
        font-size: 16px !important;
    }
    
    .single-product-wishlist .yith-wcwl-add-to-wishlist a {
        padding: 10px 20px;
        font-size: 13px !important;
    }
}

/* Fix positioning conflicts with sale badge */
.product-actions-top .sale-badge {
    position: relative;
    margin: 0;
    left:0px;
}
@media (max-width: 768px) 
{
.hero-section.main
{
   
     background-image:linear-gradient(360deg,#89010D 30%, #b1020d);
}
    .banner-move-img
{
    height:110px;
}
    h2.heading2, .quotes, .p-sub-text
{
text-align:center; width:100%;
padding:5px}

.container-2 {
    width: 100% !important;
    padding: 0px 5px !important;
}

.hero-section p{
 
    width:100%;
    padding:5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: normal;
}
.hero-text {
    font-size: 3.75rem;
}
.hero-secondary-text {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 95%;
  text-align: center;
  /* font-family: Roboto; */
}

.mob-p-5
{
    padding:2px !important;
}

.center-container-column
{
    padding-inline:5px;
}

}

/* Contact Form CSS */
/**
 * Contact Page Styles - Clean Version
 * Laugh and Slay - Custom Contact Form 7 Styling
 */

/* ========================================
   BASE STYLES
   ======================================== */

.contact-page {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Breadcrumb */
.contact-breadcrumb {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    padding: 15px 0;
}

.contact-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-breadcrumb a:hover {
    color: #000;
}

.breadcrumb-separator {
    color: #ccc;
}

/* Hero Section */
.contact-hero {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 50px;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.contact-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

/* Contact Content Grid */
.contact-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

/* Form Section */
.contact-form-section {
    background: #fff;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.form-header p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* ========================================
   CONTACT FORM 7 STYLING
   ======================================== */

.wpcf7 {
    width: 100%;
}

.wpcf7 form {
    width: 100%;
}

/* Form Rows */
.cf7-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}

/* Form Groups */
.cf7-form-group {
    margin-bottom: 24px;
}

.cf7-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #000;
}

/* Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input.cf7-input,
.wpcf7 select,
.wpcf7 select.cf7-select,
.wpcf7 textarea,
.wpcf7 textarea.cf7-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #E0E0E0;
    background: #FAFAFA;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: all 0.3s ease;
    color: #333;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #000;
    background: #fff;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
}

/* Select Dropdown */
.wpcf7 select,
.wpcf7 select.cf7-select {
    cursor: pointer;
    appearance: none;
    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='black' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

/* Textarea */
.wpcf7 textarea,
.wpcf7 textarea.cf7-textarea {
    resize: vertical;
    min-height: 150px;
}

/* Submit Button */
.wpcf7 input[type="submit"],
.wpcf7 input.cf7-submit {
    width: 100%;
    padding: 18px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input.cf7-submit:hover {
    background: #333;
}

.wpcf7 input[type="submit"]::after,
.wpcf7 input.cf7-submit::after {
    content: '→';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
}

.wpcf7 input[type="submit"]:hover::after,
.wpcf7 input.cf7-submit:hover::after {
    transform: translateY(-50%) translateX(4px);
}

/* Loading State */
.wpcf7 form.submitting input[type="submit"],
.wpcf7 form.submitting input.cf7-submit {
    opacity: 0.7;
    pointer-events: none;
}

.wpcf7 form.submitting input[type="submit"]::after,
.wpcf7 form.submitting input.cf7-submit::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

/* Validation Errors */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #C62828;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

.wpcf7-not-valid {
    border-color: #EF5350 !important;
    background: #FFEBEE !important;
}

/* Response Messages */
.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
}

.wpcf7-mail-sent-ok {
    background: #E8F5E9;
    color: #2E7D32;
    border-color: #4CAF50;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background: #FFF3CD;
    color: #856404;
    border-color: #FFC107;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    background: #FFEBEE;
    color: #C62828;
    border-color: #EF5350;
}

/* Hide Spinner */
.wpcf7 .ajax-loader {
    display: none !important;
}

/* Remove autofill background */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* ========================================
   CONTACT INFO SECTION - ULTRA CLEAN
   ======================================== */

.contact-info-section {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.contact-info-cards {
    margin-bottom: 30px;
}

.contact-info-card {
    background: #F9F9F9;
    padding: 30px 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    background: #F5F5F5;
    border-color: #000;
}

.contact-icon {
    margin-bottom: 15px;
}

.contact-icon svg {
    stroke: #000;
}

.contact-info-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-card p {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.contact-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #000;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #333;
    border-bottom-color: #333;
}

/* Business Hours */
.business-hours {
    background: #000;
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.business-hours h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.business-hours ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.business-hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #333;
    font-size: 14px;
}

.business-hours li:last-child {
    border-bottom: none;
}

.business-hours li span {
    color: #999;
}

.business-hours li strong {
    color: #fff;
    font-weight: 600;
}

/* Social Media */
.contact-social {
    background: #F9F9F9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.contact-social h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: #333;
}

/* ========================================
   FAQ SECTION - ULTRA CLEAN
   ======================================== */

.contact-faq-section {
    background: #F9F9F9;
    padding: 60px 40px;
    border-radius: 12px;
    margin-bottom: 60px;
}

.contact-faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
}

.faq-intro {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0 0 40px 0;
}

.faq-intro a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.contact-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.faq-item {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #000;
}

.faq-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.faq-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.faq-item a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}


/* ========================================
   TRUST SECTION
   ======================================== */

.contact-trust-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0;
    border-top: 1px solid #E5E5E5;
}

.trust-item {
    text-align: center;
}

.trust-icon i {
    font-size: 40px;
    color: #000;
}

.trust-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-info-section {
        position: static;
    }

    .cf7-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-faq-section {
        padding: 40px 20px;
    }

    .contact-faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-trust-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wpcf7 input[type="submit"]::after,
    .wpcf7 input.cf7-submit::after {
        right: 20px;
    }
}

/* Hide any remaining tax elements */
.woocommerce-checkout .tax-total,
.woocommerce-cart .tax-total,
.woocommerce-checkout .includes_tax,
.woocommerce-cart .includes_tax,
small.includes_tax,
.woocommerce-Price-taxLabel, .wc-block-components-totals-footer-item-tax {
    display: none !important;
}

/* Style the tax inclusive message */
.tax-inclusive-message th {
    border-top: none !important;
    padding-top: 8px !important;
    font-style: italic;
}

/* Optional: Add subtle styling */
.tax-inclusive-message th::before {
    content: "✓ ";
    color: #4CAF50;
}