/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.email-form {
  display: flex;
  padding: 10px;
  background: white;
  border-radius: 8px;
	justify-content: center;
	align-items:center;
}
.mailfield {
  width: 55%;
  border: 0px solid !important;
    background-color: #fff !important;
	font-family: 'inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #878888;
}
.mailbtn {
  background-color: #0092CA;
  width: 48%;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 16px;
	font-family: 'inter', sans-serif;
	font-weight:500;
}
.mailbtn:hover {
  background-color: #002342;
}
.order-form {
  max-width: 1150px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
  color: #1e1e2f;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-row input,
.form-row select,
textarea {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #A8A8A8;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: 0.3s border-color;
	font-family: 'poppins', sans-serif;
	color: #6E757C;
	font-weight: 500;
	background-color: #A8A8A800;
}

.form-row input:focus,
.form-row select:focus,
textarea:focus {
  border-color: #222;
}

textarea {
  width: 100%;
  resize: none;
}

.label-title {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
	font-family: 'quicksand', sans-serif;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.captcha-row input {
  width: 80px;
  text-align: center;
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
	font-family: 'poppins', sans-serif;
	color: #6E757C;
	font-weight: 500;
}

small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.submit-btn {
  background-color: #0092CA;
  border: none;
  color: #fff;
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
	font-family: 'poppins', sans-serif;
}

.submit-btn:hover {
  background-color: #002342;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .captcha-row {
    flex-wrap: wrap;
  }
}
/* === Form Container === */
.asCustomForm {
  max-width: 850px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: 500;
}

/* === Row Layout === */
.asFormRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

/* === Input & Select Fields === */
.asInputField,
.asSelectField {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #B4B4B4 !important;
  border-radius: 8px !important;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
  background-color: #3330 !important;
}

/* ===========================
   Preloader Full Screen
=========================== */
#preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide Animation */
#preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Centered Content */
.preloader-content {
  text-align: center;
}

/* Logo Animation */
.preloader-logo {
  width: 120px;
  margin-bottom: 25px;
  animation: logoPop 1.4s ease-in-out infinite alternate;
}

/* Spinner Design */
.spinner {
  border-top: 5px dotted #ddd;
  border-right: 3px solid #ddd;
  border-left: 0px solid #004B8D;
	border-bottom: 3px solid #004B8D;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

/* Animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes logoPop {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}
body[class*="elementor-device-"] #preloader,
body.elementor-editor-active #preloader {
  display: none !important;
}
.my-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
}

/* Home icon + link */
.my-breadcrumbs .breadcrumb-home {
  color: ##70D7FF;
  text-decoration: none;
}

/* Separator */
.my-breadcrumbs .separator {
  opacity: 0.95;
}

/* Current (Active Page) */
.my-breadcrumbs .current {
  color: #fff; /* <-- Yahan apna warna shade rakh sakte hain */
  font-weight: 400; /* Bold look */
  font-family: 'poppins'
}
.my-breadcrumbs .separator {
  opacity: 6.45;
  color: #e3e3e3;
  font-size: 20px;
  font-weight: 600;
  margin-top: -4px !important;
}

.btnbor .owl-prev,
.btnbor .owl-next {
    border: 1px solid #b4b4b4 !important;
}


.apex-quote-form {
    padding: 0px;
	background-color: #f7f4fb00;
	font-family: 'poppins', sans-serif;
}

.apex-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.apex-field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.apex-field label span {
    color: red;
}

.apex-field input,
.apex-field select,
.apex-field textarea {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
	background-color: #fff;
}

.apex-full {
    grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 768px) {
    .apex-row {
        grid-template-columns: 1fr;
    }
}
.submit-btn {
    background-color: #0092CA;
    border: none;
    color: #fff;
    padding: 14px 40px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.submit-btn:hover {
    background-color: #002342;
}



/* =========================================================
   PRIMARY PACKAGING FORM – ISOLATED GRID STYLE
   ========================================================= */

.ppQuoteForm {
  width: 100%;
}

/* Row */
.ppQuoteForm .pp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

/* Columns */
.ppQuoteForm .pp-col-6 {
  width: calc(50% - 8px);
}

/* Inputs */
.ppQuoteForm .pp-input,
.ppQuoteForm .pp-select,
.ppQuoteForm .pp-textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  outline: none;
  background: #fff;
}

/* Textarea */
.ppQuoteForm .pp-textarea {
  margin-top: 10px;
  resize: none;
}

/* Captcha */
.ppQuoteForm .pp-captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.ppQuoteForm .pp-captcha input {
  width: 80px;
  text-align: center;
}

/* Button (YOUR STYLE) */
.ppQuoteForm .pp-submit {
  margin-top: 18px;
  background: #0092CA;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
}

/* Message */
.ppQuoteForm .pp-msg {
  margin-top: 10px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .ppQuoteForm .pp-col-6 {
    width: 100%;
  }
}
/* PRODUCT SPECIFICATION – SHORT DESCRIPTION */
.product-specification {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.product-specification .spec-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-specification .spec-title {
    width: 35%;
    font-weight: 600;
    color: #000;
}

.product-specification .spec-value {
    width: 65%;
    color: #555;
    text-align: left;
}

/* Mobile */
@media (max-width: 768px) {
    .product-specification .spec-item {
        flex-direction: column;
        gap: 6px;
    }
    .product-specification .spec-title,
    .product-specification .spec-value {
        width: 100%;
    }
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: #ffffff00 !important;
