.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space20 {
    height: 20px;
}
.space24 {
    height: 24px;
}

.space30 {
    height: 30px;
}

.vl-transparent-header .container.headerfix {
    max-width: 1300px;
}

.vl-btn2 {
    padding: 18px 24px;
    border-radius: 8px;
    color: #fff;
    background: #340F9F;
    background: linear-gradient(90deg, rgba(52, 15, 159, 1) 0%, rgba(82, 61, 204, 1) 50%, rgba(112, 107, 249, 1) 100%);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vl-btn2:hover {
    color: #fff; 
}
.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
    transition: all 0.4s;
    top: 0;
    left: 50%;
    border-radius: 8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn2:hover {
    background: #6e68f6;
    background: linear-gradient(90deg, rgba(112, 107, 249, 1) 0%, rgba(82, 61, 204, 1) 50%, rgba(52, 15, 159, 1) 100%);
}

.vl-btn2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn2 a,
.vl-btn2:hover a {
    color: #fff;
}

.heading1 h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.54px;
}
.jh-hero-title, .jh-hero-desc {color: #000000!important;}
.heading1 p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.heading1 h5 {
    display: inline-block;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 13px 16px 13px 46px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.heading1 h5 span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: #fff;
    margin: 0 6px 0 0;
    position: absolute;
    left: 6px;
    top: 6px;
}

.heading1 h2 {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.54px;
}
/*Slider*/
.hero1-section-area {
    z-index: 2;
    background-image: url(../img/hero-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 150px 0 0 0;
}

.hero1-section-area .elements6 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero1-section-area .elements5 {
    position: absolute;
    left: 0;
}

.hero1-section-area .elements4 {
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    top: 0;
}

.hero1-section-area .hero1-header {
    padding: 110px 70px 0 0;
    position: relative;
    margin-top: -50px;
}

.hero1-section-area .hero-images-area {
    left: -50px;
    top: -8px;
    position: relative;
    z-index: 1;
}

.hero1-section-area .hero-images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero1-section-area .hero-images-area .image-bg1 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 600px;
}

.hero1-section-area .hero-images-area .elements3 {
    position: absolute;
    right: -140px;
    top: 40%;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.hero1-section-area .hero-images-area .elements2 {
    position: absolute;
    bottom: 0;
    animation-name: rightToLeft;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

.hero1-section-area .hero-images-area .elements1 {
    position: absolute;
    top: 0;
    left: -110px;
    animation-name: circles;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes circles {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1000deg);
    }
}



/*About*/
.about1-section-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
}

.about1-section-area .elements9 {
    position: absolute;
    top: -50px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}

.about1-section-area .about-images-area {
    position: relative;
    z-index: 1;
}

.about1-section-area .about-images-area .elements10 {
    position: absolute;
    left: -70px;
}

.image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about1-section-area .about-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.about1-section-area .about-images-area .check-icons {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 16px 20px;
    width: 340px;
    top: 42%;
    left: 24%;
    right: 24%;
    position: absolute;
}

.about1-section-area .about-images-area .check-icons p {
    color: #050734;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-left: 16px;
}








/*Servicebox*/

.servicbgs {
    background-image: url(../img/service-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.servicbgs h2 {
    color: #050734;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    transition: all 0.4s
}

/* =========================================================
   1. EVERY SERVICE YOUR BUSINESS NEEDS - ULTRA MODERN SERVICES
   ========================================================= */
.jh-services-section {
    position: relative;
    padding: 100px 0 85px;
    background: 
        radial-gradient(circle at 12% 18%, rgba(98, 89, 232, 0.07) 0%, transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(46, 7, 151, 0.06) 0%, transparent 42%),
        radial-gradient(circle at 50% 50%, rgba(0, 210, 255, 0.03) 0%, transparent 55%),
        #fafcff;
    background-image: 
        linear-gradient(to right, rgba(46, 7, 151, 0.025) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(46, 7, 151, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    overflow: hidden;
}

.jh-service-header-wrap {
    margin-bottom: 55px;
}

.jh-service-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #2E0797;
    background: #ffffff;
    border: 1px solid rgba(46, 7, 151, 0.16);
    box-shadow: 0 4px 16px rgba(46, 7, 151, 0.07);
    margin-bottom: 22px;
}

.jh-pill-live-dot {
    width: 9px;
    height: 9px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: jhPulse 2s infinite;
}

@keyframes jhPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.jh-service-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.22;
    color: #0c112e;
    margin: 0 auto 18px;
    max-width: 880px;
    letter-spacing: -0.6px;
}

.jh-highlight-gradient {
    background: linear-gradient(135deg, #2E0797 0%, #6366f1 50%, #00b4d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.jh-service-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16.5px;
    color: #525c7a;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 24px;
}

.jh-header-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.jh-chip {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #313c5c;
    background: #ffffff;
    border: 1px solid #e3e8f4;
    padding: 7px 16px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(18, 28, 65, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.jh-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(46, 7, 151, 0.25);
    box-shadow: 0 6px 16px rgba(46, 7, 151, 0.08);
}

.jh-chip i {
    color: #10b981;
    font-size: 14px;
}

/* Service Cards */
.jh-services-row {
    margin-top: 15px;
}

.jh-service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #edf2f9;
    border-radius: 24px;
    padding: 34px 28px 24px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(18, 28, 65, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    overflow: hidden;
}

.jh-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2E0797 0%, #6366f1 50%, #00d2ff 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.jh-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 24px 48px -8px rgba(46, 7, 151, 0.14);
}

.jh-service-card:hover::before {
    opacity: 1;
}

.jh-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.jh-service-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(46, 7, 151, 0.06) 0%, rgba(99, 102, 241, 0.12) 100%);
    border: 1px solid rgba(46, 7, 151, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.jh-service-card:hover .jh-service-icon-box {
    background: linear-gradient(135deg, #2E0797 0%, #6259e8 100%);
    box-shadow: 0 10px 22px rgba(46, 7, 151, 0.28);
    transform: scale(1.05) rotate(-2deg);
}

.jh-service-icon-box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: all 0.35s ease;
}

.jh-service-card:hover .jh-service-icon-box img {
    filter: brightness(0) invert(1);
}

.jh-service-icon-box .jh-service-icon-glyph {
    font-size: 30px;
    line-height: 1;
    color: #2E0797;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jh-service-card:hover .jh-service-icon-box .jh-service-icon-glyph {
    color: #ffffff;
    transform: scale(1.1);
}

.jh-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jh-card-badge {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #2E0797;
    background: rgba(46, 7, 151, 0.07);
    border: 1px solid rgba(46, 7, 151, 0.12);
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.jh-service-card:hover .jh-card-badge {
    background: #2E0797;
    color: #ffffff;
}

.jh-service-number {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #e4eaf4;
    letter-spacing: 0.5px;
    transition: color 0.35s ease;
    line-height: 1;
}

.jh-service-card:hover .jh-service-number {
    color: #6366f1;
}

.jh-service-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f6fb;
    color: #2E0797;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.35s ease;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.jh-service-card:hover .jh-service-arrow {
    background: linear-gradient(135deg, #2E0797 0%, #6259e8 100%);
    color: #ffffff;
    transform: rotate(-45deg);
    box-shadow: 0 8px 16px rgba(46, 7, 151, 0.25);
}

.jh-service-name {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.jh-service-name a {
    color: #0c112e;
    text-decoration: none;
    transition: color 0.25s ease;
}

.jh-service-card:hover .jh-service-name a {
    color: #2E0797;
}

.jh-service-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    color: #555e7d;
    line-height: 1.65;
    margin: 0 0 18px;
}

/* Feature Deliverable Checklist inside card */
.jh-card-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.jh-card-checklist li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2e3858;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.jh-card-checklist li i {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

/* Feature tags inside cards */
.jh-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.jh-card-tags .jh-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    background: #f4f6fb;
    color: #4b5472;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #ebf0f7;
    transition: all 0.25s ease;
}

.jh-service-card:hover .jh-card-tags .jh-tag {
    background: rgba(46, 7, 151, 0.06);
    color: #2E0797;
    border-color: rgba(46, 7, 151, 0.12);
}

.jh-service-footer {
    padding-top: 16px;
    border-top: 1px solid #f2f5fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jh-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #2E0797;
    text-decoration: none;
    transition: all 0.25s ease;
}

.jh-service-link i {
    transition: transform 0.25s ease;
}

.jh-service-card:hover .jh-service-link {
    color: #6259e8;
}

.jh-service-card:hover .jh-service-link i {
    transform: translateX(5px);
}

.jh-sla-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #6d7796;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.jh-sla-tag i {
    color: #2E0797;
}

/* Bottom Consultation Banner */
.jh-services-bottom-cta {
    position: relative;
    background: linear-gradient(135deg, #07021e 0%, #150645 50%, #2E0797 100%);
    border-radius: 24px;
    padding: 42px 48px;
    margin-top: 35px;
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(18, 5, 50, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    overflow: hidden;
}

.jh-services-bottom-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.jh-bottom-cta-content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.jh-bottom-cta-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
}

.jh-bottom-cta-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #d1d9e6;
    margin: 0 0 14px;
    line-height: 1.65;
}

.jh-bottom-cta-perks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #cbd5e1;
}

.jh-bottom-cta-perks span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jh-bottom-cta-perks i {
    color: #10b981;
}

.jh-bottom-cta-action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.jh-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #2E0797 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.jh-btn-primary:hover {
    background: #6259e8;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(98, 89, 232, 0.35);
}

.jh-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.jh-btn-whatsapp:hover {
    background: #1eb956;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.4);
}

.service1-boxarea {
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
}

/* =========================================================
   2. HOW IT WORKS - OUR PROVEN 6-STEP PROCESS
   ========================================================= */
.jh-process-section {
    position: relative;
    padding: 100px 0 90px;
    background: 
        radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.05) 0%, transparent 45%),
        radial-gradient(circle at 90% 80%, rgba(46, 7, 151, 0.05) 0%, transparent 45%),
        #f8fafd;
    border-top: 1px solid #edf2f9;
    border-bottom: 1px solid #edf2f9;
    overflow: hidden;
}

