.elementor-366 .elementor-element.elementor-element-5d5d691{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-366 .elementor-element.elementor-element-41dc97a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-366 .elementor-element.elementor-element-14fc7ca{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-366 .elementor-element.elementor-element-21228b3{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8baca83 *//* =========================================
   FIVERR HERO SECTION
========================================= */

.fiverr-hero{
    width:100%;
    padding:100px 25px;
    background:#f7fbff;
    overflow:hidden;
}

.fiverr-hero-container{
    max-width:1250px;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:70px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.fiverr-hero-content{
    flex:1;
    max-width:680px;
}

.fiverr-hero-badge{
    display:inline-block;

    padding:10px 18px;

    background:#e6f8fc;
    color:#053768;

    border:1px solid #b9eaf4;

    border-radius:50px;

    font-size:14px;
    font-weight:700;

    margin-bottom:24px;
}

.fiverr-hero h1{
    margin:0 0 25px;

    font-size:58px;
    line-height:1.08;

    font-weight:800;

    color:#053768;
}

.fiverr-hero h1 span{
    display:block;
    color:#00a9cc;
}

.fiverr-hero-description{
    max-width:640px;

    margin:0 0 28px;

    color:#5b6673;

    font-size:18px;
    line-height:1.8;
}


/* =========================================
   SERVICES
========================================= */

.fiverr-services{
    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-bottom:32px;
}

.fiverr-services span{
    padding:9px 14px;

    background:#fff;

    border:1px solid #dce8f0;

    border-radius:8px;

    color:#053768;

    font-size:14px;
    font-weight:600;

    transition:all .3s ease;
}

.fiverr-services span:hover{
    transform:translateY(-3px);

    border-color:#00b4d8;

    box-shadow:0 8px 20px rgba(0,180,216,.12);
}


/* =========================================
   BUTTONS
========================================= */

.fiverr-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;

    margin-bottom:38px;
}

.fiverr-hero-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:52px;

    padding:0 25px;

    border-radius:9px;

    text-decoration:none !important;

    font-size:16px;
    font-weight:700;

    transition:all .3s ease;
}


/* Primary */

.fiverr-btn-primary{
    background:#00b4d8;
    color:#fff !important;

    box-shadow:0 10px 25px rgba(0,180,216,.22);
}

.fiverr-btn-primary:hover{
    background:#053768;
    color:#fff !important;

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(5,55,104,.22);
}


/* Secondary */

.fiverr-btn-secondary{
    background:#053768;
    color:#fff !important;

    border:2px solid #053768;
}

.fiverr-btn-secondary:hover{
    background:#00b4d8;
    border-color:#00b4d8;

    color:#fff !important;

    transform:translateY(-3px);
}


/* =========================================
   TRUST STATS
========================================= */

.fiverr-hero-trust{
    display:flex;
    flex-wrap:wrap;
    gap:35px;
}

.fiverr-trust-item{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.fiverr-trust-item strong{
    color:#053768;

    font-size:25px;
    font-weight:800;
}

.fiverr-trust-item span{
    color:#687583;

    font-size:13px;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.fiverr-hero-image{
    flex:0 0 500px;

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;
}

.fiverr-image-card{
    position:relative;

    width:100%;
    max-width:470px;

    z-index:2;

    border-radius:28px;

    overflow:hidden;

    box-shadow:
        0 30px 70px rgba(5,55,104,.20);
}

.fiverr-image-card img{
    display:block;

    width:100%;
    height:auto;

    border-radius:28px;

    transition:transform .5s ease;
}

.fiverr-image-card:hover img{
    transform:scale(1.03);
}


/* Background Glow */

.fiverr-image-glow{
    position:absolute;

    width:420px;
    height:420px;

    background:#00b4d8;

    opacity:.13;

    border-radius:50%;

    filter:blur(5px);

    right:-30px;
    top:40px;

    z-index:0;
}


/* =========================================
   FLOATING CARD
========================================= */

.fiverr-floating-card{
    position:absolute;

    left:-35px;
    bottom:35px;

    z-index:5;

    display:flex;
    align-items:center;

    gap:12px;

    padding:15px 18px;

    background:#fff;

    border:1px solid #e1ebf2;

    border-radius:14px;

    box-shadow:0 15px 35px rgba(5,55,104,.16);
}

.fiverr-floating-icon{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#00b4d8;

    color:#fff;

    border-radius:50%;

    font-weight:800;
}

.fiverr-floating-card strong{
    display:block;

    color:#053768;

    font-size:13px;

    margin-bottom:3px;
}

.fiverr-floating-card span{
    display:block;

    color:#687583;

    font-size:11px;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1050px){

    .fiverr-hero-container{
        gap:40px;
    }

    .fiverr-hero h1{
        font-size:48px;
    }

    .fiverr-hero-image{
        flex:0 0 420px;
    }

    .fiverr-floating-card{
        left:-15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .fiverr-hero{
        padding:70px 20px;
    }

    .fiverr-hero-container{
        flex-direction:column;

        text-align:center;

        gap:55px;
    }

    .fiverr-hero-content{
        max-width:100%;
    }

    .fiverr-hero-badge{
        font-size:12px;

        padding:9px 14px;

        margin-bottom:20px;
    }

    .fiverr-hero h1{
        font-size:36px;

        line-height:1.15;

        margin-bottom:20px;
    }

    .fiverr-hero h1 span{
        display:inline;
    }

    .fiverr-hero-description{
        font-size:16px;

        line-height:1.7;

        margin-left:auto;
        margin-right:auto;
    }

    .fiverr-services{
        justify-content:center;

        gap:8px;

        margin-bottom:28px;
    }

    .fiverr-services span{
        font-size:12px;

        padding:8px 11px;
    }

    .fiverr-hero-buttons{
        flex-direction:column;

        width:100%;

        gap:12px;
    }

    .fiverr-hero-buttons a{
        width:100%;
    }

    .fiverr-hero-trust{
        justify-content:center;

        gap:25px;
    }

    .fiverr-trust-item strong{
        font-size:22px;
    }

    .fiverr-trust-item span{
        font-size:12px;
    }

    .fiverr-hero-image{
        width:100%;

        flex:unset;

        max-width:430px;
    }

    .fiverr-image-card{
        max-width:100%;

        border-radius:22px;
    }

    .fiverr-image-card img{
        border-radius:22px;
    }

    .fiverr-image-glow{
        width:300px;
        height:300px;

        right:50%;
        transform:translateX(50%);
    }

    .fiverr-floating-card{
        left:10px;
        bottom:20px;

        padding:11px 13px;

        gap:9px;
    }

    .fiverr-floating-icon{
        width:32px;
        height:32px;

        font-size:13px;
    }

    .fiverr-floating-card strong{
        font-size:11px;
    }

    .fiverr-floating-card span{
        font-size:9px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:400px){

    .fiverr-hero{
        padding:55px 16px;
    }

    .fiverr-hero h1{
        font-size:31px;
    }

    .fiverr-hero-description{
        font-size:15px;
    }

    .fiverr-hero-trust{
        gap:18px;
    }

    .fiverr-floating-card{
        position:relative;

        left:auto;
        bottom:auto;

        margin:-35px auto 0;

        width:max-content;
        max-width:90%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14fc7ca *//* ================================
   FIVERR SERVICES SECTION
================================ */

.fiverr-services-section {
    padding: 100px 20px;
    background: #f7fbff;
}

.fiverr-services-container {
    max-width: 1250px;
    margin: 0 auto;
}


/* Heading */

.fiverr-services-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.fiverr-section-tag {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: #e5f8fc;
    color: #053768;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.fiverr-services-heading h2 {
    margin: 0 0 20px;
    color: #053768;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.fiverr-services-heading h2 span {
    display: block;
    color: #00b4d8;
}

.fiverr-services-heading p {
    margin: 0 auto;
    max-width: 760px;
    color: #5d6875;
    font-size: 17px;
    line-height: 1.8;
}


/* Cards Grid */

.fiverr-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* Service Card */

.fiverr-service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e3edf5;
    border-radius: 20px;
    padding: 32px 26px;
    box-shadow: 0 12px 35px rgba(5, 55, 104, 0.07);
    transition: all 0.35s ease;
    overflow: hidden;
}

.fiverr-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00b4d8;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.fiverr-service-card:hover {
    transform: translateY(-10px);
    border-color: #00b4d8;
    box-shadow: 0 20px 45px rgba(5, 55, 104, 0.13);
}

.fiverr-service-card:hover::before {
    transform: scaleX(1);
}


/* Featured */

.featured-service {
    border-color: #cdeff6;
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.10);
}


/* Icon */

.fiverr-service-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f9fc;
    border-radius: 15px;
    font-size: 27px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.fiverr-service-card:hover .fiverr-service-icon {
    transform: scale(1.08) rotate(-3deg);
    background: #00b4d8;
}


/* Card Content */

.fiverr-service-card h3 {
    margin: 0 0 13px;
    color: #053768;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 750;
}

.fiverr-service-card p {
    margin: 0 0 20px;
    color: #68727d;
    font-size: 14px;
    line-height: 1.7;
}


/* List */

.fiverr-service-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.fiverr-service-card ul li {
    padding: 7px 0;
    color: #4f5964;
    font-size: 13px;
    line-height: 1.5;
}


/* Link */

.fiverr-service-link {
    display: inline-block;
    color: #053768;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fiverr-service-link:hover {
    color: #00b4d8;
    transform: translateX(4px);
}


/* Bottom CTA */

.fiverr-services-bottom {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    text-align: center;
}

.fiverr-services-bottom strong {
    color: #053768;
    font-size: 17px;
}

.fiverr-services-btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 9px;
    background: #053768;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.fiverr-services-btn:hover {
    background: #00b4d8;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {

    .fiverr-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .fiverr-services-section {
        padding: 70px 18px;
    }

    .fiverr-services-heading {
        margin-bottom: 40px;
    }

    .fiverr-services-heading h2 {
        font-size: 30px;
    }

    .fiverr-services-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .fiverr-services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .fiverr-service-card {
        padding: 27px 23px;
    }

    .fiverr-service-card:hover {
        transform: translateY(-5px);
    }

    .fiverr-services-bottom {
        flex-direction: column;
        gap: 15px;
        margin-top: 40px;
    }

    .fiverr-services-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d44580a *//* =========================================
   FIVERR TRUST SECTION
========================================= */

.fiverr-trust-section{
    padding:70px 20px;
    background:#ffffff;
}

.fiverr-trust-container{
    max-width:1250px;
    margin:auto;
}

/* Heading */

.trust-heading{
    text-align:center;
    margin-bottom:40px;
}

.trust-heading span{
    display:inline-block;
    color:#00a9cc;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.trust-heading h2{
    margin:0;
    color:#053768;
    font-size:36px;
    line-height:1.2;
    font-weight:800;
}

/* Stats */

.trust-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.trust-card{
    display:flex;
    align-items:center;
    gap:16px;

    padding:25px 22px;

    background:#f7fbff;

    border:1px solid #e1edf4;

    border-radius:16px;

    transition:all .3s ease;
}

.trust-card:hover{
    transform:translateY(-6px);

    border-color:#00b4d8;

    box-shadow:0 15px 35px rgba(5,55,104,.10);
}

.trust-icon{
    width:52px;
    height:52px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#00b4d8;

    color:#fff;

    border-radius:12px;

    font-size:22px;
}

.trust-card h3{
    margin:0 0 5px;

    color:#053768;

    font-size:25px;
    font-weight:800;
}

.trust-card p{
    margin:0;

    color:#687583;

    font-size:13px;
    line-height:1.4;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .trust-stats{
        grid-template-columns:repeat(2,1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:576px){

    .fiverr-trust-section{
        padding:55px 18px;
    }

    .trust-heading{
        margin-bottom:30px;
    }

    .trust-heading h2{
        font-size:28px;
    }

    .trust-heading span{
        font-size:12px;
    }

    .trust-stats{
        grid-template-columns:1fr;
        gap:14px;
    }

    .trust-card{
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7d4fe9 *//* =========================================
   FIVERR TRUST SECTION
========================================= */

.fiverr-trust-section{
    padding:70px 20px;
    background:#ffffff;
}

.fiverr-trust-container{
    max-width:1250px;
    margin:auto;
}

/* Heading */

.trust-heading{
    text-align:center;
    margin-bottom:40px;
}

.trust-heading span{
    display:inline-block;
    color:#00a9cc;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.trust-heading h2{
    margin:0;
    color:#053768;
    font-size:36px;
    line-height:1.2;
    font-weight:800;
}

/* Stats */

.trust-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.trust-card{
    display:flex;
    align-items:center;
    gap:16px;

    padding:25px 22px;

    background:#f7fbff;

    border:1px solid #e1edf4;

    border-radius:16px;

    transition:all .3s ease;
}

.trust-card:hover{
    transform:translateY(-6px);

    border-color:#00b4d8;

    box-shadow:0 15px 35px rgba(5,55,104,.10);
}

.trust-icon{
    width:52px;
    height:52px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#00b4d8;

    color:#fff;

    border-radius:12px;

    font-size:22px;
}

.trust-card h3{
    margin:0 0 5px;

    color:#053768;

    font-size:25px;
    font-weight:800;
}

.trust-card p{
    margin:0;

    color:#687583;

    font-size:13px;
    line-height:1.4;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .trust-stats{
        grid-template-columns:repeat(2,1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:576px){

    .fiverr-trust-section{
        padding:55px 18px;
    }

    .trust-heading{
        margin-bottom:30px;
    }

    .trust-heading h2{
        font-size:28px;
    }

    .trust-heading span{
        font-size:12px;
    }

    .trust-stats{
        grid-template-columns:1fr;
        gap:14px;
    }

    .trust-card{
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7cd243 *//* =========================================
   FIX PORTFOLIO TAB HOVER TEXT COLOR
========================================= */

.fiverr-portfolio-tabs .portfolio-tab,
.fiverr-portfolio-tabs .portfolio-tab:hover,
.fiverr-portfolio-tabs .portfolio-tab:focus,
.fiverr-portfolio-tabs .portfolio-tab:active {
    color: #053768 !important;
    background: #ffffff !important;
    border-color: #dce8f0 !important;
}


/* Active tab */

.fiverr-portfolio-tabs .portfolio-tab.active,
.fiverr-portfolio-tabs .portfolio-tab.active:hover,
.fiverr-portfolio-tabs .portfolio-tab.active:focus,
.fiverr-portfolio-tabs .portfolio-tab.active:active {
    background: #053768 !important;
    color: #ffffff !important;
    border-color: #053768 !important;
}


/* Optional: hover effect */

.fiverr-portfolio-tabs .portfolio-tab:hover {
    background: #ffffff !important;
    color: #053768 !important;
    border-color: #00b4d8 !important;
}


/* Keep icons/text same color */

.fiverr-portfolio-tabs .portfolio-tab:hover * {
    color: inherit !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d11ece *//* =========================================
   FIX PORTFOLIO TAB HOVER TEXT COLOR
========================================= */

.fiverr-portfolio-tabs .portfolio-tab,
.fiverr-portfolio-tabs .portfolio-tab:hover,
.fiverr-portfolio-tabs .portfolio-tab:focus,
.fiverr-portfolio-tabs .portfolio-tab:active {
    color: #053768 !important;
    background: #ffffff !important;
    border-color: #dce8f0 !important;
}


/* Active tab */

.fiverr-portfolio-tabs .portfolio-tab.active,
.fiverr-portfolio-tabs .portfolio-tab.active:hover,
.fiverr-portfolio-tabs .portfolio-tab.active:focus,
.fiverr-portfolio-tabs .portfolio-tab.active:active {
    background: #053768 !important;
    color: #ffffff !important;
    border-color: #053768 !important;
}


/* Optional: hover effect */

.fiverr-portfolio-tabs .portfolio-tab:hover {
    background: #ffffff !important;
    color: #053768 !important;
    border-color: #00b4d8 !important;
}


/* Keep icons/text same color */

.fiverr-portfolio-tabs .portfolio-tab:hover * {
    color: inherit !important;
}/* End custom CSS */