p {
  margin: 0;
  padding: 0;
}
.navbar-main {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

.navbar-main img {
  width: 190px;
}
.navbar-main .call-link {
  background-color: #e31e25;
  text-decoration: none;
  color: white;
  padding: 8px 30px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.navbar-main button:hover {
  background-color: #e31e25;
}

.navbar-main button:focus {
  outline: none;
}

.right-no {
  display: flex;
  justify-content: end;
}

/* common  */
.commonHeading {
  color: #fbaa21;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 70px;
}

/* hero-section */

.hero-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.background-video {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-section h3 {
  color: #e31e25;
  font-weight: 700;
  line-height: 2rem;
  font-size: 6rem;
  line-height: 8rem;
}
.hero-section h5 {
  color: white;
  font-weight: bold;
}
.hero-section .content {
  position: relative;
  z-index: 80;
}
.hero-section p {
  font-weight: 700;
  color: white;
}

/* third-section */
.third-section .infoHeading {
  color: #ff8a03;
  font-size: 4rem;
}
.third-section p {
  font-size: 1.2rem;
  margin-top: 24px;
}

.remark-line {
  color: #fbaa21;
}

.third-section img {
  height: 100%;
  width: 80%;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.third-section img:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6),
    -10px -10px 40px rgba(255, 255, 255, 0.2);
}

.third-section .counter {
  background-color: #ffdfbb;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  padding: 16px 24px;
  color: #e31e25;
  width: 100%;
  max-width: 90%;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.counter .counterSection {
  border-right: 2px solid white;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter .counterSection:last-child {
  border-right: none;
}

.counter .countValue {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.counter .countText {
  font-size: 0.9rem;
  text-align: center;
}
.callNow {
  background-color: #fd4417;
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: bold;
}

/* .third-section  Best-astrologer */

/* .Our Best Astrology Services */

.Our-Best-Astrology-Services-content {
  color: #860000;
  font-weight: bold;
  font-size: 1.5rem;
}
.cards {
  margin-top: 1.5rem;
}

/* awards */

.gallery-section1 {
  background-image: url("/assets/Images/love-problem-astrologer-in-bengaluru.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gallery-section1::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.401);
  position: absolute;
  top: 0;
  z-index: 10;
}
.gallery-section2 {
  background-image: url("/assets/Images/marriaeg-problem-astrologer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gallery-section2::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.401);
  position: absolute;
  top: 0;
  z-index: 10;
}
/* gallery-SectionImg */

.gallerySectionImg {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  height: 100%;
  width: 100%;
  max-height: 80%;
  position: relative;
  z-index: 20;
}

/* Experience-power */
.Experience-power {
  background-color: #ffefdd;
}

.ExperienceHeaidng {
  font-weight: 700;
  color: #e31e25;
  font-size: 2.5rem;
}

.Experience-power p {
  font-size: 1.5rem;
}

/* footer  */
footer {
  background-color: #860000;
  color: white;
}
.contact-inof a {
  text-decoration: none;
  color: #fff;
}
footer .Contact-us {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: red;
}
footer .Copyright {
  font-size: 1.1rem;
  padding: 10px 0;
}
footer .Copyright span {
  font-weight: 600;
}
footer .contact {
  font-size: 1.5rem;
  border-bottom: 1px solid white;
  /* width: fit-content; */
  padding-bottom: 10px;
}
.social-link {
  width: fit-content;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.contact-us a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.social-link svg {
  width: 15px;
  color: red !important;
}
.Address {
  border-bottom: 1px solid white;
  padding: 10px 0;
}
.adress-list {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  font-weight: 600;
}

.footer-logo {
  width: 200px;
}

/* form  */
/* Container for the form with backdrop */
.form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transition: opacity 0.3s ease-in-out;
  /* overflow: auto; */
}

/* Form container with padding and rounded corners */
.form-pop {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  overflow-y: auto;
  padding: 20px;
  color: #333;
  border-radius: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.form-pop:hover {
  transform: translateY(-5px);
}

/* Main section with background color */
.form-main {
  background-color: #fead1c;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.Form-img {
  width: 100%;
  height: 150px;
  background-image: url("https://ragavendraswamijyothisyapeetham.com/img/about2.png");
  background-position: center;
  border-bottom: 2px solid white;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Heading styling */
h5 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
}

/* Form input labels */
.form-group label {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 600;
}

/* Styling for text inputs, selects, and textareas */
.form-control,
.form-select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: #f94612;
  outline: none;
  box-shadow: 0 0 5px rgba(249, 70, 18, 0.5);
  color: #333;
}

/* Styling for the button */
.btn-book-now {
  background-color: #000;
  color: #fead1c;
  font-weight: 600;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.btn-book-now:hover {
  background-color: #000;
  transform: translateY(-2px);
}

.close-icon {
  all: unset;
  position: absolute;
  right: 0;
  top: -16px;
  font-size: 2rem;
  color: black;
}
.remark-lines-parent h5 {
  color: #fbaa21;
}

.swal2-popup {
  display: none;
  position: relative;
  z-index: 999999 !important;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

/* get quote */
.get-quote {
  background-color: #e31e25;
  color: white;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
}

.get-quote:hover {
  background-color: #45a049; /* Slightly darker green on hover */
  transform: translateY(-2px) scale(1.03); /* Elevation and slight zoom */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
}

.get-quote:active {
  transform: translateY(1px) scale(0.97); /* Subtle shrink effect when clicked */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Restore original shadow */
}

.get-quote:focus {
  outline: none; /* Remove outline */
  box-shadow: 0 0 6px #4caf50, 0 0 2px rgba(0, 0, 0, 0.3); /* Add a focused glow */
}

.get-quote-phone {
  display: none;
}
.whatsap-icon img {
  height: 50px;
  width: 50px;
}
.whatsap-message {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
}

.whatsap-icon {
  animation: bounce-icon 2s infinite;
}

.get-quote-phone {
  animation: bounce-button 2.5s infinite; /* Different duration for variation */
}

@keyframes bounce-icon {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}

@keyframes bounce-button {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

.Numerology {
  height: 100%;
}

.image-grid {
  display: flex;/* 2 columns */
  gap: 20px;
  justify-content: center;
  margin: 60px 140px 40px;
}

.image-item img {
  width: auto;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