.jh-process-header-wrap {
    margin-bottom: 55px;
}

.jh-process-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #2E0797;
    background: #ffffff;
    border: 1px solid rgba(46, 7, 151, 0.16);
    box-shadow: 0 4px 14px rgba(46, 7, 151, 0.06);
    margin-bottom: 20px;
}

.jh-process-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    color: #0c112e;
    margin: 0 auto 16px;
    max-width: 860px;
    letter-spacing: -0.5px;
}

.jh-process-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555e7d;
    line-height: 1.7;
    max-width: 740px;
    margin: 0 auto 24px;
}

.jh-process-row {
    margin-top: 15px;
}

.jh-process-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #edf2f9;
    border-radius: 22px;
    padding: 32px 28px 26px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(18, 28, 65, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    overflow: hidden;
}

.jh-process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2E0797 0%, #6366f1 50%, #00d2ff 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.jh-process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 22px 46px -10px rgba(46, 7, 151, 0.14);
}

.jh-process-card:hover::before {
    opacity: 1;
}

.jh-process-watermark {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    color: #f1f4fb;
    pointer-events: none;
    transition: color 0.35s ease;
    user-select: none;
}

.jh-process-card:hover .jh-process-watermark {
    color: #e4e9f7;
}

.jh-process-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.jh-process-step-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #2E0797;
    background: rgba(46, 7, 151, 0.08);
    border: 1px solid rgba(46, 7, 151, 0.14);
    padding: 5px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.jh-process-card:hover .jh-process-step-badge {
    background: #2E0797;
    color: #ffffff;
}

