/* =========================================
   Start Hero Section
========================================= */
.hero-left-bg{
    background:var(--color-hero-single-service);
}

.hero-left h1{
    color:var(--color-white);

}

.hero-left h5{
    font-size: 28px;
    font-weight: 700;
    color:var(--color-deep-blue);
    margin-bottom: 10px;
}


.contact-text-color{
    color: var(--color-white);
}

@media (max-width: 768px){
        .fade-top {
        content: url('https://kelgray-v2.on-forge.com/wp-content/uploads/2025/12/Rectangle-55.png');
        width: 100%;
        height: auto;
    }

    .hero-left h5{
        margin-top: 18px;
        font-size: 20px;
    }
    

}

/* =========================================
   End Hero Section
========================================= */


/* ============================================= */
    /* AUtomated labelling Overview  section*/
/* ==================================================== */

        .labelling-section {
            padding: 30px 20px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-header h1 {
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .intro-box p {
            font-weight: 400;
            max-width: 1000px;
            margin: 0 auto;
            color: var(--text-dark);
        }

        .cards-container {
            justify-content: center;
        }

        .card {
            display: flex;
            flex-wrap: wrap;
            width: 25%;
            background: var(--color-container-blue);
            border-radius: 20px;
            overflow: visible;
            box-shadow: var(--primary-color);
			position: relative;
        }

        .card-content {
            padding: 20px 20px 10px 20px;
            text-align: center;
        }
      
        .card-image {
            position: relative;
            width: 100%;
            overflow: visible;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

       .card-button {
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: 65px;
            height: 65px;
            background-image: url('https://kelgray-v2.on-forge.com/wp-content/uploads/2025/12/Sub-Service-Button-Red-Default-Kelgray.png');
            background-size: contain;
            cursor: pointer;
		    z-index: 9;
        }

        .card:hover .card-button:hover {
            background-image: url('https://kelgray-v2.on-forge.com/wp-content/uploads/2025/12/Sub-Service-Button-Blue-Rollover-Kelgray.png');
            transform: translateX(-50%) scale(1.05);
        }

        .labelling-section hr {
                border: none;
                border-top: 2px solid var(--primary-color);
                margin: 50px auto;
                width: 90%;
                background: transparent;
                height: 0;
        }

        .btn-block{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 50px;
        }

        
        @media (max-width: 768px) {
            .labelling-section {
                 margin-bottom: 60px;
                 padding: 0px 25px;
                 margin-top: 30px;
            }

            .section-header h1 {
                font-size: 32px;
            }

            .intro-box {
                padding: 0;
                margin:10px auto;
            }
            
            .section-header {
                margin-bottom: 20px;
            }

            .card-text {
                 font-size: 16px;
                 margin-bottom: 0;
            }

            .intro-box p {
                font-size: 0.9rem;
            }

            .cards-container {
                display: flex;
                flex-direction: column;
                gap: 45px;
            }

            .card-content {
                padding: 25px 15px;
            }

            .card {
                width: auto;
            }

        }

        @media (max-width: 320px) {
            .section-header h1 {
                font-size: 30px;
                margin-bottom: 10px;
            }
        }

    /* ================================
    Product labelling Section Section
    ================================ */
   
   .product-labelling-section {
            padding: 30px 0px;
        }

        .page-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .page-header h1 {
            color: var(--primary-color);
            font-weight: 700;
        }

        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

        .service-info-box {
            background-color:var(--color-grey) ;
            padding: 40px;
            border-radius: 30px;
        }

        .service-info-box h1 {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 25px;
            font-weight: 700;
            text-align: center;
        }

        .service-info-box p {
            color: var(--text-dark);
            margin-bottom: 1.2em;
            line-height: 1.4;
        }
        
        .service-info-para{
            display: flex;
            flex-direction: column;
        }

        .why-automate-box {
            background: var(--primary-color);
            padding: 40px;
            border-radius: 30px;
        }

        .why-automate-box h1 {
            font-size: 2.5rem;
			color: var(--color-white);
			margin-bottom: 50px;
			font-weight: 700;
			text-align: center;
			line-height: 1.3em;
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }

        .benefit-item img {
            width: auto;
            height: 60px;
            margin-right: 10px;
        }

        .benefit-content h3 {
              font-size: 1.375rem;
              font-weight: 700;
              color: var(--color-white);
        }

        .benefit-content p {
            margin-bottom: 0;
            color: var(--text-dark);
            line-height: 1.2em;
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .product-labelling-section{
                padding: 0;
            }
            
            .page-header {
                margin-bottom: 2rem;
                padding: 0px 20px;
            }

            .page-header h1 {
                font-size: 2.1rem;
                margin-bottom: 8px;
            }

            .page-header p {
                font-size: 0.875rem;
            }

            .content-wrapper {
                grid-template-columns: 1fr;
                gap: 0px;
            }

            .service-info-box {
                padding: 30px;
                border-radius: 0;
                text-align: center;
            }

            .service-info-box p{
               margin-bottom: 1em;
               font-size: 0.875rem;
               font-weight: 400;               
            }

            .service-info-box h1,.why-automate-box h1
            {
                font-size: 2.1rem;
                margin-bottom: 1.3rem;  
            }

            .why-automate-box{
                padding: 30px;
                border-radius: 0;
            }
            .benefit-item img {
                width: auto;
                margin-right: 15px;
            }

            .benefit-content h3 {
                font-size: 1rem;
            }

            .benefit-content p {
                font-size: 0.875rem;
            }

        }
   /* ================================
    End Product labelling Section Section
   ================================ */

   /* ================================
    FAQ  Section 
   ================================ */
    @media (max-width:376px) {
        .btn-block .btn-secondary{      
            max-width: fit-content;
        }

    }
   /* ================================
    FAQ end Section
   ================================ */
