/* Quote Section */
.quote-section {
    position: relative;
    background-color: #f8f9fa;
    margin-top: 50px;
}

/* Hero Header Section */
.quote-hero {
    position: relative;
    background: linear-gradient(135deg, #2c4a7f 0%, #4169b3 100%);
    background-image: url('../../assets/water.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    overflow: hidden;
}

.quote-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 74, 127, 0.85) 0%, rgba(65, 105, 179, 0.8) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.hero-icon {
    width: 100px;
    height: 100px;
    background-color: rgba(141, 168, 217, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hero-icon i {
    color: white;
    font-size: 42px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: white;
    margin: 0 0 15px 0;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}

.hero-subtitle {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
}

/* Quote Container */
.quote-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px 80px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.quote-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    background-color: white;
    border-radius: 12px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    align-items: center;
}

/* Form Section */
.form-section {
    width: 100%;
}

.form-title {
    font-size: 42px;
    font-weight: 700;
    color: #4169b3;
    margin: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 4px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #4169b3;
    box-shadow: 0 0 0 3px rgba(65, 105, 179, 0.1);
}

.form-input::placeholder {
    color: #999;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
    cursor: pointer;
}

.date-input-wrapper,
.time-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-input-wrapper i,
.time-input-wrapper i {
    position: absolute;
    left: 15px;
    color: #4169b3;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.date-input-wrapper .form-input,
.time-input-wrapper .form-input {
    padding-left: 45px;
    cursor: pointer;
}

/* Submit Button */
.submit-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    width: fit-content;
}

.submit-btn:hover {
    background-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Image Section */
.image-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.faucet-image {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.faucet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Stats Badge */
.stats-badge {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-color: #4169b3;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-width: 180px;
}

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

.stats-icon i {
    color: white;
    font-size: 36px;
}

.stats-number {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.stats-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

/* Scroll Animations */
.quote-hero {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quote-hero.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.quote-form-wrapper {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quote-form-wrapper.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .quote-hero {
        min-height: 350px;
        padding: 60px 40px;
    }

    .hero-icon {
        width: 85px;
        height: 85px;
        margin-bottom: 25px;
    }

    .hero-icon i {
        font-size: 36px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-subtitle {
        font-size: 38px;
    }

    .hero-description {
        font-size: 17px;
    }

    .quote-container {
        padding: 60px 40px;
    }

    .quote-form-wrapper {
        gap: 40px;
        padding: 50px;
    }

    .form-title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .faucet-image {
        height: 450px;
    }

    .stats-badge {
        bottom: 30px;
        right: 30px;
        padding: 25px 35px;
        min-width: 160px;
    }

    .stats-number {
        font-size: 42px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .quote-hero {
        min-height: 300px;
        padding: 50px 25px;
    }

    .hero-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }

    .hero-icon i {
        font-size: 32px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hero-description {
        font-size: 16px;
    }

    .quote-container {
        padding: 50px 25px;
    }

    .quote-form-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
    }

    .form-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

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

    .faucet-image {
        height: 350px;
    }

    .stats-badge {
        bottom: 25px;
        right: 25px;
        padding: 20px 30px;
        min-width: 140px;
    }

    .stats-icon i {
        font-size: 30px;
    }

    .stats-number {
        font-size: 36px;
    }

    .stats-label {
        font-size: 14px;
    }

    .submit-btn {
        width: 100%;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .quote-hero {
        min-height: 280px;
        padding: 40px 20px;
    }

    .hero-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }

    .hero-icon i {
        font-size: 28px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-description {
        font-size: 15px;
    }

    .quote-container {
        padding: 40px 20px;
    }

    .quote-form-wrapper {
        padding: 30px 25px;
        gap: 35px;
    }

    .form-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .form-input {
        padding: 16px 18px;
        font-size: 14px;
    }

    .faucet-image {
        height: 300px;
    }

    .stats-badge {
        bottom: 20px;
        right: 20px;
        padding: 18px 25px;
        min-width: 130px;
    }

    .stats-icon {
        margin-bottom: 12px;
    }

    .stats-icon i {
        font-size: 26px;
    }

    .stats-number {
        font-size: 32px;
    }

    .stats-label {
        font-size: 13px;
    }

    .submit-btn {
        padding: 16px 35px;
        font-size: 15px;
    }
}
