/* =========================================================
   BiztosPont — insurance demo landing (custom modern layer)
   A MegaOne Insurance sablon fölé rétegzett friss dizájn.
   ========================================================= */

:root {
    --bp-navy: #2c3459;
    --bp-navy-2: #1d2446;
    --bp-navy-3: #3d4774;
    --bp-green: #99d747;
    --bp-green-2: #7fbf35;
    --bp-green-soft: rgba(153, 215, 71, .16);
    --bp-orange: #e25111;
    --bp-light: #f9f8fa;
    --bp-muted: #9da0b2;
    --bp-line: #e9ecf4;
    --bp-radius: 20px;
    --bp-shadow: 0 20px 45px -22px rgba(29, 36, 70, .28);
    --bp-shadow-hover: 0 30px 60px -24px rgba(29, 36, 70, .38);
    --bp-font-head: 'Raleway', sans-serif;
    --bp-font-body: 'Open Sans', sans-serif;
}

::selection {
    background: var(--bp-navy);
    color: #fff;
}

.bp-accent { color: var(--bp-green-2); }

/* =========================================================
   NAVBAR — mindig fehér alap, navy szöveg
   ========================================================= */
.navbar.navbar-top-default {
    background: #fff;
    box-shadow: 0 10px 34px -22px rgba(29, 36, 70, .35);
}
.navbar-top-default .navbar-nav .nav-link {
    color: var(--bp-navy);
    font-family: 'Raleway', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: .02em;
}
.navbar-top-default .navbar-nav .nav-link:hover {
    color: var(--bp-orange);
}
.nav-radius .navbar-nav .nav-link.active {
    background: var(--bp-green);
    color: #fff;
}

/* menü jobbra igazítása (a sablon ml-250 osztálya nélkül) */
.navbar-top-default .navbar-collapse {
    flex: 1;
    justify-content: flex-end;
}
.navbar-top-default .navbar-nav .nav-link {
    margin: 0 .35rem;
}

/* szöveges logo */
.navbar-top-default .logo {
    display: inline-flex;
    align-items: center;
    height: 90px;
}
.bp-logo {
    font-family: var(--bp-font-head);
    font-weight: 800;
    font-size: 1.55rem;
    letter-spacing: -.03em;
    line-height: 1;
    white-space: nowrap;
}
.bp-logo em {
    font-style: normal;
    font-weight: 800;
    color: var(--bp-green);
}
.bp-logo-hero { display: none !important; }
.bp-logo-scrolled { display: inline-block; color: var(--bp-navy); }

/* navbar CTA gomb */
.bp-nav-cta {
    margin-left: 1.1rem;
    padding: .7rem 1.6rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    box-shadow: 0 10px 24px -10px rgba(127, 191, 53, .9);
}
.bp-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(44, 52, 89, .7);
}

/* hamburger gomb: navy, fehér alapon */
.sidemenu_btn span {
    background: var(--bp-navy);
}

/* =========================================================
   HERO — fotó slider + mellette a díjbecslő (nincs overlay)
   ========================================================= */
#home.hero-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 4.6rem !important;
}
.hero-row { padding-top: 1.1rem; }

/* a slider fix magasságú lesz a keskenyebb oszlopban is */
.hero-slider-col .rev_slider_wrapper,
.hero-slider-col .rev_slider {
    height: 520px !important;
    max-height: 520px !important;
}
.hero-slider-col .rev_slider_wrapper {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 34px 70px -30px rgba(10, 15, 40, .55);
}
.hero-slider-col .rev_slider {
    border-radius: 26px;
}

.hero-quote-col {
    padding: .6rem 0 0 .75rem;
}

