/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}


/* Brand / Logo */
.brand-title {
    font-family: 'Pacifico';
    font-size: 33px;
    color: #FEA116 !important; 
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;  
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff9800 !important; 
}

/* Hero Section */
.hero-header {
   background: linear-gradient(rgba(15, 23, 43, 0.8), rgb(15 23 43 / 37%)), url(../img/om.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Hero Title */
.hero-title {
    font-family: 'Pacifico', cursive;
    font-size: 26px;
    font-weight: bold;
	    padding-top: 51px;
    color: #FFD700;  /* Golden */
    text-shadow: 3px 3px 10px #000;
}

/* Hero Text */
.hero-text {
    font-size: 20px;
    line-height: 1.7;
    color: #f5f5f5;
}

/* Hero Image */
.hero-img {
    animation: imgRotate 50s linear infinite;
    border: 6px solid #FFD700;
    border-radius: 50%;
    box-shadow: 0px 0px 35px rgba(255, 215, 0, 0.7);
}

/* Rotate Effect */
@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Booking Button */
.btn-book {
    background: linear-gradient(45deg, #ff9800, #ffd700);
    border: none;
    color: #000 !important;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(255, 193, 7, 0.6);
    transition: 0.4s;
}

.btn-book:hover {
    background: linear-gradient(45deg, #ffd700, #ff9800);
    transform: scale(1.05);
}

/* Navbar button */
.btn-warning {
    background: linear-gradient(45deg, #ff9800, #ffd700);
    border: none;
    transition: 0.4s;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #ffd700, #ff9800);
    transform: scale(1.05);
}





/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}



/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


.puja-card {
    background: linear-gradient(135deg, #fff, #f9f9f9);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease-in-out;
}
.puja-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.puja-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 4px solid #ff9800;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.4s;
}
.puja-card:hover .puja-img {
    border-color:#ff9800;
    transform: scale(1.05);
}

.puja-card h5 {
    font-size: 20px;
    color: #333;
}
.puja-card p {
    font-size: 20px;
    color: #777;
}

/* Buttons */
.btn-read {
    background: #dc3545;
    color: #fff;
    border-radius: 30px;
    padding: 8px 13px;
    transition: 0.3s;
}
.btn-read:hover {
    background: #a71d2a;
    color: #fff;
}

.btn-call {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px 18px;
    transition: 0.3s;
}
.btn-call:hover {
    background: #e0a800;
    color: #fff;
} 
.section-title {
    text-transform: uppercase; 
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*** rudraksh-card ***/
.rudraksh-card {
  border: 2px solid #f7c948; 
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.rudraksh-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 12px 30px rgba(255, 193, 7, 0.7);
  border-color: #ffbf00;
}
.rudraksh-img img {
  width: 120px;
  height: 211px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f7c948;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.4s ease-in-out;
}
.rudraksh-card:hover .rudraksh-img img {
  transform: rotate(5deg) scale(1.1);
}
/*** rudraksh end ***/

/*** ratna***/
.ratna-section{
  position: relative;
  background: url('img/shover1.gif') center/cover no-repeat fixed;
}
.ratna-overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.75));
}

/* Cards */
.ratna-box{
  background: rgba(26,26,26,0.85);
  border: 2px solid #ffc107;         
  border-radius: 14px;
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.5);
  backdrop-filter: blur(2px);
}
.ratna-box:hover{
  transform: translateY(-10px) scale(1.03);
  border-color: #ffcc00;
  box-shadow: 0 14px 36px rgba(255,193,7,.55);
}

/* Images  */
.ratna-img{
  width: 120px; height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #ffc107;
  padding: 4px;
  background: #111;
  transition: transform .45s ease, box-shadow .45s ease;
}
.ratna-box:hover .ratna-img{
  transform: scale(1.12) rotate(-3deg);
  box-shadow: 0 0 22px rgba(255,193,7,.7);
}

/* Subtle text colors for dark cards */
.text-light-50{ color: rgba(255,255,255,.7); }
.text-white-50{ color: rgba(255,255,255,.6); }

@media (max-width: 576px){
  .ratna-img{ width: 100px; height: 100px; }
  
  .brand-title {
    font-family: 'Pacifico';
    font-size: 23px;
    color: #FEA116 !important; 
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
}
/*** ratna ***/
/*** video ***/
.video-frame {
  position: relative;
  padding: 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.video-frame:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.video-frame video {
  width: 100%;
  border-radius: 12px;
  display: block;
}
/*** image ***/
 .photo-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 4px solid #fea116;
  background-clip: padding-box;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.photo-card img {
  width: 100%;
 
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease;
}

/* Border Gradient Effect */
.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 3px;
  background: linear-gradient(135deg, #ffcc00, #ff6600, #ff0066, #6600ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                 linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover Effect */
.photo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.photo-card:hover img {
  transform: scale(1.08);
}

.photo-card:hover::before {
  opacity: 1;
}
/*** contact ***/
   .contact-box {
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .contact-box:hover {
    background: #FEA11610;
    transform: translateY(-5px);
  }
  .btn-primary {
    background: #FEA116;
    border: none;
  }
  .btn-primary:hover {
    background: #d98610;
  }
  .image-box {
    height: 100%;
    min-height: 250px;
  }
  /*** Booking Section ***/
.image-box {
  height: 300px;
  min-height: 300px;  
}

.booking-img {
  object-fit: cover;
  border-radius: 15px 0 0 15px;   
  height: 100%;
}

.bg-dark {
  background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
}

.form-box {
  background: rgba(0,0,0,0.85);
  border-radius: 0 15px 15px 0;
  padding: 25px;  
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid #ffc107;
  background-color: #111;
  color: #fff;
  font-size: 15px;
  padding: 10px 14px;
}

.form-control:focus, .form-select:focus {
  border-color: #ffc107;
  box-shadow: 0 0 8px rgba(255,193,7,0.5);
}

button.btn-warning {
  border-radius: 25px;
  font-size: 16px;
  padding: 10px;
  background: linear-gradient(90deg, #ffb300, #ffc107);
  color: #000;
  transition: all 0.3s ease;
  border: none;
}

button.btn-warning:hover {
  background: linear-gradient(90deg, #ffc107, #ffb300);
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255,193,7,0.6);
}

/*** Footer ***/
.footer-item a {
	
    color: #fff;

    margin-bottom: 8px;
    transition: 0.3s;
    text-decoration: none;
}
.footer-item a:hover {
    color: #ffe082;
    padding-left: 5px;
}

body {
      margin: 0;
      padding: 0;
    }

    .floating-button {
      position: fixed;
      bottom: 20px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .floating-button:hover {
      transform: scale(1.1);
    }

    .floating-button .icon-circle {
      position: absolute;
      width: 80px;
      height: 80px;
      border: 2px dashed rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      animation: rotate 3s linear infinite;
    }

    @keyframes rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .floating-button.call {
      left: 20px;
      background: linear-gradient(135deg, #ff5f6d, #ffc371);
      box-shadow: 0 8px 15px rgba(255, 95, 109, 0.3);
    }

    .floating-button.whatsapp {
      right: 20px;
      background: linear-gradient(135deg, #25D366, #128C7E);
      box-shadow: 0 8px 15px rgba(18, 140, 126, 0.3);
    }

    .floating-button img {
      width: 28px;
      height: 28px;
      z-index: 2;
    }

    .tooltip {
      position: absolute;
      bottom: 70px;
      background: #000;
      color: #fff;
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 12px;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
      white-space: nowrap;
    }

    .floating-button:hover .tooltip {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .floating-button {
        width: 50px;
        height: 50px;
      }

      .floating-button .icon-circle {
        width: 65px;
        height: 65px;
      }

      .floating-button img {
        width: 22px;
        height: 22px;
      }

      .tooltip {
        font-size: 10px;
      }
    }
	
	.footer-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 5px;
    display: block;
}
.footer-whatsapp  a {
    background: transparent;
}
.footer-call {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 5px;
    display: block;
}
