* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.wrapper {
  height: 100vh;
  position: relative;
}

body,
html {
  overflow-x: hidden;
}

.index {
  background: url(../../Images/Background.PNG);
  width: 100%;
  /* background-position: center; */
  background-size: cover;
  /* min-height: auto; */
  height: 100%;
  background-attachment: fixed;
}

header {
  height: 8vh;
  width: 100%;
  display: flex;
  align-items: center;
}

header nav {
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}

/* header nav .logo { width: 200px;} */
header nav .logo a {
  color: #FFD650;
  font-size: 2.8vw;
  border-radius: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}

header nav .login-btn button {
  background: linear-gradient(#696969, #c2c2c1);
  color: #ffe358;
  border: 4px solid #999;
  transition: 0.3s;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}

header nav .login-btn button:hover {
  border: 4px solid #999;
  background: linear-gradient(#444, #696969, #c2c2c1);
  color: #ffe358;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 30px 30px 0 0;
  z-index: 11;
}

footer .buttons button {
  background: transparent;
  border: none;
  padding: 0;
  /* keep spacing and rounded corners if desired */
  margin: 0 5px;
  border-radius: 10px;
}

footer .buttons button img {
  width: 140px;
  transition: 0.3s;
}

/* footer .buttons button:hover img {filter: brightness(0.8);} */

.contact-form .container .row .col-md-6 form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  outline: none;
  border: 0;
  border-radius: 10px;
  background: #fff;
}

.contact-form .container .row .col-md-6 form textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  margin: 10px 0;
  outline: none;
  border: 0;
  border-radius: 10px;
  background: #fff;
}

.contact-form .container .row .col-md-6 form button {
  padding: 10px 50px;
  position: relative;
  border: 4px solid #999;
  background: linear-gradient(#444, #696969, #c2c2c1);
  color: #ffe358;
  border-radius: 10px;
}

.contact-form .container .row .col-md-6 form button::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 10px;
  width: 1px;
  height: 1px;
  rotate: 45deg;
  background: #fff;
  display: block;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}


