/**
 * Project Info Widget CSS
 */


/* Add higher specificity for Elementor widget container */

.elementor-widget-project_info .elementor-widget-container {
    /* Force styles to take precedence */
    width: 100%;
    display: block;
}


/* Main container */

.elementor-widget-project_info .project-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


/* Horizontal layout */

.elementor-widget-project_info .project-info--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 9rem;
}

@media (max-width: 767px) {
    .elementor-widget-project_info .project-info--horizontal {
        gap: 2rem;
    }
}

.elementor-widget-project_info .project-info--horizontal .project-info__details {
    flex: 2;
    width: 66%;
    max-width: 66%;
}

.elementor-widget-project_info .project-info--horizontal .project-info__themes {
    flex: 1;
    border: 1px solid #D5D9E2;
    border-radius: 1rem;
    padding: 2rem;
    width: 33%;
    max-width: 33%;
    box-sizing: border-box;
}


/* Stack on mobile */

@media (max-width: 767px) {
    .elementor-widget-project_info .project-info--stack-mobile.project-info--horizontal {
        flex-direction: column;
    }
    .elementor-widget-project_info .project-info__flexible-traditional--stack-mobile.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-details,
    .elementor-widget-project_info .project-info__flexible-traditional--stack-mobile.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-themes,
    .elementor-widget-project_info .project-info--stack-mobile.project-info--horizontal .project-info__details,
    .elementor-widget-project_info .project-info--stack-mobile.project-info--horizontal .project-info__themes {
        width: 100%;
        max-width: 100%;
    }
    .elementor-widget-project_info .project-info--stack-mobile.project-info--horizontal .project-info__themes--sticky,
    .elementor-widget-project_info .project-info__flexible-traditional--stack-mobile.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-themes--sticky {
        position: relative;
        top: 0;
        max-height: none;
        overflow-y: visible;
    }
}


/* Details section */

.project-info__details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.project-info__title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
}

.project-info__description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.project-info__subtext {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}


/* Button */

.project-info__button-container {
    margin-top: 1rem;
}

.project-info__button {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* Themes section */

.project-info__themes {
    margin-top: 1rem;
}

.project-info--horizontal .project-info__themes {
    margin-top: 0;
}


/* Sticky themes */

.project-info__themes--sticky {
    position: sticky;
    top: 20px;
    /* Default, will be overridden by the control */
    align-self: flex-start;
    max-height: 80vh;
    /* Default, will be overridden by the control */
    overflow-y: auto;
    scrollbar-width: thin;
}


/* Custom scrollbar for webkit browsers */

.project-info__themes--sticky::-webkit-scrollbar {
    width: 5px;
}

.project-info__themes--sticky::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.project-info__themes--sticky::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.project-info__themes--sticky::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.project-info__theme-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


/* Theme Grid - explicitly setting both row and column gap for clarity */

.project-info__theme-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

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

.project-info__theme-grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
}


/* Responsive grid adjustments */

@media (max-width: 767px) {
    .project-info__theme-grid--columns-2,
    .project-info__theme-grid--columns-3 {
        grid-template-columns: 1fr;
    }
}


/* Theme container */

.project-info__theme-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-info__theme-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Theme Title */

.project-info__theme-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-info__theme-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-info__theme-title a:hover {
    color: #0073aa;
}


/* Theme Content */

.project-info__theme-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666666;
}


/* Legacy items - hidden */

.project-info__theme-list {
    display: none;
}


/* Flexible Content */

.project-info__flexible-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* Add min-height to provide space for sticky sidebar */
    min-height: 50vh;
    /* Make it a positioning context for sticky elements */
    position: relative;
}


/* Create two-column layout for flexible content when horizontal layout is active */

