/* ===== Custom Multiselect (HS checkboxes ➜ dropdown) ===== */
.hs_services_you__are_interested_in {
position: relative;
}

/* Hide the raw list until JS moves it inside our panel */
.hs_services_you__are_interested_in .inputs-list.multi-container.__as-dropdown {
display: block;
margin:0;
}

/* Wrapper */
.custom-multiselect {
position: relative;
font-family: inherit;
}
.hs-custom-select-opt:focus-visible {
outline: none;
}
.hs-custom-select-btn:focus-visible {
    outline: none;
}
.custom-multiselect__btn:hover {
    color: #33485B !important;
}
.hs-custom-select-opt[aria-selected="true"]::after {
content: '';
position: absolute;
background:
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'><path d='M1.1001 3.6714L4.37282 7.09998L10.1001 1.09998' stroke='%235939C6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat center;
background-size: contain;
left: 6px;
top: 15px;
width: 12px;
border-radius: 2px;
height: 8px;
}
/* Trigger button */
.custom-multiselect__btn {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 20px;
border-radius: 16px;
border: 1px solid #CBD6E2;
background: #fff;
color: #33485B !important;
font-size: 16px;
font-weight: 400;
line-height: normal;
cursor: pointer;
outline: none;
}
.custom-multiselect__btn span,
.hs-custom-select-btn span {
    display: block;
    text-align: left;
    /*text-overflow: ellipsis;
    overflow: hidden;
    max-height: 20px;
    text-align: left;
    white-space: nowrap;*/
    max-width: calc(100% - 30px);
}

span.custom-multiselect__text {
display:flex;
gap:5px;
flex-wrap:wrap;
}
.custom-multiselect__btn:focus {
outline: none;
/*border-color: #CBD6E2;
box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);*/
}
ul.inputs-list.multi-container.__as-dropdown {
column-count: 1 !important;
}
/* Chevron */
.custom-multiselect__chev {
width: 7px;
height: 10px;
flex: 0 0 10px;
transition: transform .2s ease;
border: 1.5px solid #353B4E;
border-left: 5px !important;
border-top: 3px !important;
transform: rotate(45deg);
margin-right: 10px;
}
.hbspt-form .inputs-list li span {
color: #33485B;
font-size: 15px;
font-weight: 400;
line-height: 38px;
position: relative;
display: block;
padding-left: 40px;
cursor: pointer;
}
.custom-multiselect__panel {
position: absolute;
z-index: 9999;
top: calc(100% + 8px);
left: 0;
right: 0;
border-radius: 14px;
border: 0.5px solid #CBD6E2;
background: #FAFAFA;
padding: 7px 0 12px;
}

/* Panel header */
.custom-multiselect__head {
color: #33485B;
font-size: 15px;
font-weight: 500;
line-height: 34px;
padding: 0 20px 8px;
border-bottom: 1px solid #E6E3EC;
margin-bottom: 9px;
}

/* Options area (we reuse the existing UL) */
.custom-multiselect__options {
max-height: 320px;
overflow: auto;
padding: 0 12px;
}

/* Reset HS list look */
.custom-multiselect__options .hs-form-checkbox {
list-style: none;
margin: 0;
}
.custom-multiselect__options .hs-form-checkbox + .hs-form-checkbox {
margin-top: 0;
}

/* Checkbox row */
.custom-multiselect__options .hs-form-checkbox-display {
background: none;
padding: 0;
}

/* Native checkbox hidden, keep accessible */
.custom-multiselect__options input[type="checkbox"].hs-input {
appearance: none;
-webkit-appearance: none;
width: 24px;
height: 24px;
margin: 0;
border: 2px solid #c8cde3;
border-radius: 8px;
background: #fff;
position: relative;
display: inline-block;
outline: none;
cursor: pointer;
}


/* Pills inside button when many selections */
.custom-multiselect__btn .pill {
font-size: 12px;
color: #33485B;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 0 10px;
border-radius: 999px;
background: #e1e6ff;
border: 1px solid #e1e4ff;
margin-right: 0;
white-space: nowrap;
max-width: 120px;
text-overflow: ellipsis;
display: block;
overflow: hidden;
}