/* scroll indikátor */
.bp-scroll {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--bp-navy);
    cursor: pointer;
}
.bp-scroll:hover { color: var(--bp-green); }
.bp-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(44, 52, 89, .5);
    border-radius: 14px;
    position: relative;
    display: block;
}
.bp-wheel {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 4px;
    background: var(--bp-green);
    animation: bp-wheel 1.7s ease-in-out infinite;
}
@keyframes bp-wheel {
    0% { transform: translateY(0); opacity: 1; }
    70% { transform: translateY(14px); opacity: 0; }
    100% { transform: translateY(0); opacity: 0; }
}
.bp-scroll-text {
    font-family: var(--bp-font-head);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

/* --- díjbecslő kártya (a hero mellett, normál folyásban) --- */
.bp-quote {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    background: #fff;
    border-radius: 22px;
    padding: 1.55rem 1.5rem 1.4rem;
    box-shadow: 0 34px 80px -26px rgba(10, 15, 40, .4);
    border: 1px solid var(--bp-line);
}

.bp-quote-head {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-bottom: 1.15rem;
}
.bp-quote-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    box-shadow: 0 10px 22px -8px rgba(127, 191, 53, .85);
}
.bp-quote-kicker {
    font-family: var(--bp-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--bp-green-2);
}
.bp-quote-head h4 {
    margin: 2px 0 0;
    color: var(--bp-navy);
    font-weight: 700;
    font-size: 1.12rem;
}

.bp-quote-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin-bottom: 1.1rem;
}
.bp-quote-type {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding: .58rem .7rem;
    border: 1px solid var(--bp-line);
    border-radius: 12px;
    background: var(--bp-light);
    color: var(--bp-navy);
    font-family: var(--bp-font-body);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    text-align: left;
}
.bp-quote-type i {
    color: var(--bp-green-2);
    font-size: 14px;
    transition: color .25s ease;
}
.bp-quote-type:hover {
    border-color: var(--bp-green);
    transform: translateY(-2px);
}
.bp-quote-type.is-active {
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 20px -8px rgba(127, 191, 53, .8);
}
.bp-quote-type.is-active i { color: #fff; }

.bp-quote-result {
    background: var(--bp-light);
    border: 1px solid var(--bp-line);
    border-radius: 14px;
    padding: .85rem 1rem;
    margin-bottom: 1.05rem;
}
.bp-quote-result.is-jumping { animation: bp-pop .35s ease; }
@keyframes bp-pop {
    30% { transform: scale(1.03); }
}

.bp-quote-label {
    display: block;
    font-family: var(--bp-font-body);
    font-size: 12px;
    color: var(--bp-muted);
    margin-bottom: .2rem;
}
.bp-quote-label b { color: var(--bp-navy); }
.bp-quote-price {
    font-family: var(--bp-font-head);
    font-size: 2rem;
    font-weight: 800;
    color: var(--bp-navy);
    line-height: 1.15;
}
.bp-quote-per {
    font-size: .95rem;
    font-weight: 600;
    color: var(--bp-muted);
    margin-left: 4px;
}
.bp-quote-note {
    font-size: 11.5px;
    color: var(--bp-muted);
    line-height: 1.45;
    margin: .35rem 0 0;
}
.bp-quote-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

/* =========================================================
   SZEKCIÓ FEJLÉCEK
   ========================================================= */
.bp-kicker {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    font-family: var(--bp-font-body);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--bp-green-2);
    margin-bottom: .9rem;
}
.bp-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background: var(--bp-green);
}
.bp-kicker.is-center { justify-content: center; }

.bp-title {
    font-family: var(--bp-font-head);
    font-weight: 800;
    color: var(--bp-navy);
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    line-height: 1.22;
    margin-bottom: 1.1rem;
}
.bp-lead {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--bp-muted);
    max-width: 640px;
    margin: 0 auto 1rem;
}
.bp-section { padding: 6rem 0; }
.bp-section-sm { padding: 4.5rem 0; }

/* =========================================================
   RÓLUNK — feature kártyák
   ========================================================= */
