@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
    body {
      font-family: "Inter", sans-serif;
      background:#000;
      margin: 0;
      padding: 0;
      color: #333;
    }

    .payment-container {
      display: flex;
      justify-content: space-between;
      padding: 40px;
      max-width: 1200px;
      margin: auto;
      gap: 40px;
      
    }

    .left-panel, .right-panel {
      flex: 1;
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    h2 {
      font-size: 22px;
      margin-bottom: 15px;
      margin-top:5px !important;
    }

    label {
      font-size: 13px;
      font-weight: 500;
      display: block;
      margin-bottom: 5px;
      color:#1a1a1ab3;
    }

    input, select {
      width: 96%;
      padding: 10px;
      margin-bottom: 5px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 13px!important;
    }

    .currency-amount {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .currency-amount select {
      width: 40%;
    }

    .currency-amount input {
      width: 60%;
      font-size: 24px;
      font-weight: 600;
      text-align: right;
    }

    .checkbox {
      display: flex;
      align-items: center;
      font-size: 14px;
      margin-top: 10px;
    }

    button {
      width: 100%;
      background: #0070f3;
      color: #fff;
      font-size: 16px;
      border: none;
      padding: 14px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    button:hover {
      background: #0059c1;
    }

    .logo {
      font-size: 16px;
      font-weight: 600;
     
      align-items: center;
      gap: 10px;
      
    }
    .left-panel{
        text-align:center;
    }

    .divider {
      height: 2px;
      background: #eee;
      margin: 25px 0;
    }
    #terms{
        width:fit-content !important;
    }
    #tt-custom label{
        font-size:12px;
        
    }
    /* 📱 CONTACT DETAILS SECTION */
label {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

input[type="email"],
input[type="tel"],
input[type="url"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  background-color: #fff;
}

/* intl-tel-input (flag dropdown style) */
.iti {
  width: 100%!important;
}

.iti__flag-container {
  border-right: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
}

.iti input {
  padding-left: 85px !important; /* spacing for flag + dial code */
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Small tweaks for better visual balance */
input::placeholder {
  color: #999;
}

.iti__selected-flag {
  padding: 0 10px;
}


#amount{
    padding:10px!important;
}
#tt-custom label{
    margin-top:0px!important;
}
/* 🔹 Payment Container Layout */
.payment-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
}

/* 🔹 Left Panel — sticky + height fit-content */
.left-panel {
  position: sticky;
  top: 20px;             /* distance from top while scrolling */
  height: fit-content;   /* adjust height according to content */
  background: #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  width: 320px;
}

.left-panel img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

.logo {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* 🔹 Right Panel basic container (for scroll test) */
.right-panel {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 🔹 Responsive — remove sticky on small screens */
@media (max-width: 900px) {
  .payment-container {
    flex-direction: column;
    padding: 20px;
  }

  .left-panel {
    position: relative;
    width: 100%;
  }

  .right-panel {
    width: 100%;
  }
}


h1{
    font-size:25px !important;
    margin:0px !important;
    
}

.left-panel p{
    color:#fff !important;
    
}
.poweredby p{
    width:55%;
    font-size:13px;
     padding:5px 20px;
}
.poweredby ul{
    display:flex;
    list-style-type: none;
    width:fit-content;
    font-size:13px;
    margin-left:auto;
    /*margin-right:auto;*/
    
}
.poweredby{
    display:flex;
}

.poweredby ul li{
    font-size:13px;
    padding:5px 20px;
    color:#000;
    
}
.poweredby ul li a{
    color:#1a1a1a80;
}
.poweredby a{
    text-decoration:none;
}
/*.custom-cvv input{*/
/*    width:91% !important;*/
/*}*/
.billing-div select{
    width:100%!important;
}
#phone{
    padding-left:93px!important;
}


/**/


.thankyou-container {
      background: #fff;
      border-radius: 12px;
      padding: 40px 60px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      max-width: 480px;
      width: 90%;
      margin:auto;
      margin-top:10%!important;
    }

    .thankyou-container h1 {
      color: #2ecc71;
      font-size: 38px;
      margin-bottom: 10px;
    }

    .thankyou-container p {
      color: #555;
      font-size: 18px;
      margin: 10px 0;
    }

    .transaction-box {
      margin-top: 20px;
      background: #f0f5f9;
      padding: 15px;
      border-radius: 8px;
      border: 1px dashed #2ecc71;
    }

    .transaction-box span {
      display: block;
      color: #333;
      font-size: 16px;
      font-weight: 500;
    }

    .btn-home {
      display: inline-block;
      margin-top: 30px;
      background: #1163fb;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-home:hover {
      background:#000;
    }