/*
* ----------------------------------------------------------------------------------------
Author       :  Inspect Right
Template Name: 
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.Home CSS
* 03.Accordion CSS
* 04.Logo Slider
* ----------------------------------------------------------------------------------------
*/

@font-face {
    font-family: "Sofia Pro";
    src: url("https://nu-find.com/bundles/global/fonts/SofiaPro-Regular.woff2")
            format("woff2"),
        url("https://nu-find.com/bundles/global/fonts/SofiaPro-Regular.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("https://nu-find.com/bundles/global/fonts/SofiaPro-Light.woff2")
            format("woff2"),
        url("https://nu-find.com/bundles/global/fonts/SofiaPro-Light.woff")
            format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("https://nu-find.com/bundles/global/fonts/SofiaPro-Bold.woff2")
            format("woff2"),
        url("https://nu-find.com/bundles/global/fonts/SofiaPro-Bold.woff")
            format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-weight: 400;
    font-family: "Sofia Pro", sans-serif;
    padding-top: 64px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:focus,
a:active {
    outline: none;
}

img {
    max-width: 100%;
}

b,
strong {
    font-weight: 700;
}
/*Header CSS*/
.ir-static-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
    background: #fff;
}
.ir-static-header .navbar {
    padding: 0.5rem 35px;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.ir-static-header .right-side-nav .navbar-nav .nav-link {
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    padding: 0 8px;

    transition: font-weight 0.2s ease;
}

.ir-static-header .right-side-nav .navbar-nav .nav-link:hover {
    color: #ef7c09;
    text-shadow: 0.7px 0 currentColor, -0.7px 0 currentColor;
}

.ir-yellow-btn {
    height: 30px;
    background: #ef7c09 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none !important;
}

.ir-yellow-btn:hover {
    background: #383734;
    color: #ffffff;
}

.free-quote-li a.ir-yellow-btn {
    margin-left: 10px;
}

/*End Header CSS*/

/*Hero banner CSS*/
.hero-section {
    position: relative;
}
.item-cell {
    position: relative;
}

.item-cell:after {
    background: #383734 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.69;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-banner-caption {
    position: absolute;
    top: calc(45% - 64px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.hero-banner-caption h1 {
    text-align: center;
    font: normal normal 300 78px/85px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
}

.ir-yellow-cta {
    height: 30px;
    background: #ef7c09 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal 300 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none !important;
}

.ir-yellow-cta:hover {
    background: #fff;
    color: #ef7c09;
}

.ir-yellow-cta strong {
    font-weight: bold;
}

/*End Hero banner CSS*/
/*what Section CSS*/
.default-pd {
    padding: 60px 0;
}

.section-sub-title {
    text-align: left;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ef7c09;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

.section-main-title {
    text-align: left;
    font: normal normal 300 60px/62px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    margin-bottom: 15px;
}

.p-short-desc {
    text-align: left;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
}

.feature-card {
    max-width: 900px;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("../ir-images/Inspection-bg.png");
    background-size: cover;
    background-position: center;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    /* IMPORTANT */
}

.feature-item {
    min-height: 220px;
    /* IMPORTANT */
    padding: 48px 32px;
    text-align: center;
    color: #fff;
}

/* dividers */
.feature-item:nth-child(1),
.feature-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-item:nth-child(1),
.feature-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-card .icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.feature-card h3 {
    margin: 0 0 6px;
    text-align: center;
    font: normal normal bold 25px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.feature-card p {
    margin: 0;
    text-align: center;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

/* Mobile fix */

.prd-box img {
    border-radius: 25px;
}
.prd-box h3 {
    text-align: left;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    margin: 16px 0 0;
}

.ir-product-wrapper {
    margin-top: 60px;
}

.who-service-carousel .owl-stage-outer:after {
    transform: matrix(-1, 0, 0, -1, 0, 0);
}
.who-service-carousel .owl-stage-outer:after,
.who-service-carousel .owl-stage-outer::before {
    content: "";
    position: absolute;
    left: 0;
    background: transparent linear-gradient(90deg, #65615e00 0%, #65615e 100%)
        0% 0% no-repeat padding-box;
    height: 100%;
    width: 70px;
    top: 0;
}
.who-service-carousel .owl-stage-outer::before {
    left: auto;
    right: 0;
    z-index: 1;
}
/*what end Section CSS*/

/*Home brand section*/
.ir-home-brand-section {
    background: #dfdbd5 0% 0% no-repeat padding-box;
}
.brand-carousel-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.brand-carousel-2 .owl-stage,
.glob-network-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-carousel-2 li img {
    max-height: 81px;
}
.ir-home-brand-section h2 {
    text-align: center;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    text-transform: uppercase;
    margin-bottom: 31px;
}

/*End Home brand section*/

.home-who-section {
    background: transparent linear-gradient(180deg, #f2eeec 0%, #dfdbd5 100%) 0%
        0% no-repeat padding-box;
}
.team-section {
    padding: 0 20px;
}

.team-wrapper {
    position: relative;
    max-width: 450px;
    height: 420px;
}

/* Base card */
.team-card {
    position: absolute;
    width: 218px;
    border-radius: 28px;
    overflow: hidden;
    border-radius: 25px;
    transition: transform 0.3s ease;
}
.team-card:after {
    background: #00000000 linear-gradient(1deg, #000000 0%, #ffffff00 100%) 0%
        0% no-repeat padding-box;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
}
.team-card:hover {
    z-index: 3;
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.team-card--left,
.team-card--right {
    height: 325px;
}
.team-card--center {
    height: 386px;
}
/* Card positions */
.team-card--left {
    left: 0;
    top: 30px;
}

.team-card--right {
    right: 0;
    top: 30px;
}

.team-card--active {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0px 2px 4px #383734;
}

/* Text overlay */
.team-info {
    position: absolute;
    left: 24px;
    bottom: 28px;
    color: #fff;
    z-index: 1;
}

.team-info h4 {
    margin: 0;
    text-align: left;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.team-info p {
    margin: 4px 0 0;
    text-align: left;
    font: normal normal 300 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

/* CTA button */
.team-cta {
    position: absolute;
    right: 18px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ff8a00;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Hover focus */

.keep-you-close-to-action {
    background: #383734a8 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 60px;
    margin-top: 40px;
}

.keep-you-close-to-action .section-main-title {
    text-align: left;
    font: normal normal 300 60px/62px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 25px;
}
.keep-you-close-to-action p {
    text-align: left;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}
.keep-you-close-to-action a.ir-yellow-cta {
    margin-top: 80px;
}
.ir-inida-map img {
    position: absolute;
    max-width: 676px;
    height: 575px;
    top: -100px;
    left: -10px;
}

.who-bottom-servie-section {
    background-color: #65615e;
    height: 395px;
    margin-top: -180px;
}
.who-service-carousel {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    top: 180px;
}
.who-service-carousel li {
    text-align: center;
}
.who-service-carousel h4 {
    color: #fff;
    font: normal normal 300 16px/20px Sofia Pro;
    text-align: center;
}
.s-icon {
    margin-bottom: 15px;
    height: 50px;
    display: flex;
}
.s-icon img {
    max-width: 50px;
    margin: 0 auto;
    max-height: 43px;
}

.home-how-section {
    background: transparent linear-gradient(154deg, #f2eeec 0%, #a6a19d 100%) 0%
        0% no-repeat padding-box;
    overflow: hidden;
}
.man-image-wrapper img {
    position: absolute;
    margin-bottom: -1px;
    top: 220px;
    left: -40px;
    max-width: 500px;
}

.accordion .card {
    border: none;
    border-radius: 24px !important;
    margin-bottom: 20px;
    background: #7a7774;
    color: #fff;
    overflow: hidden;
    transition: background 0.3s ease;
}

.accordion .card.active {
    background: #ef7c09; /* yellow active */
}

.card-header {
    background: transparent;
    border: none;
    padding: 37px 31px;
    cursor: pointer;
}

.accordion-title {
    text-align: left;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

.accordion-subtitle {
    text-align: left;
    font: normal normal 300 25px/27px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}
.active .accordion-title,
.active .accordion-subtitle {
    color: #383734;
}

.accordion-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    transition: transform 0.3s ease;
    background: url(../ir-images/chevron_right.svg) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    background-size: 33px;
    top: 45px;
}
.home-how-section .section-Lf-text {
    padding-left: 50px;
}

/* arrow down when open */
.card.active .accordion-arrow {
    transform: translateY(-50%) rotate(90deg);
}

.card-body {
    padding: 0 28px 24px;
    font-size: 15px;
}
.card-body p {
    text-align: left;
    font: normal normal 300 20px/27px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.more-detail-service-link span {
    text-align: left;
    font: normal normal 300 25px/29px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    display: inline-block;
}
.more-detail-service-link span a {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 25px/29px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
}
.price-head .section-main-title,
.price-head .p-short-desc {
    text-align: center;
}
.more-detail-service-link {
    padding-bottom: 60px;
}

.pricing-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-card {
    width: 296px;
    border-radius: 30px;
    padding: 36px 28px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}
.price-head {
    margin-bottom: 60px;
}
.home-price-warpper .starter {
    background: #65615e;
}

.home-price-warpper .boost {
    background: #ef7c09;
}

.pricing-card h3 {
    text-align: center;
    font: normal normal bold 25px/29px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.price {
    text-align: center;
    margin-bottom: 20px;
}

.price strong {
    text-align: center;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

.price span {
    text-align: center;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.price small {
    font-size: 12px;
}

.home-price-warpper hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 24px 0;
}

.home-price-warpper .desc {
    text-align: left;
    font: normal normal bold 18px/21px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 12px;
}

.pricing-card ul {
    padding-left: 18px;
    margin-bottom: auto;
}

.pricing-card ul li {
    text-align: left;
    font: normal normal 300 18px/21px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.pricing-card .btn {
    margin-top: 24px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ef7c09;
    text-transform: uppercase;
    height: 30px;
    padding: 2px 15px;
}

.pricing-card .starter .btn {
    color: #f5820a;
}

.pricing-card .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);

    padding: 6px 18px;
    width: 140px;
    height: 30px;
    background: #ac5600 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.pricing-card .badge.dark {
    background: #a94d00;
}

/* Responsive */
@media (max-width: 1024px) {
    .pricing-wrapper {
        gap: 16px;
    }
}

/*Meet UP section css*/
.meet-wrapper {
    display: flex;
    gap: 24px;
    margin: auto;
}

.meet-card {
    flex: 1;
    height: 422px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.meet-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pric-description {
    min-height: 130px;
}
/* LEFT CARD */
.meet-card.orange {
    background: #f5820a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet-card.orange h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
}

.meet-card.orange strong {
    font-weight: 700;
}
.meet-us-date {
    text-align: left;
    font: normal normal bold 18px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}
/* RIGHT CARD */

.meet-card.image:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 1%);
    transition: background 0.4s ease;
}

.meet-card.image:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.meet-card.image h2 {
    color: #fff;
    text-align: center;
    font: normal normal 300 60px/62px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.meet-card.image strong {
    font-weight: 800;
}

/* CONTENT */
.meet-card .content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.meet-card .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
/* BUTTONS */
.meet-card .orange-btn {
    background: #f5820a;
    color: #fff;
    display: inline-block;
    margin-top: 24px;
    padding: 4px 26px;
    border-radius: 15px;
    font: normal normal bold 15px/17px Sofia Pro;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 30px;
    outline: none;
}

.btn.dark {
    background: #2f2f2f;
    color: #fff;
}

.btn.dark:hover {
    background: #000;
    transform: scale(1.05);
}

.orange-btn:hover {
    background: #ff9a2f;
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .meet-wrapper {
        flex-direction: column;
    }
}

.caption-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.hover-content {
    position: absolute;
    background: #ef7c09;
    width: 100%;
    height: 100%;
    padding: 87px 0;
    text-align: center;
    opacity: 0;
    z-index: 9;
}
.meet-card:hover .hover-content {
    opacity: 1;
}
.meet-card:hover .orange-btn {
    background-color: #383734;
}

.ir-home-contact-sec {
    background-color: #ef7c09;
}
.ir-home-contact-sec .section-sub-title,
.ir-home-contact-sec .section-main-title {
    color: #fff;
}
.ir-contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ir-contact-list li a {
    text-align: left;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ffffff52 0% 0% no-repeat padding-box;
    border-radius: 39px;
    display: flex;
    align-items: center;
    width: 168px;
    height: 60px;
    padding: 0 20px;
    margin: 10px 0;
    text-decoration: none;
}
.ir-contact-list li a:hover {
    background-color: #383734;
}
.ir-contact-list li {
    display: flex;
    align-items: center;
}
.ir-contact-list li img {
    width: 30px;
    margin-right: 6px;
}
.ir-contact-list {
    margin-top: 35px;
}

.mobile-v {
    display: none !important;
}
/*Footer css*/
.home-footer {
    background-color: #2b2a27;
}
.footer-right-text p {
    text-align: left;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-right-text p a {
    color: #fff;
    text-decoration: underline;
}
.social-icons {
    display: flex;
    margin-top: 40px;
    justify-content: end;
}
.social-icons a {
    margin-left: 20px;
}
/*End Footer css*/

/* Modal */
.modal-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #38373480;
    border-radius: 24px;
    overflow: hidden;
}
.quote-modal-header {
    margin-bottom: 50px;
}

.ir-freequote-popup .modal-body {
    padding: 30px 70px 70px;
    margin-top: 10px;
}

/* Heading */
.quote-modal h2 {
    margin-bottom: 15px;
    text-align: center;
    font: normal normal bold 40px/46px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
}

.quote-modal h2 span {
    font-weight: 800;
}

/* Subtitle */
.quote-modal .subtitle {
    margin: 10px 0 25px;
    text-align: center;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #65615e;
}

/* Inputs */
.quote-modal input,
.quote-modal textarea {
    width: 100%;
    border: none;
    border-radius: 30px;
    background: #f3efec;
    padding: 9px 20px;
    text-align: left;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #a6a19d;
}

.quote-modal textarea {
    border-radius: 20px;
    resize: none;
    height: 90px;
    padding-top: 16px;
    padding-bottom: 30px;
}

/* Field wrapper */
.quote-modal .field {
    position: relative;
    margin-bottom: 10px;
}
.quote-modal .field.text-area {
    margin-bottom: 4px;
}
/* Optional text */
.quote-modal .optional {
    position: absolute;
    bottom: 16px;
    font: normal normal normal 10px/12px Sofia Pro;
    letter-spacing: 0px;
    color: #a6a19d;
    text-transform: uppercase;
    right: 15px;
}

body .ir-modal-theme .close span {
    font-size: 0;
}

body .ir-modal-theme .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 50px;
    font-weight: lighter;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    color: #383734;
    border-radius: 0 9px 0 0;
}
body .ir-modal-theme .close span:before,
body .ir-modal-theme .close span:after {
    position: absolute;
    left: 20px;
    content: " ";
    height: 26px;
    width: 2px;
    background-color: #15331d80;
    top: 18px;
}
body .ir-modal-theme .close span::before {
    transform: rotate(45deg) !important;
}
body .ir-modal-theme .close span::after {
    transform: rotate(-45deg) !important;
}
body .ir-modal-theme .close:hover {
    background: transparent !important;
}

body .ir-modal-theme .close:hover span:before,
body .ir-modal-theme .close:hover span:after {
    background-color: #000;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    outline: none;
}

/* Button */
.next-btn {
    margin-top: 60px;
    width: 234px;
    height: 30px;
    border: none;
    border-radius: 25px;
    background: #f5820b;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.next-btn:hover {
    background: #e06f00;
}

/*custom radio button css*/

.plan-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Plan pill */
.plan-group .plan-radio {
    display: flex;
    align-items: center;
    padding: 7px 22px;
    border-radius: 40px;
    cursor: pointer;
    background: #dfdbd5;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

/* Hide real radio */
.plan-group .plan-radio input {
    display: none;
}

/* Text */
.plan-group .plan-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #6b635b;
}

/* ACTIVE / SELECTED */
.plan-group .plan-radio:has(input:checked) {
    background: #f5820b;
    border-color: #f5820b;
}

.plan-group .plan-radio:has(input:checked) .plan-text {
    color: #fff;
}

/* Hover */
.plan-group .plan-radio:hover {
    background: #e1d8cf;
}

/* Typography */
.plan-group .plan-text strong {
    text-align: left;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.plan-group .plan-price {
    text-align: right;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.plan-group .plan-price sup {
    text-align: right;
    font: normal normal 300 12px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #ffffff;
}

.more-detail-link {
    text-align: center;
    text-decoration: underline;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #a6a19d;
}
.skip-link {
    text-align: center;
    text-decoration: underline;
    font: normal normal 300 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #a6a19d;
    display: inline-block;
    margin-right: 25px;
}
.skip-link:hover,
.more-detail-link:hover {
    color: #f5820b;
    text-decoration: none;
}
.finish-screen {
    padding: 20% 0;
}
/*End custom radio button css*/

.ir-service-card-popup .modal-dialog {
    max-width: 920px;
    margin: 1.75rem auto;
}
.modal-header.border-0 {
    padding: 30px 20px 10px;
}
.ir-service-card-popup .modal-body {
    padding: 0;
}
.service-card-table {
    margin-bottom: 0;
}
.service-card-table tr th {
    background-color: #fff;
    text-align: left;
    font: normal normal bold 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    border-bottom: 2px solid #fff;
    border-top: 0px solid #7a7774;
    padding: 10px 20px;
}
.service-card-table tr td {
    text-align: left;
    font: normal normal 300 15px/17px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    background-color: #f2eeec;
    padding: 10px 20px;
    vertical-align: top;
    border-top: 2px solid #7a7774;
}

.ir-service-card-popup .modal-header h2 {
    text-align: left;
    font: normal normal bold 20px/23px Sofia Pro;
    letter-spacing: 0px;
    color: #383734;
    text-transform: uppercase;
}
#IRFreeQuote input.is-invalid::placeholder {
    color: red !important;
    opacity: 1;
}
