/* Root Variables */
:root {
    --primary-color: #1a365d;
    --secondary-color: #2563eb;
    --text-color: #1f2937;
    --light-text: #ffffff;
    --max-width: 1200px;
    --header-height: 80px;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: var(--text-color);
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

/* Header Styles */
.header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 0.5rem 0;
    background-color: #FFF;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 2.875rem;
    width: auto;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.phone-button {
    background: #ff6600;
    color: var(--light-text);
    border: none;
    /*padding: 0.75rem 1.5rem;*/
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

.phone-button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.phone-button:active {
    transform: translateY(0);
}

/* Phone button with call-to-action */
.phone-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    line-height: 1.2;
}

.call-text-button {
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.phone-number {
    font-size: 1.1rem;
    font-weight: bold;
	padding:3px;
}

/* Remove the standalone call text since it's now in the button */
.call-text {
    display: none;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .phone-button {
        padding: 0.4rem 1rem;
    }
    
    .call-text-button {
        font-size: 0.85rem;
		font-weight: bold;
    }
    
    .phone-number {
        font-size: 1rem;
    }
}

/* BBB Rating */
.bbb-desktop {
    display: block;
}

.bbb-mobile {
    display: none;
    padding: 1rem 0;
    background: white;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bbb-logo {
    height: 50px;
    width: auto;
	padding-top: 5px;
}

/* Hero Section */
.hero {
    position: relative;
	min-height: 75vh;
    /*height: 90vh;*/
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)),
                url('../images/hero-house.webp') right/cover no-repeat;
	display: flex;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
	padding-top: 88px;
	background-color:#062245;
	opacity:0.85;
}

.hero-content {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
	padding: 9.5rem 0 9.5rem 0;
}

.hero h1 {
    color: var(--light-text);
    font-size: clamp(2.2rem, 5vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: 800;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #232a34c4;
}

.hero-subtitle {
    color: var(--light-text);
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    margin-bottom: 2.5rem;
    line-height: 1.4;
    font-weight: bold;
	text-shadow: 2px 2px 4px #232a3475;
}

.hero-subtitle-two {
    color: var(--light-text);
    font-size: clamp(1.2rem, 0.7vw, 1.5rem);
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 2px 2px 4px #232a3475;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
}

/* Form Styles */
.address-form {
    max-width: 600px;
    margin: 0 auto;
}
.lightBorder{
	border: 1px solid #ccc;
}
.input-wrapper {
    position: relative;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.25rem;
    margin-bottom: 1rem;
}

.input-wrapper input {
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 1rem;
    border: none;
    outline: none;
    font-size: 1.125rem;
    padding-right: 120px;
    border-radius: 0.5rem;
}

.input-wrapper button {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    background: #ff6600;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-weight: bold;
    /*transition: background-color 0.2s;*/
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-wrapper button:hover {
    background-color: #1d4ed8;
}

.input-wrapper button:disabled {
    background-color: #93c5fd;
    opacity: 1;
    cursor: not-allowed;
}

.trust-text {
    color: var(--light-text);
    font-size: 1.6rem !important;
    opacity: 1;
    margin-top: 5rem;
	font-weight: bold;
	text-shadow: 2px 2px 4px #232a3475;
}

/* Sticky Form */
.sticky-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    z-index: 1000;
    padding: 12px 0;
    display: none;
}

.sticky-form.active {
    display: block;
}

/* Process Steps Section */
.process {
    padding: 2rem 1rem;
    background: white;
}

.process h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step {
    text-align: center;
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-4px);
}

.step img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step h3 {
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.step p {
    color: var(--text-color);
    opacity: 0.9;
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 1rem;
    background: #f8fafc;
}

.testimonials-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonials h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.testimonials-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    margin-bottom: 1rem;
    color: var(--text-color);
}

.testimonials-description {
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

/* Add/update these styles in your CSS file */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border-radius: 1rem;
    overflow: hidden;
    background: #000;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-placeholder:hover .video-thumbnail {
    transform: scale(1.05);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border: none;
    width: 68px;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.video-play-button:hover {
    background: rgba(0, 0, 0, 0.9);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Process Simple Section */
.process-simple {
    /*background-color: #001F3F;*/
    padding: 5rem 0;
    /*color: white;*/
}

.process-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.process-simple h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.process-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.benefits-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.house-icon {
    color: #FFD700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.process-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
    background-color: #f8fafc;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright {
    color: #64748b;
    font-size: 0.875rem;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--secondary-color);
}

.footer-links .separator {
    color: #cbd5e1;
}

/* Loading Spinner */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.hidden {
    display: none;
}

/* Mobile Responsiveness */
@media (max-width: 968px) {
    .process-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-simple {
        padding: 4rem 0;
    }

    .process-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .hero {
        /*height: 60vh;*/
        padding-top: 5rem;
        min-height: calc(100vh - 200px);
    }
    
	.trust-text{
		font-size: 1.3rem !important;
	}
    .phone-button {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    .bbb-desktop {
        display: none;
    }
    
    .bbb-mobile {
        display: block;
		box-shadow:none !important;
    }
    
    .input-wrapper input {
        font-size: 1.2rem;
        padding-right: 100px;
    }
	.input-wrapper input::placeholder {
	  color: #062245;
	  opacity: 1;
	  font-size: 1.1rem;
	}
    
    .input-wrapper button {
        padding: 1rem 0.5rem;
        font-size: 1rem;
		min-width: 70px;
    }
    
    .logo {
        /*height: 2.3rem;*/
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    
    .hero h1 {
        font-size: 2.2rem;
        text-align: left;
        line-height: 2.6rem;
    }
	
	.hero-subtitle {
		text-align: left;
    }
	.hero-content{
		padding: 5.5rem 0 5.5rem 0;
	}
	
	.hero-subtitle-two {
    color: var(--light-text);
    font-size: clamp(1.1rem, 0.7vw, 1.5rem);
    margin-bottom: 1rem;
    margin-top: 5rem;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 2px 2px 4px #232a3475;
    text-align: left;
	width:auto;
}
    
    .phone-button {
        padding: 0.5rem 0.75rem;
    }
    
    .process h2,
    .process-simple h2 {
        font-size: 1.5rem;
    }
    
    .steps {
        grid-template-columns: 1fr;
    }
    
    .benefits-list li {
        font-size: 1rem;
    }
	.bbb-logo{
		padding-top:0px 
	}
	.trust-text {
		font-size: 1rem;
		text-align: left;
	}
	
}

/* Print Styles */
@media print {
    .hero {
        background: none;
        color: black;
        height: auto;
    }
    
    .input-wrapper {
        border: 1px solid #ccc;
    }
    
    .sticky-form,
    .video-container {
        display: none;
    }
}




/* Step 2 - address verification */
/* Add these styles to your style.css */

.verify-address {
    padding-top: var(--header-height);
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.verify-content {
    padding: 2rem 0;
    max-width: 800px;
    margin: 0 auto;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.address-verification {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.address-verification h1 {
    font-size: 1.75rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.current-address {
    font-size: 1.25rem;
    color: var(--text-color);
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 6px;
}

.verification-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.edit-button, 
.confirm-button,
.update-button {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.edit-button {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: var(--text-color);
}

.confirm-button {
    background: var(--secondary-color);
    border: none;
    color: white;
}

.update-button {
    background: var(--primary-color);
    border: none;
    color: white;
}

.edit-button:hover {
    background: #e2e8f0;
}

.confirm-button:hover {
    background: #1d4ed8;
}

.update-button:hover {
    background: #1e3a8a;
}

.edit-form {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}

.address-input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
}

.hidden {
    display: none;
}
// 3rd step - user details
/* Add to your style.css */

.user-details {
    padding-top: var(--header-height);
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem; /* Increased top padding */
}

.form-content h1 {
    font-size: 2rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1rem;
}

.form-subtitle {
    text-align: center;
    color: #64748b;
    margin-bottom: 2rem;
	font-size: 1.1rem;
}

.details-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-group input:focus {
    border-color: var(--secondary-color);
    outline: none;
}

.consent-group {
    margin: 1.5rem 0;
}

.consent-label {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    cursor: pointer;
}

.consent-label input[type="checkbox"] {
    margin-top: 0.25rem;
}

.consent-text {
    font-size: 0.875rem;
    color: var(--text-color);
}

.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.back-button,
.submit-button {
    padding: 0.875rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
    text-align: center;
    white-space: nowrap; /* Prevent button text from wrapping */
}

.back-button {
    background: white;
    border: 1px solid #e2e8f0;
    color: var(--text-color);
}

.submit-button {
    background: var(--secondary-color);
    border: none;
    color: white;
}

.back-button:hover {
    background: #f8fafc;
}

.submit-button:hover {
    background: #1d4ed8;
}

.form-group.error input {
    border-color: #ef4444;
}

.error-message {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .form-content {
        padding: 9rem 1rem 2rem; /* Maintain top padding on mobile */
    }

    .details-form {
        padding: 1.5rem;
    }

    /*.form-row {
        grid-template-columns: 1fr;
    }*/
	    /* Adjust input padding for better mobile experience */
    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[type="email"] {
        padding: 0.75rem;
        font-size: 16px; /* Prevent iOS zoom on focus */
    }
}
/* Extra small devices */
@media (max-width: 375px) {
    .form-content {
        padding: 9rem 0.5rem 2rem;
    }

    .form-row {
        gap: 0.5rem; /* Reduce gap for very small screens */
    }
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .verify-content {
        padding: 1rem;
    }

    .map-container {
        height: 300px;
    }

    .verification-options {
        flex-direction: column;
    }

    .edit-form {
        flex-direction: column;
    }

    .address-verification {
        padding: 1rem;
    }
}

/* step 4 - property details */

/* Property Details Specific Styles */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-color);
}

.form-group input[type="number"] {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
    appearance: none;
    -moz-appearance: textfield;
}

.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type="number"] {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
    -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
    background-color: white;
    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='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}

.form-select:focus {
    border-color: var(--secondary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
/* Mobile Responsiveness */
@media (max-width: 640px) {
        .form-select,
    .form-group input[type="number"] {
        font-size: 16px; /* Prevent iOS zoom */
        padding: 0.75rem;
        height: 48px; /* Larger touch target */
    }
    
    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }

    /* Add touch state */
    .form-select:active,
    .form-group input[type="number"]:active {
        background-color: #f8fafc;
    }
	.form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group input[type="number"] {
        font-size: 16px; /* Prevent iOS zoom */
        padding: 0.75rem;
    }
}

/* step 5 - Property Condition */
/* Add to your style.css */

.property-condition {
    /*padding-top: var(--header-height);*/
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.condition-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.condition-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.condition-option {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.condition-option:hover {
    border-color: var(--secondary-color);
    background: #f8fafc;
}

.condition-option input[type="radio"] {
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
}

.option-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.option-title {
    font-weight: 600;
    color: var(--text-color);
}

.option-description {
    font-size: 0.875rem;
    color: #64748b;
}

.condition-option input[type="radio"]:checked + .option-content {
    color: var(--secondary-color);
}

.condition-option input[type="radio"]:checked + .option-content .option-title {
    color: var(--secondary-color);
}

.repairs-detail {
    margin-bottom: 2rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.repairs-detail.visible {
    opacity: 1;
    max-height: 300px;
}

.repairs-detail label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.repairs-detail textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.repairs-detail textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .condition-form {
        padding: 1.5rem;
    }

    .condition-option {
        padding: 0.75rem;
    }
}

/* step 6 - motivation */
/* Add to your style.css */

.motivation-section {
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.motivation-section .form-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem;
}

.motivation-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.motivation-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.motivation-option {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.motivation-option:hover {
    border-color: var(--secondary-color);
    background: #f8fafc;
    transform: translateY(-1px);
}

.motivation-option input[type="radio"] {
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}

.motivation-option.selected {
    border-color: var(--secondary-color);
    background: #f0f7ff;
}

.option-content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    flex: 1;
}

.option-title {
    font-weight: 600;
    color: var(--text-color);
    font-size: 1.125rem;
}

.option-description {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.4;
}

.motivation-option input[type="radio"]:checked + .option-content .option-title {
    color: var(--secondary-color);
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .motivation-section .form-content {
        padding: 9rem 1rem 2rem;
    }
    
    .motivation-form {
        padding: 1.5rem;
    }

    .motivation-option {
        padding: 1rem;
    }

    .option-title {
        font-size: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .motivation-section .form-content {
        padding: 9rem 0.5rem 2rem;
    }
}

/* Step 7 - time frame */
/* Add to your style.css */

.timeframe-section {
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.timeframe-section .form-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem;
}

.timeframe-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeframe-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.timeframe-option {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.timeframe-option:hover {
    border-color: var(--secondary-color);
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.timeframe-option input[type="radio"] {
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}

.timeframe-option.selected {
    border-color: var(--secondary-color);
    background: #f0f7ff;
}

.timeframe-option .option-content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    flex: 1;
}

.timeframe-option .option-title {
    font-weight: 600;
    color: var(--text-color);
    font-size: 1.125rem;
}

.timeframe-option .option-description {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.4;
}

.timeframe-option input[type="radio"]:checked + .option-content .option-title {
    color: var(--secondary-color);
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .timeframe-section .form-content {
        padding: 9rem 1rem 2rem;
    }
    
    .timeframe-form {
        padding: 1.5rem;
    }

    .timeframe-option {
        padding: 1rem;
    }

    .timeframe-option .option-title {
        font-size: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .timeframe-section .form-content {
        padding: 9rem 0.5rem 2rem;
    }
}
/* Step 8 - asking price */
/* Add to your style.css */

.price-section {
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.price-section .form-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem;
}

.price-form {
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-slider-container {
    margin-bottom: 3rem;
}

.price-display {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.currency {
    color: #64748b;
    font-weight: 600;
}

.slider-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Custom Slider Styling */
.price-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e2e8f0;
    outline: none;
    margin: 2rem 0;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--secondary-color);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.price-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--secondary-color);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.price-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.price-slider::-moz-range-thumb:hover {
    transform: scale(1.1);
}

.price-slider:active::-webkit-slider-thumb {
    transform: scale(1.2);
}

.price-slider:active::-moz-range-thumb {
    transform: scale(1.2);
}

.slider-markers {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .price-section .form-content {
        padding: 9rem 1rem 2rem;
    }
    
    .price-form {
        padding: 1.5rem;
    }

    .price-display {
        font-size: 2rem;
    }

    .slider-container {
        padding: 0;
    }

    .slider-markers {
        font-size: 0.75rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .price-section .form-content {
        padding: 9rem 0.5rem 2rem;
    }

    .price-display {
        font-size: 1.75rem;
    }
}

/* Step 9 - more information */
/* Add to your style.css */

.message-section {
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.message-section .form-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem;
}

.message-form {
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.message-container {
    position: relative;
    margin-bottom: 2rem;
}

.message-container textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5;
    resize: vertical;
    min-height: 150px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.message-container textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.message-container textarea::placeholder {
    color: #94a3b8;
}

.character-count {
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    font-size: 0.875rem;
    color: #64748b;
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.character-count .separator {
    color: #cbd5e1;
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .message-section .form-content {
        padding: 9rem 1rem 2rem;
    }
    
    .message-form {
        padding: 1.5rem;
    }

    .message-container textarea {
        font-size: 16px; /* Prevent iOS zoom */
        padding: 0.875rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .message-section .form-content {
        padding: 9rem 0.5rem 2rem;
    }
}
/* Step 10 - Thank you */
/* Add to your style.css */

.thanks-section {
    min-height: calc(100vh - var(--header-height) - 100px);
    background: #f8fafc;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 9rem 1rem 3rem;
}

.thanks-content h1 {
    color: var(--primary-color);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    text-align: center;
    margin-bottom: 2rem;
}

/* Contact Timing Section */
.contact-timing {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.working-hours-message {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f0f7ff;
    border-radius: 6px;
    color: var(--primary-color);
}

.working-hours-message.outside-hours {
    background: #f67435 ;
    color: #9a3412;
}

.contact-preference h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
}

.preference-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.asap-button {
    background: var(--secondary-color);
    color: white;
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.asap-button:hover {
    background-color: #1d4ed8;
}

.or-divider {
    color: #64748b;
    font-size: 0.875rem;
}

.preferred-time {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
}

.preferred-time input {
    flex: 1;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
}

.preferred-time button {
    background: var(--primary-color);
    color: white;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

/* Photo Upload Section */
.photo-upload-section {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    text-align: center;
}

.photo-upload-section h2 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.upload-description {
    color: #64748b;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

.photo-suggestions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
}

.photo-suggestions li {
    background: #f8fafc;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
}

.upload-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.camera-button,
.upload-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 140px;
}

.camera-button {
    background: var(--secondary-color);
    color: white;
    border: none;
}

.camera-button:hover {
    background: #1d4ed8;
}

.upload-button {
    background: white;
    color: var(--text-color);
    border: 1px solid #e2e8f0;
}

.upload-button:hover {
    background: #f8fafc;
}

/* Photo Preview Grid */
.photo-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.photo-thumbnail {
    position: relative;
    aspect-ratio: 1;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Testimonials Grid */
.testimonials-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.testimonials-header h2 {
    color: var(--primary-color);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.testimonials-header p {
    color: #64748b;
    font-size: clamp(1rem, 2vw, 1.125rem);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
    font-size: 0.875rem;
}

.review-source {
    width: 20px;
    height: 20px;
}

.testimonial-card blockquote {
    color: #64748b;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9375rem;
}

/* Mobile Adjustments */
@media (max-width: 640px) {
    .thanks-content {
        padding: 6rem 1rem 2rem;
    }

    .upload-controls {
        flex-direction: column;
    }

    .preferred-time {
        flex-direction: column;
    }

    .testimonial-card {
        padding: 1.25rem;
    }
    .photo-preview {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    .photo-suggestions {
        grid-template-columns: 1fr 1fr;
    }
    
    .upload-controls {
        flex-direction: row; /* Keep buttons side by side */
        gap: 0.75rem;
    }
    
    .camera-button,
    .upload-button {
        padding: 0.75rem 1rem;
        min-width: 130px;
        font-size: 0.875rem;
    }
}
@media (max-width: 480px) {
    .photo-suggestions {
        grid-template-columns: 1fr;
    }
}

/* Add to your style.css */

.privacy-policy {
    background: #f8fafc;
    padding: 9rem 0 3rem;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy-policy h1 {
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
    text-align: center;
}

.policy-intro {
    color: #64748b;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.policy-section {
    margin-bottom: 2.5rem;
}

.policy-section h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.policy-section h3 {
    color: var(--text-color);
    font-size: 1.25rem;
    margin: 1.5rem 0 0.75rem;
    font-weight: 500;
}

.policy-section p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-section {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 6px;
    margin: 2rem 0;
}

.contact-section .contact-info {
    margin-top: 1rem;
}

.contact-section .contact-info p {
    margin-bottom: 0.5rem;
}

.policy-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    font-style: italic;
    color: #64748b;
}

/* Mobile Adjustments */
@media (max-width: 640px) {
    .privacy-policy {
        padding: 6rem 1rem 2rem;
    }
    
    .content-wrapper {
        padding: 1.5rem;
    }
    
    .policy-section h2 {
        font-size: 1.25rem;
    }
    
    .policy-section h3 {
        font-size: 1.125rem;
    }
}
/* Add to your style.css */

.terms {
    background: #f8fafc;
    padding: 9rem 0 3rem;
}

.terms .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.terms h1 {
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
    text-align: center;
}

.terms-alert {
    background: #fef9c3;
    border-left: 4px solid #ca8a04;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0 6px 6px 0;
}

.terms-alert p {
    color: #854d0e;
    margin: 0;
    line-height: 1.6;
}

.terms-nav {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.terms-nav-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.terms-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.terms-nav a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.terms-nav a:hover {
    color: var(--primary-color);
}

.terms-section {
    margin-bottom: 2.5rem;
    scroll-margin-top: 100px;
}

.terms-section h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.terms-section p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.terms-section ul {
    list-style: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: #64748b;
}

.terms-section ul li {
    margin-bottom: 0.5rem;
}

.contact-section {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 6px;
    margin-top: 3rem;
}

.contact-section .contact-info {
    margin: 1rem 0;
}

.contact-section .contact-info p {
    margin-bottom: 0.5rem;
}

.contact-note {
    font-style: italic;
    color: #64748b;
    font-size: 0.875rem;
    margin-top: 1rem;
}

/* Mobile Adjustments */
@media (max-width: 640px) {
    .terms {
        padding: 6rem 1rem 2rem;
    }
    
    .content-wrapper {
        padding: 1.5rem;
    }
    
    .terms-nav ul {
        grid-template-columns: 1fr;
    }
    
    .terms-section h2 {
        font-size: 1.25rem;
    }
}
/* comparison Table */
.comparison {
    padding: 3rem 1rem;
    background-color: white;
    text-align: center;
}

.comparison h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;	
}

.comparison-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    padding: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    font-size: 1rem;
}

.comparison-table th {
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.comparison-table td {
    color: var(--text-color);
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.comparison-table tbody tr:hover {
    background-color: #f0f7ff;
}

.comparison-table tbody tr td:first-child {
    font-weight: 600;
    color: var(--primary-color);
}

.comparison-table tbody tr td:last-child {
    color: var(--secondary-color);
    font-weight: 600;
}

@media (max-width: 768px) {
    .comparison-table th,
    .comparison-table td {
        padding: 1rem;
        font-size: 0.875rem;
    }

    .comparison h2 {
        font-size: 1.5rem;
    }
}
/* About Us */
.about-us {
    padding: 5rem 1rem;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
}

.about-text {
    max-width: 500px;
}

.about-text h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.about-text p {
    font-size: 1.125rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.bbb-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #e2e8f0;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.bbb-badge img {
    height: 60px;
    width: auto;
}

.bbb-badge p {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
}

.about-image img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-image img {
        margin-top: 1rem;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* we buy any house */
.we-buy-houses {
    padding: 5rem 1rem;
    background-color: #f8fafc;  /*subtle background color */
}

.we-buy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    max-width: var(--max-width);
    margin: 0 auto;
}

.we-buy-info {
    max-width: 500px;
    text-align: left;
}

.we-buy-info h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: left;
}

.we-buy-info p {
    font-size: 1.125rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.house-types {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
}

.house-types ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

.house-types li {
    display: flex;
    align-items: center;
    font-size: 1rem;
	font-weight: bold;
    color: var(--text-color);
    line-height: 1.5;
}

.house-types .icon {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: var(--secondary-color);
}

.we-buy-image img {
    border-radius: 0.5rem;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .we-buy-content {
        grid-template-columns: 1fr;
        text-align: left;
    }
	.house-types li{
		font-size: 1.25rem;
	}

    .we-buy-info {
        text-align: left;
        max-width: 100%;
    }

    .house-types ul {
        grid-template-columns: 1fr;
        justify-items: left;
    }

    .we-buy-image img {
        margin-top: 1.5rem;
    }
}
/* testimonials */
.client-testimonials {
    padding: 4rem 1rem;
    background-color: #f9f9f9;
    text-align: center;
}

.client-testimonials h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.testimonial-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    scroll-snap-type: x mandatory;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff, #f3f4f8);
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.testimonial-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: center;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.review-source {
    height: 24px;
    width: 24px;
}

.reviewer h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
}

.rating {
    color: #ffc107; /* Gold color for stars */
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .testimonial-carousel {
        grid-template-columns: 1fr;
    }
}

/* address field add location icon */
.input-wrapper {
    position: relative;
}

#address, #stickyAddress {
    padding-left: 1.75rem; /* Space for the icon */
    border-radius: 0.5rem;
    background-image: url('/images/location-pin.svg'); /* Path to SVG icon */
    background-repeat: no-repeat;
    background-size: 1.25rem; /* Adjust size of the icon */
    background-position: 0.25rem 0.9rem; /* Position icon within the padding */
}

/* Ownership form specific styles - add to style.css */

.ownership-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.deed-question, 
.relationship-question {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.relationship-section {
    margin-top: 1rem;
    padding-top: 1rem;
}

.relationship-section.hidden,
.otherRelationshipSection.hidden {
    display: none;
}

/* These styles ensure the radio options look consistent with other steps */
.condition-option {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    margin-bottom: 0.75rem;
    width: 100%;
}

.condition-option:hover {
    border-color: var(--secondary-color);
    background: #f8fafc;
}

.condition-option input[type="radio"] {
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}

/* When checked, highlight the entire option */
.condition-option input[type="radio"]:checked {
    accent-color: var(--secondary-color);
}

.condition-option input[type="radio"]:checked ~ .option-content .option-title,
.condition-option input[type="radio"]:checked + .option-content .option-title {
    color: var(--secondary-color);
}

.condition-option input[type="radio"]:checked,
.condition-option input[type="radio"]:checked ~ .option-content,
.condition-option:has(input[type="radio"]:checked) {
    border-color: var(--secondary-color);
    background-color: #f0f7ff;
}

/* For error handling on radio groups */
.ownership-options.error,
.relationship-section.error {
    position: relative;
    padding-bottom: 2rem;
}

.error-message {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .condition-option {
        padding: 1rem;
    }
    
    .option-title {
        font-size: 1.2rem;
    }
	.option-description{
		font-size: 1rem;
	}
    
    .option-question {
        font-size: 1rem;
    }
}

/* Supporting text for phone number */
.phone-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.call-text {
    font-size: 0.8rem;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* Privacy note styling */
.privacy-note {
    color: #efefef;
    font-size: 0.85rem;
    opacity: 0.85;
    margin-top: 0.75rem;
    font-style: italic;
	    text-shadow: 2px 2px 4px #232a3469;
}

@media (max-width: 768px) {
    .phone-container {
        align-items: center;
    }
    
    .call-text {
        font-size: 0.75rem;
    }
}

/* mobile screen optimization*/
@media (max-width: 480px) {
    .form-content {
        padding: 7rem 0.75rem 2rem; /* Less horizontal padding on very small screens */
    }
    
    .details-form {
        padding: 1.25rem; /* Less padding inside the form */
    }
    
    .form-content h1 {
        font-size: 1.75rem; /* Slightly smaller heading */
        line-height: 1.2;
    }
    
    .form-subtitle {
        font-size: 1.1rem;
        line-height: 1.4;
    }
	
}

@media (max-width: 640px) {
    .form-row {
        gap: 0.75rem; /* Reduced gap between first and last name */
    }
    
    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[type="email"] {
        height: 48px; /* Consistent height for touch targets */
        font-size: calc(1rem + 0.25vw); /* Prevent iOS zoom on focus */
        padding: 0 0.75rem; /* Better padding for mobile */
    }
    
    .form-actions {
        gap: 0.75rem; /* Reduced gap between buttons */
    }
    
    .back-button, 
    .submit-button {
        padding: 0.75rem 0.5rem; /* Slightly reduced padding */
        font-size: 0.95rem; /* Slightly smaller text */
    }
}

@media (max-width: 375px) {
    .form-row {
        grid-template-columns: 1fr; /* Stack first and last name fields on very small screens */
        gap: 0.5rem;
    }
    
    .form-content h1 {
        font-size: 1.5rem; /* Even smaller heading for tiny screens */
    }
}

.form-group input::placeholder {
    opacity: 0.8; /* Make placeholders more visible */
    font-size: 1.1rem; /* Slightly smaller placeholder text */
}

@media (max-width: 480px) {
    .form-group input::placeholder {
        font-size: 1rem; /* Even smaller on tiny screens */
    }
}

@media (max-width: 480px) {
    .phone-button {
        padding: 0.4rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .logo {
        height: 2.5rem; /* Slightly smaller logo */
    }
    
    .header .container {
        padding: 0 0.75rem; /* Less padding in the header container */
    }
}

.form-group input:focus {
    border-color: var(--secondary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25); /* Subtle glow effect */
}

.form-group.error input {
    border-color: #ef4444;
    background-color: #fef2f2; /* Light red background for error fields */
}

.error-message {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    font-weight: 500; /* Make error messages more prominent */
}

