/* ==================================================
   CONTACT
================================================== */

.ag-contact {
    padding: 110px 0;

    background: #f2edeb;

    color: #111827;
}


.ag-contact__container {
    width: min(1320px, calc(100% - 60px));

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.ag-contact__header {
    max-width: 820px;

    margin-bottom: 55px;
}


.ag-contact__label {
    margin-bottom: 16px;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    color: #f48533;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.8px;
}


.ag-contact__label::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #f48533;
}


.ag-contact__header h2 {
    margin: 0;

    color: #111827;

    font-size: clamp(42px, 5vw, 64px);

    line-height: 1.05;

    letter-spacing: -2px;
}


.ag-contact__header p {
    max-width: 700px;

    margin: 22px 0 0;

    color: #667085;

    font-size: 16px;
    line-height: 1.8;
}


/* ==================================================
   MAP
================================================== */

.ag-contact__map {
    position: relative;

    width: 100%;
    height: 380px;

    margin-bottom: 25px;

    overflow: hidden;

    background: #eee;

    border-radius: 14px;

    border: 1px solid #e2e4ed;
}


.ag-contact__map iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    filter: grayscale(15%);
}


/* ==================================================
   GRID
================================================== */

.ag-contact__grid {
    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 25px;
}


/* ==================================================
   INFO
================================================== */

.ag-contact__info {
    padding: 45px;

    background: linear-gradient(145deg, #5f5e61, #48474a);

    border-radius: 14px;

    color: #fff;
}


.ag-contact__small-label {
    display: block;

    margin-bottom: 15px;

    color: #f48533;

    font-size: 15px;
    font-weight: 800;

    letter-spacing: 1.6px;
}


.ag-contact__info > h3 {
    max-width: 470px;

    margin: 0 0 18px;

    color: #fff;

    font-size: clamp(27px, 3vw, 38px);

    line-height: 1.18;

    letter-spacing: -1px;
}


.ag-contact__description {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 16px;
    line-height: 1.75;
}


/* ==================================================
   INFO ITEMS
================================================== */

.ag-contact__items {
    margin-top: 40px;

    display: flex;
    flex-direction: column;
}


.ag-contact__item {
    padding: 21px 0;

    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 16px;

    align-items: center;

    border-bottom:
        1px solid rgba(255,255,255,.13);
}


.ag-contact__item:first-child {
    border-top:
        1px solid rgba(255,255,255,.13);
}


/* ICON */

.ag-contact__icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.10);

    border-radius: 9px;
}


.ag-contact__icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #f48533;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* INFO TEXT */

.ag-contact__item > div:last-child {
    display: flex;
    flex-direction: column;
}


.ag-contact__item span {
    margin-bottom: 3px;

    color: rgba(255,255,255,.50);

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.ag-contact__item strong,
.ag-contact__item a {
    color: #fff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;
}


.ag-contact__item a {
    transition: color .25s ease;
}


.ag-contact__item a:hover {
    color: #f48533 !important;
}


/* ==================================================
   SCHEDULE
================================================== */

.ag-contact__schedule {
    margin-top: 32px;

    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    background: rgba(255,255,255,.09);

    border-radius: 9px;
}


.ag-contact__schedule > div {
    display: flex;
    flex-direction: column;
}


.ag-contact__schedule span {
    margin-bottom: 4px;

    color: rgba(255,255,255,.48);

    font-size: 15px;
    font-weight: 800;

    letter-spacing: 1.3px;
}


.ag-contact__schedule strong {
    color: #fff;

    font-size: 15px;
}


.ag-contact__schedule b {
    color: #f48533;

    font-size: 15px;
}


/* ==================================================
   FORM BOX
================================================== */

.ag-contact__form-box {
    padding: 45px;

    background: #fff;

    border: 1px solid #e2e4ed;

    border-radius: 14px;

    box-shadow:
        0 20px 50px
        rgba(17, 24, 39, .05);
}


.ag-contact__form-header {
    margin-bottom: 32px;
}


.ag-contact__form-header > span {
    display: block;

    margin-bottom: 10px;

    color: #5f5e61;

    font-size: 15px;
    font-weight: 800;

    letter-spacing: 1.5px;
}


.ag-contact__form-header h3 {
    margin: 0;

    color: #111827;

    font-size: 43px;

    line-height: 1.2;
}


.ag-contact__form-header p {
    max-width: 600px;

    margin: 12px 0 0;

    color: #667085;

    font-size: 15px;
    line-height: 1.7;
}


/* ==================================================
   FORM
================================================== */

.ag-contact__form {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


.ag-contact__field {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.ag-contact__field--full {
    grid-column: 1 / -1;
}


.ag-contact__field label {
    color: #344054;

    font-size: 12px;
    font-weight: 700;
}


.ag-contact__field input,
.ag-contact__field select,
.ag-contact__field textarea {
    width: 100%;

    border: 1px solid #dfe3eb;

    border-radius: 7px;

    background: #fff;

    color: #111827;

    font-family: inherit;
    font-size: 14px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}


.ag-contact__field input,
.ag-contact__field select {
    min-height: 52px;

    padding: 0 15px;
}


.ag-contact__field textarea {
    min-height: 145px;

    padding: 15px;

    resize: vertical;
}


.ag-contact__field input::placeholder,
.ag-contact__field textarea::placeholder {
    color: #98a2b3;
}


.ag-contact__field input:focus,
.ag-contact__field select:focus,
.ag-contact__field textarea:focus {
    border-color: #5f5e61;

    box-shadow:
        0 0 0 3px
        rgba(0,0,255,.07);
}


/* ==================================================
   BUTTON
================================================== */

.ag-contact__submit {
    width: 100%;
    min-height: 55px;

    padding: 0 21px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;

    border-radius: 7px;

    background: #5f5e61;

    color: #fff;

    font-family: inherit;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.ag-contact__submit svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: #f48533;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform .25s ease;
}


.ag-contact__submit:hover {
    background: #6b696d;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px
        rgba(0,0,255,.15);
}


.ag-contact__submit:hover svg {
    transform: translateX(5px);
}


/* MESSAGE */

.ag-contact__message {
    grid-column: 1 / -1;

    font-size: 13px;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 950px) {

    .ag-contact__grid {
        grid-template-columns: 1fr;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 650px) {

    .ag-contact {
        padding: 70px 0;
    }


    .ag-contact__container {
        width: calc(100% - 30px);
    }


    .ag-contact__header {
        margin-bottom: 35px;
    }


    .ag-contact__header h2 {
        font-size: 40px;

        letter-spacing: -1.3px;
    }


    .ag-contact__map {
        height: 300px;
    }


    .ag-contact__info,
    .ag-contact__form-box {
        padding: 28px 22px;
    }


    .ag-contact__form {
        grid-template-columns: 1fr;
    }


    .ag-contact__field--full {
        grid-column: auto;
    }


    .ag-contact__schedule {
        align-items: flex-start;
        flex-direction: column;
    }

}
#service-anchor2{
    scroll-margin-top: 100px;
}