@font-face {
    font-family: rob_bl;
    src: url("/assets/fonts/Roboto-Black.ttf");
}


@font-face {
    font-family: rob_reg;
    src: url("/assets/fonts/Roboto-Regular.ttf");
}


@font-face {
    font-family: rob_lt;
    src: url("/assets/fonts/Roboto-Light.ttf");
}




body {
    font-family: rob_reg;
}



h1 {
    font-family: rob_bl;
    font-size: 3.5rem;
}



h2 {
    font-family: rob_bl;
}



h3 {
    font-family: rob_lt;
}



p {
    font-family: rob_reg;
    font-size: 1.5rem;
}




.jumbotron {
    background: url("/assets/head.jpg") no-repeat top;
    background-size: cover;
    color: white;
    text-align: center;
    margin-bottom: 5rem;
}


.blue_h {
    background: #499fff;
    padding: 15px 0;
}


.white_table {
    overflow: hidden;
    border-radius: 15px;
    max-width: 900px;
    margin: 31px auto;
    background: white;
}


.form_btn {
    padding: 0 3.5rem;
    font-weight: bold;
    color: white;
    background: #ee7c30;
    font-family: rob_reg;
}

.my_ics img {
    max-width: 92px;
    padding-bottom: 20px;
}



.my_ics {
    margin-top: 54px;
}



.btn-primary {
    color: #fff;
    background-color: #ee7c30;
    border-color: #ee7c30;
}




.small_txt {

    font-size: 12px;
    font-family: "Roboto";
    color: rgb(168, 168, 168);
    line-height: 1.2;
    text-align: left;

}



footer {
    margin-top: 8rem;
    padding-bottom: 1rem
}


.nav a {
    color: #a8a8a8;
}


.questions1, .questions2, .questions3 , .questions4 {

    color: black;
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: none
}

.questions1 ul, .questions2 ul, .questions3 ul, .questions4 .form-group {

    padding: 0 5rem;
}



.questions1 ul li, .questions2 ul li, .questions3 ul li {
    list-style: none;
    margin-bottom: 15px;
    border: 1px solid #ee7c30;
    padding: 10px 0;
    /* font-weight: bold; */
    color: black;
    font-size: 1.4rem;
    border-radius: 50px;
    cursor: pointer;
}

.questions4 .form-group input {
    margin-bottom: 15px;
    border: 1px solid #ee7c30;
    padding: 10px 20px;
    /* font-weight: bold; */
    color: black;
    font-size: 1.4rem;
    border-radius: 15px;
}




.questions1 ul li:hover, .questions2 ul li:hover, .questions3 ul li:hover {

    background: #ee7c30;
    color: white;
}

/* ========================================
   Thumbtack Integration Styles
   ======================================== */

/* Loading Spinner */
.loading-spinner {
    text-align: center;
    padding: 3rem;
    color: #333;
}

.loading-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
    color: #ee7c30;
}

.loading-spinner p {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #666;
}

/* Error Message */
.error-message {
    padding: 2rem 3rem;
    text-align: center;
}

.error-message .alert {
    font-size: 1.1rem;
}

.error-message .try-again-btn {
    background: #ee7c30;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 1rem;
}

.error-message .try-again-btn:hover {
    background: #d66a20;
}

/* Pro Results Section */
.pros-results {
    padding: 2rem 3rem;
    color: #333;
}

.results-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
    font-size: 2rem;
}

/* Pro Card */
.pro-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pro-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.pro-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.pro-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 2px solid #e0e0e0;
}

.pro-info {
    flex: 1;
}

.pro-name {
    font-size: 1.3rem;
    margin: 0;
    color: #333;
    font-family: rob_bl;
}

.pro-location {
    font-size: 0.9rem;
    color: #666;
    margin: 0.25rem 0 0 0;
}

.pro-stats {
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.stat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.stat:last-child {
    margin-bottom: 0;
}

.stat-label {
    font-weight: bold;
    color: #666;
}

.stat-value {
    color: #333;
}

.stars {
    color: #ffa500;
    font-size: 1rem;
    margin-right: 0.25rem;
}

.pro-review {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-style: italic;
    color: #555;
    flex-grow: 1;
}

.pro-review p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.get-quote-btn {
    background: #ee7c30;
    border: none;
    padding: 0.75rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    transition: background 0.3s ease;
}

.get-quote-btn:hover {
    background: #d66a20;
    color: white;
}

/* Powered by Thumbtack */
.powered-by {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9rem;
    color: #666;
}

/* Modal Customization */
#thumbtackModal .modal-dialog {
    max-width: 650px;
}

#thumbtackModal .modal-body {
    padding: 0;
}

#thumbtackModal .modal-header {
    background: #499fff;
    color: white;
}

#thumbtackModal .modal-header .close {
    color: white;
    opacity: 1;
}

#thumbtackModal .modal-header .close:hover {
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pros-results {
        padding: 1rem;
    }
    
    .pro-card {
        margin-bottom: 1rem;
    }
    
    .pro-header {
        flex-direction: column;
        text-align: center;
    }
    
    .pro-image {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .stat {
        flex-direction: column;
        text-align: center;
    }
    
    .stat-label {
        margin-bottom: 0.25rem;
    }
    
    .error-message {
        padding: 1rem;
    }
    
    .loading-spinner {
        padding: 2rem 1rem;
    }
}