﻿/* =========================================================
   INDIRA GAS DEALERSHIP
   FORM + CTA SECTION
========================================================= */


/* ---------- GLOBAL ---------- */

.ig-dealership-enquiry,
.ig-dealership-cta {
    font-family: "Inter", Arial, sans-serif;
    box-sizing: border-box;
}

.ig-dealership-enquiry *,
.ig-dealership-cta * {
    box-sizing: border-box;
}

.ig-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================================
   DEALERSHIP FORM SECTION
========================================================= */

.ig-dealership-enquiry {
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(
            135deg,
            #f7fafc 0%,
            #eef6f9 55%,
            #f8fbfc 100%
        );
    overflow: hidden;
}


/* subtle background element */

.ig-dealership-enquiry::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 117, 168, 0.05);
    top: -180px;
    left: -180px;
}

.ig-dealership-enquiry::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(242, 166, 34, 0.05);
    bottom: -180px;
    right: -120px;
}


/* ---------- LAYOUT ---------- */

.ig-form-layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    gap: 75px;
    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.ig-form-intro {
    padding: 15px 0;
}

.ig-eyebrow {
    display: inline-block;

    margin-bottom: 18px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;

    color: #e20014;
}


.ig-form-intro h2 {
    margin: 0 0 22px;

    max-width: 560px;

    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;

    letter-spacing: -1.8px;

    font-weight: 700;

    color: #142b3b;
}


.ig-form-intro h2 span {
    display: block;

    color: #e20014;
}


.ig-intro-text {
    max-width: 570px;

    margin: 0 0 35px;

    font-size: 15px;
    line-height: 1.85;

    color: #60717d;
}


/* =========================================================
   TRUST POINTS
========================================================= */

.ig-trust-points {
    display: flex;
    flex-direction: column;

    gap: 18px;
}


.ig-trust-item {
    display: flex;

    gap: 13px;
    align-items: flex-start;
}


.ig-check {
    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e6f4f8;

    color: #e20014;

    font-size: 13px;
    font-weight: 800;
}


.ig-trust-item strong {
    display: block;

    margin-bottom: 2px;

    font-size: 14px;

    color: #193746;
}


.ig-trust-item p {
    margin: 0;

    font-size: 12px;

    line-height: 1.5;

    color: #74838d;
}


/* =========================================================
   FORM CARD
========================================================= */

.ig-form-card {
    padding: 34px;

    background: #ffffff;

    border: 1px solid rgba(0, 117, 168, 0.08);

    border-radius: 16px;

    box-shadow:
        0 20px 60px rgba(20, 43, 59, 0.12);
}


/* ---------- FORM HEADING ---------- */

.ig-form-heading {
    margin-bottom: 25px;
}


.ig-form-label {
    display: inline-block;

    margin-bottom: 7px;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.8px;

    color: #e20014;
}


.ig-form-heading h3 {
    margin: 0 0 7px;

    font-size: 29px;
    line-height: 1.2;

    color: #142b3b;
}


.ig-form-heading p {
    margin: 0;

    font-size: 12px;

    color: #74838d;
}


/* =========================================================
   FORM GRID
========================================================= */

.ig-dealership-form {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0 14px;
}


.ig-field {
    margin-bottom: 16px;
}


.ig-full {
    grid-column: 1 / -1;
}


.ig-field label {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 700;

    color: #334d5c;
}


.ig-field label span {
    color: #e74c3c;
}


/* ---------- INPUTS ---------- */