.bp-feature {
    background: #fff;
    border: 1px solid var(--bp-line);
    border-radius: var(--bp-radius);
    padding: 2.1rem 1.7rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px -18px rgba(29, 36, 70, .18);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bp-feature:hover {
    transform: translateY(-8px);
    box-shadow: var(--bp-shadow-hover);
    border-color: rgba(153, 215, 71, .5);
}
.bp-feature-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 1.3rem;
    display: grid;
    place-items: center;
    border-radius: 24px;
    font-size: 1.9rem;
    color: #fff;
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    box-shadow: 0 16px 32px -12px rgba(127, 191, 53, .8);
    transition: transform .3s ease;
}
.bp-feature:hover .bp-feature-icon {
    transform: rotate(-6deg) scale(1.06);
}
.bp-feature h3 {
    color: var(--bp-navy);
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: .65rem;
}
.bp-feature p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
   SZÁMLÁLÓK — kis frissítés
   ========================================================= */
.bp-counter-strip { padding: 4.2rem 0; }
.bp-counter-strip .serial-box span {
    font-family: var(--bp-font-head);
    font-weight: 800;
}
.bp-counter-strip .serial-box p {
    color: var(--bp-navy);
}
.bp-counter-item {
    position: relative;
}
.bp-counter-item + .bp-counter-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 58px;
    background: rgba(44, 52, 89, .14);
}

/* =========================================================
   SZOLGÁLTATÁSOK
   ========================================================= */
.bp-services { background: var(--bp-light); }
.bp-service {
    position: relative;
    background: #fff;
    border: 1px solid var(--bp-line);
    border-radius: var(--bp-radius);
    padding: 1.9rem 1.7rem 1.6rem;
    height: 100%;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.bp-service::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bp-green), var(--bp-navy-3));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.bp-service:hover {
    transform: translateY(-7px);
    box-shadow: var(--bp-shadow-hover);
}
.bp-service:hover::after { transform: scaleX(1); }
.bp-service-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 1.55rem;
    color: var(--bp-green-2);
    background: var(--bp-green-soft);
    margin-bottom: 1.15rem;
    transition: all .3s ease;
}
.bp-service:hover .bp-service-icon {
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    color: #fff;
    transform: rotate(-6deg);
}
.bp-service h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--bp-navy);
    margin-bottom: .55rem;
}
.bp-service p {
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: .9rem;
}
.bp-service-link {
    font-family: var(--bp-font-body);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--bp-green-2);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.bp-service-link i { transition: transform .25s ease; }
.bp-service-link:hover i { transform: translateX(4px); }

/* =========================================================
   HOGYAN MŰKÖDIK
   ========================================================= */
.bp-step {
    text-align: center;
    padding: 0 1rem;
    position: relative;
}
.bp-step-num {
    font-family: var(--bp-font-head);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .2em;
    color: var(--bp-orange);
    margin-bottom: .4rem;
}
.bp-step-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 1.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1.8rem;
    color: var(--bp-navy);
    background: var(--bp-light);
    border: 2px dashed rgba(127, 191, 53, .65);
    position: relative;
    transition: all .3s ease;
}
.bp-step:hover .bp-step-icon {
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    border-style: solid;
    border-color: transparent;
    color: #fff;
    transform: scale(1.06);
}
.bp-step h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--bp-navy);
    margin-bottom: .5rem;
}
.bp-step p {
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0;
}
@media (min-width: 992px) {
    .bp-step:not(:last-child)::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free", "FontAwesome";
        font-weight: 900;
        position: absolute;
        top: 30px;
        right: -1.1rem;
        color: var(--bp-green);
        font-size: 1.3rem;
    }
}

/* =========================================================
   BIZTOSÍTÁSI CSOMAGOK — sötét sáv
   ========================================================= */
