.elementor-kit-10{--e-global-color-primary:#02142E;--e-global-color-secondary:#D89242;--e-global-color-text:#02142E;--e-global-color-accent:#D89242;--e-global-color-2580ae3:#FFFFFF;--e-global-color-cd6ca0f:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:300;line-height:1.4em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-secondary );}.elementor-kit-10 h1{font-family:"Alexandria", Sans-serif;font-size:64px;font-weight:400;line-height:1.2em;}.elementor-kit-10 h2{font-family:"Alexandria", Sans-serif;font-size:36px;}.elementor-kit-10 h3{font-family:"Open Sans", Sans-serif;font-size:32px;font-weight:700;line-height:1.2em;}.elementor-kit-10 h4{font-family:"Alexandria", Sans-serif;font-size:24px;line-height:1.2em;}.elementor-kit-10 h5{font-family:"Alexandria", Sans-serif;font-size:20px;line-height:1.3em;}.elementor-kit-10 h6{font-family:"Open Sans", Sans-serif;font-size:20px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-10 h1{font-size:50px;line-height:1.3em;}.elementor-kit-10 h2{font-size:34px;line-height:1.3em;}.elementor-kit-10 h3{font-size:30px;line-height:1.2em;}}@media(max-width:1024px){.elementor-kit-10 h1{font-size:42px;line-height:1.3em;}.elementor-kit-10 h2{font-size:32px;line-height:1.3em;}.elementor-kit-10 h3{font-size:28px;line-height:1.3em;}.elementor-kit-10 h4{font-size:24px;line-height:1.3em;}.elementor-kit-10 h5{font-size:18px;line-height:1.3em;}.elementor-kit-10 h6{font-size:18px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:32px;line-height:1.3em;}.elementor-kit-10 h2{font-size:28px;line-height:1.3em;}.elementor-kit-10 h3{font-size:28px;line-height:1.3em;}.elementor-kit-10 h4{font-size:18px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Position the input container relative to house the icon */
.checklist-form-field {
    position: relative;
}

/* Add an icon inside the field (e.g., a user icon) */
.checklist-form-field-name input::placeholder, .checklist-form-field-firm input::placeholder, .checklist-form-field-mail input::placeholder {
    padding-left: 40px; /* Push the placeholder text to make room */
}

.checklist-form-field-name input {
    padding-left: 15px !important; /* Push typed text to make room */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23888888" width="18px" height="18px"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center; /* Aligns the icon to the left */
}
.checklist-form-field-firm input {
    padding-left: 15px !important; /* Push typed text to make room */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23888888" width="18px" height="18px"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center; /* Aligns the icon to the left */
}
.checklist-form-field-mail input {
    padding-left: 15px !important; /* Push typed text to make room */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23888888" width="18px" height="18px"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center; /* Aligns the icon to the left */
}

.highlight-txt{
	color: var( --e-global-color-secondary );
}
html{
	scroll-behavior: fast;
}

/* service card hover behaviour */
.hm-service-card .hm-srvice-icn-bx svg path, .hm-service-card .hm-srvice-icn-lst svg path {
	fill: var(--e-global-color-primary);;
}
.hm-service-card:hover .hm-srvice-icn-bx svg path,  .hm-service-card:hover .hm-srvice-icn-lst svg path, .hm-service-card:hover .hm-srvice-btn svg path{
	fill: var(--e-global-color-secondary);
}
.hm-service-card:hover .hm-srvice-icn-bx h4, .hm-service-card:hover .elementor-icon-list-text{
	color: var(--e-global-color-2580ae3);
}
.hm-service-card:hover .hm-srvice-btn .elementor-button-text {
	color: var(--e-global-color-secondary);
}

/* why law firms choose us - home */
.y-law-firm-icn-lst .elementor-icon-list-icon{
	  width: 44px;
    height: 44px;
    display: flex;
    background-color: var(--e-global-color-2580ae3);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px           rgba(0,0,0,0.25);
	  margin-right: 16px;
}/* End custom CSS */