/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
:root{
	--main-color: #243C8E;
	--sec-color: #E9423E;
}
.woocommerce-MyAccount-navigation{
	display: none
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%
}
a{
	text-decoration: none !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, table, span, a, label{
	color: var(--main-color);
	font-family: "Cairo", Sans-serif;
}
button{
	font-family: "Cairo", Sans-serif !important;
}
.header-control-icons{
	display: flex;
	gap: 20px;
}
.register-btn{
	display: flex;
    flex-direction: row;
    align-items: center;
	background-color: var(--main-color);
	color: #FFF;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
}
.register-btn svg{
	margin: 0 5px;
	font-size: 18px;
}
.register-btn:hover{
	background-color: var(--sec-color);
	color: #FFF
}
.register-btn p{
	font-size: 13px;
	font-weight: bold;
	display: inline;
	margin-right: 5px;
	margin-bottom: 0
}
.forminator-ui#forminator-module-168.forminator-design--flat .forminator-button-submit{
	border-radius: 20px;
	padding: 10px 50px;
}
/* Single Product */
.related-products{
	margin: 40px 0;
	display: inline-block;
}
.related-products h2{
	margin-bottom: 50px
}
.woocommerce-Price-amount{
	color: var(--main-color)
}
.woocommerce-breadcrumb{
	display: none
}
/* ACF Form */
#acf-form input, #acf-form select,
#form_registration input, #form_registration select,
body .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: none;
	background-color: #FFF;
	border-radius: 20px;
	margin: 10px 0;
}
body .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	background-color: #E6E6E6;
}

body .woocommerce form .woocommerce-Button,
#logout-button,
body .form-row .woocommerce-form-login__submit{
    background-color: var(--main-color);
    color: #FFF;
    margin: 40px 0;
    padding: 10px 40px;
    border-radius: 50px;
}

body .woocommerce form .woocommerce-Button:hover,
#logout-button:hover,
body .form-row .woocommerce-form-login__submit:hover{
	background-color: var(--sec-color);
	color: #FFF
}
body .form-row .woocommerce-form-login__submit{
	margin: 0
}
.woocommerce-LostPassword a{
    color: var(--main-color);
    margin: 20px 0;
    display: block;
}
.product-info{
	text-align: center;
	padding: 30px 0;
}
.product-info img{
    border-radius: 20px;
    border: 2px solid var(--main-color);
}
.product-info p{
	font-size: 30px;
	color: var(--main-color)
}
#logout-button{
	text-decoration: none;
    display: inline-block;
    float: left;
    margin: 0;
}
#acf-form label{
	margin-right: 10px;
    margin-top: 15px;
}

#acf-form input[type='submit']{
	background-color: var(--main-color);
	color: #FFF;
    padding: 10px 50px;
    margin: 30px 0;
}
#acf-form input[type='submit']:hover{
	background-color: var(--sec-color);
}

.form-msg{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFF;
    padding: 20px;
    border-radius: 70px;
}
.form-msg img{
    width: 10%;
    margin-left: 15px;
}
.form-msg p{
	font-size: 27px;
    font-weight: bold;
    color: #243c8d;
}

/* Register Form */

#form_registration {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#form_registration .form-group {
    margin-bottom: 20px;
}

#form_registration label {
	color: var(--main-color);
    font-size: 17px;
    margin-right: 12px;
    margin-bottom: 10px;
    display: block;

}

#form_registration input[type="text"],
#form_registration input[type="number"],
#form_registration input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 5px;
}

#form_registration input[type="submit"] {
    background-color: var(--main-color);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#form_registration input[type="submit"]:hover {
    background-color: var(--sec-color);
}

.file-inputs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.file-upload {
    width: 48%;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
}

.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload label {
    font-size: 14px;
    color: var(--main-color);
}

.file-upload i {
    font-size: 18px;
    color: var(--sec-color);
    margin-right: 5px;
}

