.package-detail, .other-packages {
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

.price-tag {
    display: inline-block;
    border-radius: 20px;
    margin-left: 10px; 
    vertical-align: middle;
    margin-top: 20px;
    position: absolute;
    bottom: -141px;
    right: 29px;
    text-align: center;
    color: #000;
    width: 260px;
    /* height: 144px; */
    padding: 0; 
    overflow: hidden;
}
.price-top {
    background-color: #FFF0E2;
    padding: 10px 20px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 52px;
}

.price-tag i.info-icon {
    position: absolute;
    top: 62px;
    right: 38px;
    background-color: #E37E20;
    color: #FFF;
    border-radius: 50%;
    border-style: solid;
    border-color: #FFF;
    padding: 0px 5px;
    font-style: normal;
    font-size: 7px;
}

.price-top .price {
    font-weight: normal;
    margin-bottom: 0;
    color: black;
    font-size: 32px;
}

.price-bottom {
    background-color: #E37E20;
    padding: 10px 20px;
    text-align: center;
    height: 92px;
}

.price-amount {
    display: block;
    font-size: 32px;
    font-weight: normal;
    color: #FFF; 
}

.price-bottom small {
    display: block;
    font-size: 16px;
    color: #FFF;
}




.package-info {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* margin: 0px; */
}
.package-info .package-included-title {
    font-size: 32px; 
    margin-bottom: 20px; 
    margin-top: 60px;
}

.visa-insurance-items {
    display: flex; 
    flex-direction: column; 
    align-items: flex-end; 
    padding-top: 27px;
}

.visa-insurance-items-general {
    display: flex; 
    flex-direction: column; 
    height: 125px; 
    align-items: flex-start;
}

.visa-insurance-items-totalprice-request {
    display: flex; 
    flex-direction: column; 
    height: 160px; 
    align-items: flex-end;
    justify-content: flex-end;
}
.visa-insurance-item.totalprice {
    margin-bottom: 10px; 
    margin-right: 25px;
}



.package-request-button {
    /* width: 227px; 
    height: 56px;  */
    visibility: visible; 
    animation-delay: 0.1s; 
    animation-name: none; 
    padding: 8px;  
    font-weight: normal; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.package-request-modal {
    width: 690px;
    height: 554px;
    border-radius: 16px;
}

.info-item {
    display: flex;
    align-items: center;
}

.icon-container .fa {
    font-size: 30px;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #f5f5f5; 
    border-radius: 27%;
    margin-right: 9px;
}

.info-text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.info-text strong {
    font-size: 18px;
    font-weight: normal;
}

.info-text span {
    font-size: 15px;
}

.info-text small {
    font-size: 12px;
    color: #464444;
}








.see-all {
    float: right;
    color: #8BCB8D;  
    text-decoration: none;
    margin-top: -40px;
}

.package-item {
    height: 236px;
    width: 282px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 16px;
}

.package-item img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.package-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.package-item p {
    font-size: 14px;
    color: #999;  
    margin-bottom: 10px;
}

.see-more {
    color: #E37E20; 
    text-decoration: none;
}

.see-more:hover {
    text-decoration: underline;
}

.package-read-more{
    display: flex;
    width: 120px; 
    height: 44px; 
    padding: 12px 20px; 
    justify-content: center; 
    align-items: center;
    gap: 20px; 
    border-radius: 36px; 
    background: #FFF0E2; 
    color: black; 
    border-color: #FFF0E2;
}

.package-read-more:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    background: #FF8413;
    border: 1px solid #FF8413;
}

/* 
.package-included-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} */
/* 
.included-items, .visa-insurance-items {
    width: 48%;
} */
/* 
.visa-insurance-items {
    padding: 20px;
} */

.visa-insurance-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 25px; */
    
    /* padding: 10px 15px; */
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    /* margin-bottom: 10px; */
    margin-top: 15px;
}



.visa-insurance-label {
    background-color: #8BCB8D;
    color: #FFF;
    padding: 8px 30px;
    border-radius: 12px;
    width: 190px;
    height: 45px;
    font-size: 20px;
    font-weight: 400;
}




.package-images-section {
 
}




.image-box {
    position: relative;
    width: 282px;
    height: 208px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 10px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dimensions {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}



.package-request-input {
    display: flex;
    /* width: 316px; */
    height: 56px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
}

.modal-header {
    border: none;
}
.modal-body {
    padding: 0;
}
.contact-form {
    margin-top: 0;
}

.errorlist li {
    color:red;
    list-style: none;
}


/* Multiple Select CSS */


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");



.h-btn-select, .f-btn-select, .t-btn-select {
  display: flex;
  height: 56px;
  width: 384px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  border-style: solid;
  border-color: #8BCB8D;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
}

.h-btn-select .h-btn-text, .f-btn-select .f-btn-text, .t-btn-select .t-btn-text {
  font-size: 17px;
  font-weight: 400;
  color: #333;
  padding: 0px 2px; 
}

.h-btn-select .arrow-down, .f-btn-select .arrow-down, .t-btn-select .arrow-down {
  display: flex;
  height: 21px;
  width: 21px;
  color: #8BCB8D;
  font-size: 19px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: auto;
}

.h-btn-select.open .arrow-down, .f-btn-select.open .arrow-down, .t-btn-select.open .arrow-down {
  transform: rotate(-180deg);
}

.list-items {
  /* position: relative; */
  margin-top: 15px;
  border-radius: 8px;
  width: 384px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.h-btn-select.open ~ .list-items, .f-btn-select.open ~ .list-items, .t-btn-select.open ~ .list-items {
  display: block;
  position: absolute;
  z-index: 10;
}

.list-items .h-item, .list-items .f-item, .list-items .t-item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}

.list-items .h-item:hover, .list-items .f-item:hover, .list-items .t-item:hover {
  background-color: #e7edfe;
}

.h-item .h-item-text, .f-item .f-item-text, .t-item .t-item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.h-item .checkbox, .f-item .checkbox, .t-item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #A3D7A5;
  background-color: #F1F9F1;
  transition: all 0.3s ease-in-out;
}

.h-item.h-checked .checkbox, .f-item.f-checked .checkbox, .t-item.t-checked .checkbox {
  background-color: #8BCB8D;
  border-color: #8BCB8D;
}

.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

.h-item.h-checked .check-icon, .f-item.f-checked .check-icon, .t-item.t-checked .check-icon {
  transform: scale(1);
}





.total-price {
    display: flex;
    width: 172px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF0E2;
    height: auto;
}

.total-price h4{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: var(--black-high-emphasis, rgba(0, 0, 0, 0.87));
    margin-top: 5px;
    margin-bottom: 5px;
}

#TotalPrice {
    font-weight: 500;
}