@media (min-width: 768px) {
    .project-info--horizontal .project-info__flexible-content {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }
    /* Main content column */
    .project-info--horizontal .project-info__flexible-content-main {
        flex: 2;
        width: 66%;
        max-width: 66%;
    }
    /* Sidebar column for sticky themes */
    .project-info--horizontal .project-info__flexible-content-sidebar {
        flex: 1;
        width: 33%;
        max-width: 33%;
        position: relative;
    }
    /* When in flexible content, position themes sticky relative to sidebar */
    .project-info--horizontal .project-info__flexible-content-sidebar .project-info__flexible-traditional-themes--sticky {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .project-info--stack-mobile.project-info--horizontal .project-info__flexible-content {
        flex-direction: column;
    }
    .project-info--stack-mobile.project-info--horizontal .project-info__flexible-content-main,
    .project-info--stack-mobile.project-info--horizontal .project-info__flexible-content-sidebar {
        width: 100%;
        max-width: 100%;
    }
}


/* Flexible Item */

.project-info__flexible-item {
    margin-bottom: 2rem;
    width: 100%;
}

.project-info__flexible-item:last-child {
    margin-bottom: 0;
}


/* Flexible Heading */

.project-info__flexible-heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #333333;
}


/* Flexible Paragraph */

.project-info__flexible-paragraph {
    margin: 0 0 1rem 0;
    color: #444444;
    /* width: 60%; */
}


/* Flexible Image */

.project-info__flexible-image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
}

.project-info__flexible-image {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    display: block;
    object-fit: cover;
}


/* Custom sized images with REM support */

.project-info__flexible-image--custom {
    width: auto;
    height: auto;
    max-width: 100%;
}

.project-info__flexible-image-caption {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.4;
    font-style: italic;
}


/* Flexible List */

.project-info__flexible-list {
    margin: 0 0 1rem 0;
    padding-left: 1.5rem;
}

.project-info__flexible-list--unordered {
    list-style-type: disc;
}

.project-info__flexible-list--ordered {
    list-style-type: decimal;
}

.project-info__flexible-list-item {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    color: #444444;
}

.project-info__flexible-list-item:last-child {
    margin-bottom: 0;
}


/* Responsive Styles for Flexible Content */

@media (max-width: 767px) {
    .project-info__flexible-heading {
        font-size: 1.3rem;
    }
    .project-info__flexible-paragraph {
        font-size: 0.95rem;
    }
    .project-info__flexible-list-item {
        font-size: 0.95rem;
    }
    .project-info__flexible-image-caption {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .project-info__flexible-heading {
        font-size: 1.2rem;
    }
    .project-info__flexible-item {
        margin-bottom: 1.5rem;
    }
}


/* Flexible Themes */

.project-info__flexible-themes {
    width: 100%;
    border: 1px solid #D5D9E2;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
}

.project-info__flexible-theme-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333333;
}

.project-info__flexible-theme-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
}

.project-info__flexible-theme-grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.project-info__flexible-theme-grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
    .project-info__flexible-theme-grid--columns-2,
    .project-info__flexible-theme-grid--columns-3 {
        grid-template-columns: 1fr;
    }
}

.project-info__flexible-theme-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: #F7F8FA;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-info__flexible-theme-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.project-info__flexible-theme-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-info__flexible-theme-title a {
    color: #0066CC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-info__flexible-theme-title a:hover {
    color: #004C99;
}

.project-info__flexible-theme-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666666;
}


/* Horizontal Layout for Themes in Flexible Content */

.project-info--horizontal .project-info__flexible-item--themes {
    flex: 1;
}

@media (min-width: 768px) {
    .project-info--horizontal .project-info__flexible-content {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .project-info--horizontal .project-info__flexible-item:not(.project-info__flexible-item--themes) {
        flex: 2;
    }
}


/* Flexible Traditional Layout */

.project-info__flexible-traditional {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    min-height: 50vh;
}


/* Horizontal layout */

.project-info__flexible-traditional--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    position: relative;
}

@media (max-width: 767px) {
    .project-info__flexible-traditional--horizontal {
        gap: 2rem;
    }
}

.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-details {
    flex: 2;
    padding-right: 1rem;
    width: 66%;
    max-width: 66%;
}

