/*
Theme Name: bachvietsjc
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
	font-family: primary-font;
	src: url('./GoogleSans-Regular.ttf');
}

@font-face {
	font-family: primary-font-bold;
	src: url('./GoogleSans-Bold.ttf');
}

html {
  	scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6 {
	font-family: primary-font !important;
}

.nav > li > a, .font-bold {
	font-family: primary-font-bold !important;
}

.nav-spacing-xlarge>li {
	margin: 0 16px;
}

.heading-res {
	font-size: 40px;
}

.rounded img {
	border-radius: 10px
}

.linh-vuc-hoat-dong-item {
	padding: 20px;
	background:white;
	border-radius:10px;
	border: 1px solid #ededed;
	transition: 0.5s all;
}

.linh-vuc-hoat-dong-item:hover {
	border-color: var(--primary-color);
}

/* CTA */
.linh-vuc-hoat-dong-item p.flex {
    display: inline-flex;
    align-items: center;
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

/* SVG */
.linh-vuc-hoat-dong-item p.flex svg {
    flex-shrink: 0;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(.22, 1, .36, 1);
}

/* Hover card */
.linh-vuc-hoat-dong-item:hover p.flex {
    transform: translateX(5px);
}

.linh-vuc-hoat-dong-item:hover p.flex svg {
    transform: translateX(8px);
}

.mb-20 {
	margin-bottom:20px
}

.is-divider {
	display: none !important
}

.post-home .box-text {
	border-left: 1px solid #e8e8e9;
    border-right: 1px solid #e8e8e9;
    border-bottom: 3px solid #e8e8e8;
}

.post-home .box-blog-post:hover .box-text {
	border-bottom: 3px solid var(--primary-color);
	transition: 0.5s all
}

.post-home .box-blog-post:hover .post-title a {
	color: var(--primary-color)
}

.post-item .box-blog-post .cat-label {
	color: var(--primary-color);
    opacity: 1;
    font-size: 14px;
    font-family: 'primary-font-bold';
    margin-bottom: 10px;
}

.entry-header-text {
	padding-left:0 !important;
	padding-right:0 !important;
	text-align:left !important
}

.footer-contact-info {
    margin-top: 20px;
}

.footer-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-info .contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

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

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;

    color: #ffffff;
    font-size: 15px;
}

.footer-contact-info strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer-contact-info span,
.footer-contact-info a {
    color: white;
}

.footer-contact-info a:hover {
    color: #ffffff;
}

.footer-contact-info li {
	margin-left: 0 !important;
	display: flex;
	align-items:center
}

.ux-menu-title {
	font-size: 18px
}

/* Link menu */
.ux-menu-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

/* Text */
.ux-menu-link .ux-menu-link__text {
    position: relative;
    transition: transform 0.3s ease;
}

/* Gạch ngang phía trước */
.ux-menu-link .ux-menu-link__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;

    width: 16px;
    height: 2px;

    background: currentColor;

    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;

    opacity: 0;

    transition: 
        transform 0.3s ease,
        opacity 0.3s ease;
}

/* Hover */
.ux-menu-link a:hover .ux-menu-link__text {
    transform: translateX(25px);
}

.ux-menu-link a:hover .ux-menu-link__text::before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

.dao-tao .box-blog-post {
	border: 1px solid #ededed;
	border-radius: 10px;
	position: relative;
	transition: 0.5s all;
}

.dao-tao .box-blog-post:hover {
	box-shadow: 10px 5px 20px #ccc;
}

.dao-tao .box-blog-post img {
	border-radius: 10px 10px 0 0
}

.dao-tao .box-blog-post .cat-label {
	font-size: 12px;
    position: absolute;
    top: -35px;
    background: white;
    border-radius: 50px;
    padding: 5px 15px;
}

.dao-tao .box-text {
	padding-left: 15px;
	padding-right: 10px;
}

.dao-tao .box-text:after {
	content: "Xem chi tiết  →";
    display: block;
    margin-top: 10px;
    color: #044283;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.blog-single .entry-category {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-single .entry-title {
    margin-bottom: 0
}

/* ===============================
   SINGLE POST - CATEGORY BADGE
================================ */

.blog-single .entry-category {
    margin-bottom: 14px;
}

