.modal-header {
    padding: 10px 20px;
    border-bottom: 0px solid #e5e5e5;
}

.login-modal
{
    width: 70%;
}

.login-body
{
    display: flex;
    justify-content: space-between;
}

.login-blog-left
{
    background: #403E55;
}

.login-blog-right
{
    background: #F9F9F9;
    width: 100%;
}


.modal-content {
    background-color: #F9F9F9;
    margin: 5% auto;
    border: 1px solid #888;
    width: 80%;
}

.page_header
{
    padding: 55px 0px 10px;
    position: relative;
    margin-top: 100px;
    background: #04ABEE !important;
    text-align: left;
}

/* Form css */

.login-form
{
    padding: 24px;
}

.login-form h3
{
    margin: 0;
    padding-top: 0px;
    padding-left: 14px;
    padding-bottom: 10px;
}
.form-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
}

.form-content .form-items {
    border: 3px solid #fff;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 540px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #333;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #222;
}


.btn-verify{
    background-color: #4591f5;
    outline: none;
    border: 0px;
    box-shadow: none;
    padding: 10px 25px;
}

.btn-verify:hover, .btn-verify:focus, .btn-verify:active{
    background-color: #3681e3;
    color: #fff;
    outline: none !important;
    border: none !important;
    box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
   color: #2acc80;
}

#login_text
{
    line-height: 36px !important;
    font-size: 28px;
    text-align: center;
}



