/* ? ATDev add  */
li.new-phone {
    display: flex;
    align-items: center;
}

a.phone-link.new-header-phone {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

a.phone-link.new-header-phone:hover {
    color: var(--brand-pumpkin);
}

a.phone-link.new-header-phone svg {
    transition: all 0.5s;
}

a.phone-link.new-header-phone:hover svg {
    fill: var(--brand-pumpkin);
}

a.phone-link.new-header-phone .me-3 {
    margin-right: .35rem !important;
}

@media (min-width: 990px) {
    li.new-phone {
        margin-left: 1em;
    }
}

/* FOR IFRAME CONTACT FORMS */
.contact-page {
    background: #f7f7f7;
}

.row.at-row {
    flex-direction: column;
}

.row.at-row>div {
    flex-direction: column;
    width: 100%;
}

.row.at-row .contact__items {
    max-width: none;
    display: flex;
    column-gap: 2rem;
    flex-wrap: wrap;
}

.row.at-row .body-text-1 {
    margin-top: .5em;
}

.forms-container {
    margin-top: 4rem;
    display: flex;
    column-gap: 2rem;
}

.forms-container section.form>div {
    padding: 2rem 2.5rem;
    box-shadow: 0 0 12px #eee;
    border-radius: 12px;
}

section.form.new>div {
    background: #fff;
}

.forms-container section.form.new>div {
    padding: 2rem 2.5rem 1.5rem;
    box-shadow: 0 0 12px #eee;
    border-radius: 12px;
}

.pipedriveWebForms {
    /*height: auto !important;*/
}

section.form {
    flex-basis: 50%;
}

section.form iframe {
    /*height: 900px;*/
}

.col-xl-5.col-lg-5.at {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.fade.show {
    cursor: url("//hh-xpress.com/wp-content/uploads/2024/12/light-close.png") 16 16, pointer;
}

/* * new shippers page */
body.page-template-default main>.container {
    max-width: none;
    margin: auto;
    padding: 0;
}

.block-heading.has-background {
    padding: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.block-heading.has-background.blue-background {
    background: var(--brand-blue);
    color: var(--white);
}

.block-heading.has-background .heading {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.142;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.block-heading.has-background.grey-background {
    background: var(--neutrals-50);
}

.block-heading.has-background.blue-background .heading {
    color: var(--white);
}

.block-heading.has-background.grey-background .heading {
    color: inherit;
}

.subtitle-2 .heading {
    font-weight: 600;
}

.shipping-models.at-wrapper {
    padding: 120px 0 40px;
    background: var(--white);
}

.shipping-models__blocks.at-blocks {
    margin-top: 20px;
    margin-bottom: 0;
}

.shipping-models__blocks.at-blocks .shipping-models__block {
    padding: 32px;
}

.at-flex.col-xl-6>.shipping-models__block {
    padding: 42px 28px;
}

.at-flex>.shipping-models__block>.shipping-models__block-text,
.at-flex>.shipping-models__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.is-max-content {
    width: max-content;
}

.ratio_660-312 {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 660/312;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-models__blocks.at-blocks .shipping-models__block.clear_1 {
    padding: 0;
    background: 1187px;
}

.position-relative.at-content {
    padding-bottom: 108px;
}

.coverage-across__content.at-content {
    bottom: 0;
    max-width: none;
}

.shipping-models__blocks.at-blocks.accordion-or-toggle .shipping-models__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-or-toggle .subtitle-2 .heading {
    font-weight: 600;
    margin-bottom: 0;
}

.accordion-or-toggle .accord>div>:first-child {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    cursor: pointer;
}

.accordion-or-toggle .accord.open>:first-child .icon.arrow-down {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.accordion-or-toggle .accord.open>div>:first-child .icon.arrow-down {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.accordion-or-toggle .accord>div>:last-child {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 0;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}

.accordion-or-toggle .accord.open>div>:last-child {
    max-height: 20rem;
}

.accordion-or-toggle .accord>div>:last-child>:first-child {
    margin-top: .5rem;
}

.at-wrapper button.btn.btn-big.btn-primary.fw-bold.text-uppercase.banner-shippers__btn.is-max-content {
    margin-top: 1rem;
}

/* verified-carriers block add */
.verified-carriers-wrapper {
    margin: 0 auto 3rem;
}

.verified-carriers.block-columns {
    padding: 48px;
    display: flex;
    column-gap: 4rem;
    align-items: center;
    justify-content: space-between;
}

.verified-carriers-wrapper .block-columns.column {
    max-width: 700px;
    display: flex;
    align-items: center;
    column-gap: 4rem;
}

.verified-carriers.block-columns .body-text-1 {
    margin-bottom: 0;
}

.verified-carriers.block-columns .btn {
    white-space: nowrap;
}

@media screen and (max-width: 781px) {
    .verified-carriers-wrapper {
        margin: 3rem auto 2rem;
        padding: 0 .85rem;
    }
    
    .verified-carriers-wrapper .block-columns.column,
    .verified-carriers.block-columns {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
}


/* @MEDIA  */
@media screen and (max-width: 990px) {
    .forms-container {
        flex-direction: column;
        margin-top: 0;
        row-gap: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered {
        margin-top: 14%;
    }
    
    .block-heading.has-background .heading {
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .block-heading.has-background {
        padding: 32px;
    }
    
    .btn-big {
        font-size: 14px;
    }
    
    .at-wrapper button.btn.btn-big.btn-primary.fw-bold.text-uppercase.banner-shippers__btn.is-max-content {
        margin-top: 3rem;
    }

}

/** 25.26.09 Associated with the addition of YouTube */
@media (min-width: 1200px) {
    footer.footer .footer__top .col-xl-2.col-lg-3.col-md-12 {
        width: 20%;
    }

    footer.footer .footer__top .col-xl-4.col-md-12 {
        width: 30%;
    }
}

/* dev tmp  */
.page-template-template-contact .btn-big {
    width: max-content;
    margin: 1rem auto;
}