.blog-single .entry-category a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    background: #eaf2f9;
    color: var(--primary-color);
    border: 1px solid rgba(4, 66, 131, 0.12);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

/* Chấm trang trí */
.blog-single .entry-category a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Hover */
.blog-single .entry-category a:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateX(4px);
}

.blog-single .entry-category a:hover::before {
	background: white;
}

.blog-single .entry-image img {
	border-radius: 10px
}

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

.floating-contact {
	position: fixed;
	right: 25px;
	bottom: 90px;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.floating-contact__item {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
	transition: transform .25s ease, box-shadow .25s ease;
	text-decoration: none;
}

.floating-contact__item:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.floating-contact__phone {
	background: #18a957;
}

.floating-contact__phone i {
	font-size: 22px;
}

.floating-contact__zalo {
	background: #0068ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: -.3px;
}

.floating-contact__item {
	position: relative;
}

.floating-contact__item::after {
	content: attr(data-label);
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	white-space: nowrap;
	background: #1f2937;
	color: #fff;
	padding: 7px 10px;
	border-radius: 4px;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s ease;
}

.floating-contact__item:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

/* Quy trinh */
.quy-trinh .section-bg {
    background: radial-gradient(circle at 30% 20%, rgb(25 98 120 / 22%), transparent 35%), linear-gradient(135deg, #042850 0%, #033c7b 55%, #042850 100%)
}

.quy-trinh-thu-mua {
    position: relative;
    overflow: hidden;
    padding: 50px 0;

/*     background:
        linear-gradient(
            90deg,
            rgba(4, 45, 27, 0.97),
            rgba(6, 74, 42, 0.94)
        );

    border-radius: 4px; */
}


/* TITLE */

.quy-trinh-heading {
    margin-bottom: 40px;
}

.quy-trinh-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.quy-trinh-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #57a36d;
    border-radius: 10px;
}


/* LIST */

.quy-trinh-list {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}


/* ITEM */

.quy-trinh-item {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 0 12px;
}


/* ICON */

.quy-trinh-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin: 0 auto 16px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    transition: all 0.35s ease;
}

.quy-trinh-icon i {
    font-size: 34px;
    line-height: 1;
}


/* TITLE */

.quy-trinh-item h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* DESCRIPTION */

.quy-trinh-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.55;
}


/* NUMBER */

.quy-trinh-number {
    position: absolute;
    z-index: 3;
    top: 32px;
    right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--fs-color-secondary);
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}


/* ĐƯỜNG NỐI */

.quy-trinh-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    left: calc(50% + 43px);
    width: calc(100% - 86px);
    height: 1px;
    background:
        repeating-linear-gradient(
            to right,
            rgba(255,255,255,0.35) 0,
            rgba(255,255,255,0.35) 3px,
            transparent 3px,
            transparent 7px
        );
}


/* MŨI TÊN */

.quy-trinh-item:not(:last-child)::before {
    content: "›";
    position: absolute;
    z-index: 2;
    top: 29px;
    right: -2px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
}


/* HOVER */

.quy-trinh-item:hover .quy-trinh-icon {
    transform: translateY(-8px);
    background: var(--fs-color-secondary);
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* .quy-trinh-item:hover h3 {
    color: var(--fs-color-secondary);
} */

@media (max-width: 849px) {

    .quy-trinh-thu-mua {
        padding: 40px 25px;
    }

    .quy-trinh-list {
        display: block;
    }

    .quy-trinh-item {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 0 20px;
        text-align: left;
        padding: 0 0 30px;
        margin-bottom: 25px;
    }

    .quy-trinh-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .quy-trinh-icon {
        grid-row: span 2;
        width: 65px;
        height: 65px;
        margin: 0;
    }

    .quy-trinh-icon i {
        font-size: 26px;
    }

    .quy-trinh-item h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .quy-trinh-number {
        top: 20px;
        left: 55px;
        right: auto;
    }

    .quy-trinh-item::after,
    .quy-trinh-item::before {
        display: none;
    }
}

@media (min-width: 850px) {
    .quy-trinh-list .quy-trinh-item:last-child .quy-trinh-number,
    .quy-trinh-list .quy-trinh-item:last-child::before,
    .quy-trinh-list .quy-trinh-item:last-child::after {
        display: none !important;
    }
}

/* CF7 */
/* =========================================================
   BACH VIET - CONSULTATION SECTION
========================================================= */

.bv-consult-section {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(22, 138, 74, .14),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(0, 130, 255, .12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #022d59 0%,
            #044283 50%,
            #063665 100%
        );
}


/* Decorative grid */

.bv-consult-section .section-bg {
    opacity: .15;
}


/* =========================================================
   LEFT
========================================================= */

.bv-consult-left {
    position: relative;
    z-index: 2;

    padding: 15px 25px 15px 0;

    color: #fff;
}


/* Badge */

.bv-consult-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px 7px 8px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(8px);
}