.contact-form .container .row .col-md-6 .svg-box {
  background: url(../../Images/Plane2.PNG);
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-form .container {
  background: linear-gradient(-45deg, #000D15, #007CB4) !important;
  padding: 50px 10px;
  border-radius: 20px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: calc(100% - 5%); */
}

@media (max-width: 768px) {
  .contact-form .container {
    height: auto;
    padding: 30px 10px;
  }
}

.contact-form .container .row .col-md-8 h3 {
  text-align: justify;
}

.contact-form .container .row .col-md-8 h3 a {
  width: 100%;
  text-align: center;
  display: block;
}

.contact-form .container .row .col-md-6 .svg-box h3 {
  margin: 8px;
  background: #252625;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}

.contact-form .container .row .col-md-6 .svg-box h3 a {
  text-decoration: none;
  color: #fff;
  background: #252625;
  padding: 5px 15px;
  border-radius: 8px;
  display: block;
}

@media (max-width: 576px) {

  .contact-form .container .row .col-md-6 .svg-box h3 {
    font-size: 15px;
  }

  .contact-form .container .row .col-md-8 .svg-box h3 a {
    font-size: 15px;
  }
}

.packages .container .d-flex {
  /* scroll-margin-left: 10%; */
  /* scroll-behavior: smooth; */
  /* overflow-x: scroll; */
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.pack-page {
  position: relative;
  /* height: fit-content; */
  overflow-x: hidden;
}

.pack-page header {
  position: sticky;
  top: 0;
  z-index: 999;
  /* background: #638EC2; */
  /* padding: 20px 0; */
  border-radius: 0 0 20px 20px;
  /* box-shadow: 0 4px 15px rgba(99, 142, 194, 0.5); */
}

@media (max-width: 576px) {
  .pack-page header {
    border-radius: 10px;
  }
}

.packages {
  position: relative;

}

.packages::-webkit-scrollbar {
  display: none;
}

.packages .sticky-heading {
  /* background: #A4C0E1;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 4px 5px 30px #6c6c6c; */
}

.packages .container .row .book {
  background: #A4C0E1;
  border-radius: 15px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  min-width: 100%;
  text-align: center;
  height: 333px;
}

@media (max-width: 576px) {
  .packages .container .row .col-sm-8 {
    width: 80%;
  }
}

@media (max-width: 440px) {
  .packages .container .row .col-sm-8 {
    width: 100%;
  }
}

.packages .container .row .book h5 {
  padding: 0 20px;
  font-size: 16px;
  text-align: left;
  background: transparent;
}

.packages .container .row .book .bookImage {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.book-img {
  position: relative;
}

.book-img img:nth-child(2) {
  position: absolute;
  top: 18px;
  right: 0px;
}

.packages .container .row .book .d-flex {
  font-size: 20px;
  justify-content: space-around;
  background-color: #638EC2;
}

.packages .container .row .book .d-flex a {
  background: #000000;
  border-radius: 8px;
  color: #fff;
}

.packages .container .row .book .d-flex a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 576px) {
  .packages .container .row .book {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.packages .container .row::-webkit-scrollbar {
  display: none;
}

.packages .container .next-prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.book-detail .container .row {
  background: linear-gradient(-45deg, #000D15, #007CB4);
  margin: auto;
  margin-top: 40px;
  border-radius: 20px;
  padding: 15px 2px;
}

@media (max-width: 576px) {
  .book-detail .container .row {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .book-detail .container .row {
    margin-bottom: 6em;
  }
}

.book-detail .container .row .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.book-detail .container .row .col-md-6 img {
  height: 75%;
}

.book-detail .container .row .col-md-6 .btn {
  background: linear-gradient(#696969, #c2c2c1);
  color: #ffe358;
  border: 4px solid #999;
  border-radius: 10px;
}

.book-detail .container .row .col-md-6 .btn .cart-img {
  width: 30px;
  filter: invert(1);
}

/* Banner styles - applies to both index and version pages */
.banner {
  width: 100%;
  padding: 20px 20px 120px 20px;
  overflow: hidden;
}

.banner.main-banner {
  position: relative;
  align-items: center;
  justify-content: center;
}

/* Books container - applies to both index and version pages */
.books-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

/* Book card styles - applies to both index and version pages */
.book-card {
  position: relative;
  flex: 0 0 calc(20% - 20px);
  min-width: 180px;
  text-align: center;
  transition: transform 0.3s ease;
}

.book-card:hover {
  transform: scale(1.05);
}

.book-card .home-book-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .book-card {
    flex: 0 0 calc(25% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .book-card {
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media (min-width: 280px) and (max-width: 768px) {
  .book-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 140px;
    max-width: 180px;
  }
}

/* Books container for version page - similar to home page */
.version .books-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

.version .book-card {
  position: relative;
  flex: 0 0 calc(20% - 20px);
  min-width: 180px;
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.version .book-card:hover {
  transform: scale(1.05);
}

.version .book-card .home-book-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .version .book-card {
    flex: 0 0 calc(25% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .version .book-card {
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media (min-width: 280px) and (max-width: 768px) {
  .version .book-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 140px;
    max-width: 180px;
  }
}

/* Version page specific footer grid styles - 2 buttons matching index page button sizes */
.version .bottom-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .version .bottom-grid {
    max-width: 1000px;
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .version .bottom-grid {
    max-width: 600px;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .version .bottom-grid {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .version .bottom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    max-width: 100%;
    padding: 0 10px;
  }
}

/* Old banner styles - keeping for backward compatibility */
.banner .container .row .col-lg-3 .inner {

  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.banner .container .row .col-lg-3 .inner img {
  height: 250px;

  object-fit: contain;
}

@media (max-width: 576px) {
  .banner .container .row .col-lg-3 .inner img {  
    height: 200px;

  }
}

@media (max-width: 576px) {
  .banner .container .row .col-lg-3 .inner {
    width: auto;
    margin: auto;

  }
}

.banner .container .row .col-lg-3 .inner button {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  /* background: linear-gradient(#696969, #c2c2c1); */
  /* color: #ffe358; */
  /* border-radius: 10px; */
  /* border: 4px solid #999; */
}

.banner .container .row .col-lg-3 .inner button:hover {
  /* border: 4px solid #999; */
  background: linear-gradient(#444, #696969, #c2c2c1);
  color: #ffe358;
}

@media (max-width: 992px) {
  .version .banner .container .row {
    margin-bottom: 6em !important;
  }

  .index.version {
    height: auto;
  }

  .banner {
    padding: 15px 20px 100px 20px;
  }
}

@media (max-width: 768px) {
  .banner {
    padding: 15px 15px 100px 15px;
  }
}

@media (max-width: 576px) {
  .banner {
    padding: 10px 10px 90px 10px;
  }

  .books-container {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  header nav .logo a {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  header nav .login-btn {
    display: none;
  }

  header {
    height: 6vh;
  }
}

@media (max-width:768px) {
  .packages .container .row .book.last {
    margin-bottom: 6em;
  }
}


@media (max-width: 576px) {
  footer .buttons button {
    font-size: 10px;
    /*    width: 100%;*/
  }

  footer .terms {
    font-size: 13px;
  }

  .book-detail .container {
    margin-bottom: 6em;
  }

  footer .buttons button img {
    width: 80px;
  }
}

@media (max-width: 576px) {
  footer .terms {
    margin-top: 6px;
  }

  footer {
    padding: 0 0;
    /*position: relative;*/
    flex-direction: column;
    align-items: center;
    background: #012D50;
  }

  footer .buttons button img {
    width: 80px;
  }
}

@media (max-width: 786px) {
  .contact-form .container .row .col-md-6 form button::after {
    display: none;
  }

  footer {
    background: #012D50;
  }
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 1;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 1;
}

/* Bottom buttons section styling with CSS Grid */
.bottom-buttons-img {
  padding: 6px 0;
  background: transparent;
  position: fixed;
  bottom: 0;
  background: url(../../Images/Background.PNG);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 36px;


}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /* padding: 0 20px; */
}


@media (max-width: 576px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr 1fr;

  }
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.counter-grid-item {
  justify-self: center;
}

@media (max-width: 576px) {
  .counter-grid-item {
    display: none;
  }
}

.bottom-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.bottom-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-btn:hover {
  /* transform: scale(1.05); */
}

.bottom-button-img {
  width: 140px;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease;
}

/* Counter container styling */
.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.counter-img-parent {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #b9bbc0;
  padding: 2px 20px;
  border-radius: 4px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 4px solid #333 !important;
  gap: 12px;
}

.counter-numbers-parent {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  gap: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 2px solid #333;
  padding: 4px;
  background-color: #36353b;

}

.counter-numbers {
  width: 24px;
  height: 46px;
  display: inline-block;

}

.counter-seperate {
  width: 220px;
  height: auto;
}

/* Specific optimization for 1024x768 resolution */
@media (max-width: 1024px) and (max-height: 768px) {
  header {
    height: 6vh;
  }

  header nav .logo a {
    font-size: 2.2vw;
  }

  .banner {
    padding: 15px 20px 5px 20px !important;
  }

  .book-card .home-book-img {
    height: 180px !important;
  }

  .books-container {
    gap: 12px !important;
  }

  .pagination-container {
    margin: 0 0 10px 0 !important;
    padding: 5px 0 !important;
  }

  .pagination-controls {
    padding: 6px 12px !important;
    gap: 12px !important;
  }

  .pagination-btn-img {
    width: 40px !important;
  }

  .bottom-buttons-img {
    padding: 8px 0 !important;
  }

  .bottom-button-img {
    width: 140px !important;
  }

  .counter-seperate {
    width: 140px !important;
  }

  .counter-numbers {
    width: 20px !important;
  }
}

/* Responsive design for CSS Grid */
@media (max-width: 1200px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 10px;
    max-width: 1000px;
    padding: 0 15px;
  }

  .bottom-button-img {
    width: 180px;
  }

  .counter-seperate {
    width: 160px;
  }

  .counter-numbers {
    width: 28px;
  }
}

@media (max-width: 992px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    max-width: 600px;
    padding: 0 10px;
  }

  .bottom-button-img {
    width: 160px;
  }

  .counter-seperate {
    width: 140px;
  }

  .counter-numbers {
    width: 26px;
  }

  .counter-img-parent {
    padding: 2px 16px;
  }
}

@media (max-width: 991px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 8px;
    max-width: 100%;
    padding: 0 10px;
  }

  .counter-grid-item {
    grid-column: 4;
  }

  .bottom-button-img {
    width: 80px !important;
  }

  .counter-seperate {
    width: 80px !important;
  }

  .counter-numbers {
    width: 10px !important;
    height: 24px;
  }

  .counter-img-parent {
    padding: 4px 8px;
    gap: 4px;
  }

  .bottom-buttons-img {
    padding: 8px 0;
  }
}

@media (max-width: 576px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 8px;
    max-width: 100%;
    padding: 0 10px;
  }

}

@media (min-width: 280px) and (max-width: 576px) {
  .counter-seperate {
    width: 50px !important;
  }
}

.login-img-btn {
  width: 100px;

}

/* Pagination Styles */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 10px 0;
}

.pagination-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  /* background: rgba(164, 192, 225, 0.9); */
  padding: 8px 16px;
  border-radius: 10px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

.pagination-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover {
  /* transform: scale(1.05); */
}

.pagination-btn:hover .pagination-btn-img {
  filter: brightness(1.1);
}

.prev-btn {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);

}

.next-btn {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}



.pagination-btn-img {
  width: 90px;
  height: auto;
  transition: all 0.3s ease;
}

.pagination-info {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #638EC2;
}

/* Responsive pagination styles */
@media (max-width: 768px) {
  .pagination-controls {
    gap: 15px;
    padding: 12px 20px;
  }

  .pagination-btn-img {
    width: 60px;
  }

  .pagination-info {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (max-width: 576px) {
  .pagination-controls {
    gap: 10px;
    padding: 10px 15px;
  }

  .pagination-btn-img {
    width: 50px;
  }

  .pagination-info {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* @media (max-width: 576px) {
  .bottom-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 15px;
    max-width: 400px;
    padding: 0 10px;
  }
  
  .counter-grid-item {
    grid-column: 1;
  }
  
  .bottom-button-img {
    width: 120px;
  }

  .counter-seperate {
    width: 100px;
  }

  .counter-numbers {
    width: 20px;
  }

  .counter-img-parent {
    padding: 8px 12px;
    gap: 4px;
  }
} */


/* Comment Page Styles */
.comment-page {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;


}

.comment-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
}

.comment-form-box {
  background: rgb(156 193 230 / 95%);
  border-radius: 20px;
  padding: 10px 22px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  border: 3px solid rgba(100, 150, 200, 0.8);
}

.comment-form-title {
  font-size: 4.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
}

.comment-form {
  width: 100%;
}

#addCommentModal .form-group {
  margin-bottom: 4px;
  display: flex;
  gap: 15px;
}

@media (min-width: 280px) and (max-width: 576px) {
  #addCommentModal .form-group {
    margin-bottom: 4px;
    display: flex;
    gap: 0;
  }
}


#addCommentModal .form-group label {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  min-width: 150px;
  text-align: left;

}

@media (min-width: 280px) and (max-width: 576px) {
  #addCommentModal .form-group label {
    font-size: 16px;
  }
}

#addCommentModal .input-parent {
  width: 100%;
  display: flex;
  background-color: #5498cd;
  border-radius: 12px;
  border: 1px solid #848484;
}

#addCommentModal .captcha-parent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

@media (max-width: 768px) {
  .captcha-parent {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

}



.input-parent input {

  width: 80%;
  margin: auto;
}

#addCommentModal .form-group input,
#addCommentModal .form-group textarea {
  width: 85%;
  padding: 12px 15px;
  border: 2px solid #ccc;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.95);
  outline: none;
  transition: all 0.3s ease;
  margin-left: 42px;
  border: 1px solid #848484;
}

@media (min-width: 280px) and (max-width: 576px) {

  #addCommentModal .form-group input,
  #addCommentModal .form-group textarea {
    width: 78%
  }
}

#addCommentModal .form-group input:focus,
#addCommentModal .form-group textarea:focus {
  /* border-color: #ccc;
  border-left-color: #2E7BD6;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 8px rgba(74, 144, 226, 0.3); */
}

#addCommentModal .form-group textarea {
  resize: vertical;
  min-height: 120px;
  font-family: Arial, sans-serif;
  resize: none;
}

@media (max-width: 576px) {
  #addCommentModal .form-group textarea {
    min-height: auto;
    height: 60px;
  }
}

#addCommentModal .captcha-wrapper {
  align-items: flex-start;
}

.captcha-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.captcha-image-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.captcha-display {
  background: #fff;
  /* padding: 6px; */
  /* border: 2px solid #1b1b1b; */
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  #guestbookCaptchaImage {
    width: 100px;
    height: 50px;
  }
}

.captcha-display img {
  display: block;
}

.captcha-refresh-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.captcha-refresh-btn:hover {
  background: transparent;
}

@media (max-width: 768px) {
  .captcha-image-block {
    flex-direction: column;
    align-items: flex-start;
  }
}

#addCommentModal .form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.comment-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

.comment-btn:hover {
  /* transform: scale(1.05); */
}

.comment-btn img {
  width: 205px;
  height: auto;
  transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .comment-form-box {
    padding: 10px 20px;
    margin: 10px;
  }

  .comment-form-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-top: 0;
  }

  .form-group label {
    min-width: auto;
    margin-bottom: 5px;
  }

  .captcha-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .captcha-section .form-group {
    width: 100%;
  }

  .form-buttons {
    gap: 20px;
  }

  .comment-btn img {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .comment-form-box {
    padding: 25px 20px;
  }

  .comment-form-title {
    font-size: 24px;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .comment-btn img {
    width: 110px;
  }
}

/* new css */

/* Guestbook Styles */
.guestbook-page {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.guestbook-main-container {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  width: 100%;
  max-width: 1200px;
  align-items: center;
}

@media (max-width: 576px) {

  .guestbook-main-container {
    gap: 4px !important
  }

}




.guestbook-list-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 90%;
  /* border: 3px solid rgba(100, 150, 200, 0.8); */
  position: relative;
}

.guestbook-content {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}

.guestbook-actions-outside {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.guestbook-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

.guestbook-btn:hover {
  /* transform: scale(1.05); */
}

.guestbook-btn img {
  width: 200px;
  height: auto;
}

@media (max-width: 576px) {
  .guestbook-btn img {
    /* width: 100px; */
  }
}

/* Names List View */
.names-list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 5px;
}

/* Modal Comments Scroll Area */
.comments-scroll-area {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;

}

.comment-detail {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.comment-detail h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.comment-detail p {
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.comment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}

.comment-item:hover {
  background: #e3f2fd;
}

.comment-item.active {
  background: #64b5f6;
  color: white;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-name {

  font-size: 28px;
  min-width: 120px;
}

.comment-email {
  font-size: 28px;

  flex: 1;
  text-align: left;
  margin-left: 20px;
}

.comment-item.active .comment-email {
  color: #fff;
}

/* Guestbook Modal Styles */
#readCommentsModal.modal-overlay,
#addCommentModal.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#readCommentsModal .modal-content,
#addCommentModal .modal-content {
  background: #9bb9d2 !important;
  border-radius: 24px !important;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(100, 150, 200, 0.8);
  position: relative;
  margin: 0 12px !important;
}

@media (min-width: 280px) and (max-width:576px) {

  #readCommentsModal .modal-content,
  #addCommentModal .modal-content {
    width: 100%;
    padding: 10px;
    overflow-y: auto;
  }
}

#readCommentsModal .modal-header,
#addCommentModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(100, 150, 200, 0.5);
  padding-bottom: 15px;
}

@media (max-width: 576px) {

  #readCommentsModal .modal-header,
  #addCommentModal .modal-header {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

#addCommentModal .modal-header h3 {
  font-size: 3.8rem;
  color: #000;
  text-align: center;
  margin-bottom: 0 !important;

}

@media (min-width: 280px) and (max-width: 576px) {

  #addCommentModal .modal-header h3 {
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    margin-bottom: 16px;

  }
}

#readCommentsModal .close-btn,
#addCommentModal .close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

#readCommentsModal .close-btn:hover,
#addCommentModal .close-btn:hover {
  /* transform: scale(1.1); */
}

#readCommentsModal .close-btn img,
#addCommentModal .close-btn img {
  width: 130px;
  height: auto;
}

