* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

main {
  width: 100vw;
}



.header {
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.267);
}

.logo img {
  height: 160px; /* adjust as needed */
  max-width: 100%;
  display: block;
}

.header h1 {
  font-size: 2vw;
  font-weight: 600;
  color: #000;
}

.header h1 span {
  color: #0090FF;
}

.links {
  display: flex;
  gap: 23px;
  padding:8vh;
}

.links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.links a:first-child,
.hero-content h1 span {
  color: #0090FF;
}

/* Hamburger menu styles */
.hamburger {
  display: none;
  cursor: pointer;
  z-index: 1002;
  padding: 3vh;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease;
  background-color: #000;
}

/* Mobile menu active state */
.links.active {
  left: 0;
  transform: translateX(0);
}

/* Hamburger animation */
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #fff;
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff;
}

.hero-sec {
  width: 100vw;
  height: 90vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 0;
  background-image: url(img/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 3vw 5vw 0 5vw;
  gap: 3vw;
}

.hero-content {
  width: 588px;
  max-width: 588px;
  height: 400px;
  border-radius: 14px;
  background-color: #0000009c;
  padding: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.hero-content h1 {
  font-size: 375%;
  line-height: 1.3;
  color: #fff;
}

.hero-content p {
  font-size: 130%;
}

.hero-content button {
  width: 40%;
  height: 17%;
  background-color: #0090FF;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 5px;
  margin-top: 29px;
}

/* About the Seminar Section */
.about-seminar {
  width: 100vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 0;
}

.about-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 3vw 5vw 0 5vw;
  gap: 3vw;
}

.about-text {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 320px;
}

.about-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 0.5rem;
}

.about-text p {
  font-size: 1.08rem;
  color: #222;
  line-height: 1.6;
  font-weight: 400;
}

.about-icons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 1.2rem 0 0.5rem 0;

}

.icon-box {
  background-color: #0090FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.about-bottom {
  margin-top: 0.5rem;
  font-size: 1.01rem;
  color: #222;
  line-height: 1.6;
}

.about-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}

.about-img img {
  width: 627px;
  height: 510px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.why-seminar {
  width: 100vw;
  padding: 0 0 3vw 0;
  text-align: center;
  margin-top: 5vw;
}

.why-seminar h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: -1px;
}

.why-cards {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}

.why-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  width: 300px;
  min-width: 240px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 1vw;
  transition: box-shadow 0.2s;
}

.why-card-top {
  width: 100%;
  height: 10px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 2rem;
}

.why-card-top.black {
  background: #111;
}

.why-card-top.blue {
  background: #0090FF;
}

.why-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

.why-icon-bg {
  background: #0090FF;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon-bg svg {
  width: 38px;
  height: 38px;
  display: block;
}

.why-card p {
  font-size: 1.08rem;
  color: #222;
  margin: 0 1rem;
  margin-top: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}


.instructor-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3vw 0;
  margin-top: 2vw;
}

.instructor-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 5vw;
  gap: 3vw;
}

.instructor-text {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
}

.instructor-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 1.2rem;
}

.instructor-text p {
  font-size: 1.08rem;
  color: #222;
  line-height: 1.6;
  font-weight: 400;
  max-width: 480px;
  margin-top: 3vh;
}

.instructor-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}

.instructor-img img {
  width: 551px;
  height: 486px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.learn-section {
  width: 100vw;
  padding: 0 0 3vw 0;
  text-align: center;
  margin-top: 2vw;
}

.learn-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: -1px;
}

.learn-cards {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}

.learn-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  width: 300px;
  min-width: 240px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  margin-bottom: 1vw;
  transition: box-shadow 0.2s;
}

.learn-icon-bg {
  background: #0090FF;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.learn-icon-bg svg {
  width: 38px;
  height: 38px;
  display: block;
}

.learn-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 0.5rem 0;
}

.learn-card p {
  font-size: 1rem;
  color: #222;
  margin: 0;
  margin-top: 0.2rem;
  font-weight: 400;
  line-height: 1.4;
}


.hidden-prayer-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3vw 0;
  margin-top: 2vw;
}

.hidden-prayer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 5vw;
  gap: 3vw;
}

.hidden-prayer-text {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
}

.hidden-prayer-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.hidden-prayer-text h2 .blue {
  color: #0090FF;
}

.hidden-prayer-text p {
  font-size: 1.08rem;
  color: #222;
  line-height: 1.6;
  font-weight: 400;
  max-width: 480px;
  margin-top: 3vh;
}