.bv-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #29a94e,
        #168a4a
    );

    box-shadow: 0 5px 15px rgba(41,169,78,.3);
    font-size: 13px;
}


/* Heading */

.bv-consult-title {
    margin: 22px 0 15px !important;
    color: #fff !important;
    font-size: 70px;
    font-family: primary-font-bold !important
}

.bv-consult-title span {
    display: block;
    margin-top: 4px;
    background: linear-gradient(
        90deg,
        #36c866,
        #70df91
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Description */

.bv-consult-description {
    margin: 0 0 25px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 18px;
    line-height: 1.5;
}


/* =========================================================
   BENEFITS
========================================================= */

.bv-consult-benefits {
    display: grid;

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

    gap: 12px;

    margin-bottom: 20px;
}


.bv-consult-benefit {
    min-height: 125px;

    padding: 16px 14px;

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.07),
            rgba(255,255,255,.025)
        );

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;

    backdrop-filter: blur(5px);
}


.bv-consult-benefit:hover {
    transform: translateY(-5px);

    border-color: rgba(41,169,78,.5);

    background:
        linear-gradient(
            145deg,
            rgba(41,169,78,.16),
            rgba(255,255,255,.04)
        );
}


/* Benefit icon */

.bv-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    margin-bottom: 10px;

    border-radius: 10px;

    background: rgba(41,169,78,.15);

    color: #54d878;

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

    transition:
        background .3s ease,
        transform .3s ease;
}

.bv-consult-benefit:hover .bv-benefit-icon {
    background: #29a94e;

    color: #fff;

    transform: rotate(5deg) scale(1.08);
}


/* Benefit text */

.bv-benefit-content strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-family: primary-font-bold !important;
	letter-spacing: 1px
}

.bv-benefit-content span {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.5;
}


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

.bv-consult-contact {
    display: flex;
    align-items: center;

    min-height: 90px;

    padding: 15px 20px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 13px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.025)
        );

    backdrop-filter: blur(8px);
}


/* Phone */

.bv-contact-phone {
    display: flex;
    align-items: center;

    gap: 13px;

    flex: 1;
}


.bv-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #29a94e,
        #168a4a
    );

    color: #fff;

    font-size: 24px;

    box-shadow:
        0 7px 20px rgba(41,169,78,.25);
}


.bv-phone-content span,
.bv-contact-time span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.58);
    font-size: 15px;
    letter-spacing: .5px;
}


.bv-phone-content a {
    display: block;

    color: #fff !important;

    font-size: 25px;

    line-height: 1;

    font-weight: 800;

    text-decoration: none !important;
}


/* Divider */

.bv-contact-divider {
    width: 1px;

    height: 48px;

    margin: 0 25px;

    background: rgba(255,255,255,.15);
}


/* Time */

.bv-contact-time {
    display: flex;
    align-items: center;

    gap: 11px;

    min-width: 220px;
}


.bv-time-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(41,169,78,.6);

    border-radius: 50%;

    color: #54d878;

    font-size: 20px;
}


.bv-contact-time strong {
    display: block;

    color: #fff;

    font-size: 14px;
}

.bv-contact-time small {
    color: rgba(255,255,255,.55);

    font-size: 11px;
}


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

.bv-consult-form {
    position: relative;
    z-index: 3;
    padding: 25px 20px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}


/* Form header */

.bv-form-header {
    text-align: center;

    margin-bottom: 18px;
}


.bv-form-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin: 0 auto 10px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #044283,
            #168a4a
        );

    color: #fff;

    font-size: 21px;

    box-shadow:
        0 7px 18px rgba(4,66,131,.2);
}