.jh-process-timeline {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #636c88;
    background: #f4f6fb;
    border: 1px solid #ebf0f7;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.jh-process-timeline i {
    color: #6366f1;
    font-size: 11px;
}

.jh-process-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(46, 7, 151, 0.06) 0%, rgba(99, 102, 241, 0.12) 100%);
    border: 1px solid rgba(46, 7, 151, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
}

.jh-process-card:hover .jh-process-icon-box {
    background: linear-gradient(135deg, #2E0797 0%, #6259e8 100%);
    box-shadow: 0 10px 22px rgba(46, 7, 151, 0.28);
    transform: scale(1.06) rotate(-2deg);
}

.jh-process-icon-box i {
    font-size: 24px;
    color: #2E0797;
    transition: all 0.35s ease;
}

.jh-process-card:hover .jh-process-icon-box i {
    color: #ffffff;
    transform: scale(1.08);
}

.jh-process-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0c112e;
    line-height: 1.35;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
    transition: color 0.25s ease;
}

.jh-process-card:hover .jh-process-card-title {
    color: #2E0797;
}

.jh-process-card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    color: #555e7d;
    line-height: 1.65;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.jh-process-deliverable {
    background: #f7fafc;
    border: 1px solid #ebf1f9;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    color: #2b3553;
    line-height: 1.45;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.jh-process-card:hover .jh-process-deliverable {
    background: rgba(46, 7, 151, 0.04);
    border-color: rgba(46, 7, 151, 0.12);
}

.jh-process-deliverable i {
    color: #10b981;
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

.jh-process-deliverable strong {
    color: #0c112e;
}

/* Bottom Assurance Bar */
.jh-process-assurance {
    background: #ffffff;
    border: 1px solid #e7edf6;
    border-radius: 20px;
    padding: 26px 34px;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(18, 28, 65, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.jh-assurance-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.jh-assurance-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2b3553;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.jh-assurance-item i {
    color: #10b981;
    font-size: 15px;
}

.jh-assurance-action {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.jh-btn-sm-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #2E0797 0%, #6259e8 100%);
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(46, 7, 151, 0.22);
    transition: all 0.3s ease;
}

.jh-btn-sm-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 7, 151, 0.32);
}

.jh-btn-sm-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
    transition: all 0.3s ease;
}

.jh-btn-sm-whatsapp:hover {
    background: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
}
/* =========================================================
   2. GET STARTED TODAY IN THREE SIMPLE STEPS - MODERN PROCESS
   ========================================================= */
.jh-steps-section {
    position: relative;
    padding: 90px 0 75px;
    background: #f8fafd;
    border-top: 1px solid #eef2f8;
    border-bottom: 1px solid #eef2f8;
}

.jh-steps-header-wrap {
    margin-bottom: 55px;
}

.jh-steps-pill {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2E0797;
    background: rgba(46, 7, 151, 0.08);
    border: 1px solid rgba(46, 7, 151, 0.15);
    margin-bottom: 16px;
}

.jh-steps-title {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #0c112e;
    margin: 0 auto 16px;
    max-width: 760px;
}

.jh-steps-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #5d637f;
    line-height: 1.65;
    max-width: 660px;
    margin: 0 auto;
}

