.row {
    justify-content: flex-start !important;
}
.box {
    box-shadow: 0px 0px 2px 0px #fff;
    padding: 10px 10px 30px 10px;
    background: #f5f5f5;
    border-radius: 10px;
}
.iconm {
    width: 100px;
    padding-bottom: 7px;
}
.features-service-card {
    background: #fff;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    overflow: hidden;
    border: none;
    border-bottom: 8px solid #2416ba;
    z-index: 1;
}
.features-service-card-body {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.features-service-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.features-service-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2416ba;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
    z-index: 0;
}

.features-service-card:hover::before {
    transform: scaleY(1);
}

.features-service-card:hover .features-service-card-title {
    color: #fff;
}

.features-service-card:hover .features-service-card-text {
    color: #fff;
}

.features-service-card:hover .features-icon {
    color: #fff;
}

.features-service-card svg {
    font-size: 40px;
}
.features-service-card:hover .features-icon svg path {
    fill: #ffffff; /* white color */
}

.iconm1 {
    margin-top: -60px;
}

.box-imgg {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px gray;
}
.menu-bar {
    background-color: #2d9cdb; /* blue background */
    padding: 15px 0;
    text-align: center;
}

.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.menu-bar ul li {
    display: inline;
    margin: 0 25px;
}

.menu-bar ul li {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s;
}

.lbtn {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #3429cf;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 50px 15px 50px;
    border: 1px solid #3429cf;
}

.lbtn:hover {
    transform: scale(1.1);
    /* Grow effect */
    animation: pulse 1s infinite;
    /* Pulse effect */
    transition: 0.9s;
}

@keyframes pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }

    50% {
        box-shadow: 0 0 15px 10px rgba(76, 175, 80, 0);
    }
}

.step {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0015ff;
    color: #fff;
    font-size: 16px;
}
.step-text {
    margin-left: 10px;
    font-size: 16px;
}
.product-type-icon.active {
    background-color: #023aab;
}
.product-type-icon {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, 0.2);
}
.product-type-icon.active .icon {
    color: #fff !important;
}
.product-type-icon:hover {
    background: #023aab;
    color: #fff;
}
.supportBanner-card {
    position: relative;
    background: linear-gradient(135deg, #e0f7ff, #fff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 5px #fff;
    transition: all 0.5s ease;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    width: 180px;
    height: 80%;
}

.supportBanner-card:hover:before {
    opacity: 0.4;
}

.supportBanner-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: linear-gradient(135deg, #dbefff, #f7fcff);
}

.supportBanner-card-body {
    position: relative;
    z-index: 2;
}

.supportBanner-issue-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supportBanner-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
    animation: floatIcon 3s ease-in-out infinite;
    transition: transform 0.4s ease;
}

