/*
Theme Name: BRQ
Theme URI: https://brq.qa/
Author: BRQ
Author URI: https://brq.qa/
Description: Description
Version: 1.0.0
*/

/* ========================================================================== */


/* Reset CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

:root {
    /* Primary color  */
    --primary: #F6BE00;

    --primary-50: #FEF9E6;
    --primary-100: #FCEBB0;
    --primary-200: #FBE18A;
    --primary-300: #F9D354;
    --primary-400: #F8CB33;
    --primary-500: var(--primary);
    --primary-600: #E0AD00;
    --primary-700: #AF8700;
    --primary-800: #876900;
    --primary-900: #675000;

    --secondary: #000000;

    --secondary-50: #E6E6E6;
    --secondary-100: #B0B0B0;
    --secondary-200: #8A8A8A;
    --secondary-250: #585858;
    --secondary-300: #545454;
    --secondary-400: #333333;
    --secondary-500: #000000;
    --secondary-500: var(--secondary);

    --light: #fff;
    --gray-light: #FAFAFA;
    --light-blue:#F5F5F5;

    /* Status Color  */
    --red: #DF1816;
    --green: #248616;

    --font-sm: clamp(0.8125rem, calc(0.8125rem + ((1vw - 0.48rem) * 0.0868)), 0.875rem);
    --font-base: clamp(0.875rem, calc(0.875rem + ((1vw - 0.48rem) * 0.1736)), 1rem);
    --font-lg: clamp(0.9375rem, calc(0.9375rem + ((1vw - 0.48rem) * 0.2604)), 1.125rem);
    --font-xl: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.3472)), 1.25rem);
    --font-2xl: clamp(1.125rem, calc(1.125rem + ((1vw - 0.48rem) * 0.5208)), 1.5rem);
    --font-3xl: clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 1.3889)), 2.25rem);
    --font-4xl: clamp(1.375rem, calc(1.375rem + ((1vw - 0.48rem) * 1.5625)), 2.5rem);
    --font-5xl: clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 2.0833)), 3rem);
    --font-6xl: clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 2.7778)), 3.75rem);
    --font-7xl: clamp(2rem, calc(2rem + ((1vw - 0.48rem) * 3.4722)), 4.5rem);
    --font-8xl: clamp(2.25rem, calc(2.25rem + ((1vw - 0.48rem) * 5.2083)), 6rem);
    --font-9xl: clamp(4rem, calc(4rem + ((1vw - 0.48rem) * 5.5556)), 8rem);
    --font-30: clamp(1.125rem, calc(1.125rem + ((1vw - 0.48rem) * 1.0417)), 1.875rem);

    --border-r-8: 8px;
    --transition: all 0.5s ease;
    --letter-spacing-17: clamp(0.06em, calc(0.06rem + ((1vw - 0.225em) * 0.1128)), 0.17em);

}

/* inter-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/inter-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/inter-400.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/inter-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/inter-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/inter-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    font-family: "inter", Sans-serif;
    font-size: 100%;
}

body {
    padding: 0;
    margin: 0;
    border: none;
}

body.overflow-hidden {
    overflow: hidden;
}

html,
body {
    scroll-padding-top: 230px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */

}


html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}


