.elementor-30027 .elementor-element.elementor-element-81622fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-89px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30027 .elementor-element.elementor-element-01d74a7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-30027 .elementor-element.elementor-element-02331a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30027 .elementor-element.elementor-element-65445f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-30027 .elementor-element.elementor-element-02331a2{--margin-top:-1050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-00f09cd *//* Container */
.hero-section {
    text-align: center;
    padding: 150px 20px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
     border: 1px solid #ddd;
  
}

/* Multiple Background Decorative Lines */
.hero-section::before,
.hero-section::after,
.hero-section .line1,
.hero-section .line2 {
    content: "";
    position: absolute;
    border: 2px solid #e4e4e4;
    border-radius: 20px;
    transform: rotate(33deg);
}

/* Top-left box */
.hero-section::before {
    width: 220px;
    height: 330px;
    top: -7px;
    left: -90px;
}

/* Bottom-right box */
.hero-section::after {
    width: 230px;
    height: 330px;
    bottom: -90px;
    right: -90px;
}

/* Extra lines for stronger design */
.hero-section .line1 {
    width: 260px;
    height: 260px;
    top: 120px;
    right: -40px;
    transform: rotate(-8deg);
}

.hero-section .line2 {
    width: 260px;
    height: 260px;
    bottom: 120px;
    left: -40px;
    transform: rotate(-8deg);
}

/* Trustpilot Image */
.tp-logo {
     width: 250px;
    height: auto;
    margin-bottom: 20px;
}

/* Headings */
.hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.15;
    color: #111;
    font-family: 'Poppins', sans-serif;
}

.hero-title span {
    color: #00c26e; /* Green accent for “Bizee” */
}

/* Subtitle */
.hero-subtitle {
    font-size: 20px;
    color: #444;
    margin: 20px 0 40px;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #00c26e; /* Green */
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #000;  /* Hover black */
    color: #fff;
}/* End custom CSS */