/* Contact Us Page Styles */
.gap-32{
    gap: 32px !important;
}
.contactus-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 72px 0;
}

.contactus-container .contactus-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #101b30;
    text-transform: capitalize;
    margin-bottom: 0;
}

.contactus-container .contactus-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #27364b;
    margin-bottom: 0;
}

/* Hero Banner */
.contactus-hero-banner {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url('../assets/images/icons/contactus.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000066;
    background-blend-mode: overlay;
    
}

.contactus-hero-content {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
}

.contactus-hero-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #eff0f2;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contactus-hero-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.contactus-hero-subheading {
    font-size: 36px;
    font-weight: 600;
    line-height: 58px;
    color: #e580a3;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* Two Column Info Section */
.contactus-info-section {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 32px;
}

.contactus-info-left,
.contactus-info-right {
    flex: 1;
    min-width: 0;
}

/* What is Rentsy */
.contactus-what-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    margin-bottom: 16px;
}

.contactus-what-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
    margin-bottom: 16px;
}

/* Checklist */
.contactus-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contactus-checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contactus-check-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #e7e8ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-check-icon svg {
    width: 10px;
    height: 10px;
}

.contactus-checklist-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
}

/* App Download Card */
.contactus-app-card {
    background-color: #101b30;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactus-app-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contactus-app-badge {
    background-color: #d42b65;
    border-radius: 9999px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 23px;
}

.contactus-app-badge-dot {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.contactus-app-badge-text {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contactus-app-info-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 2px;
}

.contactus-app-info-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #e7e8ea;
    margin-bottom: 0;
}

.contactus-app-buttons {
    display: flex;
    gap: 16px;
}

.contactus-store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border: 1px solid #404959;
    border-radius: 12px;
    background: #283245;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.contactus-store-btn:hover {
    border-color: #888d98;
    text-decoration: none;
}

.contactus-store-btn svg {
    width: 20px;
    height: 24px;
    flex-shrink: 0;
}

.contactus-store-btn-text {
    display: flex;
    flex-direction: column;
}

.contactus-store-btn-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.contactus-store-btn-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}

/* Steps Section */
.contactus-steps-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    margin-bottom: 24px;
}

.contactus-steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactus-step-card {
    background-color: #ffffff;
    border: 1px solid #eff0f2;
    border-radius: 16px;
    padding: 17px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contactus-step-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #f6d5e0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-step-icon img {
    width: 24px;
    height: 24px;
}

.contactus-step-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #404959;
    margin-bottom: 4px;
}

.contactus-step-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #101b30;
    margin-bottom: 4px;
}

.contactus-step-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
    margin-bottom: 0;
}

/* FAQ Section */
.contactus-faq-section {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
}

.contactus-faq-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #101b30;
    margin-bottom: 0;
}

.contactus-faq-list {
    margin-top: 0;
    border: none;
}

.contactus-faq-item {
    border: none !important;
    background-color: transparent;
}

.contactus-faq-item .accordion-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    background-color: transparent;
    padding: 12px 0;
    box-shadow: none;
    border: none;
}

.contactus-faq-item .accordion-button:not(.collapsed) p{
    color: #d42b65 !important;
    background-color: transparent;
    box-shadow: none;
}
.contactus-faq-item .accordion-button:not(.collapsed)::after {
    transform: none;
}

.contactus-faq-item .accordion-button::after {
    background-image: url("../assets/images/icons/faq-up.svg");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.contactus-faq-item .accordion-button.collapsed::after {
    background-image: url("../assets/images/icons/faq-down.svg");
}

.contactus-faq-item .accordion-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #283245;
    padding: 0 0 12px 0;
}

.contactus-faq-item .accordion-collapse {
    border: none;
}

.contactus-faq-item:first-child .accordion-button {
    padding-top: 24px;
}
/* FAQ View All Link */
.contactus-faq-viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #d42b65;
    text-decoration: none;
    padding: 0 0 8px 0;
}

.contactus-faq-viewall:hover {
    color: #ee4e86;
}

/* Business Information Section */
.contactus-business-section {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
}

.contactus-business-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #101b30;
    margin-bottom: 24px;
}