#readCommentsModal .modal-body,
#addCommentModal .modal-body {
  color: #000;
}

#readCommentsModal .modal-body p,
#addCommentModal .modal-body p {
  margin: 10px 0;
  font-size: 16px;
}

#readCommentsModal .modal-body strong,
#addCommentModal .modal-body strong {
  font-weight: bold;
}

#modalCommentText {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

/* Responsive Design for Guestbook */
@media (max-width: 768px) {
  .guestbook-main-container {
    flex-direction: column;
    align-items: center;
  }

  .guestbook-list-box {
    padding: 15px;
    margin: 10px;
    max-width: 100%;
  }

  .guestbook-actions-outside {
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .guestbook-btn img {
    width: 170px;
  }

  .comment-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 12px 15px;
  }

  .comment-name {
    min-width: auto;
    font-size: 16px;
  }

  .comment-email {
    margin-left: 0;
    font-size: 14px;
  }

  .guestbook-content {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .guestbook-btn img {
    /* width: 80px; */
  }

  .comment-name {
    font-size: 14px;
  }

  .comment-email {
    font-size: 12px;
  }

  .modal-header h3 {
    font-size: 18px;
  }

  .close-btn img {
    width: 50px;
  }
}

#addCommentModal .modal-content {
  border-radius: 24px;
}