.jh-step-col {
    margin-bottom: 30px;
}

.jh-step-card {
    background: #ffffff;
    border: 1px solid #edf1f8;
    border-radius: 20px;
    padding: 38px 28px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15, 23, 62, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.jh-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2E0797 0%, #6259e8 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.jh-step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(98, 89, 232, 0.25);
    box-shadow: 0 20px 45px rgba(46, 7, 151, 0.11);
}

.jh-step-card:hover::before {
    opacity: 1;
}

.jh-step-badge-wrap {
    margin-bottom: 20px;
}

.jh-step-badge {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2E0797;
    background: rgba(46, 7, 151, 0.08);
    transition: all 0.35s ease;
}

.jh-step-card:hover .jh-step-badge {
    background: #2E0797;
    color: #ffffff;
}

.jh-step-img-box {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.jh-step-img-box img {
    max-width: 100%;
    max-height: 180px;
    transition: transform 0.4s ease;
}

.jh-step-card:hover .jh-step-img-box img {
    transform: scale(1.05);
}

.jh-step-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #0c112e;
    margin: 0 0 14px;
    transition: color 0.25s ease;
}

.jh-step-card:hover .jh-step-card-title {
    color: #2E0797;
}

.jh-step-card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #5a627d;
    line-height: 1.65;
    margin: 0;
}

/* Backward compatibility */
.social-box .box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
@media (min-width:320px) and (max-width:640px) {
    .header-sticky {
        margin-top: 0px;
    }

    .hero1-section-area .hero-images-area .image-bg1 {
        width: 100%;
    }

    .hero1-section-area .hero1-header {
        padding: 0 12px 0 0;
    }

    .hero1-section-area .hero-images-area .elements1 {
        left: -40px;
    }

    .hero1-section-area .hero-images-area .elements2 {
        display: none;
    }

    .hero1-section-area .hero-images-area .elements3 {
        display: none;
    }

    .heading1 h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .heading1 h2 { 
  font-size: 20px; 
  line-height: 33px; 
}
    .heading1 h5 {
        font-size: 14px;
    }

    .heading1 p {
        font-size: 18px !important;
        line-height: 25px;
        text-align: left;
    }

    .hero1-section-area .hero-images-area {
        left: 10px;
    }

    .hero1-section-area .hero-images-area .image-bg1 {
        width: 21%;
        height: 333px;
    }

    .about1-section-area .datas p {
        font-size: 16px !important;
        line-height: 23px;
    }

    .about1-section-area .heading2 h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .about1-section-area .about-images-area .check-icons {
        padding: 6px 13px;
        width: 260px;
        top: -35%;
        left: -2%;
        right: 14%;
    } 

    .about1-section-area .about-images-area .check-icons p {
        font-size: 12px !important;
        font-weight: 600;
        line-height: 17px;
        padding-left: 2px;
    }

    .vl-btn2 {
        padding: 15px 6px;
        font-size: 18px;
    }
    .case1-section-area .case-works-section-area .others-widget-area { 
  padding: 0px;
}
    
   .case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 { 
  padding: 10px;margin: 0px;
}
    
    .case1-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area{ 
  padding: 10px;margin: 0px;
}
.case1-section-area .case-works-section-area .others-widget-area .images .elements12,
.case1-section-area .case-works-section-area .others-widget-area .images .elements13,
.case1-section-area .case-works-section-area .others-widget-area .images .elements14,
    .case1-section-area .case-works-section-area .others-widget-area .images .elements15{display: none}
    .case1-section-area .case-works-section-area .others-widget-area .images .img1 img {
  width: 100%;
    height: 100%;
}
    .service1-boxarea{text-align: center}

    .jh-services-section,
    .jh-process-section,
    .jh-steps-section {
        padding: 55px 0 35px;
    }
    .jh-service-main-title,
    .jh-process-main-title,
    .jh-steps-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    .jh-service-subtitle,
    .jh-process-subtitle,
    .jh-steps-subtitle {
        font-size: 14px !important;
    }
    .jh-service-card,
    .jh-process-card {
        padding: 24px 18px;
    }
    .jh-step-card {
        padding: 26px 18px;
    }
    .jh-process-assurance {
        padding: 20px 16px !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .jh-assurance-items {
        justify-content: center !important;
        gap: 14px !important;
    }
    .jh-assurance-action {
        width: 100% !important;
        justify-content: center !important;
    }
    .jh-btn-sm-primary, .jh-btn-sm-whatsapp {
        width: 100% !important;
        justify-content: center !important;
    }
    .jh-services-bottom-cta {
        padding: 28px 20px !important;
        text-align: center !important;
    }
    .jh-bottom-cta-content h4 {
        font-size: 19px !important;
    }
    .jh-bottom-cta-perks {
        justify-content: center !important;
        gap: 10px !important;
        margin-bottom: 15px !important;
    }
    .jh-bottom-cta-action {
        width: 100% !important;
        justify-content: center !important;
    }
    .jh-bottom-cta-action .jh-btn-primary,
    .jh-bottom-cta-action .jh-btn-whatsapp {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ==========================================================
   JH WEB SOLUTIONS - MODERN FOOTER & FLOATING CONTACTS V2.0
   ========================================================== */
.jh-footer-wrapper {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #94a3b8;
    background-color: #060216;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.jh-footer-wrapper *,
.jh-footer-wrapper *::before,
.jh-footer-wrapper *::after {
    box-sizing: border-box;
}

.jh-newsletter-section {
    padding: 48px 0 40px;
    background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.16) 0%, transparent 45%),
                radial-gradient(circle at 90% 80%, rgba(168, 85, 247, 0.16) 0%, transparent 45%),
                linear-gradient(135deg, #07031e 0%, #0d0630 50%, #150645 100%);
    border-top: 1px solid rgba(99, 102, 241, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    position: relative;
}

.jh-nl-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #c7d2fe;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.jh-nl-heading {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.jh-nl-subtext {
    font-size: 13.5px;
    color: #cbd5e1;
    margin: 0 0 20px 0;
    line-height: 1.5;
    max-width: 520px;
}

.jh-nl-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.jh-nl-field-wrap {
    position: relative;
    flex: 1 1 190px;
}

.jh-nl-field-wrap .jh-nl-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.jh-nl-input {
    width: 100%;
    height: 48px;
    padding: 10px 14px 10px 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    color: #ffffff;
    font-size: 13.5px;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease;
}

.jh-nl-input:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}

.jh-nl-input::placeholder {
    color: #94a3b8;
}

.jh-nl-submit-btn {
    height: 48px;
    padding: 0 26px;
    background: linear-gradient(135deg, #6366f1 0%, #2E0797 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px -4px rgba(99, 102, 241, 0.45);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: nowrap;
    flex-shrink: 0;
}

.jh-nl-submit-btn:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #1e0568 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -4px rgba(99, 102, 241, 0.6);
    color: #ffffff;
}

.jh-trust-hub {
    padding-left: 15px;
}

.jh-trust-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c7d2fe;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
}

.jh-trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 10px #10b981;
    display: inline-block;
}

