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

.popup-content {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  max-width: 90%;
  width: 600px;
  text-align: center;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  color: #000;
   position: relative;
}

#step6.expanded .tab-content.senegal .dish-col-holder{
    display:block;
}

.popup-content button {
  padding: 0.75rem 1.5rem;
  background: #9c442c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.1s ease;
}

	
.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1.5rem;
  user-select: none;
}

.selected-option {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #000;
}

.selected-option img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}


.options-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 999;
  display: none;
}

.option {
  padding: 0.6rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #333;
  transition: background 0.2s ease;
}

.option img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}


/* header dropdown css */

.dropdown-selected .arrow{
    margin-left: 10px;
}

.custom-dropdown-wrapper {
    position: relative;
    width: 280px;
    user-select: none;
}

    .selected-display {
    display: flex; 
    align-items: center;
/* 	gap: 10px; */
    padding: 10px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    /* background-color: #fff; */
    color: #fff;
  
}

.flag-icon {
    width: 26px;
    height: auto;
    /* border-radius: 3px; */
    margin-right: 12px;
}

.dropdown-options .country-text {
    font-size: 16px;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    width:215px;
}

.custom-dropdown-wrapper.open .dropdown-options {
    display: block;
}

.option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}


.arrow {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow img {
    width: 14px;   /* adjust size as needed */
    height: auto;
    transition: transform 0.3s ease;
     transform: rotate(180deg);
}

/* header dropdown css end */

.scrolltext h1 span{
    position:relative;
    display:block;
    margin-bottom:10px;
    text-transform:capitalize;
}

.scrolltext p {
    margin-top: 100px !important;
}
.scrolltext h1 .text-loop{
    position:absolute; 
    top:0; 
    left:0;
    white-space:nowrap; 
    color : #9c442c;
}

.no-dish {
  font-size: 16px !important;
  font-weight: 400;
  color: #666;
  
}

.popup-content .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  padding: 6px 10px;
}



.woocommerce-customer-details {
  margin-top: 30px;
}
.woocommerce-customer-details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.woocommerce-table.order_details {
  border: 1px solid #e5e5e5;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-table.order_details th,
.woocommerce-table.order_details td {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 12px;
  vertical-align: middle;
}
.woocommerce-table.order_details th {
  font-weight: 600;
  text-align: left;
}


/* Style WooCommerce Thank You page Print button */
a.button.print {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9c442c; /* same color as your .btn-primary */
    color: #fff !important; /* black text, like your button */
    padding: 10px 40px 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all .2s ease;
    text-decoration: none !important;
    margin-top: 20px;
	margin-bottom: 20px;
    border: none;
}

body.woocommerce-order-received .woocommerce-customer-details:not(.woocommerce-order-details .woocommerce-customer-details) {
    display: none !important;
}


@media (max-width: 768px) {

  .steps-area .fields-row label {
    font-size: 16px;
}

.custom-dropdown-wrapper .country-text {
    display: none;
}
.custom-dropdown-wrapper {
    width: auto;
}
.custom-dropdown-wrapper .selected-display{
    gap: 0;
    padding: 10px 0;
}
.dropdown-selected .arrow {
    margin-right: 15px;
}
  .popup-content {
    width: 90%;
    padding: 2rem;
  }
  .popup-content h2 {
    font-size: 1.2rem;
  }
  .popup-content button, .popup-content select {
    font-size: 0.95rem;
  }

.scrolltext p {
    margin-top: 66px !important;
}
	
	.flag-icon {
    margin-right: 0px;
	}
}

