.main-content {
    background-color: #f0f5f9;
    padding: 60px 0;
    margin: 0;
    width: 100%;
}

.contact-container {
    max-width: 1360px;
    margin: 0 auto 60px auto;
    width: calc(100% - 40px);
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 0;
}

.contact-left {
    width: 38%;
    background-color: #fbf8f3; /* Warm beige cream background */
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-radius: 0;
    flex-shrink: 0;
}

/* New Left Intro Styles */
.quote-intro-new {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quote-intro-new .intro-tag {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
}

.quote-intro-new .intro-main-title {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    line-height: 1.1;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.quote-intro-new .intro-main-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.quote-intro-new .intro-separator {
    width: 100%;
    height: 1px;
    background-color: #e8e2d7;
    margin-bottom: 30px;
}

.quote-intro-new .intro-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.quote-intro-new .intro-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.quote-intro-new .intro-contact-list li:last-child {
    margin-bottom: 0;
}

.quote-intro-new .intro-contact-list li img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 2px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0.15); /* Converts white outline icons to dark charcoal/black for high contrast */
}

.quote-intro-new .intro-contact-list li a,
.quote-intro-new .intro-contact-list li span {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.5;
    text-decoration: none;
    word-break: break-word;
}

.quote-intro-new .intro-contact-list li a:hover {
    color: #f39c12;
}

.quote-intro-new .intro-quote-box {
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
}

.quote-intro-new .intro-quote-box .quote-mark {
    font-size: 64px;
    color: #f39c12;
    font-family: Georgia, serif;
    position: absolute;
    line-height: 1;
    font-weight: bold;
}

.quote-intro-new .intro-quote-box .quote-mark.open {
    top: -15px;
    left: 0;
}

.quote-intro-new .intro-quote-box .quote-mark.close {
    bottom: -35px;
    right: 15px;
}

.quote-intro-new .intro-quote-box .quote-text {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    padding: 0 30px 0 30px;
    margin: 0;
}

.quote-intro-new .intro-quote-box .quote-text strong {
    color: #1a1a1a;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.quote-form-section {
    width: 62%;
    background: #fff;
    padding: 50px 60px;
    margin-left: 0;
    flex-shrink: 0;
}

.form-title {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.quote-form-section .form-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
    line-height: 1.6;
}

.quote-form-section .form-subtitle a {
    color: #f39c12;
    text-decoration: underline;
    font-weight: 500;
}

.quote-form-section .form-subtitle a:hover {
    color: #e67e22;
}

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

.quote .quote-field {
    width: 100% !important;
}

.quote .quote-field label {
    display: none;
}

.quote input,
.quote textarea {
    box-sizing: border-box;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 14px 25px;
    font-size: 15px;
    color: #1a1a1a;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.quote input {
    height: 52px;
}

.quote textarea {
    height: 150px;
    border-radius: 20px;
    resize: none;
    padding-top: 18px;
}

.quote input:focus,
.quote textarea:focus {
    border-color: #f39c12;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(243, 156, 18, 0.1);
}

.quote input::placeholder,
.quote textarea::placeholder {
    color: #a0aec0;
    font-size: 14px;
}

/* Ensure intl-tel-input full width and aligned */
.iti {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.iti input {
    box-sizing: border-box;
}

.quote .quote-btn {
    width: auto;
    min-width: 220px;
    height: 52px;
    background-color: #f39c12;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    text-align: center;
    padding: 0 40px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.2);
    border: none;
    outline: none;
    display: inline-block;
    align-self: flex-start; /* Prevent button from stretching to full width in flex column */
}

.quote .quote-btn:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.3);
}

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

.quote .quote-btn.is-loading {
    background-color: #cbd5e0;
    color: #718096;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media only screen and (max-width: 1200px) {
    .contact-container {
        margin: 0 20px 60px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-left {
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .quote-form-section {
        width: 100%;
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 600px) {
    .contact-left {
        padding: 40px 20px;
    }
    
    .quote-form-section {
        padding: 30px 20px;
    }
    
    .quote-intro-new .intro-main-title {
        font-size: 32px;
    }
    
    .form-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

/* Commitments Module */
.commitments-section {
    max-width: 1400px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
}

.commitments-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.commitment-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.commitment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.commitment-title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 15px 0;
}

.commitment-line {
    width: 80px;
    height: 1px;
    background-color: #e2e8f0;
    position: relative;
    margin-bottom: 20px;
}

.commitment-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 3px;
    background-color: #f39c12;
    transition: width 0.3s ease;
}

.commitment-card:hover .commitment-line::after {
    width: 100%;
}

.commitment-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin: 0 0 25px 0;
    flex: 1;
}

.commitment-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
}

.commitment-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsiveness for Commitments Module */
@media only screen and (max-width: 1200px) {
    .commitments-section {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 992px) {
    .commitments-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .commitments-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .commitments-list {
        grid-template-columns: 1fr;
    }
    .commitment-card {
        padding: 30px 20px;
    }
}