.bp-plans {
    background: linear-gradient(135deg, var(--bp-navy-2) 0%, var(--bp-navy) 48%, #39436e 100%);
    overflow: hidden;
}
.bp-plans .bp-title { color: #fff; }
.bp-plans .bp-lead { color: rgba(255, 255, 255, .75); }
.bp-plans .bp-kicker { color: var(--bp-green); }
.bp-plans .bp-kicker::before { background: var(--bp-green); }

.bp-plan {
    background: #fff;
    border-radius: 24px;
    padding: 2.2rem 1.9rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 60px -26px rgba(8, 12, 34, .8);
    transition: transform .3s ease, box-shadow .3s ease;
}
.bp-plan:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px -28px rgba(8, 12, 34, .9);
}
.bp-plan.popular {
    background: linear-gradient(160deg, #ffffff 0%, #f2fbe2 100%);
    border: 2px solid var(--bp-green);
    position: relative;
}
@media (min-width: 992px) {
    .bp-plan.popular { transform: scale(1.045); }
    .bp-plan.popular:hover { transform: scale(1.045) translateY(-8px); }
}
.bp-plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    color: #fff;
    font-family: var(--bp-font-body);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .45rem 1.1rem;
    border-radius: 30px;
    white-space: nowrap;
    box-shadow: 0 12px 24px -8px rgba(127, 191, 53, .9);
}
.bp-plan-name {
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bp-green-2);
    margin-bottom: .35rem;
}
.bp-plan-price {
    font-family: var(--bp-font-head);
    font-size: 2.55rem;
    font-weight: 800;
    color: var(--bp-navy);
    line-height: 1.1;
    margin-bottom: .25rem;
}
.bp-plan-price small {
    font-size: .95rem;
    font-weight: 600;
    color: var(--bp-muted);
}
.bp-plan-desc {
    font-size: 13.5px;
    color: var(--bp-muted);
    line-height: 1.6;
    margin-bottom: 1.3rem;
}
.bp-plan ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
    flex: 1;
}
.bp-plan ul li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: 14px;
    color: var(--bp-navy);
    padding: .38rem 0;
    line-height: 1.5;
}
.bp-plan ul li i {
    color: var(--bp-green-2);
    margin-top: 3px;
    font-size: 13px;
}
.bp-plan .btn { width: 100%; }

/* a csomagok sávjában dekoráló óriás ikonok */
.bp-plans::before,
.bp-plans::after {
    content: "\f3ed";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    color: rgba(255, 255, 255, .05);
    font-size: 22rem;
    line-height: 1;
    pointer-events: none;
}
.bp-plans::before { top: -40px; left: -60px; }
.bp-plans::after { bottom: -80px; right: -40px; transform: rotate(18deg); }

/* =========================================================
   CSAPAT / DÁTUM DOBOZ frissítés
   ========================================================= */
.team-box { border-radius: 0 22px 22px 0; }
.team-img img { border-radius: 22px 0 0 22px; }
.carousel-date { border-radius: 24px; }
.date, .date-2 { border-radius: 12px; }

/* =========================================================
   VÉLEMÉNYEK
   ========================================================= */
.bp-testi { background: var(--bp-light); }
.single-feedback {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 2.2rem !important;
    box-shadow: var(--bp-shadow);
    position: relative;
}
.single-feedback::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -14px;
    left: 28px;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 12px 22px -8px rgba(127, 191, 53, .8);
}
.single-feedback p {
    font-size: 15.5px;
    line-height: 1.8;
    color: var(--bp-navy);
    font-style: italic;
}

/* =========================================================
   BLOG
   ========================================================= */
.blog-text h2 { color: var(--bp-navy); }
.img-hvr img { border-radius: 18px; }
.date h5, .date-2 h5 { color: #fff; }

/* =========================================================
   GYIK
   ========================================================= */
.bp-faq { max-width: 820px; margin: 0 auto; }
.bp-faq-item {
    background: #fff;
    border: 1px solid var(--bp-line);
    border-radius: 16px;
    padding: 1.15rem 1.4rem;
    margin-bottom: .85rem;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.bp-faq-item[open] {
    border-color: rgba(153, 215, 71, .75);
    box-shadow: var(--bp-shadow);
}
.bp-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--bp-font-head);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--bp-navy);
}
.bp-faq-item summary::-webkit-details-marker { display: none; }
.bp-faq-item summary::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    font-size: .8rem;
    color: var(--bp-green-2);
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bp-green-soft);
    transition: transform .3s ease, background .3s ease;
}
.bp-faq-item[open] summary::after {
    content: "\f068";
    background: linear-gradient(135deg, var(--bp-green), var(--bp-green-2));
    color: #fff;
}
.bp-faq-item p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--bp-muted);
    margin: .85rem 0 0;
    padding-top: .85rem;
    border-top: 1px dashed var(--bp-line);
}