.jh-trust-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.jh-trust-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 10px 8px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 86px;
}

.jh-trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.25);
    background: #ffffff;
    border-color: rgba(99, 102, 241, 0.5);
}

.jh-trust-card img {
    max-height: 48px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.jh-trust-card:hover img {
    transform: scale(1.06);
}

.jh-trust-card span {
    font-size: 10.5px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 5px;
    letter-spacing: 0.2px;
    line-height: 1.2;
}

.jh-main-footer {
    padding: 60px 0 35px;
    background: radial-gradient(circle at 50% 0%, rgba(46, 7, 151, 0.08) 0%, transparent 60%),
                linear-gradient(180deg, #09041d 0%, #050212 100%);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.jh-footer-col {
    margin-bottom: 30px;
}

.jh-footer-col-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.jh-footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 3px;
    background: linear-gradient(90deg, #6366f1 0%, #2E0797 100%);
    border-radius: 2px;
}

.jh-footer-brand {
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none;
}

.jh-footer-logo {
    max-height: 46px;
    width: auto;
    object-fit: contain;
    display: block;
}

.jh-footer-bio {
    font-size: 13.5px;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 20px;
}

.jh-footer-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.jh-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 600;
    color: #cbd5e1;
}

.jh-trust-chip i {
    color: #fbbf24;
}

.jh-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jh-footer-links li {
    margin-bottom: 10px;
    position: relative;
}

.jh-footer-links li a {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.5;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.jh-footer-links li a .jh-link-arrow {
    font-size: 11px;
    color: #6366f1;
    opacity: 0.6;
    transition: all 0.25s ease;
}

.jh-footer-links li a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.jh-footer-links li a:hover .jh-link-arrow {
    opacity: 1;
    color: #a5b4fc;
    transform: translateX(3px);
}

.jh-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

.jh-contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.jh-contact-card:hover {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.35);
    transform: translateY(-2px);
    text-decoration: none;
}

.jh-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(46, 7, 151, 0.3) 100%);
    border: 1px solid rgba(99, 102, 241, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.jh-contact-card:hover .jh-contact-icon {
    background: linear-gradient(135deg, #6366f1 0%, #2E0797 100%);
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(99, 102, 241, 0.35);
}

.jh-contact-meta {
    flex: 1;
    min-width: 0;
}

.jh-contact-meta small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.jh-contact-meta span {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #f1f5f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jh-contact-card:hover .jh-contact-meta span {
    color: #ffffff;
}

.jh-social-heading {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}

.jh-social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.jh-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jh-social-btn:hover {
    transform: translateY(-3px);
    color: #ffffff;
    text-decoration: none;
}

.jh-social-fb:hover { background: #1877f2; border-color: #1877f2; box-shadow: 0 6px 14px rgba(24, 119, 242, 0.4); }
.jh-social-tw:hover { background: #000000; border-color: #333333; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5); }
.jh-social-ln:hover { background: #0a66c2; border-color: #0a66c2; box-shadow: 0 6px 14px rgba(10, 102, 194, 0.4); }
.jh-social-in:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: #dc2743; box-shadow: 0 6px 14px rgba(220, 39, 67, 0.4); }

.jh-footer-bottom {
    padding: 20px 0;
    background-color: #03010b;
    font-size: 13px;
    color: #64748b;
}

.jh-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.jh-bottom-copy {
    margin: 0;
    color: #94a3b8;
}

.jh-bottom-copy a {
    color: #cbd5e1;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.jh-bottom-copy a:hover {
    color: #818cf8;
}

.jh-bottom-legal {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.jh-bottom-legal li a {
    color: #64748b;
    text-decoration: none;
    font-size: 12.5px;
    transition: color 0.2s ease;
}

.jh-bottom-legal li a:hover {
    color: #cbd5e1;
}

/* Floating Contact Hub */
.jh-floating-contact-hub {
    position: fixed;
    bottom: 25px;
    left: 24px;
    z-index: 99990;
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    pointer-events: auto;
}

.jh-fab-item {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
}

.jh-fab-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.jh-fab-btn:hover {
    transform: scale(1.08) translateY(-2px);
    text-decoration: none;
}

.jh-fab-pulse {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    animation: jhFabPulse 2.2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes jhFabPulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(1.4); opacity: 0; }
}

.jh-fab-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

.jh-fab-whatsapp:hover {
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65), 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
}

.jh-fab-whatsapp .jh-fab-pulse {
    border: 2px solid rgba(37, 211, 102, 0.6);
}

.jh-fab-phone {
    background: linear-gradient(135deg, #6366f1 0%, #2E0797 100%);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.45), 0 2px 6px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

.jh-fab-phone:hover {
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.65), 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
}

.jh-fab-phone .jh-fab-pulse {
    border: 2px solid rgba(99, 102, 241, 0.6);
}

.jh-fab-btn svg {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.jh-fab-phone:hover svg {
    animation: jhPhoneShake 0.6s ease infinite alternate;
}

@keyframes jhPhoneShake {
    0% { transform: rotate(-8deg) scale(1.08); }
    100% { transform: rotate(8deg) scale(1.08); }
}

.jh-fab-tooltip {
    position: absolute;
    left: 68px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 7px 14px;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
}

.jh-fab-tooltip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: rgba(15, 23, 42, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.jh-fab-tooltip strong {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

.jh-fab-tooltip small {
    font-size: 10.5px;
    color: #94a3b8;
}

.jh-fab-item:hover .jh-fab-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .jh-trust-hub {
        padding-left: 0;
        margin-top: 30px;
    }
    .jh-nl-form-row {
        flex-direction: column;
        align-items: stretch;
    }
    .jh-nl-field-wrap {
        flex: 1 1 100%;
        width: 100%;
    }
    .jh-nl-submit-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .jh-newsletter-section {
        padding: 35px 0 28px;
    }
    .jh-nl-heading {
        font-size: 20px;
    }
    .jh-nl-subtext {
        font-size: 13px;
    }
    .jh-main-footer {
        padding: 40px 0 25px;
    }
    .jh-footer-col {
        margin-bottom: 26px;
    }
    .jh-bottom-flex {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .jh-bottom-legal {
        justify-content: center;
        gap: 12px;
    }
    .jh-floating-contact-hub {
        bottom: 20px;
        left: 16px;
        gap: 12px;
    }
    .jh-fab-btn {
        width: 48px;
        height: 48px;
    }
    .jh-fab-btn svg {
        width: 22px;
        height: 22px;
    }
    .jh-fab-tooltip {
        display: none !important;
    }
}


/* ==========================================================================
   DYNAMIC HOMEPAGE SECTIONS & CUSTOM REFINEMENTS (Extracted from index.php)
   ========================================================================== */

/* --- About Company Section Styles --- */
.about1-section-area {
                position: relative;
                overflow: hidden;
            }
            .about1-section-area .about-images-area {
                position: relative;
                z-index: 2;
            }
            .about1-section-area .about-images-area .img1 {
                position: relative;
                border-radius: 14px;
                overflow: hidden;
                box-shadow: 0 14px 34px rgba(0, 0, 0, 0.09);
                visibility: visible !important;
                opacity: 1 !important;
                display: block !important;
                background: #f8fafc;
                transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
            }
            .about1-section-area .about-images-area .img1:hover {
                transform: translateY(-5px);
                box-shadow: 0 20px 40px rgba(2, 86, 211, 0.16);
            }
            .about1-section-area .about-images-area .img1 img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                border-radius: 14px;
                transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }
            .about1-section-area .about-images-area .img1:hover img {
                transform: scale(1.04);
            }
            .about1-section-area .about-images-area .check-icons {
                background: rgba(255, 255, 255, 0.96);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                border: 1px solid rgba(2, 86, 211, 0.15);
                border-radius: 35px;
                padding: 10px 20px;
                box-shadow: 0 10px 30px rgba(2, 86, 211, 0.14);
                display: inline-flex;
                align-items: center;
                gap: 10px;
                z-index: 3;
            }
            .about1-section-area .about-images-area .check-icons img {
                width: 22px;
                height: 22px;
                flex-shrink: 0;
            }
            .about1-section-area .about-images-area .check-icons p {
                margin: 0;
                font-size: 13.5px;
                font-weight: 700;
                color: #0f172a;
            }

.about1-section-area .about-images-area .img1.image-anime {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

/* --- Project CTA Section Styles (Replacing inline styles) --- */
.jh-project-cta-section {
    background-position: 0% -28.76px;
    background-color: #000;
}
.jh-project-cta-inner {
    visibility: visible;
    padding: 30px 0px;
}
.jh-blog-card-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* --- Sales Strategy Section Styles (From onlinbusiness.php) --- */
.jh-sales-strategy-section {
    padding: 85px 0 90px;
    background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.04) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.04) 0%, transparent 50%),
                #f8fafc;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.jh-sales-strategy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.3), transparent);
}

/* Section Header Badge */
.jh-strategy-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.25);
    border-radius: 30px;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 18px;
    backdrop-filter: blur(8px);
}

.jh-strategy-pill-badge i {
    color: #6366f1;
    font-size: 12px;
}

/* Headings & Subtitle */
.jh-strategy-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.jh-strategy-title .jh-gradient-accent {
    background: linear-gradient(135deg, #4f46e5 0%, #0284c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.jh-strategy-subtitle {
    font-size: 16px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 24px 0;
    font-weight: 400;
}

/* Metric Chips */
.jh-strategy-metrics-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.jh-strategy-metric-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.jh-strategy-metric-chip i {
    color: #10b981;
    font-size: 14px;
}

/* Strategy Steps Grid / List */
.jh-strategy-steps-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}

.jh-strategy-step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
}

.jh-strategy-step-item:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.08);
}