.bv-form-header h3 {
    margin: 0 0 5px !important;
    color: #17243a !important;
    font-size: 25px !important;
    font-family: primary-font-bold !important
}


.bv-form-header h3 span {
    color: var(--primary-color)
}


.bv-form-header p {
    margin: 0 !important;
    color: #7d8794;
    font-size: 16px;
}


.bv-form-line {
    width: 45px;
    height: 2px;
    margin: 12px auto 0;
    background: var(--primary-color)
}


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

.bv-form-fields {
    width: 100%;
}


.bv-form-row {
    display: grid;

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

    gap: 10px;
}


.bv-field {
    margin-bottom: 10px;
}


.bv-consult-form input[type="text"],
.bv-consult-form input[type="tel"],
.bv-consult-form input[type="email"],
.bv-consult-form select,
.bv-consult-form textarea {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #dfe5eb !important;
    border-radius: 5px !important;
    background: #f8fafc !important;
    color: #243247 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.bv-consult-form input[type="text"],
.bv-consult-form input[type="tel"],
.bv-consult-form input[type="email"],
.bv-consult-form select {
    height: 46px !important;
}


.bv-consult-form textarea {
    min-height: 95px !important;
    resize: vertical;
}


/* Placeholder */

.bv-consult-form input::placeholder,
.bv-consult-form textarea::placeholder {
    color: #8d98a7;
    opacity: 1;
}


/* Focus */

.bv-consult-form input:focus,
.bv-consult-form select:focus,
.bv-consult-form textarea:focus {
    border-color: var(--primary-color) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(22,138,74,.08) !important;
}


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

.bv-form-submit {
    margin-top: 2px;
}


.bv-form-submit input[type="submit"] {
    width: 100% !important;
    height: 49px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background:
        linear-gradient(
            135deg,
            #044283,
            #07579b
        ) !important;

    color: #fff !important;
    font-size: 15px !important;
    font-family: primary-font-bold !important;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(4,66,131,.2);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.bv-form-submit input[type="submit"]:hover {
    transform: translateY(5px);
}


/* =========================================================
   SECURITY
========================================================= */

.bv-form-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 11px;
    color: #8b95a2;
    font-size: 14px;
}


.bv-form-security span {
    font-size: 11px;
}


/* =========================================================
   CF7
========================================================= */

.bv-consult-form
.wpcf7-form-control-wrap {
    display: block;
}


.bv-consult-form
.wpcf7-not-valid-tip {
    margin-top: 3px;
    font-size: 13px;
}


.bv-consult-form
.wpcf7-response-output, .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 8px 10px !important;
    border-radius: 5px;
    font-size: 13px;
	color:white;
}


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

@media (max-width: 849px) {

    .bv-consult-left {
        padding-right: 0;
    }


    .bv-consult-title {
        font-size: 32px !important;
    }


    .bv-consult-benefits {
        gap: 8px;
    }


    .bv-consult-benefit {
        padding: 13px 11px;
    }


    .bv-contact-divider {
        margin: 0 15px;
    }


    .bv-contact-time {
        min-width: 190px;
    }


    .bv-phone-content a {
        font-size: 21px;
    }

}


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

@media (max-width: 549px) {

    .bv-consult-left {
        padding: 5px 0 25px;
    }


    .bv-consult-badge {
        font-size: 10px;

        padding-right: 12px;
    }


    .bv-consult-title {
        margin-top: 18px !important;

        font-size: 28px !important;
    }


    .bv-consult-description {
        font-size: 14px;

        margin-bottom: 20px !important;
    }


    .bv-consult-benefits {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .bv-consult-benefit {
        min-height: auto;

        display: flex;

        align-items: center;

        gap: 12px;
    }


    .bv-benefit-icon {
        flex: 0 0 36px;

        margin-bottom: 0;
    }


    .bv-consult-contact {
        flex-direction: column;

        align-items: stretch;

        gap: 15px;

        padding: 15px;
    }


    .bv-contact-divider {
        width: 100%;
        height: 1px;

        margin: 0;
    }


    .bv-contact-time {
        min-width: 0;
    }


    .bv-phone-content a {
        font-size: 22px;
    }


    .bv-consult-form {
        padding: 23px 17px 18px;

        border-radius: 13px;
    }


    .bv-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }


    .bv-form-header h3 {
        font-size: 22px !important;
    }

}