@keyframes floatIcon {
    0%,
    to {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.supportBanner-card:hover .supportBanner-icon {
    transform: scale(1.1) rotate(6deg);
}

.supportBanner-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #084298;
    transition: color 0.4s ease;
}

.supportBanner-card:hover .supportBanner-text {
    color: #0d6efd;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-wrapper img {
    width: 100%;
    flex-shrink: 0;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.ribbon {
    color: #fff;
    background: #eee;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 20px 0 0;
    margin: 0 15px 0 0;
}
.ribbon:before {
    content: "";
    background: linear-gradient(to top left, transparent 49%, #2416ba 50%);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 70px;
    right: -15px;
}

.ribbon h3 {
    background: #2416ba;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    width: calc(100% - 20px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
    margin: 0 0 0 35px;
}
.compatibility-label-content {
    font-size: 17px;
    letter-spacing: .5px;
    padding: 20px 50px;
    color: rgba(0, 0, 0, .7);
}

@media (max-width: 767px) {
    .supportBanner-icon {
        width: 55px;
        height: 55px;
    }

    .supportBanner-text {
        font-size: 1rem;
    }
}
.row {
    justify-content: flex-start !important;
}
.navbar-section {
    display: none;
}
.custom-checklist li {
    font-size: 16px !important;
}

.btnn:hover {
    background: #0278ab;
}

/* Setup Section */
.setup {
    padding: 50px 0;
    background-color: #f8f8f8; /* Background color similar to the screenshot */
}

.setup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.setup-row img{
    width: 50%;
    height: auto;;
}

.setup-image {
    max-width: 5 0%;
    height: auto;
    border-radius: 8px; /* Optional: for rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: to add a subtle shadow to the image */
}

.setup-text {
    flex: 1;
}

.setup-text h3 {
    font-size: xx-large;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.setup-text p {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}

.setup-text .btn {
    background-color: #005bb5;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.setup-text .btn:hover {
    background-color: #00449e;
}

@media (max-width: 768px) {
    .setup-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .setup-image {
        width: 80%; /* Reduce image size on smaller screens */
        margin-bottom: 20px;
    }

    .setup-text h3 {
        font-size: 24px;
    }

    .setup-text p {
        font-size: 14px;
    }

    .setup-text .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Step-by-Step Section */
.steps {
    padding: 60px 0 20 0;
    background-color: #f8f8f8; /* Background similar to the screenshot */
}

.title {
    font-size: 36px;
    font-weight: bold;
    color: #005bb5;
    text-align: center;
    margin-bottom: 20px;
}

.subtitle,
.instructions {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.g-4 {
    margin: 0px 5%;
}

.step-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.step-card:hover {
    transform: translateY(-10px); /* Card moves up by 10px on hover */
}

.step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.step-body {
    padding: 20px;
}

.step-title {
    font-size: large;
    font-weight: bold;
    color: #005bb5;
    margin-bottom: 10px;
}

.step-text {
    font-size: 14px;
    color: #777;
}

/* Ensure the cards are responsive */
@media (max-width: 768px) {
    .title {
        font-size: 28px;
    }

    .step-card {
        margin-bottom: 30px; /* Extra margin for smaller screens */
    }

    .step-title {
        font-size: 16px;
    }

    .step-text {
        font-size: 12px;
    }
}

/* Fix Panel Styling */
/* General Section Styling */
.fix-section {
    padding: 50px 2%;
    background-color: #f8f8f8;
    margin-bottom: 5%;
}

/* Fix Panel Styling (For Each Step Card) */
.fix-panel {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    border-left: 5px solid #005bb5;
}

/* Fix Card Equal Height Styling */
.row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

.step-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.step-card > * {
    flex-grow: 1;
}

.fix-panel:hover {
    transform: translateY(-10px);
    border: 3px solid #005bb5;
}

/* Step Title and Text Styling */
.fix-title {
    font-size: 22px;
    font-weight: bold;
    color: #005bb5;
    margin-bottom: 15px;
}

.fix-title {
    font-size: 22px;
    font-weight: bold;
    color: #005bb5;
    margin-bottom: 15px;
}

.fix-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 0;
}

.fix-list {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    text-align: left;
}

.fix-list li {
    margin-bottom: 10px;
}

/* Fix Diagram Styling */
.fix-diagram {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.fix-diagram img {
    width: 40%;
    height: auto;
    max-width: 600px;
    object-fit: cover;
}

/* Chat Button Styling */
.chat-cta {
    background: #bee1f92a;
    border: 2px dashed #8fd0ff;
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    margin: 20px;
}

.btn-chat {
    background-color: #005bb5;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: block;
    margin: 20px auto;
}

.btn-chat:hover {
    background-color: #00449e; /* Darker blue on hover */
    color: white;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .fix-panel {
        margin-bottom: 30px; /* Extra margin between panels for smaller screens */
    }

    .fix-title {
        font-size: 20px;
    }

    .fix-text {
        font-size: 14px;
    }

    .fix-list {
        font-size: 13px;
    }

    .btn-chat {
        padding: 10px 18px;
        font-size: 14px;
    }
}


.chat-cta {
    background: #bee1f92a;
    border: 2px dashed #8fd0ff;
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    margin: 20px;
}

.btn-chat {
    background-color: #005bb5;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: block;
    margin: 20px auto;
}

.btn-chat:hover {
    background-color: #00449e; /* Darker blue on hover */
    color: white;
}

/* Section Styles */
.printer-support-section {
    padding: 0px 0 30px 0;
    background-color: #ffffff;
}

/* Heading and Subheading */
.support-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.support-subheading {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

/* Card Styles */
.support-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}

.support-card:hover {
    transform: translateY(-5px);
}

.support-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Card Body */
.support-card-body {
    padding: 20px;
}

.support-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.support-card-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

/* CTA Button */
.support-btn {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 6px;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .support-card-image img {
        height: 200px;
    }

    .support-heading {
        font-size: 26px;
    }

    .support-subheading {
        font-size: 14px;
    }
}

/* Section Styles */
#printer-setup-section {
    border-top: 1px solid #000;
    background-color: #fbfcfc; /* Background color of the section */
}

/* Row Styles */
.printer-setup-row {
    display: flex;
    align-items: center; /* Vertically center the columns */
    height: 50%; /* Ensure it takes up full height of its parent container */
}

/* Left Column Styles */
.printer-setup-left {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    padding-top: 50px; /* Add some top padding */
}

.printer-setup-title {
    color: #0d6efd;
    font-size: 2.5rem; /* Larger font size for the title */
    font-weight: 700;
    margin-bottom: 1rem; /* Space below the title */
}

.printer-setup-text {
    font-size: 1.125rem; /* Slightly larger text for better readability */
    color: #333;
    margin-bottom: 1.2rem; /* Add spacing between paragraphs */
}

.printer-setup-btn {
    padding: 12px 20px;
    font-size: 16px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.printer-setup-btn:hover {
    background-color: #0056b3; /* Darker blue when hovered */
}

/* Right Column Styles */
.printer-setup-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* Limit max width of the slider */
}

.slider-wrapper img {
    width: 100%;
    border-radius: 10px; /* Rounded corners for the images */
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .printer-setup-row {
        flex-direction: column; /* Stack the columns on smaller screens */
    }

    .printer-setup-left {
        padding-top: 20px; /* Less padding for mobile */
        text-align: center; /* Center-align text on small screens */
    }

    .printer-setup-btn {
        width: 100%; /* Make the button full width on mobile */
    }

    .slider-container {
        max-width: 100%; /* Ensure slider fits smaller screens */
    }

    .slider-btn {
        font-size: 1.5rem; /* Smaller buttons on mobile */
        padding: 8px;
    }
}