.jh-step-num-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(2, 132, 199, 0.1) 100%);
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.jh-step-text-wrap {
    flex: 1;
}

.jh-step-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 3px 0;
    line-height: 1.3;
}

.jh-step-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Primary Action Button */
.jh-strategy-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.28);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jh-strategy-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(79, 70, 229, 0.38);
    background: linear-gradient(135deg, #4338ca 0%, #1d4ed8 100%);
}

.jh-strategy-cta-btn i {
    transition: transform 0.25s ease;
}

.jh-strategy-cta-btn:hover i {
    transform: translateX(4px);
}

/* ========================================================
   RIGHT COLUMN: BROWSER MOCKUP & CAROUSEL SHOWCASE
   ======================================================== */
.jh-browser-mockup-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12),
                0 0 0 1px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

/* Browser Chrome Header */
.jh-browser-chrome {
    background: #f1f5f9;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.jh-browser-dots {
    display: flex;
    gap: 6px;
}

.jh-browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.jh-browser-dot.red { background: #ef4444; }
.jh-browser-dot.yellow { background: #f59e0b; }
.jh-browser-dot.green { background: #10b981; }

.jh-browser-url-bar {
    flex: 1;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11.5px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jh-browser-url-bar i {
    color: #10b981;
    font-size: 10px;
}

/* Showcase Carousel Container */
.jh-showcase-carousel-viewport {
    position: relative;
    width: 100%;
    min-height: 420px;
    background: #0f172a;
    overflow: hidden;
}

.jh-showcase-slide-item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    animation: jhFadeIn 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jh-showcase-slide-item.active {
    display: block;
}

@keyframes jhFadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

.jh-showcase-slide-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.jh-showcase-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.92) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.jh-slide-info h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.jh-slide-tag {
    display: inline-block;
    background: rgba(99, 102, 241, 0.85);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

.jh-slide-link-btn {
    background: #ffffff;
    color: #0f172a !important;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.jh-slide-link-btn:hover {
    background: #38bdf8;
    color: #ffffff !important;
}

/* Carousel Nav Controls */
.jh-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
    z-index: 10;
}

.jh-carousel-btn:hover {
    background: #ffffff;
    color: #4f46e5;
    transform: translateY(-50%) scale(1.08);
}

.jh-carousel-btn.prev { left: 14px; }
.jh-carousel-btn.next { right: 14px; }

/* Carousel Dots Indicator */
.jh-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.jh-carousel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
}

.jh-carousel-dot.active {
    width: 24px;
    border-radius: 12px;
    background: #4f46e5;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .jh-sales-strategy-section {
        padding: 60px 0;
    }
    .jh-strategy-title {
        font-size: 28px;
    }
    .jh-browser-mockup-card {
        margin-top: 40px;
    }
    .jh-showcase-slide-img {
        height: 340px;
    }
    .jh-showcase-carousel-viewport {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .jh-strategy-steps-list {
        grid-template-columns: 1fr;
    }
    .jh-strategy-title {
        font-size: 24px;
    }
    .jh-showcase-slide-img {
        height: 280px;
    }
    .jh-showcase-carousel-viewport {
        min-height: 280px;
    }
    .jh-strategy-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- Double Sales Advantage Section Styles (From jhadvantage.php) --- */
.jh-double-sales-section {
    padding: 90px 0 95px;
    background: #09041d;
    background-image: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.12) 0%, transparent 60%),
                      radial-gradient(circle at 10% 80%, rgba(14, 165, 233, 0.08) 0%, transparent 60%),
                      linear-gradient(180deg, #09041d 0%, #050212 100%);
    color: #cbd5e1;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Background subtle grid pattern */
.jh-double-sales-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
}

/* Left Visual & Floating Metric Badges */
.jh-revenue-visual-container {
    position: relative;
    padding: 10px;
}

.jh-revenue-image-card {
    position: relative;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 0 30px rgba(99, 102, 241, 0.15);
    backdrop-filter: blur(12px);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.jh-revenue-image-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.35);
}

.jh-revenue-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Floating Metric Badges */
.jh-floating-stat-card {
    position: absolute;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(99, 102, 241, 0.2);
    backdrop-filter: blur(10px);
    z-index: 5;
    animation: jhFloatSoft 4s ease-in-out infinite alternate;
}

.jh-floating-stat-card.stat-top-right {
    top: -15px;
    right: -10px;
}

.jh-floating-stat-card.stat-bottom-left {
    bottom: -15px;
    left: -10px;
    animation-delay: -2s;
}

@keyframes jhFloatSoft {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

.jh-stat-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3) 0%, rgba(14, 165, 233, 0.3) 100%);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.jh-stat-info-text {
    display: flex;
    flex-direction: column;
}