.user-menu {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}
.user-initial {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.user-menu .dropdown-menu 
{
    background: #fff;
}

.user-menu .dropdown-menu ul li{

    /* border-bottom: 1px dashed #888; */
    padding: 10px 5px;
}

.user-menu .dropdown-menu ul li a i{

    padding-right: 10px;
    color: #ABABAB;
}

.user-menu .dropdown-menu ul li a {
    transition: all 0.5s ease 0s;
    padding: 8px 5px !important;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.user-menu .dropdown-menu li:hover {
    transition: all 0.5s ease 0s;
    background-color: #D4EEF7;
    cursor: pointer;
}


.status
{
    padding: 2px 4px;
    border-radius: 3px;
    text-transform: lowercase;
    margin-left: 5px;
    font-size: 12px !important;
}
.status-success {
    background: #198754;
    color:#ffffff;
}

.status-primary {
    background: #0d6efd;
    color:#ffffff;
}

.status-warning {
    background: #ffc107;
    color:#222222;
}

.status-danger {
    background: #dc3545;
    color:#ffffff;
}

.status-info {
    background: #0dcaf0;
    color:#222222;
}

.status-secondary {
    background: #6c757d;
    color:#000000;
}

.planning_table
{
    font-size: 14px;
}

.planning_table h3
{
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
    background: none;
}

.planning_table h4
{
    font-size: 14px;
    color: #444;
    padding: 3px 0;
    margin: 0;
    background: none;
}

.planning_table small
{
    font-size: 12px;
    color: #777;
}

.planning_table .btn
{
    margin-top: 0px;
}

.book_now .card
{

}

.book_now .card
{
    background: #faf9f9;
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.book_now .blog
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book_now .blog .float_right
{
    float: right;
}

.book_now .card h5
{
    color: #444;
    font-size: 16px;
}

.book_now .card i
{
    padding-right: 10px;
}

.text_v_center
{
    align-items: center;
}

.card-row {
    display: flex;
    align-items: center; /* Vertical centering */
}


.card-row .rounded_box_fill {
    display: inline-block; /* allows for vertical alignment */
    vertical-align: middle; /* Aligns the span's content vertically */
    /* Add any other styling for your rounded box here */
}

.bg-grey
{
    background: #F1F1F1;
}

.modal_header_main
{
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B5B5B5;
    padding: 0 30px 15px 30px;
}

.modal_body_main
{
    padding: 10px 30px;
    background: #fff;
}

.modal_blog_body
{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.modal_blog
{
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px 10px;
}

.modal_close_btn
{
    position: absolute;
    top: 7px;
    right: 23px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
    color: #B5B5B5;
}

.pt_5
{
    padding-top: 5px;
}

.pt_10
{
    padding-top: 10px;
}

.pt_15
{
    padding-top: 15px;
}

.pt_20
{
    padding-top: 20px;
}

.pt_25
{
    padding-top: 25px;
}

.pt_30
{
    padding-top: 30px;
}

.pr_5
{
    padding-right: 5px;
}

.pr_10
{
    padding-right: 10px;
}

.pr_15
{
    padding-right: 15px;
}

.pr_20
{
    padding-right: 20px;
}

.pr_25
{
    padding-right: 25px;
}

.pr_30
{
    padding-right: 30px;
}

.pb_5
{
    padding-bottom: 5px;
}

.pb_10
{
    padding-bottom: 10px;
}

.pb_15
{
    padding-bottom: 15px;
}

.pb_20
{
    padding-bottom: 20px;
}

.pb_25
{
    padding-bottom: 25px;
}

.pb_30
{
    padding-bottom: 30px;
}

.pl_5
{
    padding-left: 5px;
}

.pl_10
{
    padding-left: 10px;
}

.pl_15
{
    padding-left: 15px;
}

.pl_20
{
    padding-left: 20px;
}

.pl_25
{
    padding-left: 25px;
}

.pl_30
{
    padding-left: 30px;
}

.terms_table
{
    border: 1px solid #ddd;
}

.terms_table tbody tr td
{
    border: 1px solid #ddd !important;
    padding: 16px 4px 13px;
}

.fixed-part
{
    position: fixed;
    top: 50px;
    background: #fff;
    width: 25%;
    padding: 5px;
    z-index: 99;
    border: 1px solid rgb(218, 218, 218);
    box-shadow: rgba(224, 224, 224, 0.8) 0px 2px 4px;
    border-radius: 4px;
}

.tcs_body
{
    background: #FAE7EF;
    padding: 5px 8px;
}

.tcs_body ul li
{
    list-style: disc;
}

ul.payment_steps li, ul.payment_steps li i
{
    text-align: center;
    font-size: 16px;
    color: #333;
}

ul.payment_steps li span
{
    text-align: center;
    font-size: 12px;
}

.offline_text
{
    color: #0B9DB3;
}

.online_text
{
    color: #02c39a;
}

table.price_details_tb
{
    border: none;
    width: 100%;
}

table.price_details_tb tr
{
    border-bottom: 1px dashed #ddd;
}

table.price_details_tb tr:last-child
{
    border-bottom: none;
}

table.price_details_tb tr td
{
    padding: 8px 0;
    vertical-align: top;
    font-weight: bold;
}

table.price_details_tb tr td span
{
    font-size: 12px;
    font-weight: 400;
}


.payment_form input[type=radio] {
    --s: 1em;     /* control the size */
    --c: #009688; /* the active color */
    
    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #939393;
    padding: calc(var(--s)/8);
    background: 
       radial-gradient(farthest-side,var(--c) 94%,#0000) 
       50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    /* font-size: inherit; */
    font-size: 20px;
    transition: .3s;
  }
  .payment_form input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
  }
  
  .payment_form input[type=radio]:disabled {
    background: 
       linear-gradient(#939393 0 0) 
       50%/100% 20% no-repeat content-box;
    opacity: .5;
    cursor: not-allowed;
  }
  
  @media print {
    .payment_form input[type=radio] {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
      background: none;
    }
  }
  
  .payment_form label {
    display:inline-flex;
    align-items:center;
    gap:20px;
    margin:5px;
    cursor: pointer;
    font-size: 16px;
  }


.part_payment table
{
    background: #e9ebf8;
    /* border: 1px solid #99ECE4; */
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

.part_payment table tr td
{
    padding: 5px;
    vertical-align: top;
    line-height: 20px;
}

.part_payment table tr td small
{
    font-size: 10px;
    color: #777;
    display: block;
}


.payment_loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.payment_loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 


.video_gallery
{
    /* background-color: #f60; */
    display: flex;
    justify-content: space-between;
}

.video_blog
{
    /* height: 400px; */
    width: 100%;
    max-width: 800px; /* optional: limit max width */
    margin: auto;
    padding: 5px;
}

.video_blog video
{
     width: 100%;
    height: auto; /* keeps aspect ratio */
    display: block;
    /* height: 100%;
    padding: 5px; */
}


/* *************************
Mobile login screen
**************************** */

    /* Input Group */
    .input-group {
      display: flex;
      /* align-items: center; */
      gap: 8px;
      /* margin-bottom: 20px; */
    }

    /* Mobile Input */
    .mobile-input {
      flex: 1;
    }

    .mobile-input input {
      width: 100%;
      height: 44px;
      padding: 0 12px;
      border-radius: 10px;
      border: 1px solid #ccc;
      font-size: 14px;
    }

    /* Flag Images */
    /* .flag-icon {
      width: 22px;
      height: 15px;
      object-fit: cover;
      margin-right: 8px;
      border-radius: 2px;
    } */

/* Give space for flags */
.chosen-container .chosen-single span {
  padding-left: 28px;
}

.chosen-container .chosen-results li {
  padding-left: 28px;
}

/* Ensure flag visibility */
.flag-bg {
  background-repeat: no-repeat !important;
  background-size: 20px 14px !important;
  background-position: 5px center !important;
}





/* Match Select2 dropdown with input height */
.select2-container .select2-selection--single {
    height: 42px !important;      /* Adjust to match input height */
    width: 250px !important;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important; /* Slightly less than height */
    padding-left: 10px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px;
}


.country-flag {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  border-radius: 2px;
  object-fit: cover;
}

#country-select-login
{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;

    /* padding: 3px 4px !important; */
}



/* ******************************
Reviews start here
******************************** */

/* Travel Reviews Section Styles - Unique Classes */
.travel-reviews-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: hsl(215, 25%, 15%);
    background: hsl(210, 20%, 98%);
}

.travel-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Reviews Section */
.travel-reviews-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, hsl(210, 20%, 98%), hsl(210, 20%, 95%));
}

.travel-reviews-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.travel-reviews-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, hsl(25, 85%, 65%), hsl(45, 90%, 70%));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.travel-reviews-section-title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
    color: hsl(215, 25%, 15%);
    margin-bottom: 1rem;
}

.travel-reviews-section-description {
    font-size: 1.125rem;
    color: hsl(215, 15%, 55%);
    max-width: 600px;
    margin: 0 auto 1.5rem;
}

.travel-reviews-average-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.travel-reviews-stars {
    display: flex;
    gap: 0.25rem;
}

.travel-reviews-stars i {
    color: hsl(25, 85%, 65%);
    font-size: 1.25rem;
}

.travel-reviews-rating-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(215, 25%, 15%);
}

