.elementor-kit-31{--e-global-color-primary:#2B3324;--e-global-color-secondary:#949482;--e-global-color-text:#2B3324;--e-global-color-accent:#EB4F27;--e-global-color-f474d24:#F5EDDE;--e-global-color-8328e8c:#4D593D;--e-global-color-7812625:#F9F7EE;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Syne";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-7812625 );font-family:"Syne", Sans-serif;font-weight:400;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.elementor-kit-31 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-31 a:hover{color:var( --e-global-color-8328e8c );}.elementor-kit-31 h1{font-size:6rem;line-height:1.1;letter-spacing:0.03em;}.elementor-kit-31 h2{font-size:4rem;}.elementor-kit-31 h3{font-size:2rem;line-height:1.15;}.elementor-kit-31 h4{font-size:1.5rem;line-height:1.3;}.elementor-kit-31 button,.elementor-kit-31 input[type="button"],.elementor-kit-31 input[type="submit"],.elementor-kit-31 .elementor-button{font-family:"Archivo", Sans-serif;font-weight:300;text-transform:uppercase;letter-spacing:0.03em;color:var( --e-global-color-7812625 );border-radius:999px 999px 999px 999px;}.elementor-kit-31 button:hover,.elementor-kit-31 button:focus,.elementor-kit-31 input[type="button"]:hover,.elementor-kit-31 input[type="button"]:focus,.elementor-kit-31 input[type="submit"]:hover,.elementor-kit-31 input[type="submit"]:focus,.elementor-kit-31 .elementor-button:hover,.elementor-kit-31 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-31 h1{font-size:48px;}.elementor-kit-31 h2{font-size:34px;}.elementor-kit-31 h3{font-size:24px;}.elementor-kit-31 h4{font-size:22px;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
    line-height: 1.4 !important;
}

.nav-link {
    position: relative; /* Essential for positioning the pseudo-element */
    display: inline-block; /* Allows width/height and positioning for inline elements like <a> */
    text-decoration: none; /* Removes the default underline if it's a link */
    color: inherit; /* Ensures the text color is inherited or set explicitly if needed */
    padding-bottom: 3px; /* Creates space for the line to appear below the text */
    /* Add any other default styles for your nav-link here, e.g., font-size, font-weight, color etc. */
    cursor: pointer;
}

.nav-link a {
    text-decoration: none;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0; /* Position the line at the very bottom of the nav-link */
    left: 0; /* Start the line from the left edge */
    width: 0; /* Initial state: no width, so it's invisible */
    height: 1px; /* Thickness of the underline */
    background-color: currentColor; /* The line color will match the text color of the nav-link */
    transition: width 0.3s ease-out; /* Smooth animation for the width change */
}

.nav-link:hover::before {
    width: 100%; /* On hover, expand the line to full width (left to right) */
}


h2 {
    text-wrap: balance;
}


.elementor-slides-wrapper {
    border-radius: 20px;
}

.swiper-slide-contents {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 100% !important;
    gap: 20%
}

.elementor-slide-button {
    flex-shrink: 0;
    margin-bottom: 32px;
}


.hover-card:hover, .team-card:hover {
    background-color: #4D593D !important;
}

.team-card:hover .team-arrow {
    opacity: 1;
    scale: 1;
}

.team-arrow {
    opacity: 0;
    transition: all 500ms ease;
    scale: 0.8
}/* End custom CSS */