.details-section-private-packages{
    width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.details-section-action-private-packages-calendar-left{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.details-section-action-private-packages-calendar-right{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction:column;
    color: var(--gray-2-color);
}
.details-section-title-style-private-packages{
    flex: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-style-tour-title-style-private-packages{
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: right;
    width: 90%;
    font-family: var(--font-main);
    color: var(--black-color);
}
.page-style-tour-subtitle-private-packages{
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: right;
    width: 90%;
    font-family: var(--font-main);
    color: var(--black-color);
}
.change-action-button-style-private-packages-calendar{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: var(--black-color);
    background-color: var(--background-color);
    border: 1px solid var(--black-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.form-group-whatsapp-private-packages-calendar{
    height: 100px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
.form-group-whatsapp-text-private-packages{
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--gray-2-color);
    font-weight: bold;
}
.banners-private-packages-container {
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.package-category-title-section{
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:end;
    justify-content: center;
}
.package-category-title{
    font-family: var(--font-main);
    font-size: 26px;
    color: var(--pink-color);
    font-weight: bold;
}
.package-category-subtitle{
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--black-color);
    font-weight: bold;
}
.package-private-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 20px 0;
  direction: rtl;
}
.special-private-package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 20px 0;
  direction:rtl;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.special-private-package-grid > * {
  direction: ltr;
}
.package-grid-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.package-category-more-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}
.package-category-more{
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--black-color);
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.hidden-package {
  display: none;
}