/* Get Quote Section CSS */

.get-quote-main-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}

.get-quote-image-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 569px;
    height: 717px;
}

.get-quote-vector-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 271px;
    object-fit: contain;
}

.get-quote-image-container {
    width: 569px;
    position: relative;
    height: 717px;
}

.get-quote-p {
    margin: 0;
}

.get-quote-title {
    position: relative;
    letter-spacing: -0.01em;
}

.get-quote-title-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 0px 7px;
    box-sizing: border-box;
}

.get-quote-p2 {
    margin: 0;
    color: #0057b7;
}

.get-quote-subtitle-text {
    width: 100%;
}

.get-quote-subtitle {
    position: absolute;
    top: 0px;
    left: 0;
    letter-spacing: -0.01em;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 100%;
}

.get-quote-subtitle-wrapper {
    align-self: stretch;
    position: relative;
    height: 125px;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 80px;
    color: #ffbb12;
}

.get-quote-accent-line {
    align-self: stretch;
    position: relative;
    height: 101px;
    overflow: hidden;
    flex-shrink: 0;
}

.get-quote-info-box {
    width: 802px;
    height: 283px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 66px;
}

.get-quote-description {
    width: 544px;
    position: relative;
    font-size: 20px;
    line-height: 138%;
    font-weight: 500;
    color: #757575;
    display: inline-block;
    height: 134px;
    flex-shrink: 0;
}

.get-quote-content-wrapper {
    align-self: stretch;
    height: 434px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 45px;
}

.get-quote-button-text {
    width: 202px;
    position: relative;
    line-height: 16.4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 18px;
    flex-shrink: 0;
}

.get-quote-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.get-quote-button {
    width: 348px;
    border-radius: 6px;
    background-color: #0057b7;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.get-quote-button:hover {
    background-color: #004494;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 87, 183, 0.3);
}

.get-quote-content-container {
    width: 823px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 8px;
    box-sizing: border-box;
    gap: 35px;
    margin-left: -28px;
    position: relative;
}

