/*!
Theme Name: agent sellit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agent-sellit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

agent sellit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/






/* Form Container Styling */
.wpfs-form.wpfs-w-60 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #333;
}

/* Form Group Styling */
.wpfs-form-group {
	margin-bottom: 20px;
}

/* Form Label Styling */
.wpfs-form-label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

/* Form Control Styling */
.wpfs-form-control {
	width: 100%;
	padding: 12px 14px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: white;
	transition: border-color 0.15s ease;
	box-sizing: border-box;
}

.wpfs-form-control:focus {
	outline: none;
	border-color: #0066cc;
	box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* Card Element Container */
#cardnumber--YmI4NGR {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 12px 14px;
	background-color: white;
	transition: border-color 0.15s ease;
	margin-top: 6px;
}

#cardnumber--YmI4NGR:focus-within {
	border-color: #0066cc;
	box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* Terms Checkbox Styling */
.wpfs-form-check {
	margin: 25px 0;
	padding-left: 25px;
	position: relative;
}

.wpfs-form-check-input {
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.wpfs-form-check-label {
	font-size: 14px;
	cursor: pointer;
	line-height: 1.4;
}

.wpfs-form-check-label a {
	color: #0066cc;
	text-decoration: none;
}

.wpfs-form-check-label a:hover {
	text-decoration: underline;
}

/* Form Actions Styling */
.wpfs-form-actions {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* Primary Button Styling */
.wpfs-btn.wpfs-btn-primary {
	background-color: #0066cc;
	color: white;
	border: none;
	border-radius: 6px;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.15s ease;
	width: 100%;
	margin-bottom: 15px;
}

.wpfs-btn.wpfs-btn-primary:hover {
	background-color: #0052a3;
}

.wpfs-btn.wpfs-btn-primary:active {
	background-color: #004080;
}

/* Payment Details Link Styling */
.wpfs-btn.wpfs-btn-link {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.wpfs-btn.wpfs-btn-link:hover {
	text-decoration: underline;
}

/* Summary Tooltip Styling */
.wpfs-summary {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	max-width: 300px;
	margin-top: 10px;
}

.wpfs-summary-table {
	width: 100%;
	border-collapse: collapse;
}

.wpfs-summary-table-cell {
	padding: 8px 0;
	font-size: 14px;
	vertical-align: top;
}

.wpfs-summary-table-row:not(:last-child) .wpfs-summary-table-cell {
	border-bottom: 1px solid #eee;
}

.wpfs-summary-table-cell[data-wpfs-summary-row-label] {
	color: #666;
	text-align: left;
	padding-right: 15px;
}

.wpfs-summary-table-cell[data-wpfs-summary-row-value] {
	color: #333;
	text-align: right;
	font-weight: 500;
}

.wpfs-summary-table-total .wpfs-summary-table-cell {
	font-weight: 700;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.wpfs-summary-description {
	margin-top: 12px;
	font-size: 13px;
	color: #666;
	font-style: italic;
	text-align: center;
}

/* Test Mode Label */
.wpfs-form-test-label {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	padding: 6px 12px;
	background-color: #f5f5f5;
	border-radius: 4px;
	display: inline-block;
}

/* Responsive Design */
@media (max-width: 480px) {
	.wpfs-form-control {
		padding: 10px 12px;
		font-size: 15px;
	}

	.wpfs-btn.wpfs-btn-primary {
		padding: 12px 20px;
		font-size: 15px;
	}

	.wpfs-form-check {
		padding-left: 22px;
	}
}

/* Form Section Spacing */
.wpfs-form-group:last-of-type {
	margin-bottom: 0;
}

/* Ensure Stripe iframe fits properly */
.StripeElement iframe {
	width: 100% !important;
	min-width: 100% !important;
}

/* Hover states for interactive elements */
.wpfs-btn:hover,
.wpfs-form-check-label:hover,
.wpfs-btn-link:hover {
	cursor: pointer;
}

.wpfs-form-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 32px;
	flex-direction: column;
}
.page-id-34 b{
	margin: 0 auto;
}


.custom_stripe_checkout_wrapper {
	width: 100%;
	margin: 60px auto;
}
.custom_stripe_checkout_wrapper h2 {text-align: center;}

.custom_stripe_checkout_wrapper .wpfs-form.wpfs-w-60
{
	margin: 34px auto;
	background: #fff;
	padding: 25px;
	box-shadow: 1px -2px 14px 0px #7a7676;
	border-radius: 10px;
}




/* ----------------------------------------------------------------------------------aashish-------------------------------------------  */
.app-wrapper > b {
	position: sticky;
	top: 0;
	height: fit-content;
	width: 100%;
}
.app-wrapper > b > main {
	width: 100%;
}
.modal-overlay.active {
	display: flex;
}

.signature-section input, .signature-section select {
        background: transparent;
    color: #333;
    border: 0;
    border-bottom: 2px solid;
    outline: none;
    font-weight: 400;
    font-size: var(--font-size-body);
    line-height: 114%;
}
.signature-section .info-row, .party-details p {
        padding: 4px 0;
}
@media (max-width: 1024px) {
	/* styles for devices 1024px wide or smaller */
	aside.sidebar.Subscription_page {
		width: 100%;
		position: initial;
	}
}

/* ----------------------------------------------------------------------------------aashish-------------------------------------------  */
p.intro-text2_words{
	font-size: 1rem;
padding-bottom: 1.2rem;
}

.faq-sticky-sidebar
 {
        margin: 30px 0;
    }