/* Products */
 .custom-product-grid {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 50px;
}
.custom-product-item a{
	color: #000;
	text-decoration: none
}
.product-price .woocommerce-Price-amount{
	text-decoration: none !important
}
.custom-product-item {
    background-color: #ffffff;
    text-align: left;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 6px 2px #44444429;
    position: relative;
}
.product-details{
	padding: 15px
}
.custom-product-item .product-image img {
	width: 100%;
	height: auto;
}
.product-title {
	font-size: 18px;
	margin: 10px 0;
}
.product-title a{
	color: var(--main-color);
	font-weight: bold;
	font-size: 25px;
}
.product-price {
	font-size: 18px;
	color: var(--main-color);
	font-weight: bold;
    margin-top: 20px;
	margin-bottom: 50px;
}
.product-price .woocommerce-Price-amount{
    color: var(--main-color);
    padding: 0;
    border-radius: 30px;
}

.add-to-cart-container .add-to-cart-icon{
	position: absolute;
    right: 25%;
    bottom: -8px;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 15px 15px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 10px;
    padding-bottom: 20px;
    color: #FFF;
	cursor: pointer;
}
.add-to-cart-container .add-to-cart-icon img{
    width: 25%;
    padding-right: 10px;
}
.add-to-cart-container .add-to-cart-icon:hover{
	background-color: var(--sec-color);
	color: #FFF;
}
.cart-icon{
	position: relative
}
.cart-icon img{
	width: 100%;
}
.cart-count{
    position: absolute;
    top: -14px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    background-color: #243c8e;
    padding: 0px 5px;
    border-radius: 20px;
}

.filter-bar {
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.filter-terms-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.filter-term {
	background-color: var(--main-color);
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 60px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.filter-term:hover,
.filter-term.active {
    background-color: var(--sec-color);
}

.product-pagination-wrapper {
    text-align: center;
    margin: 20px 0;
}

.product-pagination{
    margin: 50px 0;
    text-align: center;
}
.product-pagination a,
.product-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 14px;
	background-color: var(--main-color);
    color: #FFF;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}


.product-pagination .current {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}

.product-pagination a:hover {
    background-color: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

.product-pagination .prev,
.product-pagination .next {
	background-color: var(--main-color);
    font-size: 16px;
    padding: 10px 15px;
	color: #FFF;
}
.product-pagination .current{
	background-color: var(--sec-color);
}
.expire-msg{
    margin: 12px;
    font-weight: bold;
    color: var(--sec-color);
}
/* Cart Page */
.wc-block-components-product-name{
	color: var(--main-color);
	font-weight: bold;
}
.wc-block-cart__submit-container,
#content .wc-block-components-checkout-place-order-button,
#custom-layout .wc-block-components-checkout-place-order-button,
#custom-layout .wc-block-components-address-card__edit{
	background-color: var(--main-color);
	border-radius: 50px;
	border: none;
}
#content .wc-block-components-checkout-place-order-button span,
#custom-layout .wc-block-components-checkout-place-order-button,
#custom-layout .wc-block-components-address-card__edit{
	color: #FFF;
}
#content .wc-block-components-checkout-place-order-button:hover,
#custom-layout .wc-block-components-checkout-place-order-button:hover,
#custom-layout .wc-block-components-address-card__edit:hover{
	background-color: var(--sec-color);
	text-decoration: none;
}
.wc-block-cart__submit-container span{
	color: #FFF;
}
.wc-block-cart__submit-container:hover{
	background-color: var(--sec-color);
}
.wp-block-woocommerce-cart-totals-block{
    box-shadow: 0px 0px 2px 2px #00000012;
    padding: 15px;
    border-radius: 10px;
}

/* Search Bar */
.search-wrapper{
	display: flex
}
.search-wrapper img{
	width: 44px;
	cursor: pointer;
}
.search-wrapper img:hover{
	opacity: .7;
}
.search-container{
	display: none;
}
.search-container input[type='submit']{
    background-color: var(--main-color);
    color: #FFF;
    border: none;
    border-radius: 25px;
    margin: 0 10px;
}
.search-container .search-field{
	border-radius: 20px;
    border: 1px solid var(--main-color);
	margin-right: 10px;
}

/* Search Result Page */
.search-result-page .page-header{
	margin: 50px 0;
}
.search-result-page .page-content{
	margin-bottom: 50px;
}

/* Single Page */
.add-to-cart-container-single{
    background-color: var(--main-color);
    padding: 10px;
    color: #FFF;
    border-radius: 43px;
	cursor: pointer;
	position: relative;
}

.add-to-cart-container-single .add-to-cart-icon{
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
}
.add-to-cart-container-single:hover{
	background-color: var(--sec-color);
}
.add-to-cart-container-single img{
	width: 25px;
}
.product-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.product-layout .product-images {
    flex: 1;
    max-width: 50%;
    box-sizing: border-box;
}

