@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");

.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;
        /* z-index: 99999 !important; */

}
.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;
    position: absolute;
    z-index: 100000 !important;
  pointer-events: auto !important;
              /* z-index: 100000 !important; */


}

.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;
    }
}


/* *********************************
    Thank you page and Invoice
************************************ */


    .thankyou-wrapper {

      min-height: 100vh;
      /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    background: #f4f4f4;
      padding: 2rem 1rem;
            font-size: 14px;
    }

    .thankyou-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .thankyou-header {
      text-align: center;
      margin-bottom: 2rem;
    }

    .thankyou-logo {
      max-width: 200px;
      height: auto;
      background: white;
      padding: 1rem;
      border-radius: 12px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .thankyou-status-card {
      background: white;
      border-radius: 16px;
      padding: 3rem 2rem;
      text-align: center;
      margin-bottom: 2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      line-height: 32px;
    }

    .thankyou-status-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 1.5rem;
      display: block;
    }

    .thankyou-status-success .thankyou-status-icon {
      color: hsl(142, 71%, 45%);
    }

    .thankyou-status-failed .thankyou-status-icon {
      color: hsl(0, 84.2%, 60.2%);
    }

    .thankyou-status-pending .thankyou-status-icon {
      color: hsl(38, 92%, 50%);
    }

    .thankyou-status-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 0.75rem;
      color: #1a202c;
      font-family: 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif !important;
    }

    .thankyou-status-title .booking_summary_title {
      color: #085C91;
      text-align: left;
      padding: 5px 0;
    }

    .thankyou-status-success .thankyou-status-title {
      color: hsl(142, 71%, 35%);
    }

    .thankyou-status-failed .thankyou-status-title {
      color: hsl(0, 84.2%, 50%);
    }

    .thankyou-status-pending .thankyou-status-title {
      color: hsl(38, 92%, 40%);
    }

    .thankyou-status-message {
      font-size: 14px;
      color: #4a5568;
      margin-bottom: 1.5rem;
      line-height: 1.6;
    }

    .thankyou-booking-id {
      display: inline-block;
      background: #f7fafc;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      font-size: 14px;
      color: #4a5568;
      font-weight: 500;
      border: 2px solid #e2e8f0;
    }

    .thankyou-booking-id span {
      color: hsl(203, 89%, 35%);
      font-weight: 700;
      margin-left: 0.5rem;
    }

    .thankyou-actions {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 2rem;
      flex-wrap: wrap;
    }

    .thankyou-btn {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.75rem 1.5rem;
      font-size: 14px;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .thankyou-btn-download {
      background: hsl(203, 89%, 35%);
      color: white;
    }

    .thankyou-btn-download:hover {
      background: hsl(203, 89%, 30%);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .thankyou-btn-print {
      background: white;
      color: hsl(203, 89%, 35%);
      border: 0px solid hsl(203, 89%, 35%);
    }

    .thankyou-btn-print:hover {
      background: hsl(203, 89%, 95%);
      transform: translateY(-2px);
    }

    .thankyou-section {
      margin-bottom: 1.5rem;
    font-family: 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif !important;
    }

    .thankyou-section-title {
      font-size: 22px;
      font-weight: 700;
      color: #1a202c;
      margin-bottom: 1rem;
      padding-left: 0.5rem;
      border-left: 4px solid hsl(203, 89%, 35%);
      font-family: 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif !important;
    }

    .thankyou-card {
      background: white;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .thankyou-detail-row {
        display: flex;
        justify-content: space-between;
        align-items: center;  /* ADD THIS LINE */
        padding: 0.75rem 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .thankyou-detail-row:last-child {
      border-bottom: none;
    }

    .thankyou-package-name {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }

    .thankyou-detail-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 2rem;
    }

    .thankyou-label {
      font-weight: 600;
      color: #4a5568;
      font-size: 14px;
        flex: 0 0 auto;        /* ADD THIS LINE */
        text-align: left;      /* ADD THIS LINE */
    }

    .thankyou-value {
      color: #1a202c;
      font-weight: 500;
      text-align: right;
        flex: 1 1 auto;        /* ADD THIS LINE */
    }

    .thankyou-package-name .thankyou-value {
      text-align: left;
      font-size: 16px;
      color: hsl(203, 89%, 35%);
      line-height: 1.4;
    }

    .thankyou-payment-breakdown {
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
      border-bottom: 2px solid #e2e8f0;
    }

    .thankyou-payment-row {
      display: flex;
      justify-content: space-between;
      padding: 0.5rem 0;
        align-items: center;   /* ADD THIS LINE */
    }

    /* ADD THIS NEW RULE */
    .thankyou-payment-row .thankyou-label {
    text-align: left;
    flex: 0 0 auto;
    }

    /* ADD THIS NEW RULE */
    .thankyou-payment-row .thankyou-value {
    text-align: right;
    flex: 1 1 auto;
    }

    .thankyou-payment-subitem {
      padding-left: 1.5rem;
      font-size: 13px;
    }

    .thankyou-payment-total {
      border-top: 2px solid #e2e8f0;
      margin-top: 0.5rem;
      padding-top: 1rem;
      font-size: 16px;
      font-weight: 700;
    }

    .thankyou-payment-total .thankyou-label,
    .thankyou-payment-total .thankyou-value {
      color: #1a202c;
    }

    .thankyou-payment-paid {
      background: hsl(142, 71%, 95%);
      padding: 0.75rem;
      border-radius: 8px;
      margin-top: 0.5rem;
      font-weight: 600;
    }

    .thankyou-payment-paid .thankyou-value {
      color: hsl(142, 71%, 35%);
    }

    .thankyou-payment-balance {
      background: hsl(38, 92%, 95%);
      padding: 0.75rem;
      border-radius: 8px;
      margin-top: 0.5rem;
      font-weight: 600;
    }

    .thankyou-payment-balance .thankyou-value {
      color: hsl(38, 92%, 40%);
    }

    .thankyou-payment-info {
      margin-top: 1.5rem;
    }

    .thankyou-footer {
      text-align: center;
      margin-top: 3rem;
      padding: 2rem;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .thankyou-footer p {
      margin: 0.5rem 0;
      color: #4a5568;
    }

    .thankyou-contact {
      font-weight: 600;
      color: hsl(203, 89%, 35%);
      font-size: 16px;
    }

    .thankyou-footer-note {
      margin-top: 1rem;
      font-style: italic;
      color: #718096;
    }

    @media (max-width: 768px) {
      .thankyou-wrapper {
        padding: 1rem 0.5rem;
      }

      .thankyou-status-card {
        padding: 2rem 1rem;
      }

      .thankyou-status-icon {
        width: 60px;
        height: 60px;
      }

      .thankyou-status-title {
        font-size: 1.5rem;
      }

      .thankyou-status-message {
        font-size: 14px;
      }

      .thankyou-detail-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .thankyou-actions {
        flex-direction: column;
      }

      .thankyou-btn {
        width: 100%;
        justify-content: center;
      }

      .thankyou-logo {
        max-width: 150px;
      }
    }

    @media print {
      .thankyou-wrapper {
        background: white !important;
        padding: 0 !important;
      }

      .thankyou-actions {
        display: none !important;
      }

      .thankyou-card,
      .thankyou-status-card,
      .thankyou-footer {
        box-shadow: none !important;
        page-break-inside: avoid;
      }

      .thankyou-section {
        page-break-inside: avoid;
      }
    }

    .icon {
      /* width: 80px;
      height: 80px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round; */
      font-size: 80px;
    }

    .btn-icon {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }


    
    /* Passenger Details Table Styles */
    .passenger-table-wrapper {
      width: 100%;
      overflow-x: auto;
    }

    .passenger-table {
      width: 100%;
      border-collapse: collapse;
      background: white;
    }

    .passenger-table-room-header {
      background: #e8eaf0;
      font-weight: 600;
      font-size: 16px;
      color: #2d3748;
      padding: 0.875rem 1rem;
      text-align: left;
      border-bottom: 2px solid #cbd5e0;
    }

    .passenger-table-row {
      border-bottom: 1px solid #e2e8f0;
      transition: background-color 0.2s ease;
    }

    .passenger-table-row:hover {
      background-color: #f7fafc;
    }

    .passenger-table-row:last-child {
      border-bottom: none;
    }

    .passenger-table-cell {
      padding: 0.875rem 1rem;
      color: #4a5568;
      font-size: 14px;
      vertical-align: top;
    }

    .passenger-table-cell:first-child {
      font-weight: 600;
      color: #2d3748;
      width: 120px;
    }

    .passenger-table-cell:last-child {
      color: #1a202c;
    }

    @media (max-width: 768px) {
      .passenger-table-cell {
        padding: 0.75rem 0.5rem;
        font-size: 13px;
      }

      .passenger-table-cell:first-child {
        width: 80px;
      }

      .passenger-table-room-header {
        padding: 0.75rem 0.5rem;
        font-size: 15px;
      }
    }


    .rounded_box_outline
    {
      padding: 0px 4px !important;
    }

/* *******************************************************
    OFFLINE PAYMENT SCREEN. Thank you page and Invoice
***********************************************************/

  /* Payment Standalone Styles - Unique class names to avoid conflicts */
  
  .ps-page-wrapper * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  .ps-page-wrapper {
      /* font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
      font-family: "Noto Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #f0fdf4 100%);
      min-height: 100vh;
      padding: 32px 16px;
  }

  .ps-container {
      max-width: 1400px;
      margin: 0 auto;
  }

  .ps-header {
      margin-bottom: 32px;
  }

  .ps-header h1 {
      font-family: "Noto Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 32px;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 8px;
  }

  .ps-header p {
      color: #64748b;
  }

  .ps-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
  }

  @media (min-width: 1024px) {
      .ps-grid {
          grid-template-columns: 2fr 1fr;
      }
  }

  .ps-card {
      background: white;
      border: 1px solid #DDDDDD;
      border-radius: 12px;
      padding: 32px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .ps-card h2 {
      font-family: "Noto Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 24px;
      color: #0f172a;
  }

  .ps-card h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #0f172a;
  }

  .ps-radio-group {
      margin-bottom: 32px;
  }

  .ps-radio-option {
      display: flex;
      align-items: flex-start;
      padding: 16px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      margin-bottom: 16px;
      cursor: pointer;
      transition: all 0.2s;
  }

  .ps-radio-option:hover {
      background: #f8fafc;
  }

  .ps-radio-option.ps-active {
      border-color: #3b82f6;
      background: #eff6ff;
  }

  .ps-radio-option input[type="radio"] {
      margin-right: 16px;
      cursor: pointer;
  }

  .ps-radio-label {
      flex: 1;
  }

  .ps-radio-label strong {
      display: block;
      margin-bottom: 4px;
      font-weight: 500;
  }

  .ps-radio-label p {
      font-size: 14px;
      color: #64748b;
  }

  .ps-info-box {
      background: #dbeafe;
      border: 1px solid #93c5fd;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 24px;
  }

  .ps-info-box p {
      font-size: 14px;
      color: #1e40af;
  }

  .ps-form-group {
      margin-bottom: 24px;
  }

  .ps-form-group label {
      display: block;
      font-weight: 500;
      margin-bottom: 8px;
      color: #0f172a;
  }

  .ps-form-group input[type="number"],
  .ps-form-group input[type="text"],
  .ps-form-group input[type="file"] {
      width: 100%;
      padding: 12px;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      font-size: 16px;
      transition: border-color 0.2s;
  }

  .ps-form-group input:focus {
      outline: none;
      border-color: #3b82f6;
  }

  .ps-form-group input:disabled {
      background: #f1f5f9;
      cursor: not-allowed;
  }

  .ps-helper-text {
      font-size: 12px;
      color: #64748b;
      margin-top: 4px;
  }

  .ps-btn {
      width: 100%;
      padding: 12px 24px;
      font-size: 18px;
      font-weight: 500;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
  }

  .ps-btn-primary {
      background: #3b82f6;
      color: white;
  }

  .ps-btn-primary:hover {
      background: #2563eb;
  }

  .ps-btn-outline {
      background: white;
      color: #3b82f6;
      border: 2px solid #3b82f6;
  }

  .ps-btn-outline:hover {
      background: #eff6ff;
  }

  .ps-qr-container {
      background: linear-gradient(135deg, #dbeafe 0%, #dcfce7 100%);
      border-radius: 12px;
      padding: 32px;
      margin-bottom: 24px;
  }

  .ps-qr-container h4 {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #0f172a;
  }

  .ps-qr-box {
      background: white;
      padding: 24px;
      border-radius: 8px;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
      max-width: 300px;
      margin: 0 auto;
  }

  .ps-qr-placeholder {
      background: #e5e7eb;
      aspect-ratio: 1;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .ps-qr-placeholder-content {
      text-align: center;
  }

  .ps-qr-icon {
      font-size: 64px;
      color: #6b7280;
      margin-bottom: 8px;
  }

  .ps-qr-amount {
      font-size: 18px;
      font-weight: 700;
      color: #3b82f6;
      margin-top: 8px;
  }

  .ps-upi-id {
      text-align: center;
      font-family: monospace;
      font-size: 14px;
      font-weight: 600;
      margin-top: 16px;
  }

  .ps-success-message {
      text-align: center;
      padding: 48px 16px;
  }

  .ps-success-icon {
      font-size: 64px;
      color: #16a34a;
      margin-bottom: 16px;
  }

  .ps-success-message h3 {
      color: #16a34a;
      margin-bottom: 8px;
  }

  .ps-success-message p {
      color: #64748b;
      margin-bottom: 24px;
  }

  .ps-payment-history {
      border-top: 1px solid #e2e8f0;
      padding-top: 24px;
      margin-top: 24px;
  }

  .ps-payment-history h4 {
      font-weight: 600;
      margin-bottom: 16px;
      color: #0f172a;
  }

  .ps-payment-record {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #f8fafc;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 8px;
  }

  .ps-payment-record div:first-child {
    text-align: left;
  }

    .ps-payment-record div:last-child {
        text-align: right !important;
    }

  .ps-payment-record-info p:first-child {
      font-weight: 500;
      margin-bottom: 4px;
  }

  .ps-payment-record-info p:last-child {
      font-size: 12px;
      color: #64748b;
  }

  .ps-status-badge {
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
      font-weight: 500;
  }

  .ps-status-success {
      background: #dcfce7;
      color: #16a34a;
  }

  .ps-status-pending {
      background: #fef9c3;
      color: #ca8a04;
  }

  .ps-status-failed {
      background: #fee2e2;
      color: #dc2626;
  }

  .ps-bank-details {
      background: linear-gradient(135deg, #f9fafb 0%, #dbeafe 100%);
      padding: 24px;
      border-radius: 8px;
      margin-bottom: 24px;
  }

  .ps-bank-details h4 {
      font-weight: 600;
      margin-bottom: 16px;
      font-size: 18px;
      color: #0f172a;
  }

  .ps-bank-detail-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #e2e8f0;
  }

  .ps-bank-detail-row:last-child {
      border-bottom: none;
  }

  .ps-bank-detail-row span:first-child {
      color: #64748b;
      font-size: 14px;
      flex: 0 0 auto;  /* ADDED */
  }

  .ps-bank-detail-row span:last-child {
      font-weight: 500;
      text-align: right;
      font-size: 14px;
      flex: 1 1 auto;  /* ADDED */
      margin-left: 16px;  /* ADDED */
  }

  .ps-summary-section {
      margin-bottom: 24px;
  }

  .ps-summary-section p {
      font-size: 14px;
      margin-bottom: 8px;
  }

  .ps-summary-section strong {
      font-weight: 500;
  }

  .ps-summary-section .ps-muted {
      color: #64748b;
  }

  .ps-summary-row {
      display: flex;
      justify-content: space-between;
      align-items: center;  /* ADDED */
      font-size: 14px;
      margin-bottom: 8px;
  }

  .ps-summary-row span:first-child {  /* NEW RULE */
      flex: 0 0 auto;
  }

  .ps-summary-row span:last-child {  /* NEW RULE */
      text-align: right;
      flex: 1 1 auto;
      margin-left: 16px;
  }

  .ps-summary-row.ps-total {
      font-size: 16px;
      font-weight: 600;
      padding-top: 8px;
      border-top: 1px solid #e2e8f0;
      margin-top: 8px;
  }

  .ps-payable-box {
      background: linear-gradient(135deg, #2563eb 0%, #16a34a 100%);
      color: white;
      padding: 16px;
      border-radius: 8px;
      margin-top: 24px;
  }

  .ps-payable-box p:first-child {
      font-size: 14px;
      margin-bottom: 4px;
      opacity: 0.9;
  }

  .ps-payable-box p:last-child {
      font-size: 24px;
      font-weight: 700;
  }

  .ps-total-amount-display {
      text-align: center;
      padding: 24px;
      background: linear-gradient(135deg, #dbeafe 0%, #dcfce7 100%);
      border-radius: 12px;
      margin-bottom: 24px;
  }

  .ps-total-amount-display h3 {
      margin-bottom: 8px;
  }

  .ps-total-amount-display .ps-amount {
      font-size: 40px;
      font-weight: 700;
      color: #3b82f6;
  }

  .ps-sticky-sidebar {
      position: sticky;
      top: 24px;
  }

  .ps-hidden {
      display: none;
  }

  .ps-toast {
      position: fixed;
      bottom: 32px;
      right: 32px;
      background: white;
      padding: 16px 24px;
      border-radius: 8px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      animation: ps-slideIn 0.3s ease-out;
  }

  .ps-toast.ps-success {
      border-left: 4px solid #16a34a;
  }

  .ps-toast.ps-error {
      border-left: 4px solid #dc2626;
  }

  .ps-toast.ps-warning {
      border-left: 4px solid #ca8a04;
  }

  @keyframes ps-slideIn {
      from {
          transform: translateX(100%);
          opacity: 0;
      }
      to {
          transform: translateX(0);
          opacity: 1;
      }
  }

  @keyframes ps-slideOut {
      from {
          transform: translateX(0);
          opacity: 1;
      }
      to {
          transform: translateX(100%);
          opacity: 0;
      }
  }

  .ps-toast.ps-hiding {
      animation: ps-slideOut 0.3s ease-in;
  }




  /* *******************************************************
  HOME PAGE SLIDER DESIGN
  ***********************************************************/

        /* Unique namespace for slider styles */
        .abhichalo-slider-wrapper {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .abhichalo-hero-slider {
            position: relative;
            width: 100%;
            height: 300px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .abhichalo-slider-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .abhichalo-slide-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            /* z-index: 1 !important; */
        }

        .abhichalo-slide-item.abhichalo-active {
            opacity: 1;
            z-index: 0 !important;
            position: relative;
        }

        .abhichalo-slide-bg {
            position: absolute;
            z-index: 1 !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

        .abhichalo-slide-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%); */
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
            z-index: 1 !important;
        }

        .abhichalo-slide-content {
            position: relative;
            z-index: 1 !important;
            text-align: center;
            color: #fff;
            padding: 20px;
            max-width: 900px;
            animation: abhichalo-slideUp 1s ease-out;
        }

        @keyframes abhichalo-slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .abhichalo-slide-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
            line-height: 1.2;
        }

        .abhichalo-slide-description {
            font-size: 18px;
            margin-bottom: 20px;
            line-height: 1.5;
            text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        }

        .abhichalo-slide-btn {
            display: inline-block;
            padding: 12px 35px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }

        .abhichalo-slide-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
        }

        /* Navigation Arrows */
        .abhichalo-slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }

        .abhichalo-slider-nav:hover {
            background: #fff;
            transform: translateY(-50%) scale(1.1);
        }

        .abhichalo-slider-nav.abhichalo-prev {
            left: 30px;
        }

        .abhichalo-slider-nav.abhichalo-next {
            right: 30px;
        }

        .abhichalo-slider-nav svg {
            width: 24px;
            height: 24px;
            fill: #333;
        }

        /* Dots Navigation */
        .abhichalo-slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            display: flex;
            gap: 12px;
        }

        .abhichalo-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }

        .abhichalo-dot.abhichalo-active {
            width: 40px;
            border-radius: 6px;
            background: #fff;
        }

        .abhichalo-dot:hover {
            background: rgba(255, 255, 255, 0.8);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .abhichalo-hero-slider {
                height: 250px;
            }

            .abhichalo-slide-title {
                font-size: 28px;
                margin-bottom: 10px;
            }

            .abhichalo-slide-description {
                font-size: 14px;
                margin-bottom: 15px;
            }

            .abhichalo-slider-nav {
                width: 40px;
                height: 40px;
            }

            .abhichalo-slider-nav.abhichalo-prev {
                left: 10px;
            }

            .abhichalo-slider-nav.abhichalo-next {
                right: 10px;
            }

            .abhichalo-slide-btn {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .abhichalo-hero-slider {
                height: 200px;
            }

            .abhichalo-slide-title {
                font-size: 22px;
            }

            .abhichalo-slide-description {
                font-size: 12px;
                display: none; /* Hide description on very small screens */
            }

            .abhichalo-slider-nav {
                width: 35px;
                height: 35px;
            }

            .abhichalo-slider-nav svg {
                width: 18px;
                height: 18px;
            }
        }



/* *******************************************************
        WHATS APP ICON ON FOOTER
******************************************************** */

.abhichalo-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 50;
}

.abhichalo-whatsapp-float a i
{
    font-size: 32px !important;
    color: white;
}

.abhichalo-whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.abhichalo-whatsapp-link:hover {
    background-color: #20BA5A;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.abhichalo-whatsapp-icon {
    width: 28px;
    height: 28px;
}


/* ************************
    Video Gallery
***************************/

/* Video Gallery Section Styles */
.abhichalo-video-gallery-section {
    padding: 0px 0;
    background-color: #ffffff;
}

.abhichalo-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styles */
.abhichalo-gallery-title {
    text-align: center;
    margin-bottom: 50px;
}

.abhichalo-gallery-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.abhichalo-gallery-title h2 span {
    color: #e74c3c;
}

.abhichalo-title-decorator {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.abhichalo-dot {
    width: 8px;
    height: 8px;
    background-color: #f39c12;
    border-radius: 50%;
}

.abhichalo-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    margin-top: 10px;
}

/* Video Grid - Masonry Layout */
.abhichalo-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    grid-auto-flow: dense;
}

.abhichalo-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #000;
}

.abhichalo-video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Varied Heights for Masonry Effect */
.abhichalo-video-item:nth-child(1) {
    grid-row: span 2;
}

.abhichalo-video-item:nth-child(4) {
    grid-row: span 2;
}

.abhichalo-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.abhichalo-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .abhichalo-video-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .abhichalo-gallery-title h2 {
        font-size: 32px;
    }
    
    .abhichalo-video-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }
    
    .abhichalo-video-item:nth-child(1),
    .abhichalo-video-item:nth-child(4) {
        grid-row: span 1;
    }
    
    .abhichalo-video-wrapper {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .abhichalo-video-gallery-section {
        padding: 40px 0;
    }
    
    .abhichalo-gallery-title h2 {
        font-size: 28px;
    }
    
    .abhichalo-video-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .abhichalo-video-wrapper {
        min-height: 180px;
    }
}


.nav-link {
  transition: all 0.3s ease;
}

.nav-link.active {
  color: red;
  font-weight: bold;
}

.btn-download
{
    background: #00bbff;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}