/* Custom Scrollbar Styling - Windows Style */
.names-list::-webkit-scrollbar,
.comments-scroll-area::-webkit-scrollbar {
  width: 12px;
}

.names-list::-webkit-scrollbar-track,
.comments-scroll-area::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0;
}

.names-list::-webkit-scrollbar-thumb,
.comments-scroll-area::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0;
  border: 1px solid #989898;
  transition: background 0.2s ease;
}

.names-list::-webkit-scrollbar-thumb:hover,
.comments-scroll-area::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.names-list::-webkit-scrollbar-thumb:active,
.comments-scroll-area::-webkit-scrollbar-thumb:active {
  background: #909090;
}

/* Scrollbar buttons (arrows) */
.names-list::-webkit-scrollbar-button,
.comments-scroll-area::-webkit-scrollbar-button {
  display: block;
  background: #4a90e2;

  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid black;


}

/* Up arrow */
.names-list::-webkit-scrollbar-button:vertical:start:decrement,
.comments-scroll-area::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M4 1L1 5h6z' fill='%23000'/%3E%3C/svg%3E");
}

/* Down arrow */
.names-list::-webkit-scrollbar-button:vertical:end:increment,
.comments-scroll-area::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1 3l3 4 3-4z' fill='%23000'/%3E%3C/svg%3E");
}