.container,
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header) {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.container-small {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}


@media (min-width: 991px) {
    .container {
        max-width: 92.083vw;
    }

    .container-small {
        max-width: 76.875vw;
    }
}

@media (min-width: 1920px) {

    .container,
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header) {
        max-width: 1768px;
    }

    .container-small {
        max-width: 1476px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-500);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.h1,
h1 {
    font-size: var(--font-7xl);
    font-weight: 600;
    line-height: 120%;
}
.h2,
h2 {
    font-size: var(--font-6xl);
    font-weight: 700;
}

h3 {
    font-size: var(--font-5xl);
    font-weight: 600;
}

h4 {
    font-size: var(--font-4xl);
}

h5 {
    font-size: var(--font-3xl);
}

h6 {
    font-size: var(--font-base);
}

p {
    margin-bottom: 0.625em;
}

.font-lg {
    font-size: var(--font-lg);
}

.font-md {
    font-size: var(--font-base);
}

.font-sm {
    font-size: var(--font-sm);
}

.text-lowercase {
    text-transform: lowercase !important;
}

a {
    color: var(--secondary);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-header {
    display: none;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-white {
    color: var(--light);
}


/* Table global */
table {
    border: none !important;
}

table thead tr th,
table thead tr td {
    background: #D9E8F7 !important;
    border-bottom: 1px solid #82B4E6 !important;
    color: var(--black);
    font-weight: 600 !important;
}

table tr td,
table tr th {
    padding: 10px 16px !important;
    border: none !important;
    border-bottom: 1px solid var(--dark-border) !important;
    font-size: 1rem;
}

table tr td p,
table tr th p {
    margin-bottom: 0px !important;
}

table tr td a>br,
table tr th a>br {
    display: none;
}



/* Form Default CSS */
.elementor-field {
    border: 1px solid var(--border-light) !important;
    border-radius: 8px !important;
}

.elementor-field select {
    border: none !important;
}

textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible {
    border-bottom: 1px solid var(--secondary) !important;
    color: var(--secondary) !important;
    outline: 0 !important;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
    border-radius: 8px;
    background: #ffffff;
}

button{
    cursor: pointer;
}

.bg-light {
    background-color: var(--gray-light);
}
.bg-dark {
    background: var(--secondary);
}

.error {
    color: red;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Section global spacing css  */

.section-space {
    padding-block: clamp(3rem, 2.25rem + 3.3333vw, 6.25rem);
}

.section-space.section-space-top-0 {
    padding-top: 0;
}

.section-space.section-space-bottom-0 {
    padding-bottom: 0;
}

/* Section heading global css  */

.section-heading h2 {
    font-size: var(--font-6xl);
    font-weight: 700;
}

.section-heading h2 span {
    position: relative;
    z-index: 1;
}

.section-heading h2 span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: url("./assets/img/Vector-2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-heading p {
    font-size: var(--font-2xl);
    line-height: 120%;
    margin-bottom: 0;
}

.section-heading .primary-button {
    flex-shrink: 0;
}

.section-heading.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: clamp(1.875rem, 1.3846rem + 2.1795vw, 4rem);
    align-items: start;
}

@media(max-width:1023px) {
    .section-heading.grid {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
        gap: 2rem;
    }
}

.margin-bottom-64 {
    margin-bottom: clamp(1.875rem, 1.3846rem + 2.1795vw, 4rem);
}

.margin-top-64 {
    margin-top: clamp(1.875rem, 1.3846rem + 2.1795vw, 4rem);
}

.button-box.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(1rem, 0.7692rem + 1.0256vw, 2rem);
    justify-content: center;
}

.mt-24 {
    margin-top: clamp(1.125rem, calc(1.125rem + ((1vw - 0.48rem) * 0.5208)), 1.5rem);
}

.full {
    width: 100%;
}


.f-weight-400 {
    font-weight: 400 !important;
}

.f-weight-500 {
    font-weight: 500 !important;
}

.f-weight-600 {
    font-weight: 600 !important;
}

.f-weight-700 {
    font-weight: 700 !important;
}

/* Button Style */

.primary-button {
    padding: 0.688rem 1.188rem;
    font-size: var(--font-base);
    font-weight: 600;
    color: var(--secondary);
    line-height: 150%;
    border-radius: var(--border-r-8);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
    background: var(--primary);
    letter-spacing: 0.4px;
    transition: var(--transition);
    border: 1px solid transparent;
}

.primary-button:hover {
    background: var(--primary-400);
}

.secondary-button {
    width: max-content;
    color: var(--secondary-100);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    transition: var(--transition);
}

.secondary-button:hover {
    color: var(--primary);
}

.secondary-button:hover svg path {
    transition: var(--transition);
}

.secondary-button:hover svg path {
    stroke: var(--primary);
}

.category-label {
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.17em;
    color: var(--secondary-250);
    text-transform: uppercase;
}
.form-group-row {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    margin-bottom: clamp(1rem, 1.667vw, 2rem);
}

.form-group-row.d-block {
    display: block;
    position: relative;
}

.form-group-row:has(button[type="submit"]){
    margin-bottom: 0;
}

.form-group-row .input-group {
    width: 100%;
}

.form-group-row label {
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 120%;
    color: var(--secondary);
    display: block;
}

.form-group-row .input-field {
    width: 100%;
    min-height: clamp(3rem, 2.8125rem + 0.8333vw, 3.8125rem);
    border: 0;
    border-bottom: 1px solid var(--secondary-100);
    border-radius: 0;
    font-size: var(--font-lg);
    line-height: 160%;
}

.form-group-row textarea {
    font-family: "inter", Sans-serif;
    padding-top: 16px;
    height: 61px;
}

.wpcf7-not-valid-tip {
    padding-top: 0.5rem;
}

/* Custom select dropdown */

.custom-multi-select {
    position: relative;
    font-family: "inter", Sans-serif;
}

.custom-multi-select .select-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--secondary-100);
    border-radius: 0;
    line-height: 160%;
    min-height: clamp(61px, 3.177vw, 61px);
    font-size: var(--font-lg);
}

