.elementor-607 .elementor-element.elementor-element-95593d7{--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-607 .elementor-element.elementor-element-95593d7:not(.elementor-motion-effects-element-type-background), .elementor-607 .elementor-element.elementor-element-95593d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#25995C;}.elementor-607 .elementor-element.elementor-element-71aaea0{text-align:center;}.elementor-607 .elementor-element.elementor-element-71aaea0 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:55px;color:#FFFFFF;}.elementor-607 .elementor-element.elementor-element-2176dd6c{--display:flex;--margin-top:7px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:-36px;--padding-left:10px;--padding-right:26px;}.elementor-607 .elementor-element.elementor-element-2176dd6c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-607 .elementor-element.elementor-element-15ad35a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-607 .elementor-element.elementor-element-71aaea0 .elementor-heading-title{font-size:33px;}.elementor-607 .elementor-element.elementor-element-2176dd6c{--width:706px;--min-height:10px;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4px;--padding-bottom:4px;--padding-left:4px;--padding-right:4px;}}/* Start custom CSS for text-editor, class: .elementor-element-15ad35a5 *//* ===========================
   PREMIUM CHECKOUT THEME
   Brand: #25995C
   =========================== */
:root{
  --brand:#25995C;
  --brand-darker:#1f7f4f;
  --brand-ghost:#f2fbf6;
  --text:#233;
  --muted:#6b7280;
  --border:#e5e7eb;
}

/* Base reset */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  border:2px solid var(--brand) !important;
  border-radius:8px;
  padding:11px 12px;
  background:#fff;
  color:var(--text);
  transition:box-shadow .2s ease, border-color .2s ease, background .2s ease;
  box-shadow:none;
}
.woocommerce form .form-row ::placeholder{color:var(--muted); opacity:.9}

/* Focus states */
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{
  border-color:var(--brand) !important;
  box-shadow:0 0 0 4px color-mix(in srgb, var(--brand) 25%, transparent);
  background:var(--brand-ghost);
}

/* Required star = white pill */
.woocommerce form .form-row label .required{
  color:#fff !important;
  background:var(--brand);
  display:inline-flex; align-items:center; justify-content:center;
  width:18px; height:18px; border-radius:50%;
  font-size:12px; line-height:1; margin-left:6px; font-weight:700;
}
/* ===============================
   Shipping Option Box Design
   Theme Color: #25995C
   =============================== */

/* Shipping method container */
.woocommerce ul#shipping_method {
  border: 2px solid #25995C;         /* overall box border */
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
  list-style: none;
  margin: 0;
}

/* Each option item */
.woocommerce ul#shipping_method li {
  border-bottom: 1px solid rgba(37, 153, 92, 0.3);  /* divider line */
  padding: 12px 10px;
  margin: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Remove last border line */
.woocommerce ul#shipping_method li:last-child {
  border-bottom: none;
}

/* Radio button alignment */
.woocommerce ul#shipping_method li input[type="radio"] {
  accent-color: #25995C;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* Label text */
.woocommerce ul#shipping_method li label {
  font-weight: 600;
  color: #222;
  cursor: pointer;
  width: 100%;
}

/* Hover effect */
.woocommerce ul#shipping_method li:hover {
  background: #f6fff9;
}

/* When selected (checked) */
.woocommerce ul#shipping_method li input[type="radio"]:checked + label {
  color: #25995C;
  font-weight: 700;
}

/* Highlight whole row when selected */
.woocommerce ul#shipping_method li input[type="radio"]:checked:checked {
  border: 2px solid #25995C !important;
}

/* ===========================================
   PREMIUM PLACE ORDER BUTTON DESIGN
   Theme: #25995C
   =========================================== */

.woocommerce #place_order,
.woocommerce-page #place_order {
  background: linear-gradient(135deg, #25995C, #1f7f4f);
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 16px 28px;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(37, 153, 92, 0.25);
  transition: all 0.35s ease;
}

/* Hover animation (smooth gradient + scale up) */
.woocommerce #place_order:hover,
.woocommerce-page #place_order:hover {
  background: linear-gradient(135deg, #1f7f4f, #25995C);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(37, 153, 92, 0.35);
}

/* Active (click press effect) */
.woocommerce #place_order:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(37, 153, 92, 0.25);
}

/* Optional: subtle glow border on hover */
.woocommerce #place_order::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(37,153,92,0.5), rgba(37,153,92,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.woocommerce #place_order:hover::before {
  opacity: 1;
}

/* Optional animated shine effect */
.woocommerce #place_order::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.8s;
  opacity: 0;
}
.woocommerce #place_order:hover::after {
  left: 120%;
  opacity: 1;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .woocommerce #place_order {
    font-size: 16px;
    padding: 14px 20px;
  }
}
#ship-to-different-address {
  display: none !important;
}
#shipping_address {
  display: none !important;
}
/* ===============================
   Elegant Minimal Required Star
   Brand: #25995C
   =============================== */

:root {
  --brand: #25995C;
  --error: #e11d48; /* red */
}