.product-details {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

.related-products {
    margin-top: 40px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.add-to-cart-icon-single{
	background-color: var(--main-color);
	text-align: center;
	border-radius: 50px;
	padding: 5px 0;
}
.add-to-cart-icon-single:hover{
	background-color: var(--sec-color);
}
.add-to-cart-icon-single:hover a{
	color: #FFF;
}
.add-to-cart-icon-single img{
	width: 30px;
}
.add-to-cart-icon-single a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	color: #FFF;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	width: 100%;
}
.wc-block-components-formatted-money-amount{
	color: var(--main-color);
	font-weight: bold;
}
#content .wc-block-cart-item__remove-link{
    padding: 10px;
    background-color: var(--sec-color);
    color: #FFF;
    border-radius: 50px;
    font-size: 15px;
	text-decoration: none;
}
#content .wc-block-cart-item__remove-link:hover{
	opacity: .7;
}
.wc-block-components-totals-shipping__change-address__link{
	display: none;
}
.empty-product{
	text-align: center;
	color: var(--main-color);
	font-size: 25px;
}
.success-msg{
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    z-index: 99999;
    background-color: #4BB543;
    width: 100%;
    text-align: center;
	color: #FFF;
}
.wc-block-components-product-price{
	direction: ltr;
}
.free-shipping-hide,
#custom-layout .wp-block-woocommerce-checkout-order-summary-shipping-block,
#custom-layout .wc-block-checkout__shipping-option{
	display: none;
}
.payment-tabel {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    overflow: hidden;
}
.payment-tabel thead{
	background-color: var(--main-color);
	color: #FFF;
	text-align: center;
}

.add-to-cart-container-single .success-msg{
	bottom: -8px;
	border-radius: 50px;
}

.spinner {
    display: block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db; /* Adjust color as needed */
    animation: spin 1s ease-in-out infinite;
    margin: 10px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#acf-field_675b40977d6dd{
	padding: 10px;
}
.spinner-loading{
position: fixed;
    top: 0;
    left: 0;
    background-color: #fffffff2;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}
.warranty-wrapper {
	max-width: 600px;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
	text-align: center;
}
.warranty-wrapper h1 {
	font-size: 26px;
	color: #0F172A;
	margin-bottom: 10px;
}
.warranty-wrapper p {
	color: #485677;
	margin-bottom: 25px;
}
.warranty-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.warranty-form input[type="number"] {
	padding: 14px 16px;
	border: 1px solid #ccd1d9;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.2s ease;
}
.warranty-form input[type="number"]:focus {
	border-color: var(--main-color);
	outline: none;
}
.warranty-form input[type="submit"] {
	padding: 14px;
	background: var(--main-color);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}
.warranty-form input[type="submit"]:hover {
	background: var(--sec-color);
}
/* Results Table */
.warranty-results {
	margin-top: 40px;
	overflow-x: auto;
	max-width: 1200px;
    margin: 0 auto;
}
.warranty-results table {
	width: 100%;
	border-collapse: collapse;
	min-width: 800px;
}

.warranty-results th, .warranty-results td {
	padding: 12px 10px;
	border-bottom: 1px solid #e2e8f0;
	text-align: center;
	font-size: 15px;
}
.warranty-results th {
	background: #f8fafc;
	color: #0F172A;
	font-weight: 600;
}
.warranty-results tr:hover td {
	background: #f1f5f9;
}


#postdata-1{
    display: none;
}
.client-container .client-data-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.client-container .client-data-wrapper h2{
    font-size: 20px;
}
.client-container p,
.client-container input,
.client-container .collect-customer-data-wrapper input,
.client-container select,
.client-container textarea,
.customer-warranty-status-wrapper{
	display: block;
    font-size: 18px;
    background-color: #f7f5f5;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #31313124;
	border: none;
}
.product-link-wrapper {
    margin-top: 10px;
	grid-column: 1 / -1;
}


.product-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0066cc;
    font-weight: 600;
}

.product-link-item:hover {
    text-decoration: underline;
}

.product-link-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px; /* optional */
    border: 1px solid #ddd;
}

.product-link-title {
    font-size: 15px;
}