.custom-multi-select .select-box.active {
    border-color: var(--secondary);
}

.custom-multi-select .placeholder {
    color: var(--secondary-200);
    font-size: var(--font-lg);
}

.custom-multi-select .arrow {
    margin-left: auto;
    position: absolute;
    right: 0;
    font-size: clamp(1.5rem, 1.25vw, 1.5rem);
}

.custom-multi-select .arrow svg {
    width: clamp(1.5rem, 1.25vw, 1.5rem);
    height: clamp(1.5rem, 1.25vw, 1.5rem);
}

.custom-multi-select .selected-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    gap: clamp(0.313rem, 0.26vw, 0.313rem);
}

.custom-multi-select .selected-tags .tag {
    background: var(--secondary);
    color: var(--light);
    font-size: var(--font-sm);
    display: flex;
    align-items: center;
    padding: clamp(4px, 0.208vw, 4px) clamp(12px, 0.625vw, 12px);
    border-radius: clamp(1rem, 0.833vw, 1rem);
    gap: clamp(5px, 0.26vw, 5px);
}

.custom-multi-select .selected-tags .tag span {
    cursor: pointer;
    font-size: var(--font-lg);
    font-weight: 600;
}

.custom-multi-select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid var(--secondary-200);
    border-radius: 8px;
    background: var(--light);
    margin-top: 5px;
    max-height: 180px;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.custom-multi-select .dropdown label {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-weight: normal;
}

.custom-multi-select .dropdown label input {
    accent-color: var(--secondary);
}

.custom-multi-select .dropdown label:hover {
    background: var(--secondary-50);
}

.show-mobile{
    display: none;
}

@media (min-width:768px) {

    .form-group-row {
        flex-direction: row;
    }

}

@media (max-width:767px) {
    .custom-multi-select .selected-tags {
        max-width: 94%;
    }

    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: inline-flex;
    }
}


.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
}

.skip-link:focus {
    left: 20px;
    top: 20px;
    background: #000;
    color: #fff;
    padding: 10px 16px;
    z-index: 9999;
    text-decoration: none;
}



