.elementor-kit-6{--e-global-color-primary:#3391CF;--e-global-color-secondary:#4FAAC7;--e-global-color-text:#030406;--e-global-color-accent:#404040;--e-global-color-237c34d:#FFFFFF;--e-global-color-fc16c50:#F7F9FC;--e-global-color-8d1adce:#5A6270;--e-global-color-e3c2cd6:#E2E8F0;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:68px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-1.2px;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-size:33px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.3px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-6 h2{font-family:"DM Sans", Sans-serif;font-size:33px;font-weight:800;line-height:1.2px;letter-spacing:-0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:50px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-1.2px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-6 h2{font-size:29px;line-height:1.2em;letter-spacing:-0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:38px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-6 h2{font-size:25px;line-height:1.2em;letter-spacing:-0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.gjd-service-card{
    transition: transform .35s ease,
                box-shadow .35s ease,
                border-color .35s ease;
    overflow:hidden;
}

.gjd-service-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 20px 48px rgba(51,145,207,.18),
        0 8px 16px rgba(0,0,0,.08);
    border-color:#3391CF;
}

.gjd-service-image{
    overflow:hidden;
    transition:transform .5s ease;
}

.gjd-service-card:hover .gjd-service-image{
    transform:scale(1.06);
}/* End custom CSS */