/* Calibraint New Footer Css Styles Starts Here  */
.calib-new-footer {
    background-color: #191919;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 6.25rem 6.25rem 3.75rem;
}

.footer-accoridon-content {
    margin: 0 !important;
}

.calib-new-footer .footer-one {
    margin-right: 5.25rem;
    flex: 5;
}

.calib-new-footer .footer-one .footer-details {
    margin-bottom: 1.5rem;
}

.calib-new-footer .footer-one .footer-details img {
    max-width: 7.5rem;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

.calib-new-footer .footer-one .footer-details p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    color: #b0b0b0;
}

.calib-new-footer .footer-one .footer-awards-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}

.calib-new-footer .footer-one .footer-awards-logo img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
    margin-right: 1rem;
}

.calib-new-footer .footer-one .footer-awards-logo img:last-child {
    margin-right: 0;
}

.calib-new-footer .footer-one .google-business {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 1.5rem;
    border-radius: 0.625rem;
}

.calib-new-footer .footer-one .google-business img:first-child {
    width: 3.875rem;
    height: 3.375rem;
    object-fit: contain;
}

.business-rating-main {
    margin-left: 1rem;
}

.business-rating-main h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: left;
    color: #ffffff;
    /*margin-bottom: 0.625rem;*/
    text-transform: uppercase;
}

.business-rating-main h4 {
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.125rem;
    text-align: left;
    color: #417ad9;
}

.business-rating-main img {
    /*height: 1.375rem;
    object-fit: contain;
    margin-left: 0.5rem;*/
    height: 2.375rem !important;
    width: auto !important;
    display: flex;
    justify-content: flex-start;
}

.business-rating {
    display: flex;
    align-items: center;
}

.footer-second {
    margin-right: 5.25rem;
    flex: 4;
}

.footer-service-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-service-main .footer-service:first-child {
    padding-right: 1rem;
}

.footer-service h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer-service ul {
    padding-left: 0;
}

.footer-service ul li {
    list-style-type: none;
    margin-bottom: 1.5rem;
}

.footer-service ul li:last-child {
    margin-bottom: 0;
}

.footer-service ul li a {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #b0b0b0;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.footer-service ul li a .primaryArrow {
    width: 20px;
    height: 20px;
    background: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/04/18114311/arrowIcons.svg');
    display: none;
    animation: textArrowAnimation 0.5s ease 1;
    background-size: 220px;
    background-position: -119px -5px;
    margin-left: 4px;
}

.footer-service ul li a:hover {
    color: #fb7000;
}

.footer-service ul li a:hover .primaryArrow {
    display: inline-flex;
    background-position: -97px -27px;
}

@keyframes textArrowAnimation {
    from {
        background-position: -119px -5px;
    }

    to {
        background-position: -97px -27px;
    }
}

.footer-feature-card {
    background-color: rgba(255, 255, 255, 0.06);
    padding: 1.25rem 1.875rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
}

.footer-feature-card img {
    max-width: 4rem;
    margin-right: 1.5rem;
    object-fit: contain;
    height: fit-content;
}

.footer-feature-main .footer-feature-card:last-child {
    margin-top: 1rem;
}

.footer-feature-card div h3 {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #b0b0b0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.footer-feature-card div h4 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.footer-feature-card div h5 {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #b0b0b0;
}

.footer-feature-card div p a {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    color: #fb7000;
    position: relative;
    width: fit-content;
}

.footer-feature-card div p a::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    background: #FB7000;
    height: 1px;
    transition: 0.3s ease-out;
}

.footer-feature-card div p a:hover::after {
    width: 100%;
}

.footer-third {
    flex: 3;
    min-width: 17.5rem;
}

.footer-third iframe {
    width: 100% !important;
    height: 166px !important;
    border-radius: 1.25rem;
    border: none;
    margin-bottom: 2.5rem;
}

.footer-third div {
    margin-bottom: 2.25rem;
}

.footer-third div:last-child {
    margin-bottom: 0;
}

.footer-third h3 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-third p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-align: left;
    color: #b0b0b0;
}

.calib-new-footer .footer-copyrights {
    padding: 1.5rem 6.25rem 2.5rem;
    border-top: 0.063rem solid #454545;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calib-new-footer .footer-copyrights p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625rem;
    color: #888888;
}

.calib-new-footer .footer-copyrights img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    margin-right: 0.75rem;
}

.calib-new-footer .footer-copyrights img:last-child {
    margin-right: 0;
}

.mobile-footer-links {
    display: none;
}

/* Calibraint New Footer Css Styles Ends Here  */

/* footer responsive styles here */
@media all and (max-width: 1300px) {

    .calib-new-footer .footer-one,
    .calib-new-footer .footer-second {
        margin-right: 3rem;
    }
}

