@charset "UTF-8";

/*
Theme Name: Lubi Electronics
Text Domain: lubi-electronics
Author: Lubi Electronics
Tags: lubi, Lubi, Lubi-electronics
Description: LUBI group is committed in generating growth by meeting customer demand. 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/
/* Enquiry Page AP */



/* Apply background and border to the form */
.contact-form {
    /* background: linear-gradient(to right, #ece9e6, #ffffff); */
background: linear-gradient(to right, #f7f6f8, #ffffff);
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-form1 {
    /* background: linear-gradient(to right, #ece9e6, #ffffff); */
background: linear-gradient(to right, #f7f6f8, #ffffff);
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px;
	padding-top:10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style the labels */
.contact-form .form-label {
 
/*   font-weight: bold; */
    margin-bottom: 5px;
    display: block;
	 text-align: left;
}

/* Style the input fields */
.contact-form .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
}
.contact-form1 .form-control1 {
    width: 80%;
    padding: 2px;
    margin-bottom: 2px;
  /*  border: 1px solid #ccc; */
    border-radius: 5px;
    transition: border-color 0.3s;
}
/* Change border color on focus */
.contact-form .form-control:focus {
    border-color: #007bff;
}

/* Style the focus border */
.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
    transition: width 0.3s;
}

.focus-border i {
    width: 100%;
}

/* Hide the default focus border and show custom one on focus */
.contact-form .form-control:focus + .focus-border i {
    width: 100%;
}

/* Style the submit button */
.contact-form .btn-submit {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Change button color on hover */
.contact-form .btn-submit:hover {
    background-color: #29e39c;
}

/* Additional styles for checkbox container */
.contact-form .form-control label {
    margin-right: 10px;
    display: inline-block;
}

.contact-form .form-control input[type="checkbox"] {
    margin-right: 5px;
}


/* Enquiry Page AP close */
.wpcf7-response-output {
  display: none !important;
}

#filter-by-date {
  display: none !important;
}

.milestone-date{
  text-transform: uppercase;
}

.play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}
.menu-item-type-gs_sim{
  display: none;
}
ul.testimonial-list{
  margin-bottom: -30px;
}
ul.testimonial-list > li{
  padding-bottom: 30px;
  margin-top: 55px;
}
/* .page-template-testimonial .testimonial_box-top{
  text-align: center;
} */

.page-template-testimonial .testimonial_box-text p{
  color: #011130;
}
.page-template-testimonial .testimonial_box-name p .testimonial_box-job{
  color: #011130;
}
.explore-lubi .get-intouch-detail span:not(.info-graphic){
  color: #343A40;
  font-weight: 600;
}
.testimonial_box-name{
    color: #148DCD;
    font-family: 'BarlowRegular', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
/* ap popup */
#custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}