div#df-btn-cont {
    display: none !important;
}
.df-btn {
    display: none !important;
}
/* Gotra dropdown */
  .dropdown-list {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e7eb;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 6px;
    z-index: 10;
  }

  .dropdown-list li {
    padding: 10px;
    cursor: pointer;
  }

  .dropdown-list li:hover {
    background: #f3f4f6;
  }

  /* Toggle buttons */
  .toggle-btn.active {
    border: 2px solid #ff7000;
    color: #ff7000;
  }


  .pb-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    backdrop-filter: blur(4px);
  }
  .pb-overlay.hidden { display: none; }

  .pb-modal {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    animation: slideUp .25s ease;
    margin: 0 20px;
    position: relative;
  }

  @keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  .pb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (min-width: 1024px) {
      .pb-header {
          padding-bottom: 0px !important
          ;
      }
  }
  .pb-coupon {
    display: flex;
    gap: 10px;
    margin: 14px 0;
  }

  .pb-coupon input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: calc(70%);
  }

  .pb-coupon button {
    padding: 10px 14px;
    border: 0;
    background: #FF7000;
    color: #fff;
    border-radius: 6px;
  }

  .pb-coupon .hidden {
    display: none;
  }

  .pb-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
  }

  .pb-row.total {
    font-weight: 700;
  }

  button#pb-close {
      cursor: pointer;
      z-index: 1000;
      position: absolute;
      /* top: -4.5rem; */
      right: 45%;
      background: #000;
      border-radius: 25px;
      padding: 9px 15px;
      color: #fff;
      bottom: 16rem;
      border: none;
  }

  p#pb-coupon-error {
      text-align: center;
      color: red;
      line-height: 1;
  }


  .coupon-success {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .coupon-success.hidden {
    display: none;
  }
  /* important  */
  /* .hidden {
    display: none;
  } */

  .coupon-success-box {
    background: #fff;
    border-radius: 14px;
    padding: 24px 28px;
    text-align: center;
    width: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    backdrop-filter: blur(4px);
  }

  .success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    background: #28c76f;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .success-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .dismiss-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
  }

  .coupon-gif-bg {
    position: absolute;
    inset: 0;
    background: url("https://cdn.shopify.com/s/files/1/0688/7119/2712/files/Mobile_Confetti_Blown") center / contain no-repeat;
    pointer-events: none;
  }

  #footerPriceOrg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 1px;
    background: grey;
  }

  #footerPriceOrg {
    color: grey;
    font-size: 12px;
    position: relative;
  }
  #footerPriceOrg.hidden {
    display: none !important;
  }

  #footerPrice, .total {
    color: #000;
  }

  @media (max-width: 768px){
    .pb-modal {
        margin: 0;
        border-radius: 16px 16px 0 0;
    }

    .pb-overlay {
        align-items: end;
    }
  }

