@charset "utf-8";
/* CSS Document */
/* Banner */

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Montserrat', sans-serif;
        color: #333;
        line-height: 1.6;
		/* background-color: white; */
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: "Enriqueta", serif;
        font-weight: 700;
        color: #1a2a3a;
    }

    .section {
        padding: 80px 0;
    }

/* .banner-content-row {
	height:50vh!important;
} */
.banner-wrapper {
    background-image: linear-gradient(rgba(129, 129, 129, 0.3), rgba(0, 0, 0, 0.3)), url('https://img.freepik.com/free-photo/warehouse-worker-scanning-barcode-box_23-2152005488.jpg?semt=ais_hybrid&w=740&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 60px 30px;
    /* overflow: hidden; */
    position: relative;
}

.banner-content {
    padding: 20px;
}

.banner-title {
    font-size: 66px;
    font-weight: 100;
    margin-bottom: 10px;
    color: #ffffff;
	letter-spacing: 2px;
}

.banner-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff;
	letter-spacing: 1px;
}

.banner-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
}

.btn-prime {
    background-color: #c06701;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-prime:hover {
    background-color: #da7501;
}

.banner-image img {
   
    border-radius: 8px;
}

/* Banner with background image and overlay */
.banner-wrapper {
    position: relative;
    border-radius: 10px;
    padding: 40px 30px;
    /* overflow: hidden; */
    z-index: 1;
}

.banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('path/to/your/barcode-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.banner-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(105deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, rgba(0,20,40,0.3) 100%);
    z-index: -1;
}


/* Enquiry Form Styles */
.enquiry-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.form-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #da7501;
}

.enquiry-form .form-group {
    margin-bottom: 15px;
}

.enquiry-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.enquiry-form .form-control:focus {
    outline: none;
    border-color: #da7501;
    box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.1);
    background: #ffffff;
}

.enquiry-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(45deg, #da7501, #fca13a);
    color: #000000;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    background: linear-gradient(45deg, #da7501, #da7501);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(41, 182, 246, 0.3);
}

.box {
 img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
}

p {
	margin-bottom: 16px;
}

a {
	text-decoration: none;

}
}

.btn-service

{
	padding: 7px 20px;
    min-width: 200px;
    background-color: #f80;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "oscine", sans-serif;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.btn-service:hover {
	background-color: #da7501;
	color: black;
}

/* extra */


	.back-gray {
		background-color: #d8d8d8 ;
		padding: 50px 70px;
		
	}

    /* CTA Section */
    .cta-section {
        /* background: linear-gradient(135deg, #1a2a3a 0%, #2c3e50 100%); */
        color: #000000;
    }

    .cta-title {
        font-size: 36px;
        color: #000000;
		font-weight: 400;
        margin-bottom: 15px;
    }

    .cta-description {
        font-size: 18px;
        opacity: 0.9;
        /* margin-bottom: 0; */
    }

    .btn-cta {
        background: #f80;
        color: #ffffff;
        padding: 8px 40px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .btn-cta:hover {
        background: #c06701;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(218, 117, 1, 0.3);
        color: #ffffff;
    }

	.cta-image {
		margin-left : -70px;
	}
   
    /* Contact Section */
    .contact-section {
       background: linear-gradient( rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.6)),
    url('https://s.alicdn.com/@sc04/kf/H46f97785870f4ce49430686fcc270959Q/221435798/H46f97785870f4ce49430686fcc270959Q.jpg');

     background-size: cover;
     background-position: top-center;
     background-repeat: no-repeat;
        color: #ffffff;
    }

    .contact-title {
        font-size: 42px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contact-description {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 30px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .contact-item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .contact-item strong {
        min-width: 80px;
        color: #da7501;
    }

    .contact-item span {
        color: #ffffff;
        opacity: 0.9;
    }

    .contact-form-wrapper {
        background: rgba(255, 255, 255, 0.05);
        padding: 40px;
        border-radius: 10px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-form .form-control {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        padding: 12px 15px;
        margin-bottom: 16px;
        border-radius: 5px;
    }

    .contact-form .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .contact-form .form-control:focus {
        background: rgba(255, 255, 255, 0.15);
        border-color: #da7501;
        box-shadow: none;
        color: #ffffff;
    }

    .btn-contact {
        background: #da7501;
        color: #ffffff;
        padding: 14px 30px;
        border: none;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
    }

    .btn-contact:hover {
        background: #c06701;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(218, 117, 1, 0.3);
        color: #ffffff;
    }

    .success {
        background-color: #ffffff91;
        padding : 40px 20px;
        border-radius : 20px;


    .gold {
        color : #ff8800;
        font-size : 50px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        
    }

    p {
        color : black;
        font-size : 18px;
    }
    }

    /* Responsive */
    @media (max-width: 991.98px) {
        .section {
            padding: 60px 0;
        }

        .banner-title {
            font-size: 36px;
        }
        
        .banner-description {
            max-width: 100%;
        }
        
        .enquiry-form-wrapper {
            margin-top: 30px;
        }
        
        .section-title {
            font-size: 32px;
        }
        
        .cta-title {
            font-size: 28px;
            text-align: center;
        }
        
        .cta-description {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .text-lg-end {
            text-align: center !important;
        }
    }

    @media (max-width: 767.98px) {
        .section {
            padding: 40px 0;
        }
        
        .banner-wrapper {
            padding: 30px 0;
        }
        
        .service-title {
            font-size: 20px;
        }
        
        .contact-form-wrapper {
            margin-top: 30px;
        }

        .back-gray {
		padding: 30px;
		
	}
    }