/* =========================================================
   CTA SÁV
   ========================================================= */
.bp-cta {
    background:
        radial-gradient(ellipse 55% 90% at 18% 50%, rgba(127, 191, 53, .22) 0%, rgba(127, 191, 53, 0) 60%),
        linear-gradient(120deg, var(--bp-navy-2) 0%, var(--bp-navy) 55%, #39436e 100%);
    overflow: hidden;
}
.bp-cta .bp-title { color: #fff; }
.bp-cta .bp-lead { color: rgba(255, 255, 255, .8); }
.bp-cta .bp-kicker { color: var(--bp-green); }
.bp-cta .bp-kicker::before { background: var(--bp-green); }

.bp-cta-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem 2rem;
    margin: 1.6rem 0 2rem;
}
.bp-cta-contact a,
.bp-cta-contact span {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255, 255, 255, .92);
    font-family: var(--bp-font-body);
    font-size: 14.5px;
    font-weight: 600;
}
.bp-cta-contact a:hover { color: var(--bp-green); }
.bp-cta-contact i {
    color: var(--bp-green);
    font-size: 1.05rem;
}
.bp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .95rem 2.1rem;
    font-size: 15px;
    font-weight: 700;
    border-radius: 60px;
}
.bp-cta-btn-light {
    background: #fff;
    color: var(--bp-navy) !important;
    box-shadow: 0 18px 40px -14px rgba(8, 12, 34, .55);
}
.bp-cta-btn-light:hover { background: var(--bp-green); color: #fff !important; }

/* óriás pajzs dekoráció */
.bp-cta::after {
    content: "\f3ed";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: -70px;
    bottom: -110px;
    font-size: 26rem;
    line-height: 1;
    color: rgba(255, 255, 255, .045);
    transform: rotate(-12deg);
    pointer-events: none;
}

/* =========================================================
   FOOTER
   ========================================================= */
.bg-blue { background: var(--bp-navy-2) !important; margin-top: 0; }
.footer-social { padding-top: 3.4rem; }
.company-about { padding-bottom: 2.6rem; }

/* =========================================================
   RESPONZÍV FINOMHANGOLÁS
   ========================================================= */
@media (max-width: 1279px) {
    .bp-nav-cta { display: none; }
}
@media (max-width: 991px) {
    .bp-section { padding: 4.5rem 0; }
    .bp-counter-item + .bp-counter-item::before { display: none; }
    .bp-process .row > div { margin-bottom: 2.2rem; }
    .hero-slider-col .rev_slider_wrapper,
    .hero-slider-col .rev_slider { height: 460px !important; max-height: 460px !important; }
    .hero-quote-col { padding: 1.8rem 0 0; }
    .bp-quote { max-width: 460px; }
}
@media (max-width: 767px) {
    .bp-quote-types { grid-template-columns: repeat(2, 1fr); }
    .bp-plan { padding: 1.9rem 1.4rem; }
    .team-box { border-radius: 22px; }
    .team-img img { border-radius: 22px; }
    .hero-slider-col .rev_slider_wrapper,
    .hero-slider-col .rev_slider { height: 400px !important; max-height: 400px !important; }
}
@media (max-width: 575px) {
    .hero-slider-col .rev_slider_wrapper,
    .hero-slider-col .rev_slider { height: 340px !important; max-height: 340px !important; }
}
@media (max-height: 640px) {
    .bp-scroll { display: none; }
}