/* Arrow hover effects */
.names-list::-webkit-scrollbar-button:hover,
.comments-scroll-area::-webkit-scrollbar-button:hover {
  background-color: #357abd;
}

.names-list::-webkit-scrollbar-button:active,
.comments-scroll-area::-webkit-scrollbar-button:active {
  background-color: #2968a3;
}

/* Hide double buttons and extra scrollbar elements (removes extra boxes) */
.names-list::-webkit-scrollbar-button:double-button,
.comments-scroll-area::-webkit-scrollbar-button:double-button,
.names-list::-webkit-scrollbar-button:horizontal,
.comments-scroll-area::-webkit-scrollbar-button:horizontal,
.names-list::-webkit-scrollbar-button:start:increment,
.comments-scroll-area::-webkit-scrollbar-button:start:increment,
.names-list::-webkit-scrollbar-button:end:decrement,
.comments-scroll-area::-webkit-scrollbar-button:end:decrement {
  display: none;
  height: 0;
  width: 0;
}

/* Scrollbar corner */
.names-list::-webkit-scrollbar-corner,
.comments-scroll-area::-webkit-scrollbar-corner {
  background: #f0f0f0;
}



.footer-btns .buttons {
  display: flex;
}

.packages-detail-header {
  position: fixed !important;
  top: 0 !important;

}

.packages {
  margin-top: 90px !important;
}