/* Hide the original UL until moved (no layout jump pre-JS) */
.hs_services_you__are_interested_in .inputs-list.multi-container:not(.__as-dropdown) {
visibility: hidden;
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.custom-multiselect__panel input {
display: none !important;
}
.hbspt-form .inputs-list li span::after {
content: '';
position: absolute;
background:
#E0D9FB
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'><path d='M1.1001 3.6714L4.37282 7.09998L10.1001 1.09998' stroke='%235939C6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
no-repeat center;
background-size: 10px auto;
left: 11px;
top: 12px;
width: 15px;
border-radius: 2px;
height: 15px;
}
.hbspt-form .inputs-list li span::before {
content: '';
position: absolute;
top: 10px;
top: 10px;
left: 9px;
display: block;
height: 19px;
width: 19px;
background-color: #FAFAFA;
border-radius: 4px;
border: 2px solid rgba(95, 92, 112, 0.60);
}





/*.container {
max-width: 1116px;
margin: 0 auto;
padding: 0 20px;
}*/

/* Hero Section */
.hero-section {
background-color: #f8f9fa;
padding: 0px 0 80px 0;
}

.hero-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
}

.hero-text h1 {
color: #0D0D0F;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 59.4px;
margin-bottom:19px;
margin-top: 22px;
}

.hero-text h1 .highlight {
color: #5939C6;
font-weight: 700;
}

fieldset {
max-width: unset !important;
}

.hero-text p {
color: #5A5B5E;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin-bottom: 15px;
}
.hero-text p:last-child{
margin-bottom: 0;
}
.hero-content-des{
margin-bottom: 37px; 
}
.benefits-list {
list-style: none;
margin-bottom: 40px;
border-bottom: 1px solid rgba(19, 0, 70, 0.11);
padding: 0 0 57px 67px !important;
}
fieldset label {
width: 100%;
padding:0;
border-radius: 14px !important;
border: none;
background: #FFF;
color: #33485B !important;
font-size: 16px;
font-weight: 400;
line-height: normal;
margin: 0;
}
.hs_leave_a_note_if_you_feel_that_we_should_know_something_important_before_we_talk.hs-leave_a_note_if_you_feel_that_we_should_know_something_important_before_we_talk.hs-fieldtype-text.field.hs-form-field label {
/*padding-bottom: 15px;*/
}

.benefits-list li {
color: #5A5B5E;
font-size: 20px;
font-weight: 500;
line-height: 43px;
display: flex;
align-items: center;
position: relative;
margin: 0;
}

.benefits-list li::before {
content: "";
position: absolute;
left: -42px;
top: 10px;
width: 24px;
height: 24px;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18 0H6C2.68629 0 0 2.68629 0 6V18C0 21.3137 2.68629 24 6 24H18C21.3137 24 24 21.3137 24 18V6C24 2.68629 21.3137 0 18 0Z' fill='%23EFEBFF'/><path d='M7 12L11 16L18 9' stroke='%23734BFB' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") 
no-repeat center center / contain;
}
.badges-section {
display:block;
margin-top: 40px;
}
.badges-section-mobile {
display:none;
}

.badges-title {
font-size: 0.9rem;
color: #666;
margin-bottom: 20px;
}

.badges-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.badges-section p.badges-title,
.badges-section-mobile p.badges-title {
color: #5A5B5E;
font-size: 20px;
font-weight: 700;
line-height: 52px;
margin-bottom: 34px;
}

/* Demo Form */
.demo-form-container {
background: white;
border-radius: 12px;
padding: 40px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.demo-form h2 {
font-size: 1.5rem;
color: #333;
margin-bottom: 30px;
text-align: center;
}

.hubspot-form-container {
margin: 0px !important;
}

.hubspot-form-container label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
}

.hubspot-form-container input,
.hubspot-form-container select{
width: 100%;
padding: 11px 20px 10px !important;
border-radius: 14px !important;
border: 0.5px solid #CBD6E2;
background: #FFF;
color: #33485B !important;
font-size: 16px;
font-weight: 400;
line-height: 33px; 
margin:0;
transition: border-color 0.3s;
}
.hubspot-form-container input::placeholder,
.hubspot-form-container select:invalid {
color: #33485B !important;
font-size: 16px;
font-weight: 400;
line-height: 33px; 
}
.hubspot-form-container select option {
color:rgb(43, 126, 203) !important;
}
.hubspot-form-container input:focus,
.hubspot-form-container select:focus {
outline: none;
border-color: #CBD6E2;
box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}
.hubspot-form-container .hbspt-form .input,
.hubspot-form-container .hbspt-form fieldset{
margin-bottom: 0 !important;
}
.hubspot-form-container .hs-form label.hs-error-msg.hs-main-font-element,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
color: red !important;
font-size: 10px !important;
padding-top: 5px !important;
line-height: 14px;
}
.hubspot-form-container label {
display:block;  
}
.required {
color: #ef4444;
}

