.elementor-744 .elementor-element.elementor-element-a4da956:not(.elementor-motion-effects-element-type-background), .elementor-744 .elementor-element.elementor-element-a4da956 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#222222;background-image:url("https://sharjeelahmed.com/wp-content/uploads/2026/06/26517_11zon.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-744 .elementor-element.elementor-element-a4da956 > .elementor-background-overlay{background-color:#000000;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-744 .elementor-element.elementor-element-a4da956 > .elementor-container{max-width:1920px;min-height:450px;}.elementor-744 .elementor-element.elementor-element-a4da956{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-72px;margin-bottom:100px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-744 .elementor-element.elementor-element-2d371e7c{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-744 .elementor-element.elementor-element-2d371e7c .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:60px;font-weight:800;text-transform:capitalize;color:#FFFFFF;}.elementor-744 .elementor-element.elementor-element-60d22969{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-744 .elementor-element.elementor-element-463d60e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-744 .elementor-element.elementor-element-2d0e01d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-744 .elementor-element.elementor-element-6e9bec7{padding:0px 0px 0px 0px;text-align:start;}.elementor-744 .elementor-element.elementor-element-6e9bec7 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:800;text-transform:capitalize;line-height:1.2em;color:var( --e-global-color-text );}.elementor-744 .elementor-element.elementor-element-87d4d48{--spacer-size:15px;}.elementor-744 .elementor-element.elementor-element-32a039d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-744 .elementor-element.elementor-element-7b3fe3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}@media(min-width:768px){.elementor-744 .elementor-element.elementor-element-463d60e{--width:15%;}.elementor-744 .elementor-element.elementor-element-2d0e01d{--width:70%;}.elementor-744 .elementor-element.elementor-element-32a039d3{--width:15%;}}@media(max-width:767px){.elementor-744 .elementor-element.elementor-element-a4da956 > .elementor-container{min-height:300px;}.elementor-744 .elementor-element.elementor-element-2d371e7c .elementor-heading-title{font-size:28px;}.elementor-744 .elementor-element.elementor-element-6e9bec7 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for shortcode, class: .elementor-element-81cf0df */.quote-form-container {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 40px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  max-width: 900px;
  margin: 0 auto;
}

/* ==========================================================================
   2. FLEX GRID LAYOUT (Columns Setup)
   ========================================================================== */
.quote-custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.quote-custom-grid .form-field {
  box-sizing: border-box;
}

/* 3 Columns Row (Product Name, Your Name, Company Name) */
.quote-custom-grid .col-1-3 {
  flex: 1 1 calc(33.333% - 14px);
}

/* 2 Columns Row (Email, Phone, Quantity, Size) */
.quote-custom-grid .col-1-2 {
  flex: 1 1 calc(50% - 10px);
}

/* Full Width Row (Requirements, Upload, Button) */
.quote-custom-grid .full-width {
  flex: 1 1 100%;
}

/* ==========================================================================
   3. INPUT FIELDS STYLING (Borders & Padding)
   ========================================================================== */
.quote-custom-grid input[type="text"],
.quote-custom-grid input[type="email"],
.quote-custom-grid input[type="tel"],
.quote-custom-grid textarea {
  width: 100% !important;
  background-color: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 6px !important;
  padding: 14px 18px !important;
  color: #444444 !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease;
}

/* Active field outline color */
.quote-custom-grid input:focus,
.quote-custom-grid textarea:focus {
  border-color: #b11116 !important;
  outline: none;
}

/* Textarea Height */
.quote-custom-grid textarea {
  height: 120px !important;
  resize: vertical;
}

/* ==========================================================================
   4. DRAG & DROP UPLOAD BOX (Full Width - Compact Height)
   ========================================================================== */
.quote-custom-grid .upload-area {
  position: relative;
  border: 2px dashed #cccccc !important;
  border-radius: 8px !important;
  padding: 10px 20px !important; /* Height mazeed kam karne ke liye padding 10px ki */
  text-align: center !important;
  background-color: #fafafa !important;
  cursor: pointer !important;
  transition: all 0.3s ease;
  width: 100% !important; /* Width baqi fields ki tarah 100% rakhi ha */
  box-sizing: border-box !important;
}

/* Upload Area Hover Effect */
.quote-custom-grid .upload-area:hover {
  border-color: #b11116 !important;
  background-color: #fdf5f5 !important;
}

.quote-custom-grid .upload-icon {
  font-size: 24px !important; /* Icon thoda aur compact kiya */
  margin-bottom: 3px !important;
}

.quote-custom-grid .upload-text {
  display: block;
  font-weight: 600;
  color: #222222;
  font-size: 14px !important;
  margin-bottom: 2px !important;
}

.quote-custom-grid .upload-subtext {
  display: block;
  font-size: 11px !important;
  color: #888888;
  margin-top: 0px !important;
}

.quote-custom-grid .upload-filename {
  display: block;
  font-size: 12px !important;
  color: #b11116;
  font-weight: bold;
  margin-top: 3px !important;
}

/* Original input button hide karne ke liye */
.quote-custom-grid .upload-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* ==========================================================================
   5. SUBMIT BUTTON STYLING (Red to Black Hover)
   ========================================================================== */
.quote-custom-grid input[type="submit"] {
  background-color: #b11116 !important; /* Exact Red Color */
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 15px 35px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  letter-spacing: 0.5px;
}

/* Button Hover Style */
.quote-custom-grid input[type="submit"]:hover {
  background-color: #000000 !important; /* Hover karne per pure black */
}

.quote-custom-grid .button-row {
  margin-top: 10px;
}

/* ==========================================================================
   6. MOBILE RESPONSIVE LAYOUT
   ========================================================================== */
@media (max-width: 768px) {
  .quote-form-container {
    padding: 20px !important;
  }
  .quote-custom-grid .col-1-3,
  .quote-custom-grid .col-1-2 {
    flex: 1 1 100% !important; /* Mobile per saari fields full width ho jayengi */
  }
}/* End custom CSS */