.elementor-kit-735{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-735 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:var(--max-w);}.e-con{--container-max-width:var(--max-w);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --white:#ffffff; --navy:#001b35; --gold:#dda23a; --light-green:rgb(69, 254, 162); --grey:rgb(235, 233, 229); --dark-grey:rgb(108, 117, 125); --max-w:1210px; --warm:#dddbd7; --margin-gap:2em; --flex-gap:2em; }
/* Start custom CSS */.card-cta::after {
    content: '→';
    transition: transform 0.2s;
    display: inline-block;
}

.selling-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 27, 53, 0.12);
}
.selling-card:hover .card-cta::after {
   
    transform: translateX(3px);
}


/* Header: always white background with navy text */
.site-header {
  background: #fff !important;
  border-bottom: 1px solid #DDDBD7 !important;
}

/* Nav links */
.site-header-in .main-navigation .menu > li > a {
  color: #001B35 !important;
  text-transform: uppercase;
  letter-spacing: 1px!important;
}

/* Dropdown arrow */
.site-header-in .main-navigation .menu > li.menu-item-has-children > a:before {
  border-right: 1.5px solid #001B35 !important;
  border-bottom: 1.5px solid #001B35 !important;
}

/* Nav right button */
.site-header .nav-right a {
  border: 1.5px solid #001B35 !important;
  color: #001B35 !important;
}
.site-header .nav-right a:hover {
  background: #001B35 !important;
  color: #fff !important;
}

/* Mobile hamburger */
.site-header .nav-toggle span {
  background: #001B35 !important;
}
.site-header .site-title a {
  background-image: url('/wp-content/themes/landlink/images/logo-blue.svg') !important;
}/* End custom CSS */