/* Base style */
.woocommerce .form-row label .required {
  position: relative;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Subtle hover interaction */
.woocommerce .form-row label:hover .required {
  transform: scale(1.15);
  color: #1f7f4f;
}

/* When the field is focused */
.woocommerce .form-row:focus-within label .required {
  color: #1f7f4f;
  text-shadow: 0 0 5px rgba(37, 153, 92, 0.3);
}

/* Validated field — green tick instead of star */
.woocommerce .form-row.woocommerce-validated label .required {
  color: var(--brand);
}
.woocommerce .form-row.woocommerce-validated label .required::after {
  content: "✓";
  font-size: 14px;
  color: var(--brand);
  margin-left: 2px;
}

/* Invalid field — red star + shake */
.woocommerce .form-row.woocommerce-invalid label .required {
  color: var(--error);
  animation: reqShake 0.25s ease-in-out;
}

/* Subtle animation */
@keyframes reqShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}
/* 1) Billing wrapper-এ Woo-এর ডিফল্ট width/float override */
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row-wide{
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

/* 2) যদি Grid ব্যবহার করো, প্রথম ফিল্ডকে পুরো সারি জুড়ে দাও */
.woocommerce-billing-fields__field-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

/* প্রথম/Full Name ফিল্ড পুরো 2 কলাম জুড়বে */
.woocommerce-billing-fields__field-wrapper > .form-row:first-child{
  grid-column: 1 / -1;
}

/* 3) ইনপুট/সিলেক্টের width 100% ফোর্স করো */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-billing-fields__field-wrapper textarea{
  width: 100% !important;
}

/* 4) চাইলে নিচেরগুলো দুই কলামে রাখো (উদাহরণ) */
#billing_city_field,
#billing_state_field{
  grid-column: span 1; /* পাশে পাশে থাকবে */
}

/* 5) মোবাইলে এক কলাম */
@media (max-width: 768px){
  .woocommerce-billing-fields__field-wrapper{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2176dd6c *//* ===============================
   Premium Billing Details (Only)
   Brand: #25995C
   =============================== */

/* Card/container */
.woocommerce-billing-fields{
  background:#fff;
  border:2px solid #25995C;
  border-radius:14px;
  padding:32px 40px;              /* left/right padding */
  box-shadow:0 6px 24px rgba(37,153,92,.08);
}

/* Heading */
.woocommerce-billing-fields h3{
  color:#25995C !important;
  font-weight:800;
  margin:0 0 18px 0;
  padding-bottom:8px;
  border-bottom:2px solid #25995C;
}

/* Layout: nice two-column grid on desktop */
.woocommerce-billing-fields__field-wrapper{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:06px 20px;                  /* row x column gap */
}

/* Full-width fields (address lines, country, phone, email) */
#billing_country_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field,
#billing_phone_field,
#billing_email_field{
  grid-column:1 / -1;
}

/* Labels */
.woocommerce-billing-fields__field-wrapper label{
  font-weight:600;
  color:#233;
  margin-bottom:6px;
  display:inline-flex; align-items:center; gap:6px;
}

/* Required star → white pill */
.woocommerce-billing-fields__field-wrapper label .required{
  color:#fff !important;
  background:#25995C;
  width:18px; height:18px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; line-height:1;
}

/* Inputs/Select/Textarea */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-billing-fields__field-wrapper textarea{
  border:2px solid #25995C !important;
  border-radius:10px;
  min-height:52px;
  padding:14px 16px;
  font-size:16px; background:#fff; color:#233;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow:none;
}

.woocommerce-billing-fields__field-wrapper textarea{
  min-height:130px;
}

/* Placeholder */
.woocommerce-billing-fields__field-wrapper ::placeholder{
  color:#6b7280; opacity:.95;
}

/* Focus states */
.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper select:focus,
.woocommerce-billing-fields__field-wrapper textarea:focus{
  border-color:#25995C !important;
  background:#f6fff9;
  box-shadow:0 0 0 4px rgba(37,153,92,.20);
}

/* Field spacing */
.woocommerce-billing-fields__field-wrapper .form-row{
  margin:0;                       /* grid gap already handles spacing */
}

/* Select2 (country/state) to match inputs */
.select2-container--default .select2-selection--single{
  border:2px solid #25995C !important;
  border-radius:10px; height:52px; padding:8px 12px;
}
.select2-container--default .select2-selection__rendered{line-height:34px; font-size:16px;}
.select2-container--default .select2-selection__arrow{top:10px;}
.select2-dropdown{border:2px solid #25995C;}
.select2-results__option--highlighted{background:#25995C !important; color:#fff !important;}

/* Validation */
.woocommerce-billing-fields__field-wrapper .woocommerce-invalid .input-text,
.woocommerce-billing-fields__field-wrapper .woocommerce-invalid select{
  border-color:#e11d48 !important;
  box-shadow:0 0 0 4px rgba(225,29,72,.15);
}
.woocommerce-billing-fields__field-wrapper .woocommerce-validated .input-text{
  border-color:#25995C !important;
}

/* Mobile */
@media (max-width: 768px){
  .woocommerce-billing-fields{ padding:22px; }
  .woocommerce-billing-fields__field-wrapper{ grid-template-columns:1fr; gap:14px; }
}/* End custom CSS */