.contactus-business-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.contactus-business-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contactus-business-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #f6d5e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-business-icon svg {
    width: 20px;
    height: 20px;
}

.contactus-business-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #d42b65;
    margin-bottom: 2px;
}

.contactus-business-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
    margin-bottom: 0;
}

.contactus-business-link {
    text-decoration: underline;
}
.sending-emails{
    color: #404959 !important;
}
.speaks-to-team{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #D42B65 !important;
}

.contactus-business-link:hover {
    text-decoration: underline;
    color: #ee4e86;
}

/* Contact Form Section */
.contactus-form-section {
    margin-top: 0;
     background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
}

.contactus-form-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    margin-bottom: 8px;
}

.contactus-form-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
    margin-bottom: 24px;
}

.contactus-form-section .textfield-1 label {
    color: #707683;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contactus-form-section .textfield-1 input,
.contactus-form-section .textfield-1 textarea {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid #e7e8ea;
    padding: 10px 16px;
    background: inherit;
    color: #101b30;
    width: 100%;
    font-size: 16px;
}

/* Custom Dropdown */
.contactus-dropdown {
    position: relative;
    width: 100%;
}

.contactus-dropdown-trigger {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid #e7e8ea;
    padding: 10px 40px 10px 16px;
    background: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.contactus-dropdown.error .contactus-dropdown-trigger {
    border-color: #dc3545;
}

.contactus-dropdown-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #888d98;
}

.contactus-dropdown-text.has-value {
    color: #101b30;
}

.contactus-dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.contactus-dropdown.open .contactus-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.contactus-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 16px 22px;
    max-height: 260px;
    overflow: hidden;
}

.contactus-dropdown.open .contactus-dropdown-menu {
    display: block;
}

.contactus-dropdown-option {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #404959 !important;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.15s ease;
    margin-bottom: 12px;
}

.contactus-dropdown-option p {
    color: #404959 !important;
}

.contactus-dropdown-option:hover,
.contactus-dropdown-option.selected {
    background-color: #fdf0f4;
}

.contactus-form-section .textfield-1 textarea {
    height: 131px;
    resize: vertical;
}

.contactus-form-section .textfield-1 input:focus-visible,
.contactus-form-section .textfield-1 textarea:focus-visible {
    outline: none;
}

.contactus-form-section .textfield-1 input::placeholder,
.contactus-form-section .textfield-1 textarea::placeholder {
    color: #888d98 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}

.contactus-form-section .error-message {
    font-size: 14px;
    margin-top: 5px;
}

.contactus-form-section input.error,
.contactus-form-section textarea.error {
    border-color: #dc3545 !important;
}

.contactus-form-section label.error {
    color: #F93642 !important;
    margin-top: 8px;
}

.contactus-submit-btn {
    padding: 16px 24px;
    border-radius: 12px;
    background: #d42b65;
    border: none;
    color: #fff;
    height: 52px;
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-submit-btn:hover {
    background: #ee4e86;
}

.contactus-submit-btn:focus,
.contactus-submit-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

/* Contact Info Cards */
.contactus-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactus-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contactus-contact-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #f6d5e0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-contact-card-icon img {
    width: 24px;
    height: 24px;
}

.contactus-contact-card-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #404959;
    margin-bottom: 2px;
}

.contactus-contact-card-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #101b30;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .contactus-container {
        padding: 48px 16px;
    }

    .contactus-info-section {
        flex-direction: column;
    }

    .contactus-business-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contactus-hero-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .contactus-hero-subheading {
        font-size: 28px;
        line-height: 40px;
    }

}

@media (max-width: 576px) {
    .contactus-container {
        padding: 32px 16px;
    }

    .contactus-title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .contactus-business-grid {
        grid-template-columns: 1fr;
    }

    .contactus-hero-banner {
        height: 200px;
    }

    .contactus-hero-content {
        left: 24px;
    }

    .contactus-hero-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .contactus-hero-subheading {
        font-size: 22px;
        line-height: 32px;
    }

    .contactus-hero-label {
        font-size: 12px;
    }

    .contactus-app-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .contactus-store-btn {
        justify-content: center;
    }

    .contactus-faq-item .accordion-button {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 403 px) {
    .contactus-app-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