.jh-stat-val {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

.jh-stat-lbl {
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Right Column: Eyebrow, Headings, Feature Grid */
.jh-double-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 30px;
    color: #818cf8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.jh-double-eyebrow i {
    color: #38bdf8;
}

.jh-double-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.jh-double-title .jh-gradient-highlight {
    background: linear-gradient(135deg, #818cf8 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.jh-double-subtitle {
    font-size: 15.5px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0 0 30px 0;
}

/* Features Grid (2 Columns) */
.jh-double-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 34px;
}

.jh-feature-card-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    padding: 16px 14px;
    transition: all 0.28s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.jh-feature-card-item:hover {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.jh-feature-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.jh-feature-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(14, 165, 233, 0.25) 100%);
    color: #818cf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: transform 0.25s ease;
}

.jh-feature-card-item:hover .jh-feature-icon-box {
    transform: scale(1.1);
    color: #38bdf8;
}

.jh-feature-badge-pill {
    font-size: 10.5px;
    font-weight: 600;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.3);
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.2px;
}

.jh-feature-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.jh-feature-desc {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* CTA Button */
.jh-double-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #6366f1 0%, #0284c7 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
    transition: all 0.3s ease;
}

.jh-double-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.45);
    background: linear-gradient(135deg, #4f46e5 0%, #0369a1 100%);
}

.jh-double-cta-btn i {
    transition: transform 0.25s ease;
}

.jh-double-cta-btn:hover i {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .jh-double-sales-section {
        padding: 65px 0;
    }
    .jh-revenue-visual-container {
        margin-bottom: 45px;
    }
    .jh-double-title {
        font-size: 28px;
    }
    .jh-floating-stat-card.stat-top-right {
        top: -10px;
        right: 0;
    }
    .jh-floating-stat-card.stat-bottom-left {
        bottom: -10px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .jh-double-features-grid {
        grid-template-columns: 1fr;
    }
    .jh-double-title {
        font-size: 24px;
    }
    .jh-double-cta-btn {
        width: 100%;
        justify-content: center;
    }
    .jh-floating-stat-card {
        padding: 8px 12px;
        gap: 8px;
    }
    .jh-stat-val {
        font-size: 16px;
    }
}