.client-container label{
	margin-bottom: 15px;
}
.client-container .collect-customer-data-wrapper .form-field{
	margin-bottom: 20px;
}

.client-container .collect-customer-data-wrapper .customer-present-repeater{
	display: flex;
    gap: 20px;
    margin: 30px 0;
}
.client-container .collect-customer-data-wrapper .customer-present-repeater > div{
	flex-grow: 1;
}
.client-container .customer-present-repeater-controller button{
    padding: 10px 35px;
    margin-left: 10px;
}
.client-container button[type='submit']{
	width: 100%;
	padding: 15px 35px;
	margin: 20px 0;
}

.contract-form-container .admin-contract-wrapper a{
    display: flex;
    width: 100%;
    min-height: 100px;
    border: 1px dashed #ccc;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
	transition: .3s;
}
.contract-form-container .admin-contract-wrapper a span{
	font-size: 20px;
	color: var(--main-color);
	font-weight: bold;
}
.contract-form-container .admin-contract-wrapper a svg{
	width: 40px;
}
.contract-form-container .admin-contract-wrapper a:hover{
	background-color: #fff;
}
.client-contract-wrapper {
  width: 100%;
  margin: 40px 0px;
}

.client-contract-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.client-contract-wrapper label {
  font-weight: 600;
  color: var(--main-color);
  font-size: 20px;
}

.file-input-wrapper {
  position: relative;
  width: 100%;
}

.file-input-wrapper input[type="file"] {
  width: 100%;
  height: 50px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.file-input-wrapper .file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #f8f9fa;
  border: 2px solid #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-weight: 500;
  pointer-events: none;
  transition: all 0.3s ease;
}

.file-input-wrapper:hover .file-label {
  background-color: #FFF;
  border-color: var(--main-color);
  color: var(--main-color);
}

.client-contract-wrapper button {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.client-contract-wrapper button:hover {
  background-color: var(--sec-color);
}
.divider{
	width: 100%;
	height: 5px;
	border-bottom: 5px dashed #ccc;
	margin: 40px 0;
}
.report-not-found-field,
.is-customer-present-container{
	display: none;
}
.current-location-wrapper{
	display: none;
}
.followup-form h5{
	margin-top: 45px;
}
.followup-form .date-time-wrapper{
	display: flex;
	gap: 20px;
	margin: 20px 0px;
}
.followup-form .date-time-wrapper .form-field{
	flex-grow: 1;
}
.followup-form .date-time-wrapper .form-field label{
	display: block;
}
.followup-form .date-time-wrapper .form-field input,
.customer-warranty-status-wrapper{
	width: 100%;
}
.barcode-results-list{
	margin: 40px 0;
}
.barcode-results-list li a{
	font-size: 20px;
}
.followup-container {
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  direction: rtl;
  text-align: right;
}

.followup-title {
  text-align: center;
  font-size: 32px;
  color: #243c8e;
  font-weight: 700;
  margin-bottom: 30px;
}

.followup-table-wrapper {
  overflow-x: auto;
}

.followup-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.followup-table th {
  background: #243c8e !important;
  color: #fff;
  padding: 12px 16px;
  width: 30%;
  text-align: right;
  white-space: nowrap;
}

.followup-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.followup-table tr td {
  background: #f9fafb;
}

.followup-table .status {
  color: #eab308;
  font-weight: bold;
}

.customer-link {
  color: #3eb489;
  font-weight: 600;
  text-decoration: none;
}


/* Responsive */
@media (max-width: 600px) {
  .followup-container {
    padding: 20px;
  }

  .followup-title {
    font-size: 24px;
  }

  .followup-table th,
  .followup-table td {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
    .file-inputs {
        flex-direction: column;
    }

    .file-upload {
        width: 100%;
    }
	.form-msg img{
		width: 15%;
	}
	.form-msg p{
		font-size: 18px;
		margin: 0;
	}
	 .custom-product-grid {
		 grid-template-columns: 1fr;
	}
	    .filter-terms-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
    .filter-term {
        font-size: 14px;
        padding: 8px 15px;
    }
	.filter-bar{
		flex-direction: column;
	}
	.custom-product-item{
		text-align: center
	}
	.product-layout{
		flex-direction: column;
	}
	.product-layout .product-images{
		max-width: 100%;
	}
	.payment-tabel{
		font-size: 12px;
	}
}