.hidden-prayer-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}

.hidden-prayer-img img {
  width: 627px;
  height: 529px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.faq-section {
  width: 100vw;
  padding: 0 0 3vw 0;
  text-align: center;
  margin-top: 2vw;
}

.faq-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: -1px;
}

.faq-container {
  background: #0090FF;
  border-radius: 0 0 8px 8px;
  max-width: 100vw;
  margin: 0 auto;
  padding: 2vw 0 2vw 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.faq-item {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.7rem 2vw 0.7rem 2vw;
  color: #fff;
  text-align: left;
  transition: 0.2s;
}

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

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.08rem;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}

.faq-answer {
  font-size: 0.98rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.7rem;
  line-height: 1.5;
  display: none;
  transition: all 0.2s;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-chevron {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}


.testimonials-section {
  width: 100vw;
  padding: 0 0 3vw 0;
  text-align: center;
  margin-top: 2vw;
}

.testimonials-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: -1px;
}

.testimonials-cards {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  width: 340px;
  min-width: 240px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1vw;
  transition: box-shadow 0.2s;
}

.testimonial-card p {
  font-size: 1.05rem;
  color: #222;
  margin: 0 0 1.2rem 0;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-author {
  color: #0090FF;
  font-weight: 600;
  font-size: 1rem;
}


.form-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4vw 0;
  margin-top: 2vw;
}

.form-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1000px;
  width: 100%;
  gap: 3vw;
}

.form-left {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 2.5rem 2rem 2rem 2rem;
  flex: 1.2;
  min-width: 340px;
  display: flex;

  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vw;
}

.form-left h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #181818;
}

.reserve-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  width: 100%;
}

.form-row input,
.form-row select,
.form-row textarea {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.form-row input::placeholder,
.form-row select::placeholder,
.form-row textarea::placeholder {
  color: #666;
}

.form-terms {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0090FF;
  cursor: pointer;
  margin: 0;
  padding: 0;
  flex: none;
}

.form-terms label {
  color: #666;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.reserve-btn {
  width: 55%;
  padding: 14px;
  background: #0090FF;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  display: block;       /* make it a block so auto margins work */
  margin: 1.5rem auto;
}

.reserve-btn:hover {
  background: #007acc;
}

.form-right {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  min-width: 260px;
  padding: 2.5rem 2rem 2rem 2rem;
}

.form-right img {
  width: 627px;
  height: 529px;
  border-radius: 12px;
  object-fit: cover;
  margin-top: 7rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.footer {
  background-color: #0090FF;
  padding: 1rem 2rem;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.copyright {
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}

.social-links {
  display: flex;
  gap: 1.5rem;
}

.social-links a {
  color: white;
  font-size: 1.2rem;
}

/* Media Queries */

/* Max-width: 1024px */
@media (max-width: 1024px) {

  .hero-sec{
    height: 40vh;
  }
  .about-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
    padding: 5vw 4vw 0 4vw;
  }

  .logo img {
    height: 100px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }




  .about-img {
    justify-content: center;
    width: 100%;
    margin-top: 2vw;
  }

  .about-img img {
    width: 90vw;
    height: 30vh;
  }

  .instructor-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    gap: 2.5vw;
    padding: 5vw 4vw 0 4vw;
  }

  .instructor-text p {
    max-width: 90vw;
  }

  .instructor-img {
    flex: 1;
    display: flex;
    align-items: space-between;
    justify-content: flex-end;
    margin-top: 30px;
  }

  .instructor-img img {
    width: 90vw;
    height: 30vh;
  }

  .hidden-prayer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
    padding: 0 4vw;
  }

  .hidden-prayer-img {
    justify-content: center;
    width: 100%;
    margin-top: 2vw;
  }

  .hidden-prayer-img img {
    width: 90vw;
    height: 30vh;
  }

  .form-container {
    flex-direction: column;
    align-items: stretch;
    gap: 2vw;
    padding: 0 4vw;
  }

  .form-right {
    justify-content: center;
    width: 100%;
    margin-top: 2vw;
  }

  .form-right img {
    width: 90vw;
    height: 30vh;
  }
}

/* Max-width: 900px */
@media (max-width: 900px) {

  .hero-sec{
    height: 40vh;
  }
  .why-cards {
    flex-direction: column;
    align-items: center;
  }

  .why-card {
    margin-top: 5vw;
    width: 90vw;
    max-width: 400px;
  }

  .learn-cards {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .learn-card {

    width: 90vw;
    max-width: 400px;
  }

  .testimonials-cards {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    width: 90vw;
    max-width: 400px;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    padding: 0 2vw;
  }

  .footer-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5vw;
  }

  .footer-social {
    margin-left: 0;
  }
}

