
/* ***********************************************************************
    Filename: general_styles.css
    Description: General CSS styles for SACFinance
   
    Related Files: 
        - sms_terms_and_conditions.cfm
        - terms-of-use.cfm
        - privacy-statement.cfm
        - contact-us.cfm     
************************************************************************ */

/* ----------------------------------------------------
   SAC Finance – Terms of Use Styles
   Modern, Clean, Professional
   Unique class names: sac-terms-*
------------------------------------------------------*/

/* Main container */
.sac-terms-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    font-family: 'Calibri', sans-serif;
    color: #333;
    line-height: 1.75;
    margin-bottom: 40px;
}

.sac-terms-page-header {
    text-align: center;
    margin: 30px 0 20px 0;
    font-family: 'Calibri', sans-serif;
}

.sac-terms-page-header .sac-terms-page-title {
    font-size: 2rem;
    color: #043e6c;
    font-weight: 700;
    margin: 0;
}

/* Each section block */
.sac-terms-section {
    margin-bottom: 35px;
    margin: 0 40px;
    margin-top: 45px;
}

/* Headings */
.sac-terms-heading {
    font-size: 1.5rem;
    color: #043e6c;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Text */
.sac-terms-container p {
    font-size: 1rem;
    margin-bottom: 18px;
    margin: 10px 0;
    font-family: 'Calibri', sans-serif;
}

/* List style */
.sac-terms-list {
   margin: 0 40px;
    padding-left: 0;
    margin-bottom: 20px;
}

.sac-terms-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    margin-left: 20px;
}

/* Highlight block for legal disclaimers */
.sac-terms-highlight {
    background: #f5f9ff;
    border-left: 5px solid #2A95D1;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 8px;
    font-family: 'Calibri', sans-serif;
    font-size: 0.98rem;
    color: #222;
    font-weight: 600;
    line-height: 1.65;
}

/* Anchor/link styling if needed */
.sac-terms-container a {
    color: #2A95D1;
    text-decoration: underline;
}

.sac-terms-container a:hover {
    text-decoration: none;
}

/* ------------------------------------------------
    changes to css on the sms terms and conditions page
--------------------------------------------------*/
.sac-sms-terms-heading{
    font-size: 20px;
    color: #043e6c;
    margin-bottom: 18px;
    margin: 30px 30px 10px 30px;
    font-family: 'Calibri', sans-serif;
}


.title-section {
    text-align: center;
    margin: 0 auto;
    font-family: 'Calibri', sans-serif;
    width: 100%;
    background-color: #043e6c;
    color: #ffffff;
}

.title-section .sac-terms-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}
.subtitle-section {
    text-align: center;
    margin: 0 auto;
    font-family: 'Calibri', sans-serif;
    width: 100%;
    background-color: #f0f0f0;
}
.subtitle-section .sac-terms-page-subtitle {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 500;
    margin: 0;
}


/* Responsive: Mobile */
@media (max-width: 600px) {
    .sac-terms-container {
        padding: 10px;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .sac-terms-section {
        margin-bottom: 35px;
        margin: 0;
    }


    .sac-terms-heading {
        font-size: 18px;
        margin: 20px 10px 12px 10px;
    }

    .sac-sms-terms-heading {
        font-size: 18px;
        margin: 0 20px;
    }

    .sac-terms-container p {
        font-size: 16px;
        margin: 15px 20px;
    }

    .sac-terms-list li {
        font-size: 16px;
        margin-left: 15px;
    }

    
    .sac-terms-container p {
        margin-top: 15px;
        
    }
    
    .title-section .sac-terms-page-title {
        font-size: 27px;
    }
    .subtitle-section .sac-terms-page-subtitle {
        font-size: 18px;
    }
}


/* -------------------------------
   CONTACT PAGE MODERN STYLES
   Unique class set: "cu-*"
--------------------------------*/
/* -------------------------------
   IMPROVED CONTACT PAGE STYLES
--------------------------------*/
/* -----------------------------------
   CONTACT PAGE — IMPROVED MODERN CSS
   Cleaned + minimized + professional
--------------------------------------*/

.cu-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    font-family: 'Calibri', sans-serif;
    color: #1d1d1d;
}

/* Breadcrumb */
.cu-breadcrumb {
    background: #eef2f5;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cu-breadcrumb a {
    color: #2A95D1;
    text-decoration: none;
}

.cu-breadcrumb span {
    color: #666;
}

/* Header */
.cu-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.cu-title {
    font-size: 48px;
    font-weight: 700;
    color: #EE3829;
    margin-bottom: 0.8rem;
}

.cu-title span {
    color: #2A95D1;
    font-size: 1.7rem;
}

/* -------- CONTACT INFO BELOW TITLE -------- */
.cu-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    font-family: 'Calibri', sans-serif;
}

.cu-contact-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #043e6c;
    font-weight: 600;
}

.cu-vertical-line{
    width: 2px;
    height: 24px;
    background: #d1e0ea;

}

.cu-contact-item i {
    margin-right: 0.45rem;
    font-size: 16px;
    color: #043e6c;
}

.cu-contact-item a {
    color: #043e6c;
    text-decoration: none;
    font-weight: 600;
}
.cu-contact-item a:hover {
    text-decoration: underline;
}

/* Divider under contact info */
.cu-divider {
    width: 120px;
    height: 3px;
    background: #d1e0ea;
    margin: 0 auto 2rem;
    border-radius: 6px;
}

/* Form Wrapper */
.cu-form-wrapper {
    padding: 1rem 2rem;
    background: #f8fafc;
    border-radius: 12px;

}

.cu-form-header{
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #2A95D1;
    width: 100%;
}

.cu-form-title {
    font-size: 25px;
    color: #043e6c;
    font-weight: 700;
    text-align: center;
}

/* Form Layout */
.cu-form-row {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.cu-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.cu-form-group label {
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: #043e6c;
    font-size: 16px;
}

.cu-form-group input,
.cu-form-group textarea {
    padding: 0.7rem 1rem;
    border: 1px solid #cfd9df;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.cu-form-group input:focus,
.cu-form-group textarea:focus {
    border-color: #2A95D1;
    outline: none;
}

/* Button */
.cu-submit-btn {
    background: #2A95D1;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 1.05rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    transition: background .2s ease;
    margin-top: 0.5rem;
}

.cu-submit-btn:hover {
    background: #1f7bb0;
}

/* Responsive */
@media (max-width: 650px) {
    .cu-title {
        font-size: 40px;
    }
    
    .cu-title span {
        color: #2A95D1;
        font-size: 28px;
    }

    .cu-contact-item {
        font-size: 14px;
    }

    .cu-contact-info {
        gap: 1.5rem;
    }

    .cu-form-wrapper {
        padding: 1.3rem;
    }



    .cu-form-row {
        flex-direction: column;
        gap: 0;
    }
    
}

/******************************************************
    Credit Inquiry Page Styles
*******************************************************/

.credit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    width: 100%;
}

.credit-card {
    background: #ffffff;
    max-width: 750px;
    width: 100%;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    text-align: center;
    font-family: "Calibri", sans-serif;
}

.credit-card h1 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #043e6c; /* SAC blue */
    font-weight: 700;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
}


.credit-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.credit-info {
    margin-top: 25px;
    font-size: 16px;
}

.credit-info p {
    margin: 6px 0;
}

.credit-phone {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #004a77;
}

/* Responsive */
@media (max-width: 600px) {
    .credit-card {
        padding: 25px;
    }

    .credit-card h1 {
        font-size: 22px;
    }

    .credit-card p {
        font-size: 16px;
    }

    .credit-info {
        font-size: 16px;
    }
}
