.elementor-kit-5{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#424242;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F05A28;--e-global-color-c1136c0:#7E2A01;--e-global-color-de23ca3:#FFFFFF;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.8rem;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-de23ca3 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"Plus Jakarta Sans", Sans-serif;font-weight:300;}.elementor-kit-5 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:5.2rem;font-weight:700;line-height:1em;word-spacing:0.09em;}.elementor-kit-5 h2{font-family:"Plus Jakarta Sans", Sans-serif;font-size:3rem;font-weight:800;}.elementor-kit-5 h3{font-size:2.25rem;font-weight:700;}.elementor-kit-5 h4{font-family:"Plus Jakarta Sans", Sans-serif;font-size:1.5rem;}.elementor-kit-5 h5{font-family:"Plus Jakarta Sans", Sans-serif;font-size:1.4rem;font-weight:400;line-height:1.6em;}.elementor-kit-5 h6{font-family:"Plus Jakarta Sans", Sans-serif;font-size:1rem;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;font-size:0.9rem;font-weight:500;letter-spacing:3px;border-style:solid;padding:16px 32px 16px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.elementor-lightbox{background-color:#FFFFFFEB;--lightbox-ui-color:var( --e-global-color-primary );--lightbox-ui-color-hover:var( --e-global-color-primary );}.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-kit-5 h1{font-size:4.2rem;}.elementor-kit-5 h2{font-size:3rem;}.elementor-kit-5 h3{font-size:2.2rem;}.elementor-kit-5 h4{font-size:1.5rem;}.elementor-kit-5 h5{font-size:1.2rem;}.elementor-kit-5 h6{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:2.5rem;line-height:1.1em;}.elementor-kit-5 h2{font-size:2.3rem;}.elementor-kit-5 h3{font-size:1.8rem;}.elementor-kit-5 h4{font-size:1.4rem;}.elementor-kit-5 h5{font-size:1.2rem;}.elementor-kit-5 h6{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Primary Button */

.btn-primary .elementor-button {
    background-color: #7e2a01;
    border: 1px solid #7e2a01;
    color: #ffffff;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-primary .elementor-button:hover {
    background-color: #d64c27;
    border-color: #d64c27;
    color: #ffffff;
}

.btn-primary-2 .elementor-button {
    background-color: #22657b;
    border: 1px solid #22657b;
    color: #ffffff;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-primary-2 .elementor-button:hover {
    background-color: #58b9e9;
    border-color: #58b9e9;
    color: #ffffff;
}


/* Outline Button */

.btn-outline .elementor-button {
    background-color: transparent;
    border: 1px solid #7e2a01;
    color: #7e2a01;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-outline .elementor-button:hover {
    background-color: #7e2a01;
    border-color: #7e2a01;
    color: #ffffff;
}


/* White Outline Button */

.btn-white-outline .elementor-button {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-white-outline .elementor-button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1a1a1a;
}

.site-footer {
    color: #ffffff;
    background-color: #0d0d0d;
}

.site-footer p,
.site-footer a {
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
}

.site-footer a:hover {
    color: #ffffff;
}

.site-footer .elementor-heading-title {
    color: #ffffff;
}

/* Headers */

.sf-eyebrow {
    letter-spacing: 7px;
}

.sf-eyebrow-center {
    letter-spacing: 7px;
}

.large-paragraph {
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-weight: 300;
    color: #7e2a01;
}

/* Tablet */
@media (max-width: 1024px) {
    .large-paragraph {
        font-size: 1.5rem;
        line-height: 2.2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .large-paragraph {
        font-size: 1.8rem;
        font-style: italic;
        line-height: 2.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.brand-header {
    color: #7e2a01;
}

.brand-header2 {
    color: #22657b;
}

/* Outer section spacing */
.sf-section-padding {
    padding-left: clamp(1.5rem, 4.4vw, 6rem);
    padding-right: clamp(1.5rem, 4.4vw, 6rem);
}

/* Standard inner width */
.sf-standard-inner {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
}

/* Standard narrow width */
.sf-narrow-inner {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

/* Wide inner width if needed */
.sf-wide-inner {
    width: 100%;
    max-width: 1700px;
    margin-inline: auto;
}

.sf-section-padding-left {
    padding-left: clamp(1.5rem, 4.4vw, 6rem);
}

/* Showcase Version 2 Hero */
.sf-showcase-hero {
    padding-left: clamp(1.5rem, 4.4vw, 6rem);
    padding-right: clamp(1.5rem, 4.4vw, 6rem);
    padding-bottom: 3vw;
}

@media (max-width: 1024px) {
    .sf-showcase-hero {
        padding-bottom: 5vw;
    }
}

.sf-showcase-hero2 {
    padding-left: clamp(1.5rem, 3.8vw, 6rem);
    padding-right: clamp(1.5rem, 4vw, 6rem);
    padding-top: 3.3vw;
}

@media (max-width: 1024px) {
    .sf-showcase-hero2 {
        padding-top: 5vw;
    }
}

/* Homepage Portfolio Card */
.portfolio-card {
  cursor: pointer;
 
}

.portfolio-card h3 {
    transition: transform 0.35s ease;
}

.portfolio-card:hover h3 {
    transform: translateX(14px);
}

.sf-quote-icon {
    color: #cccccc;
    width: clamp(3.5rem, 5vw, 5.5rem);
    line-height: 0;
    margin-bottom: 1rem;
}

.sf-quote-icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.sf-quote-open,
.sf-quote-close {
    position: absolute;
    z-index: 1;
    color: #7e2a01;
    opacity: .08;
    pointer-events: none;
}

.sf-quote-open svg,
.sf-quote-close svg {
    display: block;
    width: 100%;
    height: auto;
}

.sf-quote-open {
    top: 15%;
    left: 11%;
    width: clamp(10rem, 13vw, 14rem);
}

.sf-quote-close {
    bottom: 15%;
    right: 11%;
    width: clamp(10rem, 13vw, 14rem);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .sf-review-wrapper > .sf-quote-open,
    .sf-review-wrapper > .sf-quote-close {
        width: clamp(6rem, 28vw, 8rem);
    }

    .sf-review-wrapper > .sf-quote-open {
        top: 7%;
        left: 4%;
    }

    .sf-review-wrapper > .sf-quote-close {
        right: 4%;
        bottom: 7%;
    }
}

.sf-review-wrapper {
    position: relative;
    overflow: hidden;
}

.sf-review-content {
    position: relative;
    z-index: 2;
}/* End custom CSS */