.checkbox-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.checkbox-input-wrapper .wpcf7-list-item {
    padding: 0.438rem 0.938rem;
    font-size: var(--font-lg);
    line-height: 160%;
    border: 1px solid var(--secondary-100);
    color: var(--secondary-200);
    border-radius: 1rem;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.checkbox-input-wrapper .wpcf7-list-item *{
    cursor: pointer;
}

.checkbox-input-wrapper .wpcf7-list-item label {
    font-weight: 400;
}

.checkbox-input-wrapper .wpcf7-list-item input {
    opacity: 0;
    position: absolute;
    inset: 0;
}

.checkbox-input-wrapper .wpcf7-list-item span {
    line-height: 160%;
    color: var(--secondary-200);
}

.checkbox-input-wrapper .wpcf7-list-item:has(input:checked) {
    border: 1px solid var(--secondary);
    background: var(--secondary);
    color: var(--light);
}

.checkbox-input-wrapper .wpcf7-list-item:has(input:checked) span {
    color: var(--light);
}

.checkbox-input-wrapper .wpcf7-list-item:nth-child(n+8) {
    display: none;
}

.form-group-row.active .wpcf7-list-item {
    display: inline-block;
}

.form-group-row button.show-more-btn {
    line-height: 100%;
    border-radius: 1rem;
}

@media (max-width:767px) {
    .checkbox-input-wrapper .wpcf7-list-item {
        font-size: var(--font-base);
    }

    .checkbox-input-wrapper {
        gap: 0.5rem;
    }
    .checkbox-input-wrapper .wpcf7-list-item:nth-child(n+5){
        display: none;
    }
    .form-group-row.active .wpcf7-list-item {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    :root {
        --font-sm: clamp(calc(0.875rem / 2), 0.729166666666667vw, 0.875rem);
        --font-base: clamp(calc(1rem / 2), 0.833333333333333vw, 1rem);
        --font-lg: clamp(calc(1.125rem / 2), 0.9375vw, 1.125rem);
        --font-xl: clamp(calc(1.25rem / 2), 1.041vw, 1.25rem);
        --font-2xl: clamp(calc(1.5rem / 2), 1.25vw, 1.5rem);
        --font-3xl: clamp(calc(2.25rem / 2), 1.875vw, 2.25rem);
        --font-4xl: clamp(calc(2.5rem / 2), 2.083vw, 2.5rem);
        --font-5xl: clamp(calc(3rem / 2), 2.5vw, 3rem);
        --font-6xl: clamp(calc(3.75rem / 2), 3.125vw, 3.75rem);
        --font-7xl: clamp(calc(4.5rem / 2), 3.75vw, 4.5rem);
        --font-8xl: clamp(calc(6rem / 2), 5vw, 6rem);
        --font-9xl: clamp(calc(8rem / 2), 6.66vw, 8rem);
        --font-30: clamp(calc(1.875rem / 2), 1.5625vw, 1.875rem);
        --border-r-8: clamp(4px, 0.417vw, 8px);

        --size-1:clamp(calc(1px/2), 0.052vw, 1px);
        --size-4: clamp(calc(0.25rem / 2), 0.208vw, 0.25rem);
        --size-5: clamp(calc(0.313rem / 2), 0.26vw, 0.313rem);
        --size-6: clamp(calc(0.375rem / 2), 0.313vw, 0.375rem);
        --size-7: clamp(calc(0.438rem / 2), 0.365vw, 0.438rem);
        --size-8: clamp(calc(0.5rem / 2), 0.417vw, 0.5rem);
        --size-10: clamp(calc(0.625rem / 2), 0.521vw, 0.625rem);
        --size-12: clamp(calc(0.75rem / 2), 0.625vw, 0.75rem);
        --size-14: clamp(calc(0.875rem / 2), 0.729vw, 0.875rem);
        --size-15: clamp(calc(0.938rem / 2), 0.781vw, 0.938rem);
        --size-16: clamp(calc(1rem / 2), 0.833vw, 1rem);
        --size-18: clamp(calc(1.125rem / 2), 0.9375vw, 1.125rem);
        --size-20: clamp(calc(1.25rem / 2), 1.041vw, 1.25rem);
        --size-24: clamp(calc(1.5rem / 2), 1.25vw, 1.5rem);
        --size-30: clamp(calc(1.875rem / 2), 1.5625vw, 1.875rem);
        --size-32: clamp(calc(2rem / 2), 1.667vw, 2rem);
        --size-36: clamp(calc(2.25rem / 2), 1.875vw, 2.25rem);
        --size-40: clamp(calc(2.5rem / 2), 2.083vw, 2.5rem);
        --size-48: clamp(calc(3rem / 2), 2.5vw, 3rem);
        --size-56: clamp(calc(3.5rem / 2), 2.917vw, 3.5rem);
        --size-60: clamp(calc(3.75rem / 2), 3.125vw, 3.75rem);
        --size-61: clamp(calc(3.813rem / 2), 3.177vw, 3.813rem);
        --size-64: clamp(calc(4rem / 2), 3.333vw, 4rem);
        --size-72: clamp(calc(4.5rem / 2), 3.75vw, 4.5rem);
        --size-96: clamp(calc(6rem / 2), 5vw, 6rem);
    }

    .container-small {
        max-width: clamp(738px, 76.875vw, 1476px);
        margin-inline: auto;
        padding: 0 var(--size-20);
    }

    .margin-bottom-64 {
        margin-bottom: clamp(2rem, 3.333vw, 4rem);
    }

    .margin-top-64 {
        margin-top: clamp(2rem, 3.333vw, 4rem);
    }

    .category-label {
        font-size: var(--font-lg);
    }


    .form-group-row {
        gap: var(--size-24);
        margin-bottom: var(--size-32);
    }

    .form-group-row label {
        font-size: var(--font-lg);
    }

    .form-group-row .input-field {
        min-height: var(--size-61);
        font-size: var(--font-lg);
    }

    .form-group-row textarea {
        padding-top: var(--size-16);
        height: var(--size-61);
    }

    .wpcf7-not-valid-tip {
        padding-top: var(--size-8);
    }

    /* Custom select dropdown */

    .custom-multi-select .placeholder {
        font-size: var(--font-lg);
    }

    .custom-multi-select .selected-tags {
        gap: var(--size-5);
        padding: var(--size-5) 0;
    }

    .custom-multi-select .selected-tags .tag {
        padding: var(--size-4) var(--size-12);
        border-radius: var(--size-16);
        font-size: var(--font-sm);
        gap: var(--size-5);
    }

    .custom-multi-select .selected-tags .tag span {
        font-size: var(--font-lg);
    }

    .custom-multi-select .dropdown {
        border-radius: var(--size-8);
        margin-top: var(--size-5);
        max-height: clamp(90px, 9.375vw, 180px);
        padding: var(--size-10);
    }

    .custom-multi-select .dropdown label {
        padding: var(--size-5);
    }



    .contact-form-section .right-box ul.why-choose-lists {
        gap: var(--size-24);
    }

    .contact-form-section .right-box ul.why-choose-lists li {
        padding-bottom: var(--size-24);
    }

    .contact-form-section .right-box h3 {
        font-size: var(--font-30);
        margin-bottom: var(--size-24);
    }

    .contact-form-section .right-box h4 {
        font-size: var(--font-xl);
        margin-bottom: var(--size-24);
    }

    .custom-multi-select .arrow {
        font-size: clamp(12px, 1.25vw, 24px);
    }

    .custom-multi-select .arrow svg {
        width: clamp(12px, 1.25vw, 24px);
        height: clamp(12px, 1.25vw, 24px);
    }

    .custom-multi-select .select-box {
        min-height: clamp(30px, 3.177vw, 61px);
        font-size: var(--font-lg);
    }


    .checkbox-input-wrapper {
        gap: var(--size-16);
        margin-top: var(--size-16);
    }

    .checkbox-input-wrapper .wpcf7-list-item:has(input:checked) {
        border: var(--size-1) solid var(--secondary);
    }

    .checkbox-input-wrapper .wpcf7-list-item {
        padding: clamp(calc(0.438rem / 2), 0.365vw, 0.438rem) clamp(calc(0.938rem / 2), 0.781vw, 0.938rem);
        font-size: var(--font-lg);
        border: var(--size-1) solid var(--secondary-100);
        border-radius: var(--size-16);
    }

    .form-group-row button.show-more-btn {
        border-radius: var(--size-16);
    }

}