.elementor-49 .elementor-element.elementor-element-e9bc35e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-c54ef74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-588f26e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-49 .elementor-element.elementor-element-737574b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-737574b.e-con{--align-self:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-49 .elementor-element.elementor-element-159551f{text-align:center;}.elementor-49 .elementor-element.elementor-element-159551f img{width:100%;max-width:100%;height:500px;object-fit:cover;object-position:center center;opacity:1;border-radius:46px 46px 46px 46px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-49 .elementor-element.elementor-element-4663803{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-b1bcfb3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-ec8d8b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49 .elementor-element.elementor-element-a1144f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-49 .elementor-element.elementor-element-737574b{--width:50%;}.elementor-49 .elementor-element.elementor-element-4663803{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-22fee21 */.esollve-premium-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* New Sub-Label Style */
.brand-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.tag-line {
    width: 30px;
    height: 2px;
    background: #72c1df; /* esollve Cyan */
}

.tag-text {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    color: #72c1df;
}

/* Smaller, Refined Heading */
.syne-heading {
    font-family: 'Syne', sans-serif;
    font-size: 38px; /* Reduced Size */
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.premium-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    max-width: 700px;
}

/* Feature Grid Layout */
.more-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* Elevated Card UX */
.more-feature-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    transition: all 0.4s ease;
    cursor: default;
}

.more-feature-card:hover {
    transform: translateY(-5px);
    background: #fafafa;
    border-color: #72c1df;
    box-shadow: 0 15px 35px rgba(114, 193, 223, 0.1);
}

.more-feature-icon {
    width: 45px;
    height: 45px;
    background: rgba(114, 193, 223, 0.08);
    color: #72c1df;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.more-feature-text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.more-feature-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .more-feature-grid { grid-template-columns: 1fr; }
    .syne-heading { font-size: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53dffb3 *//* 1. Main Layout */
.replica-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 5% 80px 10%;
    background-color: #ffffff;
    overflow: hidden;
}

/* 2. Text Styling */
.text-content {
    flex: 1;
    max-width: 600px;
}

.pill-badge {
    background: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 25px;
}

.display-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.05;
    margin: 0;
    letter-spacing: -1.5px;
}

/* 3. Graphic Positioning (Anchored Right) */
.graphic-content {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.bg-shape-img {
    width: 480px;
    height: auto;
    display: block;
}

/* 4. The Button: PILL SHAPE RADIUS */
.overlay-button {
    position: absolute;
    top: 50%;
    right: -10%; 
    transform: translateY(-50%);
    
    background-color: #72c1df !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    
    /* --- THE FIX: FULL PILL RADIUS --- */
    border-radius: 100px !important; 
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(114, 193, 223, 0.4);
    z-index: 5;
    transition: all 0.3s ease;
}

.overlay-button:hover {
    background-color: #5fb2d1 !important;
    transform: translateY(-55%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .replica-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
    }
    .graphic-content {
        justify-content: center;
        margin-top: 50px;
    }
    .display-heading {
        font-size: 45px;
    }
    .overlay-button {
        right: 50%;
        transform: translate(50%, -50%);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb19fe6 *//* 1. Grid Setup */
.printing-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Exactly 3 columns */
    gap: 30px;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

/* 2. Card Styling */
.service-card {
    background: #ffffff;
    border: 1px solid #f0f0f0; /* Very light border */
    border-radius: 15px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); /* Subtle soft shadow */
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

/* 3. Icon Circle Styling */
.icon-wrapper {
    width: 120px;
    height: 120px;
    background-color: #f8f9fb; /* Light grey/blue circle bg */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper img {
    width: 70px; /* Precise icon scale */
    height: auto;
}

/* 4. Typography Styling */
.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #7a7a7a; /* Muted grey for text */
    margin-bottom: 25px;
    flex-grow: 1; /* Pushes Learn More to the bottom */
}

/* 5. Learn More Link */
.learn-more {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a; /* Underline style */
    display: inline-block;
    width: fit-content;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #72c1df; /* Using the sky blue from your hero button */
    border-color: #72c1df;
}

/* 6. Responsive for Tablets and Mobile */
@media (max-width: 1024px) {
    .printing-grid-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .printing-grid-container { grid-template-columns: 1fr; }
    .service-card { text-align: center; }
    .icon-wrapper { margin: 0 auto 25px auto; }
    .learn-more { margin: 0 auto; }
}/* End custom CSS */