body
{
    font-family: Arial, Helvetica, sans-serif;

}
.logo
{
  height: 60px;
}
.slider-img
{
  height: 300px;
}
.bg-navy
{
  background-color: rgb(0, 0, 46);
}
.text-navy
{
  color: rgb(0, 0, 46);
}
.bg-saffron
{
  background-color: #f65814;
}
.text-saffron
{
  color: #f65814;
}
.bg-light-saffron
{
  background-color: #d36f6c;
}
.consult-btn
{
  background-color: #f65814;
  color: white;
}
.consult-btn:hover
{
  background-color: white;
  color: rgb(0, 0, 46);
}
.gemstones
{
  height: 350px;
}
.services
{
  height: 450px;
}
.gems
{
  height: 200px;
  border-radius: 80px;
}
.service-img
{
  height: 250px;
  margin-top: 10px;
}

.puja-text 
{
  background-color: #f65814;
  color: white;
  border: 0;
}
.service-btn
{
  background-color: rgb(0, 0, 46);
  color: white;
}
.service-btn a
{
  color: white;
}
.service-btn:hover
{
  background-color: #f65814;
  color: white;
}
.horoscope
{
  background-color: beige;
}
.puja-img
{
  height: 200px;
}
.puja-text:hover
{
  background-color: rgb(0, 0, 46);
}
.bounce {
  display: inline-block;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.zodiac
{
  background-color: aliceblue;
  height: 80px;
  margin-left: 5px;
  width: 80px;
}
.med-img
{
  height: 50px;
  width: 50px;
}
.learn-more
{
  background-color: rgb(0, 0, 46);
}
.learn-more:hover
{
  background-color: #f65814;
  color:black;
}
a
{
    text-decoration: none !important;
}
.bg-transparent 
{
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.card
{
    text-decoration: none;
}
.bg-img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.transparent
{
    background-color: rgba(0,0,0,0.2);
}

.text-justify
{
    text-align: justify !important;
}
.footer
{
  background-color: rgb(0, 0, 46);
}
.foot-list li
{
  color: white;
}
.foot-list li a
{
  color: white;
}

.foot-list li:hover a
{
  color: #f65814;
}
.foot-btn
{
  font-size: xx-small;
}
.fa-brands {
  padding: 10px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-brands:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  padding: 7px !important;
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: linear-gradient(#cf36a3,#f05748);
  color: white;
}

/* Dropdown Button */
.dropbtn {
  color: black;
  font-size: 16px;
  background-color: transparent;
  border: none;
}
@media (max-width: 768px) {
  .dropdown-content {
      max-width: 90vw; /* Full width on small screens */
      left: 0;
      right: 0;
      margin: 0 auto;
  }
}

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: max-content !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px !important; 
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {color: #a42e2d;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  /* Change the background color of the dropdown  when the dropdown content is shown */
  .dropdown:hover {
    background-color: #223b4f;
    border-radius: 10px;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #223b4f;
  color: white;}
.user
{
  height: 50px;
  width: 50px;
}