.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-themes {
    flex: 1;
    min-width: 250px;
    border: 1px solid #D5D9E2;
    border-radius: 1rem;
    padding: 2rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    width: 33%;
    max-width: 33%;
    box-sizing: border-box;
}


/* Stack on mobile */

@media (max-width: 767px) {
    .project-info__flexible-traditional--stack-mobile.project-info__flexible-traditional--horizontal {
        flex-direction: column;
    }
}


/* Details section */

.project-info__flexible-traditional-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.project-info__flexible-traditional-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
}

.project-info__flexible-traditional-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.project-info__flexible-traditional-subtext {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}


/* Button */

.project-info__flexible-traditional-button-container {
    margin-top: 1rem;
}

.project-info__flexible-traditional-button {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #FF6E30;
    color: #FFFFFF;
}

.project-info__flexible-traditional-button:hover {
    background-color: #E55A20;
    transform: translateY(-2px);
}


/* Themes section */

.project-info__flexible-traditional-themes {
    margin-top: 1rem;
}

.project-info__flexible-traditional--horizontal .project-info__flexible-traditional-themes {
    margin-top: 0;
}

.project-info__flexible-traditional-theme-label {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: #0155A6;
}


/* Theme Grid */

.project-info__flexible-traditional-theme-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.project-info__flexible-traditional-theme-grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.project-info__flexible-traditional-theme-grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
}


/* Responsive grid adjustments */

@media (max-width: 767px) {
    .project-info__flexible-traditional-theme-grid--columns-2,
    .project-info__flexible-traditional-theme-grid--columns-3 {
        grid-template-columns: 1fr;
    }
}


/* Theme container */

.project-info__flexible-traditional-theme-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
}


/* Theme Title */

.project-info__flexible-traditional-theme-title {
    font-size: 1rem;
    color: #0155A6 !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-info__flexible-traditional-theme-title {
    color: #333333;
}


/* Theme Content */

.project-info__flexible-traditional-theme-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333333 !important;
}

.project-info__flexible-traditional-theme-content a {
    color: #333333;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.project-info__flexible-traditional-theme-content a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0073aa;
    transition: width 0.3s ease;
}

.project-info__flexible-traditional-theme-content a:hover {
    color: #0073aa;
}

.project-info__flexible-traditional-theme-content a:hover::after {
    width: 100%;
}


/* Empty themes container for maintaining flex layout */

.project-info__flexible-traditional-themes--empty {
    min-height: 50px;
    background-color: #F9FAFB;
    border: 1px dashed #D5D9E2;
}


/* Flexible traditional themes sticky */

.project-info__flexible-traditional-themes--sticky {
    position: sticky;
    top: 20px;
    /* Default, will be overridden by the control */
    align-self: flex-start;
    max-height: 80vh;
    /* Default, will be overridden by the control */
    overflow-y: auto;
    scrollbar-width: thin;
}

.project-info__flexible-item.project-info__flexible-item--traditional_themes {
    border: 1px solid #D5D9E2;
    border-radius: .5rem;
    padding: 1rem;
}


/* Custom scrollbar for webkit browsers */

.project-info__flexible-traditional-themes--sticky::-webkit-scrollbar {
    width: 5px;
}

.project-info__flexible-traditional-themes--sticky::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.project-info__flexible-traditional-themes--sticky::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.project-info__flexible-traditional-themes--sticky::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Form shortcode styles */

.project-info__form-wrapper {
    margin: 2rem 0;
    width: 100%;
    transition: all 0.3s ease;
    padding: 2rem !important;
    border-radius: 8px;
}

.project-info__form-heading {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
}

.project-info__form-subheading {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #666;
    margin: 0 0 1.5rem 0;
    font-style: italic;
    transition: color 0.3s ease;
}

.project-info__form-container {
    margin-top: 1.5rem;
}


/* Gravity form specific styling */

.project-info__form-container .gform_wrapper {
    margin: 0;
}


/* Field styling */

.project-info__form-container .gform_wrapper .gfield {
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.project-info__form-container .gform_wrapper .gfield_label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: block;
}