.travel-reviews-rating-count {
    color: hsl(215, 15%, 55%);
}

/* Reviews Grid */
.travel-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .travel-reviews-grid {
        grid-template-columns: 1fr;
    }
}

.travel-reviews-card {
    background: hsl(0, 0%, 100%);
    border: 1px solid rgba(210, 220, 240, 0.5);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 8px 30px -8px hsla(215, 25%, 15%, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.travel-reviews-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -12px hsla(215, 25%, 15%, 0.25);
}

.travel-reviews-header {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.travel-reviews-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(200, 220, 240, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.travel-reviews-card:hover .travel-reviews-avatar {
    border-color: hsl(200, 85%, 45%);
}

.travel-reviews-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-reviews-reviewer-info {
    flex: 1;
    min-width: 0;
}

.travel-reviews-reviewer-name {
    font-size: 16px;
    font-weight: 600;
    color: hsl(215, 25%, 15%);
    margin: 0;
}

.travel-reviews-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: hsl(215, 15%, 55%);
    margin-top: 0.25rem;
}

.travel-reviews-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.travel-reviews-stars i
{
    font-size: 14px;
}

.travel-reviews-rating-text {
    font-size: 14px;
    font-weight: 500;
    color: hsl(215, 25%, 15%);
}

.travel-reviews-location {
    font-size: 14px;
    color: hsl(215, 15%, 55%);
}

.travel-reviews-content .travel-reviews-text {
    color: hsl(215, 25%, 15%);
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.travel-reviews-read-more-btn {
    background: none;
    border: none;
    color: hsl(200, 85%, 45%);
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.travel-reviews-read-more-btn:hover {
    color: hsl(200, 85%, 40%);
    text-decoration: underline;
}

/* Travel Reviews Modal Styles */
.travel-reviews-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.travel-reviews-modal.travel-reviews-active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: travelReviewsFadeIn 0.3s ease-out;
}

.travel-reviews-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.travel-reviews-modal-content {
    position: relative;
    background: linear-gradient(135deg, hsl(0, 0%, 100%), hsl(210, 20%, 95%));
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px hsla(215, 25%, 15%, 0.25);
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    margin: 1rem;
    animation: travelReviewsModalEnter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
}

.travel-reviews-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.travel-reviews-modal-close:hover {
    background: rgba(0, 0, 0, 0.2);
}

.travel-reviews-modal-header {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 2rem 2rem 1.5rem;
    border-bottom: 1px solid rgba(210, 220, 240, 0.5);
}

.travel-reviews-modal-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(200, 220, 240, 0.3);
    box-shadow: 0 4px 20px -2px hsla(200, 85%, 45%, 0.15);
}

.travel-reviews-modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-reviews-modal-reviewer-info {
    flex: 1;
    min-width: 0;
}

.travel-reviews-modal-reviewer-info h3 {
    font-size: 16px;
    font-weight: 700;
    color: hsl(215, 25%, 15%);
    margin: 0 0 0.5rem 0;
}

.travel-reviews-modal-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: hsl(215, 15%, 55%);
    margin-bottom: 0.75rem;
}

.travel-reviews-modal-rating {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.travel-reviews-modal-body {
    padding: 1.5rem 2rem;
    position: relative;
}

.travel-reviews-quote-icon {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    font-size: 54px;
    color: rgba(200, 220, 240, 0.3);
}

.travel-reviews-modal-body blockquote {
    font-size: 14px;
    line-height: 1.6;
    color: hsl(215, 25%, 15%);
    padding-left: 1.5rem;
    padding-right: 1rem;
    margin: 0;
    font-style: italic;
    border-left: 0px !important;

}

.travel-reviews-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(210, 220, 240, 0.5);
    font-size: 0.875rem;
    color: hsl(215, 15%, 55%);
}

.travel-reviews-verified-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.travel-reviews-verified-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: hsl(200, 85%, 45%);
}

/* Travel Reviews Animations */
@keyframes travelReviewsFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes travelReviewsModalEnter {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Travel Reviews Responsive Design */
@media (max-width: 768px) {
    .travel-reviews-hero-title {
        font-size: 2.5rem;
    }
    
    .travel-reviews-hero-description {
        font-size: 1rem;
    }
    
    .travel-reviews-hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .travel-reviews-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .travel-reviews-modal-content {
        margin: 0.5rem;
        max-height: 95vh;
    }
    
    .travel-reviews-modal-header {
        padding: 1.5rem 1.5rem 1rem;
    }
    
    .travel-reviews-modal-body {
        padding: 1rem 1.5rem;
    }
    
    .travel-reviews-modal-footer {
        padding: 1rem 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .travel-reviews-modal-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .travel-reviews-modal-reviewer-info {
        text-align: center;
    }
}