.get-quote-main-container {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.get-quote-section {
    width: 100%;
    position: relative;
    background-color: #F2F4F7;
    height: 718px;
    overflow: hidden;
    text-align: right;
    font-size: 40px;
    color: #000;
    font-family: Tajawal;
    margin: 0 auto;
    max-width: 1440px;
}

@media (max-width: 1400px) {
    .get-quote-section-divider {
        width: 100%;
        left: 0;
    }
    
    .get-quote-image-container {
        width: 450px;
    }
    
    .get-quote-image-wrapper {
        width: 450px;
        height: 600px;
    }
}

@media (max-width: 1200px) {
    .get-quote-section {
        height: auto;
        padding: 40px 20px;
    }
    
    .get-quote-main-container {
        position: relative;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .get-quote-image-container {
        width: 100%;
        max-width: 500px;
    }
    
    .get-quote-content-container {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        align-items: center;
    }
    
    .get-quote-section-divider {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Main section - component-92 */
    .get-quote-section {
        width: 100%;
        height: 600px;
        position: relative;
        background-color: #f2f4f7;
        font-family: Poppins;
        font-size: 14px;
        color: #fff;
        text-align: left;
    }
    
    /* Reset container styles for mobile */
    .get-quote-main-container {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        display: block;
    }
    
    /* Button - adjusted for 430px mobile */
    .get-quote-button {
        position: absolute;
        top: 480px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 6px;
        background-color: #0057b7;
        width: calc(100% - 20px);
        max-width: 348px;
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 11px 16px 12px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }
    
    /* Button container - parent */
    .get-quote-button-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    /* Button text - div */
    .get-quote-button-text {
        width: 202px;
        position: relative;
        line-height: 16.4px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #fff;
    }
    
    /* Content container - adjusted for 430px mobile */
    .get-quote-content-container {
        position: absolute;
        top: 40px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        max-width: 410px;
        height: 148px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
        font-size: 20px;
        color: #000;
        margin: 0;
        padding: 0;
    }
    
    /* Title wrapper - adjusted for 430px mobile */
    .get-quote-title-wrapper {
        width: 100%;
        max-width: 410px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 0px 0px 3px;
        box-sizing: border-box;
    }
    
    /* Title - adjusted for 430px mobile */
    .get-quote-title {
        width: 100%;
        max-width: 405px;
        position: relative;
        letter-spacing: -0.01em;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin: 0;
        line-height: 1.2;
    }
    
    /* Within an hour wrapper */
    .within-an-hour-wrapper {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 6px;
    }
    
    /* Within an hour */
    .within-an-hour {
        flex: 1;
        position: relative;
        letter-spacing: -0.01em;
    }
    
    /* Subtitle wrapper - sign-up-details-upload-then-wrapper */
    .get-quote-subtitle-wrapper,
    .sign-up-details-upload-then-wrapper {
        align-self: stretch;
        position: relative;
        height: 69px;
        overflow: hidden;
        flex-shrink: 0;
        font-size: 40px;
        color: #0057b7;
    }
    
    /* Subtitle container - sign-up-details-container */
    .sign-up-details-container {
        position: absolute;
        bottom: -125px;
        left: 10px;
        letter-spacing: -0.01em;
        display: flex;
        align-items: center;
        width: 807px;
    }
    
    /* Description - adjusted for 430px mobile */
    .get-quote-description,
    .are-you-unsure-container {
        position: absolute;
        top: 115px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        line-height: 138%;
        color: #757575;
        display: inline-block;
        width: calc(100% - 20px);
        max-width: 390px;
        height: 89px;
        text-align: right;
    }
    
    /* Image container - adjusted for 430px mobile */
    .get-quote-image-container {
        position: absolute;
        top: 280px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        max-width: 390px;
        height: 218px;
    }
    
    /* Image wrapper - component-96 */
    .get-quote-image-wrapper {
        position: relative;
        width: 100%;
        height: 218px;
        overflow: hidden;
    }
    
    /* Main image - designing-a-website-streamline */
    .get-quote-main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    /* Vector icon - group-child */
    .get-quote-vector-icon {
        position: absolute;
        top: -8px;
        left: 10px;
        width: 88.5px;
        height: 137px;
        z-index: 2;
    }
    
    /* Bottom divider - component-92-child */
    .component-92-child {
        position: absolute;
        top: 600px;
        left: 0;
        background-color: #0057b7;
        width: 100%;
        height: 52px;
    }
    
    /* Text styling */
    .get-quote-p {
        margin: 0;
        color: inherit;
    }
    
    .get-quote-p2 {
        margin: 0;
        color: #0057b7;
    }
    
    /* Additional Figma styles */
    .sign-up-details {
        margin: 0;
    }
    
    .upload {
        margin: 0;
        color: #ffbb12;
    }
    
    .then-get-price {
        margin: 0;
        color: #000;
    }
    
    .sign-up-details-container1 {
        width: 100%;
    }
    
    .iconscurvedactivity {
        width: 20px;
        position: relative;
        height: 20px;
        display: none;
    }
    
    /* Reset any conflicting desktop styles */
    .get-quote-content-wrapper {
        background: transparent;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        height: auto;
        display: block;
        gap: 0;
    }
    
    .get-quote-info-box {
        width: 100%;
        height: auto;
        display: block;
        gap: 0;
        margin: 0;
    }
    
    .get-quote-accent-line {
        display: none;
    }
}

@media (max-width: 480px) {
    .get-quote-section {
        padding: 20px 10px;
    }
    
    .get-quote-subtitle-wrapper {
        font-size: 40px;
        height: 60px;
    }
    
    .get-quote-description {
        font-size: 16px;
    }
    
    .get-quote-button {
        font-size: 18px;
        padding: 10px 14px;
    }
} 