/* Max-width: 768px */
@media (max-width: 768px) {
  .logo img {
    height: 150px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }

  .hero-container{
    padding: 0px;
  }
  .hero-sec{
    background: #0F69AE;
    height: 40vh;
  }

  .header h1 {
    font-size: 5vw;
  }

  .hamburger {
    display: block;
  }

  .links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0c2440;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    transition: 0.3s ease;
    z-index: 1001;
  }

  .links.active {
    left: 0;
  }

  .links a {
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #ffffff;
  }

  .links a:first-child {
    color: #0090FF;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1rem 0;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .social-links {
    margin-top: 1rem;
  }
}

/* Max-width: 700px */
@media (max-width: 700px) {

  .logo img {
    height: 100px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }

  .about-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 7vw 3vw 0 3vw;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p,
  .about-bottom {
    font-size: 0.98rem;
  }

  .about-icons {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 0px;
    justify-content: space-between;


  }

  .icon-box {
    width: 76px;
    height: 76px;
  }

  .about-img img {
    max-width: 100vw;
  }

  .hidden-prayer-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 0 3vw;
  }

  .hidden-prayer-text h2 {
    font-size: 1.5rem;
  }

  .hidden-prayer-text p {
    font-size: 0.98rem;
  }

  .hidden-prayer-img img {
    max-width: 100vw;
  }

  .form-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 0 3vw;
  }

  .form-left h2 {
    /*font-size: 1.5rem;*/
  }

  .form-right img {
    max-width: 100vw;
  }

  .faq-container {
    padding: 2vw 5vw 2vw 5vw;
  }

  .faq-item {
    padding: 0.7rem 1vw 0.7rem 1vw;
  }
}

/* Max-width: 600px */
@media (max-width: 600px) {
  .logo img {
    height: 100px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }

  .hero-sec {
    padding: 5vw;
    background: #0F69AE;
    height: 75vh;
  }

  .hero-content h1 {
    font-size: 290%;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 109%;
  }

  .hero-content button {
    width: 50%;
    height: 20%;
    margin-top: 20px;
    font-size: 18px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    padding: 0 1vw;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    flex-direction: column;
    gap: 0.5vw;
  }

  .footer-links {
    gap: 1vw;
  }
}

/* Max-width: 480px */
@media (max-width: 480px) {

  .btn{
    width: 48%;
  }

  .logo img {
    height: 100px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }

  .about-container {
    padding: 10vw 5vw 0 5vw;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .about-text p,
  .about-bottom {
    font-size: 0.92rem;
  }


  .icon-box {
    width: 76px;
    height: 76px;
  }

  .hidden-prayer-container {
    padding: 0 5vw;
  }

  .hidden-prayer-text h2 {
    font-size: 2rem;
  }

  .hidden-prayer-text p {
    font-size: 0.92rem;
  }

  .why-seminar {
    margin-top: 10vw;
  }

  .instructor-section {
    margin-top: 5vw;
  }

  .learn-section {
    margin-top: 10vw;
  }

  .hidden-prayer-section {
    margin-top: 10vw;
  }

  .faq-section {
    margin-top: 10vw;
  }

  .testimonials-section {
    margin-top: 10vw;
  }

  .form-container {
    padding: 0 2vw;
  }

  .form-left h2 {
    font-size: 2rem;
  }

  .column {
    flex-direction: column;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    font-size: 0.95rem;
    padding: 0.7rem 0.7rem;
  }
}

/* Max-width: 400px */
@media (max-width: 400px) {

  .logo img {
    height: 100px; /* adjust as needed */
    max-width: 100%;
    display: block;
  }

  .hero-content {
    height: 460px;
  }

  .hero-content button {
    width: 90%;
    height: 14%;
  }
}

/* Book Now Button Styles */
.booknow {
  display: inline-block;
  background: linear-gradient(135deg, #0090FF 0%, #007acc 100%);
  color: white !important;
  text-decoration: none !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 144, 255, 0.3);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.booknow:hover {
  background: linear-gradient(135deg, #007acc 0%, #0056b3 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 144, 255, 0.4);
  color: white !important;
}

.booknow:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 144, 255, 0.3);
}

/* Add a subtle shine effect */
.booknow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.booknow:hover::before {
  left: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .booknow {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .booknow {
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}