 body {
      font-family: Poppins, sans-serif;
      background-color: rgb(7, 33, 108);
      color: #fff;
      margin: 0;
      padding: 0;
    }

    h1 {
      text-align: left;
      padding: 20px;
      font-size: 28px;
      font-weight: bold;
      margin-left: 10%;
    }

    .container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 20px;
      margin-left: 10%;
      margin-right: 10%;
      align-content: flex-start;
      justify-content: center;
    }
	

    .left-column {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 48%;
    }

    .info-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .info-col {
      flex: 1;
      min-width: 250px;
    }

    .summary-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 15px;
      background: rgba(255, 255, 255, 0.06);
      padding: 9px 17px;
      border-radius: 6px;
      margin: 17px 0;
      font-weight: 500;
      color: #fff;
    }
	
	.summary-item-currency {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 15px;
     /* background: rgba(255, 255, 255, 0.06); */
      padding: 9px 17px;
      border-radius: 6px;
      margin: 17px 0;
      font-weight: 500;
      color: #fff;
    }

    .section {
      background-color: rgb(5, 21, 70);
      border-radius: 10px;
      padding: 0px;
      box-shadow: 1px 0 8px 0 #061950;
    }

    .section-content {
      border-radius: 10px;
      padding: 20px;
    }

    label {
      font-size: 14px;
      display: block;
      margin-bottom: 10px;
    }

    .info-col input[type="text"],
    .info-col select {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border-radius: 6px;
      border: 2px solid #ccc;
      box-sizing: border-box;
      background-color: #fff;
      color: #000;
      font-size: 14px;
    }

    .total {
      font-size: 24px;
      font-weight: bold;
      color: rgb(216, 216, 1);
      text-align: right;
    }

    .payment-methods input[type="radio"] {
      margin-right: 10px;
    }

    button {
      background-color: rgb(25, 135, 84);
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      width: 100%;
    }

    button:hover {
      background-color: rgb(20, 110, 70);
    }



    .info-col input[type="tel"] {
      width: 100%;
      padding: 11px 100px 12px 52px; /* Add space for the flag */
      margin-bottom: 20px;
      border-radius: 6px;
      border: 2px solid #ccc;
      box-sizing: border-box;
      background-color: #fff;
      color: #000;
      font-size: 14px;
      color: black;
    }
	
    .info-col input[type="email"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border-radius: 6px;
      border: 2px solid #ccc;
      box-sizing: border-box;
      background-color: #fff;
      color: #000;
      font-size: 14px;
    }
	  
    .intl-tel-input {
      width: 100%;
      box-sizing: border-box;
    }

    .intl-tel-input .selected-flag {
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 6px 0 0 6px;
      background-color: #f9f9f9;
      border-right: none;
      color: black;
    }

    .intl-tel-input .country-list {
      border-radius: 0 0 6px 6px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      color: black;
    }

    .input-container {
      position: relative;
      width: 100%;
      color: black;
    }

    .iti {
      position: relative;
      color: black;
    }

    .total {
      font-size: 24px;
      font-weight: bold;
      color: rgb(216, 216, 1);
      text-align: right;
    }

    .payment-methods input[type="radio"] {
      margin-right: 10px;
    }

    button {
      background-color: rgb(25, 135, 84);
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      width: 100%;
    }

    button:hover {
      background-color: rgb(20, 110, 70);
    }
	
	
	
	
        .custom-select {
            position: relative;
            display: inline-block;
            width: 180px;
            margin: 20px;
        }

        .select-selected {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
			display: flex;
			align-items: center;
			gap: 8px;
			cursor: pointer;
		    border: 2px solid #20731e;
			padding: 10px;
			background-color: #000000;
			color: #ffffff;
			border-radius: 9px;
			background-image: url(https://img.icons8.com/ios-glyphs/15/ffffff/sort.png);
			background-repeat: no-repeat;
			background-position: right 10px center;
        }

        .select-items {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    z-index: 99;
    width: 97%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    border: 2px solid #20731e;
    list-style: none;
    padding: 0;
    margin: 0;
        }

        .select-items div {
            color: white;
            padding: 10px;
            cursor: pointer;
        }

        .select-items div:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }
	
	
	

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        align-items: center;
        padding-right: var(--bs-gutter-x, -2.25rem);
        padding-left: var(--bs-gutter-x, -2.25rem);
        margin-left: 3%;
        margin-right: 3%;
      }

      .left-column,
      .summary-section {
        width: 100%;
        margin-bottom: 20px;
      }
	  
       .select-selected {
        position: relative;
        width: 109px;
		 }
	  
		.select-items div {
		padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
       }
	   
.select-items {
        display: none;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        z-index: 99;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #000000;
        border: 2px solid #20731e;
        list-style: none;
        padding: 0;
        margin: 0;
    }

      .info-row {
        flex-direction: column;
      }
    }