.hs-richtext p {
color: #5A5B5E;
font-size: 10px;
font-weight: 400;
line-height: 14px;
margin:7px 0 20px;
}

.hs-richtext a {
color: #5A5B5E;
text-decoration: underline;
}

.privacy-text a:hover {
text-decoration: underline;
}

.submit-btn {
width: 100%;
background: #8b5cf6;
color: white;
border: none;
padding: 16px;
border-radius: 8px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s;
}

.submit-btn:hover {
background: #7c3aed;
}

/* HubSpot Form Styling */
.hubspot-form-container {
margin-top: 20px;
}

.hubspot-form-container .hs-form {
font-family: inherit;
}

.hubspot-form-container .hs-form .hs-form-field {
margin-bottom: 15px;
}

.hubspot-form-container .hs-form .hs-form-field label {
    display: block;
    margin-bottom: 10px;
    color: #33485B !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; /* 206.25% */
}

.hubspot-form-container .hs-form .hs-form-field input,
.hubspot-form-container .hs-form .hs-form-field select {
width: 100%;
padding: 12px 16px;
border: 0.5px solid #d1d5db;
border-radius: 8px;
font-size: 1rem;
transition: border-color 0.3s;
}
.hubspot-form-container .hs-form .hs-form-field select{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(https://idenfystage.wpengine.com/wp-content/uploads/2025/10/down-arrow.svg) no-repeat;
background-position: right 27px center;
cursor: pointer;
padding-right: 45px !important;
}

.hubspot-form-container .hs-form .hs-form-field input:focus,
.hubspot-form-container .hs-form .hs-form-field select:focus {
outline: none;
border-color: #8b5cf6;
box-shadow: none;
}

.hubspot-form-container .hs-form .hs-submit {
margin-top: 10px;
}

.hubspot-form-container .hs-form .hs-submit input[type="submit"] {
width: fit-content;
border-radius: 100px !important;
background: #5939C6;
border: none;
padding: 16px 68px !important;
color: #FFF !important;
font-size: 16px;
font-weight: 600;
line-height: normal;
transition: background-color 0.3s;
}

.hubspot-form-container .hs-form .hs-submit input[type="submit"]:hover {
background: #452e97;
}

/* Trusted By Section */
.trusted-section {  
/*background: #121113;*/
padding: 54px 0 80px;
text-align: center;
}

.trusted-section h2 {
color: #131316;
text-align: center;
font-size: 30px;
font-weight: 600;
line-height: 46px;
margin-bottom: 22px;
}

.logos-grid .trusted-by-logos{
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 40px;
align-items: center;
}
ul.no-list.hs-error-msgs.inputs-list {
    display: flex;
}

/* Mobile-only slider styles */
@media (max-width: 768px) {
.trusted-logo {
display: flex !important;
align-items: center;
justify-content: center;
min-width: 120px;
}
.slick-dots {
display: none !important;
}
.slick-prev:before, 
.slick-next:before {
display:none;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}

.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-slide {
height: 100%;
display:flex;
margin: 30px 10px 0 !important;
}
.slick-slide.slick-active {
/* display: block; */
}
.slick-initialized .slick-slide {
display: flex;
}
.slick-arrow {
position: absolute;
top: unset;
bottom: -20%;
transform: translateY(-50%);
z-index: 10;
background: #F7F8FA !important;
border-radius: 50%;
width: 50px;
border: 1px solid #D8DEE9;
height: 50px;
cursor: pointer;
font-size: 18px;
transition: background-color 0.3s;
}
.slick-arrow.slick-disabled {
opacity: 0.3;
cursor: not-allowed;
}
.slick-prev {
left: 53%;
transform: translateX(-70px);
}
.slick-next {
right: 43%;
transform: translateX(20px);
}
/*fieldset.form-columns-2{
    max-width: 100% !important;
}*/
.hubspot-form-container .hbspt-form fieldset{
    min-width: 100% !important;
}
/*.hubspot-form-container .hs-form .hs-form-field{
    padding: 0 !important;
}*/
/*.hbspt-form fieldset.form-columns-2{
    margin: 0 !important;
}*/
}

.logo-item {
filter: brightness(0) invert(1);
opacity: 0.8;
transition: opacity 0.3s;
}

.logo-item:hover {
opacity: 1;
}
.badge img { max-width: 90px; max-height: 100px; height: auto; display:block;shape-rendering: geometricPrecision; text-rendering: geometricPrecision; }

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

/* Testimonials Section */
.testimonials-section {
background:rgba(248, 249, 250, 0.56);
padding: 80px 0;
}

.testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.testimonial-card {
background: #F7F8FA;
border-radius: 32px;
padding: 30px 38px 43px;
border: 1px solid #D8DEE9;
position: relative;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: space-between;
}

.quote-icon {
position: absolute;
top: -26px;
right: 36px;
width: 51px;
height: 51px;
display: flex;
}

.company-logo {
margin-bottom: 0;
}

.testimonial-quote {
color: #0D0D0F;
font-size: 18px;
font-weight: 400;
line-height: 27px;
margin-bottom: 14px;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
}
.author-image {
width: 18%;
max-width:50px;
height: 50px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.author-info {
width: 82%;
}
.author-info h4 {
color: #0D0D0F;
font-size: 16px;
font-weight: 700;
line-height: 24px; 
margin: 0;
}
.author-info p {
color: #0D0D0F;
font-size: 14px;
font-weight: 400;
line-height: 21px; 
margin: 0;
}
.hubspot-form-container {
padding: 37px 55px 42px 52px;
border-radius: 30px;
border: 0.5px solid #5738BE;
background: #FFF;
}
.hubspot-form-container .hs-richtext.hs-main-font-element h2 {
color: #0D0D0F;
font-size: 20px;
font-weight: 600;
line-height: 33px;
opacity: 0.8;
margin: 0 0 24px 0;
}
@media (min-width: 992px) {
/*.hubspot-form-container {
max-width: 548px;
}*/
}


@media (max-width: 991px) and (min-width: 769px) {
.testimonials-grid {
grid-template-columns: 1fr;
}
.hero-content {
display: grid;
grid-template-columns: 1fr;
gap: 80px;
align-items: start;
}
.badge {
display: flex;
align-items: center;
justify-content: center;
}
}

/* Responsive Design */
@media (max-width: 768px) {
.hero-content {
grid-template-columns: 1fr;
gap: 40px;
}
.hubspot-form-container .hs-form .hs-submit input[type="submit"] {
width: 100%;
}
.testimonials-section {
padding: 30px 0 78px;
}
.testimonial-card {
padding: 30px 22px 64px;
}
.hero-text h1 {
font-size: 37px;
line-height: 42px;
margin-bottom: 33px;
margin-top: 0;
font-weight: 600;
}
.hero-text h1 .highlight {
color: #5939C6;
font-weight: 600;
}
.badges-grid {
gap: 20px 0;
align-items: center;
justify-content: center;
}
.hero-text p {
font-size: 18px;
line-height: 25px;
}
.hero-content-des{
margin-bottom: 23px;
}
.benefits-list {
list-style: none;
margin-bottom: 0;
border-bottom: none;
padding: 0 0 12px 42px !important;
}
.logos-grid .trusted-by-logos{
display:block;
}
.badges-section {
display:none;
}
.badges-section-mobile {
display:block;
}
.badges-section p.badges-title,
.badges-section-mobile p.badges-title {
text-align: center;
}
.badge {
display: flex;
width:50%;
align-items: center;
justify-content: center;
}
.testimonials-grid {
grid-template-columns: 1fr;
}

.hubspot-form-container {
padding: 26px 20px;
}
.demo-form-container {
padding: 30px 20px;
}
.trusted-section h2 {
font-size: 25px;
line-height: 34px;
}
.trusted-section {
padding: 40px 0 47px;
}
.badge {
width:50%;
display: flex;
align-items: center;
justify-content: center;
}
}

@media (max-width: 480px) {
.hubspot-form-container {
padding: 26px 20px;
min-width: 100% !important;
}
.hero-text h1 {
font-size: 37px;
line-height: 42px;
margin-bottom: 33px;
margin-top: 0;
font-weight: 600;
}
.hero-text h1 .highlight {
color: #5939C6;
font-weight: 600;
}
.hero-text p {
font-size: 18px;
line-height: 25px;
}
}