.puja-checkout-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .puja-checkout-container .detail-txt{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .puja-checkout-container .detail-txt h1 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
  }

  .checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .checkout-form-section {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .checkout-summary {
    background: #fff;
    border-radius: 12px;
    padding: 12px 12px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /* position: sticky; */
    top: 20px;
    height: fit-content;
    outline: 1px solid #E0E0E0;
    outline-offset: -1px;
    box-shadow: unset;
  }

  .section-headee {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    /* border-bottom: 2px solid #f0f0f0; */
  }

  .pd-txt {
    color: #666; font-size: 14px;
  }

  .section-headee h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .form-group {
    padding: 10px 0;
  }

  .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
  }

  .form-group input,
  .form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s;
  }

  .form-group input:focus,
  .form-group select:focus {
    outline: none;
    border-color: #FF7000;
  }

  .phone-input-wrapper {
    display: flex;
    gap: 10px;
  }

  .phone-input-wrapper .input-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 6px;
    padding:0px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .phone-input-wrapper .input-wrapper:focus-visible{
    border:2px solid #000;
  }

  .country-selector::after{
    content: "";                /* required */
    display: inline-block;      /* makes it visible */
    width: 18px;                /* image size */
    height: 18px;
    background-image: url("../Images/down-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -6px;
    vertical-align: middle;
  }

  input{
   color:#000!important;
  }

  .phone-input-wrapper .input-wrapper input{ 
    width: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    padding:2px;
  }

  .country-selector {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    gap:6px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    min-width: fit-content;
    position: relative;
  }

  .country-selector img {
    width: 27px;
    margin-right: 8px;
  }

  .country-selector select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .participant-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .checkbox-group label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
  }

  .ashirwad-box-section {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 20px;
    margin: 10px 0 0;
  }

  .ashirwad-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .ashirwad-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
  }

  .ashirwad-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .toggle-btn {
    flex: 1;
    padding: 12px;
    border: 2px solid #e5e7eb;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
    color: #000000;
  }

  .toggle-btn.active {
    background: #fff;
    color: #000;
    border-color: #FF7000;
  }

  

  .ashirwad-fields {
    display: none;
  }

  .ashirwad-fields.active {
    display: block;
  }

  .summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .summary-item .ad-title{
    min-width: 76px;
  }

  .summary-item-content h4 {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #6b7280;
  }

  .summary-item-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }

  .price-breakdown {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    display:none;
  }

  .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .puja-info-txt {
    font-size: 14px; 
    margin-bottom: 20px;
  }

  .price-row.total {
    font-size: 20px;
    font-weight: 700;
    color: #FF7000;
    padding-top: 12px;
    border-top: 2px solid #f0f0f0;
  }

  .submit-btn {
    width: 100%;
    padding: 16px;
    background: #FF7000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 20px;
  }

  .submit-btn:hover {
    background: #e66300;
  }

  .submit-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
  }

  /* Exit Intent Popup */
  .exit-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    align-items: center;
    justify-content: center;
  }

  .exit-popup-overlay.active {
    display: flex;
  }

  .exit-popup {
    background: #fff;
    border-radius: 12px;
    padding: 30px 40px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  }

  .exit-popup h3 {
    font-size: 20px;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-weight: 600;
  }

  .exit-popup p {
    color: #666;
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .exit-popup-buttons {
    display: flex;
    gap: 12px;
  }

  .exit-popup-btn {
    flex: 1;
    padding: 13px 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
  }

  .exit-popup-btn.secondary {
    background: #fff;
    color: #FF7000;
    border: 2px solid #FF7000;
  }

  .exit-popup-btn.secondary:hover {
    background: #fff5f0;
  }

  .exit-popup-btn.primary {
    background: #FF7000;
    color: #fff;
    border: 2px solid #FF7000;
  }

  .exit-popup-btn.primary:hover {
    background: #e66300;
  }

  /* Payment Popup */
  #payment-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
  }

  #payment-popup > div {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    height: 80%;
    position: relative;
    max-width: 800px;
    max-height: 600px;
  }

  #payment-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
  }

  .loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
  }

  .loading-overlay.active {
    display: flex;
  }

  .loading-spinner {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
  }

  .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FF7000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
  }

  /* .country-display-text img{
    width:100%;
  } */

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

  .checkout-summary h3 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
  }

  #packageTitle{
    font-weight: 600;
  }

  .puja-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .dropdown-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  /* Default = CLOSED (mobile safe) */
  #pujaDetails {
    display: none;
  }

  /* Open state */
  #pujaDetails.open {
    display: block;
  }

  /* Desktop default open */
  @media (min-width: 769px) {
    #pujaDetails {
      display: block;
    }
  }

  select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
  }

  select:hover {
    border-color: #667eea;
  }

  select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  }

  select option {
    padding: 12px;
    font-size: 15px;
    color: #333;
    background-color: white;
  }

  select option:hover {
    background-color: #f5f5f5;
  }

  select option:checked {
    background-color: #667eea;
    color: white;
  }

  .selected-info {
    margin-top: 20px;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #667eea;
  }

  .selected-info p {
    margin: 4px 0;
    color: #555;
    font-size: 14px;
  }

  .selected-info strong {
    color: #333;
  }

  .dropdown-toggle[aria-expanded="false"] svg {
    transform: rotate(180deg);
  }

  .puja-details {
    transition: all 0.3s ease;
  }

  .puja-details.active {
    display: block;
  }

  .coupon-row {
    padding: 10px 16px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    gap: 4px;
    border-bottom: 1px solid #f1f1f1;
    background: #efefef;
  }

  .coupon-row a {
    color: #6a1bb1;
    text-decoration: underline;
    font-weight: 500;
  }

  .footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
  }

  .total-label {
    font-size: 13px;
    color: #555;
    margin: 0;
  }

  .total-price {
    font-size: 18px;
    font-weight: 600;
    margin: 2px 0 0;
  }

  .submt-btn-box .submit-btn {
    background: #FF7000;;
    color: #fff;
    border: none;
    padding: 12px 60px;
    font-size: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
  }

  .cart-footer { margin-top: 20px;}

  @media (max-width: 768px) {

    iframe#xpay-iframe {
        min-width: unset !important;
        width: 100% !important;
    }

    input {
      font-size: 16px;
      transform: scale(0.875); /* visually looks like 14px */
      transform-origin: left center;
    }

    .country-selector {
      font-size: 16px;
      /* transform: scale(0.875); visually looks like 14px */
      transform-origin: left center;
      border: 1px solid #ccc;
    }


    .country-selector::after{
      width:12px;
      height:12px;
    }

    .template-cart-details input, input:focus,
    .template-cart-details textarea:focus {
      outline: none !important;
      box-shadow: none !important;
      border-color: inherit !important;
      -webkit-appearance: none;
    }

    #gotra_input:focus{
    border:2px solid #ff7000!important;
    }

    #dont_know_gotra:focus {
      outline: 20px !important;
      border-color: #000 !important;
      -webkit-appearance: checkbox;
    }
        
    .puja-checkout-container {margin: 0 auto;}

    .puja-checkout-container .detail-txt { margin: 20px 0;}

    .puja-checkout-container .detail-txt h1 {
      font-size: 16px;
    }

    .pd-txt { font-size: 12px !important; margin-bottom: 12px; }

    .form-group{padding: 10px 0;}
        
    .participant-grid {gap: unset;}

    .section-headee h2 {
      font-size: 16px;
    }

    .headee h2 {
      padding: 12px 20px 10px;
    }

    .section-headee.headee {
      border-top: 10px solid #efefef;
      margin: 0 -20px;
    }

    .checkout-grid {
      grid-template-columns: 1fr;
      margin-top: 20px;
      gap: 5px;
    }
        
    .checkout-summary h3 {font-size: 16px;}

    .checkout-summary {
      position: static;
      order: -1;
      /* padding: 16px; */
      margin-bottom: 10px;
    }

    .form-group .code {
      border-bottom: 10px solid #efefef;
      margin: 0 -20px;
    }

    .form-group .code small{
      padding: 0 20px 10px;
    }
          
    .puja-details .summary-item{
      padding: 7px;
      margin-bottom: unset;
      margin-top: 10px;
      background: unset !important;
      border-radius: unset;
    }

    .summary-item-content p{
      font-weight: unset;
    }
          
    .checkout-form-section{
      background: unset;
      border-radius: unset;
      padding: unset;
      box-shadow: unset;
      padding-bottom: 45px;
    }

    .section-headee {
      margin-bottom: 2px;
      padding-bottom: unset;
      border-bottom: unset;
      /* margin-top: 16px; */
    }

    .form-group.gotra-group {
      margin-top: 12px;
    }

    .checkbox-group {
      border-bottom: none;
      margin: 0 -20px;
      padding: 0 20px 10px;
    }

    .ashirwad-box-section{
      padding: 16px 14px;
      margin: 10px 0;
    }

    /* .form-group label{
      display: none;
    } */
    
    .phone-input-wrapper{
      gap: unset;
    }
    
    .puja-info-txt {
      font-size: 13px; 
      margin-bottom: 12px;
    }

    .country-selector{
      border-radius: 6px 0px 0px 6px; 
    }

    .phone-input-wrapper .input-wrapper{
      border-radius: 0px 6px 6px 0px; 
    }

    .form-group input {
      border-radius: 6px;
    } 

    .puja-header {
      margin-bottom: unset;
    }

    .participant-grid {
      grid-template-columns: 1fr;
      border-bottom: 10px solid #efefef;
      margin: 0 -20px;
    }

    .participant-grid .form-group.memb-one {
      padding: 0 20px 10px;
    }

    .participant-grid .form-group.memb-two {
      padding: 0 20px 10px;
    }

    .participant-grid .form-group.memb-three {
      padding: 0 20px 10px;
    }

    .participant-grid .form-group.memb-four {
      padding: 0 20px 10px;
    }

    .participant-grid .form-group.memb-five {
      padding: 0 20px 10px;
    }

    .participant-grid .form-group.memb-six {
      padding: 0 20px 10px;
    }
          
    .exit-popup {
      padding: 30px 20px;
    }

    .exit-popup-buttons {
      flex-direction: column;
    }

    .submit-btn{
      margin-top: unset;
    }

    .cart-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      border-top: 1px solid #e5e5e5;
      z-index: 9999;
    }

    /* #pujaCheckoutForm{
      padding-bottom: 4rem; 
    } */
    

  }

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

  .country-code {
    font-size: 18px;
    color: inherit;
    white-space: nowrap;
  }

  .info-icon {
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
  }
  .info-icon img{
     width: 100%;
  }

  .dropdown-list {
    display: none;
    border: 1px solid #ddd;
    background: white;
    margin-top: 4px;
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
  }

  .dropdown-list li {
    padding: 8px 10px;
    cursor: pointer;
  }

  .dropdown-list li:hover {
    background: #f2f2f2;
  }

  .popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }

  .popup-content {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    max-width: 24rem;
  }

  .popup-content h2{
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;

  }

  .popup-content p{
    font-size: 14px;
    line-height: 28px;
  }

  #popupOkayBtn {
    width: 100%;
    background: #ff7000;
    padding: 10px;
    color: white;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align:center;
  }

  .info-icon{
    width:30px;
    height:30px;
  }

  .close-gotra{
    background:none;
  }

  .close-gotra img{
    width:20px;
  }

  .header-gotra-popup {
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
  }

  .close-gotra {
    background: none;
    margin: 0;
    padding: 0;
    width: 26px;
    cursor: pointer;
  }

  @media (max-width: 768px) {

    .popup-content {
      position:absolute;
      bottom:0;
      z-index:999;
    }

    .header-gotra-popup{
      border-bottom:none;
    }

  }

  .puja-details {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .puja-details.open {
    max-height: 1000px; /* big enough */
  }

  .dropdown-icon {
    transition: transform 0.3s ease;
  }

  .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
  }

  input#gotra_input {
    border: none;
  }
  .input-wrapper {
    border: 1px solid #e2e5e9;
    border-radius: 6px;
  }


.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  backdrop-filter: blur(4px);
}

.modal-overlay.hidden {
  display: none;
}

.modal-box {
  background: #fff;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.modal-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.modal-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-size: 31px;
}

.modal-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.modal-ok {
  margin-top: 16px;
  width: 100%;
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}

.payment-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.payment-modal.hidden {
  display: none;
}

.payment-box {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  width: 90%;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.payment-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.payment-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.icon {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
}

.icon.success {
  background: #dcfce7;
  color: #16a34a;
}

.icon.failure {
  background: #fee2e2;
  color: #dc2626;
}

.btn-primary {
  background: #f97316;
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  border: none;
}

.btn-primary:hover {
  background: #ea580c;
}