.ig-field input,
.ig-field select,
.ig-field textarea {

    width: 100%;

    padding: 13px 14px;

    border: 1px solid #d8e1e6;

    border-radius: 6px;

    outline: none;

    background: #fbfcfd;

    color: #29404e;

    font-family: inherit;

    font-size: 12px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


.ig-field input::placeholder,
.ig-field textarea::placeholder {
    color: #9aa9b2;
}


.ig-field input:focus,
.ig-field select:focus,
.ig-field textarea:focus {

    border-color: #e20014;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(0, 117, 168, 0.08);
}


.ig-field textarea {
    min-height: 82px;

    resize: vertical;
}


/* =========================================================
   CONSENT
========================================================= */

.ig-consent {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    margin: 1px 0 17px;
}


.ig-consent input {
    width: 13px;
    height: 13px;

    margin-top: 2px;

    accent-color: #e20014;

    flex: 0 0 auto;
}


.ig-consent label {
    margin: 0;

    font-size: 10px;
    line-height: 1.5;

    color: #7a8992;

    cursor: pointer;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.ig-submit-wrap {
    text-align: center;
}


.ig-submit-btn {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 14px 20px;

    border: none;
    border-radius: 6px;

    background: #e20014;

    color: #ffffff;

    font-family: inherit;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(0, 117, 168, 0.18);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}


.ig-submit-btn span {
    font-size: 16px;
}


.ig-submit-btn:hover {
    background: #005f89;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(0, 117, 168, 0.24);
}


.ig-form-note {
    margin: 9px 0 0;

    font-size: 9px;

    color: #9aa6ad;
}


/* =========================================================
   START YOUR DEALERSHIP JOURNEY
========================================================= */

.ig-dealership-cta {
    padding: 70px 0;

    background: #ffffff;
}


.ig-cta-box {

    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 55px 60px;

    overflow: hidden;

    border-radius: 15px;

    background:
        linear-gradient(
            120deg,
            #e20014 0%,
            #00638e 55%,
            #004f73 100%
        );

    box-shadow:
        0 20px 50px rgba(0, 82, 115, 0.18);

    color: #ffffff;
}


/* decorative circles */

.ig-cta-box::before {

    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.10);

    top: -150px;
    right: 130px;
}


.ig-cta-box::after {

    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    border-radius: 50%;

    background: rgba(242, 166, 34, 0.08);

    bottom: -120px;
    right: -40px;
}


/* ---------- CTA CONTENT ---------- */

.ig-cta-content {
    position: relative;

    z-index: 2;

    max-width: 720px;
}


.ig-cta-content .ig-eyebrow {
    margin-bottom: 12px;

    color: #f6c05b;
}


.ig-cta-content h2 {

    margin: 0 0 12px;

    font-size: clamp(30px, 4vw, 44px);

    line-height: 1.12;

    letter-spacing: -1px;
}


.ig-cta-content p {

    max-width: 680px;

    margin: 0;

    font-size: 14px;

    line-height: 1.75;

    color: rgba(255,255,255,0.82);
}


/* ---------- CTA BUTTON ---------- */

.ig-cta-action {

    position: relative;

    z-index: 2;

    flex: 0 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 9px;
}


.ig-cta-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-width: 215px;

    padding: 15px 24px;

    border-radius: 6px;

    background: #ffffff;

    color: #00638e;

    font-size: 13px;
    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.ig-cta-btn span {
    font-size: 17px;
}


.ig-cta-btn:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(0,0,0,0.18);
}


.ig-cta-action small {

    font-size: 10px;

    color: rgba(255,255,255,0.65);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .ig-dealership-enquiry {
        padding: 70px 0;
    }


    .ig-form-layout {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .ig-form-intro {
        max-width: 720px;
    }


    .ig-form-intro h2 {
        max-width: 700px;
    }


    .ig-cta-box {
        padding: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ig-dealership-enquiry {
        padding: 55px 0;
    }


    .ig-container {
        width: min(92%, 520px);
    }


    .ig-form-intro h2 {
        font-size: 38px;

        letter-spacing: -1px;
    }


    .ig-intro-text {
        font-size: 14px;

        line-height: 1.75;
    }


    .ig-form-card {
        padding: 24px 20px;

        border-radius: 12px;
    }


    .ig-form-heading h3 {
        font-size: 25px;
    }


    .ig-dealership-form {
        grid-template-columns: 1fr;
    }


    .ig-full {
        grid-column: auto;
    }


    .ig-field {
        margin-bottom: 15px;
    }


    .ig-cta-box {

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;

        padding: 38px 26px;

        border-radius: 12px;
    }


    .ig-cta-content h2 {
        font-size: 31px;
    }


    .ig-cta-content p {
        font-size: 13px;
    }


    .ig-cta-action {
        width: 100%;

        align-items: flex-start;
    }


    .ig-cta-btn {
        width: 100%;
    }

}