@media all and (max-width: 1259px) {
    .footer-content {
        flex-wrap: wrap;
        padding-inline: 24px;
    }

    .calib-new-footer .footer-one {
        margin: 0 0 3rem;
        flex: unset;
        width: 100%;
    }

    .calib-new-footer .footer-second,
    .calib-new-footer .footer-third {
        flex: unset;
        width: calc(50% - 2rem);
        min-width: unset;
        max-width: unset;
    }

    .calib-new-footer .footer-second {
        margin-right: 2rem;
    }

    .calib-new-footer .footer-third {
        margin-left: 2rem;
    }

    .calib-new-footer .footer-copyrights {
        padding-inline: 24px;
    }
}

@media all and (min-width: 769px) and (max-width: 1259px) {
    .calib-awards-section {
        display: flex;
        align-items: center;
    }

    .calib-new-footer .footer-one .calib-awards-section .footer-awards-logo {
        margin: 0 0.5rem 0 0;
        flex: 1;
    }

    .calib-awards-section .google-business {
        margin-left: 0.5rem;
        flex: 1;
    }
}

@media all and (max-width: 1023px) {
    .calib-new-footer .footer-one .footer-awards-logo img {
        width: 54px;
        height: 54px;
    }

    .home-contact-form .wpforms-container .wpforms-form input {
        height: 48px !important;
    }

    .calib-new-footer .footer-one .footer-awards-logo img:last-child {
        margin-right: 0 !important;
    }

    .footer-content {
        padding: 3.125rem 1rem 0;
    }

    .footer-awards-logo {
        justify-content: space-around;
    }

    .calib-new-footer .footer-one {
        margin-bottom: 1.5rem;
    }

    .footer-second,
    .footer-third {
        display: none;
    }

    .mobile-footer-links {
        padding: 0 1rem 1.5rem;
        display: block;
    }

    #wpsm_accordion_2625 {
        margin: 0;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel {
        background-color: transparent;
        box-shadow: none;
        border: none !important;
    }

    .new-footer-map,
    .new-footer-details-heading,
    .new-footer-details-para {
        padding: 2px 0 16px !important;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading {
        padding: 0.625rem 0;
        background: transparent !important;
        border-bottom: 0.063rem solid var(--grey-light7) !important;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .wpsm_panel-title a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .wpsm_panel-title a .ac_open_cl_icon {
        float: unset !important;
        padding: 0.5rem 0.5rem 0.6rem !important;
        width: 2rem;
        height: 2rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: transparent !important;
        border: 0.063rem solid var(--grey-light8);
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .wpsm_panel-title a .ac_open_cl_icon:before {
        color: var(--grey-light9);
        content: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/03/12121646/Vector.webp);
        transition: all 0.2s linear;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .wpsm_panel-title a .ac_open_cl_icon.fa-minus:before {
        transform: rotate(180deg);
    }

    #wpsm_accordion_2625 .wpsm_panel+.wpsm_panel {
        margin: 0;
    }

    #wpsm_accordion_2625.wpsm_panel-group .wpsm_panel .wpsm_panel-heading .wpsm_panel-title a .ac_title_class {
        font-size: 1rem;
        line-height: normal;
        font-weight: 800;
        color: var(--white-100);
        padding: 0;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body {
        background: transparent !important;
        padding: 24px 0;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body li {
        line-height: 1;
        list-style: none;
        padding: 4px 24px 4px 36px;
        margin-bottom: 1.5rem;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body li a {
        font-size: 0.875rem;
        line-height: normal;
        font-weight: 600;
        color: var(--grey-light8);
        padding: 0;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body li a:hover {
        color: #fb7000;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body .new-footer-map {
        padding-bottom: 2rem;
    }

    #wpsm_accordion_2625 .wpsm_panel .wpsm_panel-body .new-footer-map iframe {
        width: 100% !important;
    }

    #wpsm_accordion_2625 .new-footer-details-heading {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    #wpsm_accordion_2625 .new-footer-details-para {
        font-size: 13px;
        padding-bottom: 2rem;
    }

    #wpsm_accordion_2625 .wpsm_panel-body div div:last-child .new-footer-details-para {
        padding-bottom: 0;
    }

    .calib-new-footer .footer-copyrights {
        border: none;
        flex-direction: column-reverse;
        padding: 0 1rem 4.5rem;
    }

    .calib-new-footer .footer-copyrights p {
        padding-top: 1.25rem;
    }

    .calib-new-footer .footer-one .footer-details p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .new-footer-map iframe {
        height: 140px !important;
    }

    .calib-new-footer .business-rating img {
        max-width: 128px !important;
    }
}

/* footer links */
.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.25rem;
    border: 1px solid rgba(93, 93, 93, 1);
}

.social-link:hover {
    border-color: #fb7000;
}

.social-link+.social-link {
    margin-left: 0.75rem;
}

.social-link img {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: center;
    filter: brightness(0.75) saturate(0%);
}

.social-link:hover img {
    filter: none;
}

/* Magazine iframe  */
.calibraint-magazine iframe {
    width: 100%;
    height: calc(100vh - 40px);
}