.project-info__form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.project-info__form-container .gform_wrapper textarea,
.project-info__form-container .gform_wrapper select {
    padding: 0.75rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #FFFFFF;
    color: #333333;
}


/* Specific styling for textarea */

.project-info__form-container .gform_wrapper textarea {
    min-height: 120px;
}


/* Specific styling for select */

.project-info__form-container .gform_wrapper select {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    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 1rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}


/* Focus states */

.project-info__form-container .gform_wrapper .gfield.is-focused input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.project-info__form-container .gform_wrapper .gfield.is-focused textarea,
.project-info__form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.project-info__form-container .gform_wrapper textarea:focus,
.project-info__form-container .gform_wrapper select:focus {
    border-color: #FF6B35;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2);
}


/* Field descriptions */

.project-info__form-container .gform_wrapper .gfield_description {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.25rem;
    font-style: italic;
}


/* Required field indicators */

.project-info__form-container .gform_wrapper .gfield_required {
    color: #FF6B35;
    margin-left: 0.25rem;
}


/* Form section styling */

.project-info__form-container .gform_wrapper .gsection {
    border-bottom: 1px solid #ddd;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
}

.project-info__form-container .gform_wrapper .gsection_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}


/* Form footer and button styling */

.project-info__form-container .gform_wrapper .gform_footer {
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: left;
}

.project-info__form-container .gform_wrapper .gform_footer input.button,
.project-info__form-container .gform_wrapper .gform_footer input[type=submit] {
    background-color: #FF6B35;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, color 0.3s ease;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.project-info__form-container .gform_wrapper .gform_footer input.button:hover,
.project-info__form-container .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #E55A2B;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-info__form-container .gform_wrapper .gform_footer input.button:focus,
.project-info__form-container .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}


/* Checkbox and radio styling */

.project-info__form-container .gform_wrapper .gfield_checkbox li,
.project-info__form-container .gform_wrapper .gfield_radio li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.project-info__form-container .gform_wrapper .gfield_checkbox li input,
.project-info__form-container .gform_wrapper .gfield_radio li input {
    margin-right: 0.5rem;
}


/* Validation error styling */

.project-info__form-container .gform_wrapper .validation_error {
    color: #d63031;
    border-top: 2px solid #d63031;
    border-bottom: 2px solid #d63031;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.project-info__form-container .gform_wrapper .gfield_error .gfield_label {
    color: #d63031;
}

.project-info__form-container .gform_wrapper .gfield_error input,
.project-info__form-container .gform_wrapper .gfield_error textarea,
.project-info__form-container .gform_wrapper .gfield_error select {
    border-color: #d63031;
}

.project-info__form-container .gform_wrapper .validation_message {
    color: #d63031;
    font-weight: 500;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}


/* Confirmation message */

.project-info__form-container .gform_confirmation_wrapper {
    padding: 1.5rem;
    background-color: #e6f7e6;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    color: #155724;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin: 1.5rem 0;
}


/* Compatibility with Gravity Forms Orbital Theme */

.project-info__form-container .gform_wrapper.gravity-theme input,
.project-info__form-container .gform_wrapper.gravity-theme textarea,
.project-info__form-container .gform_wrapper.gravity-theme select {
    /* These styles will be applied alongside Orbital theme */
    font-family: inherit;
}

.project-info__form-container .gform_wrapper.gravity-theme .gform_footer {
    text-align: left;
}


/* Responsive Styles */

@media (max-width: 767px) {
    .project-info__form-heading {
        font-size: 1.1rem;
    }
    .project-info__form-subheading {
        font-size: 0.8rem;
    }
    .project-info__form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .project-info__form-container .gform_wrapper textarea,
    .project-info__form-container .gform_wrapper select {
        padding: 0.5rem;
        font-size: 0.95rem;
    }
    .project-info__form-container .gform_wrapper .gform_footer input.button,
    .project-info__form-container .gform_wrapper .gform_footer input[type=submit] {
        width: 100%;
        padding: 0.75rem 1rem;
    }
}