.page-style-registration-tours{
    background-color: var(--background-color);
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}
.details-section-registration-tours{
    width: 95%;
    height: 50px;
    display: flex;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.details-subsection-registration-tours{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
.details-section-title-style-registration-tours{
    flex: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.details-section-action-registration-tours-left{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.details-subsection-action-registration-tours-left{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.details-section-action-registration-tours-right{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction:column;
    color: var(--gray-2-color);
}
.details-subsection-action-registration-tours-right{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction:column;
    color: var(--gray-2-color);
}
.page-style-tour-title-style-registration-tours{
    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-style-registration-tours{
    font-size: 30px;
    display: block;
    font-weight: bold;
    width: 100%;
    font-family: var(--font-main);
    color: var(--black-color);
    text-align: right;
}
.page-style-tour-subtitle-registration-tours{
    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-registration-tours{
    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;
}
.monthly-view-action-button-style-registration-tours{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: var(--white-color);
    background-color: var(--pink-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.form-group-whatsapp-registration-tours{
    height: 100px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
.line-style{
    background-color: var(--white-color);
    width: 2px;
    height: 40px;
}
.form-group-whatsapp-text-registration-tours{
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--gray-2-color);
    font-weight: bold;
}
.search-section-registration-tours{
    background-color: var(--gray-color);
    width: 95%;
    margin-top: 10px;
    display: flex;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.search-subsection-registration-tours{
    flex: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.search-subsection-registration-tours a{
    width: 100%;
    margin: 10px;
}
.search-subsection-registration-tours.clickable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-subsection-registration-tours.clickable:hover {
  background-color: rgba(0,0,0,0.05);
}
.search-subsection-button-registration-tours{
    flex: 4;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.search-action-button-registration-tours{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: var(--white-color);
    background-color: var(--pink-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.search-subsection-label-registration-tours{
    font-weight: bold;
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--gray-2-color);
}
.search-subsection-icon-registration-tours{
    width: 20px;
    height: 20px;
}
.search-subsection-label-art-registration-tours{
    font-weight: bold;
    font-family: var(--font-main);
    font-size: 30px;
    color: var(--black-color);
}
.search-results-section-registration-tours{
    width: 95%;
    margin-top: 20px;
    flex-direction: row;
    display: flex;
}
.custom-grid-registration-tours {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    width: 100%;
    gap: 20px;
}
.grid-item-registration-tours {
    font-family: var(--font-main);
    text-align: center;
}
.grid-item-registration-tours.full {
    grid-column: span 2;
}
.registration-tours-page-tours-main {
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
    gap: 50px;
    margin-top: 20px;
}
.registration-tours-page-tours-main .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 120px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.registration-tours-custom-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 95%;
  margin: auto;
}
.registration-tours-grid-row {
  display: grid;
  direction: rtl;
  gap: 40px;
}
.registration-tours-grid-row.layout-4 {
  grid-template-columns: repeat(4, 1fr);
}
.registration-tours-grid-row.layout-3 {
  grid-template-columns: 1fr 2fr 1fr; /* center wider */
}
.registration-tours-grid-row.layout-2 {
  grid-template-columns: 1fr 1fr;
}
.registration-tours-grid-row.layout-1 {
  grid-template-columns: 1fr 1fr; /* or just 1fr if you want full width */
}
.registration-tours-section-grid-archive {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 15px;
    height: 35px;
    width: 95%;
}
.registration-tours-category-item-archive {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--black-color);
    text-align: center;
    border-radius: 25px;
    border: 1px solid var(--red-color);
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: bold;
    height: 100%;
}
.registration-tours-category-item-archive:hover {
    background-color: var(--red-color);
    color: var(--background-color);
    border: 1px solid var(--background-color);
}
.added_to_cart {
  display: none !important;
}