body {
    transition: background 0.3s, color 0.3s;
    font-family: 'poppins';
}
.dark-mode {
    background-color: #121212;
    color: white;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #2f318d!important; 
}

     @media screen and (max-width: 768px) {
      .gallery-item {
    margin-top: 0px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.gradient
{
	background-image: linear-gradient(to bottom right, #e6883c, #d7bb82);
	border-radius:20px;
}

.tab {
  overflow: hidden;
  margin-bottom:20px;
  background-color: #f1f1f1;
  padding-left:0px;
  padding-right:0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #000000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 33.33%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border:1px solid #eeeeee;
  padding:20px;
  margin-top:20px;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

.register-main 
{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 100%;
}

.register-main h2 
{
	color: #4caf50;
	margin-bottom: 20px;
}

label 
{
	display: block;
	margin-bottom: 5px;
	color: #555;
	font-weight: bold;
}

input[type="text"],
        input[type="email"],
        input[type="password"],
        select {
            width: 100%;
            margin-bottom: 15px;
            padding: 10px;
            box-sizing: border-box;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        button[type="submit"] {
            padding: 15px;
            border-radius: 10px;
            border: none;
            background-color: #4caf50!important;
            color: white;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
        }


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.container {
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 16px/16px "Gulzar"; }

#contact {
	background:#FFFFFF;
	padding:25px;
	margin:0 0;
}

#contact h3 {
	color: #2f318d;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:16px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  	resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background-color: #2f318d;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#2f318d;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #444}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #444;
}

p {
    text-align: justify;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  float:right!important;
  right:1px!important;
}


/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #25d366;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.textscrooll
{
 	background-color:#2f3188;
	padding:10px 0 5px 0;
	color:#ffffff;
	font-size:20px;
}

.textcenter {
    text-align: center;
}
.nav-link
{
    padding: 0 14px!important;
    color:#ffffff!important;
	letter-spacing:1px;
}

.collapse navbar-collapse ul li  a:hover 
{
    color: #D19B5E!important;
    font-weight:bold;
}
.navbar
{
    background-color: #f58220!important;
    padding:0 0;
	position: sticky;
	top: 0;
    
	z-index:10;
}
.navbar-nav ul li  a:hover {
   
    --bs-nav-link-hover-color: #bc9e74!important;
}

  #accommodation
{
    margin-top:70px;
	margin-bottom:70px;
	height:50vh;
	background-image: url('../images/others/background-banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.card-img-top {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.card {
    background-color: white;
	z-index:-1;
}
.card-text {
    text-align: center;
}

/* Full Length Image Section */
.full-length-image {
    background-image: url('../images/slider/Banner1.jpg');
    background-size: cover;
    background-position: center;
    height: 40vh;
	width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .full-length-image h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  
  .full-length-image p {
    font-size: 1.25rem;
  }
  
  /* About Section Styling */
  .about-temple, .history, .mission {
    padding: 60px 0;
  }
  
  .history, .mission {
    background-color: #f9f9f9;
  }
  
  /* Footer Styling 
  footer {
    background-color: #d43c18;
  }*/
  
  footer p {
    margin-bottom: 0;
  }

  /* Timeline Styles */
.timeline {
    position: relative;
    padding: 50px 0;
  }
  
  .timeline-event {
    margin-bottom: 50px;
  }
  
  .event-left, .event-right {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .event-left h4, .event-right h4 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .event-image img {
    border-radius: 8px;
  }
  
  /* Offset for right side events */
  .timeline-event .col-md-6.offset-md-6 {
    padding-left: 50px;
  }
  
  .timeline-event .event-left {
    margin-right: 30px;
  }
  
  .timeline-event .event-right {
    margin-left: 30px;
  }
  
  /* Adding a line down the middle of the timeline */
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 2px solid #ccc;
    transform: translateX(-50%);
  }
  .btn-primary{
    background-color: #2f318d !important;
  }
  
  /* Gallery Section */
.gallery .card {
    border: none;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
  }
  
  .gallery .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .gallery .card:hover {
    transform: scale(1.05);
  }
  
  /* Button Styling */
  .filter-btn {
    margin: 5px;
  }

  .gallery-item {
    margin-top: 10px;
  }

  /* Events Calendar */
.calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* News Blogs */
  .news-blogs .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
  }
  
  .news-blogs .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .news-blogs .card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    object-fit: cover;
  }
  
  /* General Styling */
.events-calendar {
    background-color: #f8f9fa;
    width: 90%;
    margin-left: 5%;
  }
  
  #calendar {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* FullCalendar Header Styling */
  .fc-toolbar-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
  }
  
  .fc-button {
    background-color: #2f318d !important;
    border: none !important;
    color: white !important;
    border-radius: 5px !important;
    padding: 8px 12px !important;
    margin-left: 5px;
  }
  
  .fc-button:hover {
    background-color: #0056b3 !important;
  }
  
  /* Event Styling */
  .fc-daygrid-event {
    background-color: #28a745 !important;
    border: none !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px;
  }
  
  .fc-daygrid-event:hover {
    background-color: #218838 !important;
  }
  
  /* Calendar Cell Styling */
  .fc-daygrid-day {
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .fc-day-today {
    background-color: rgba(255, 193, 7, 0.2) !important;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    #calendar {
      padding: 10px;
    }
  }

  @media (max-width: 768px) {
    #about-us {
      padding: 0 20px;
    }
  }
  
  @media (max-width: 768px) {
	#copyright {
      padding: 0 20px;
    }
  }
 @media (max-width: 768px)
{
#temple-history
{
    margin: 20px 0px;
	max-width: 90%!important;
}
}

@media (max-width: 768px){
#services
{
    	     margin-top: -60px!important;
    	     Margin-bottom:40px!important;
}
}

@media (max-width: 768px){
#reach-here
{
    margin-bottom: 10px!important;
    Margin-left:0px;
    padding-top:0px!important;
}
}

.nav-item
{
    padding: 10px 0 10px 10px!important;
            }

 @media screen and (max-width: 768px) {
            .img-fluid {
        margin-bottom:10px;
}    
}

 @media (max-width: 768px)
{
#reach-here-by-train
{
    margin-bottom: 40px!important;
    
}
}
 @media (max-width: 768px)
{
#accommodation
{
    margin-top: 0px!important;
	margin-bottom: 0px!important;
}
}

 @media (max-width: 768px)
{
#accommodation-heading
{
    margin-top: 20px!important;
	margin-bottom: 10px!important;
}
}
 @media (max-width: 768px)
{
#location
{
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 0px!important;
	margin-bottom: 0px!important;
}
}
 @media (max-width: 768px)
{
#location-heading
{
	padding-top: 10px;
	padding-bottom: 2px;
    
}
}

@media screen and (max-width: 600px) {
  .google-map-desktop {
    display: none;
  }
}
@media screen and (max-width: 1340px) {
  .our-services {
    margin-bottom:20px;;
  }
}
@media screen and (max-width: 1340px) {
  .google-map-desktop {
    display: none;
  }
}

@media screen and (max-width: 1340px) {
  #accommodation
{
    margin-top:70px;
	margin-bottom:70px;
	height:80vh;
	background-image: url('../images/others/background-banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
.login
{
	margin-left:80px; 
	margin-right:80px;
}
@media screen and (max-width: 768px) {
  .login
{
    margin-left:10px; 
	margin-right:10px;
}
}
@media screen and (max-width: 1340px) {
  .login-form
{
    margin-bottom:20px;
	padding-bottom:40px;
}
}
.register
{
	margin-left:80px; 
	margin-right:80px;
}
@media screen and (max-width: 768px) {
.register
{
	margin-left:10px; 
	margin-right:10px;
}
}
@media screen and (max-width: 1340px) {
  .register-form
{
    margin-top:20px!important;
	padding-bottom:140px!important;
}
}

@media screen and (max-width: 768px) {
  .contact-details
{
    width:100%!important;
}
}

@media screen and (max-width: 768px) {
  .my-orders-table
{
	width:100%!important;
}
}
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media screen and (max-width: 768px) {
.account-details
{
 width:auto;
}
.gradient-mobile
{
 padding:10px!important;
}
}
.whatsapp-float {
  position: fixed;
  bottom: 7%;
  right: 1px;
  z-index: 100;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
}
.e-donate
{
	background-color:#2f318d !important; 
	color:#ffffff;
}
@media screen and (max-width: 768px) {
.tablinks
{
   padding:10px!important;
}
}
@media screen and (max-width: 768px) {
.carousel slide
{
	width:100%!important;
}
}
.overlay-container {
  position: relative;
}

.overlay-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5; /* Adjust for transparency */
  z-index: 1;
}

.overlay-container-accomodation {
  position: relative;
}
.overlay-container-accomodation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2f3193;
  opacity: 0.5; /* Adjust for transparency */
  z-index: 1;
}

.overlay-content {
  position: relative;
  z-index: 2; /* So it stays above the overlay */
}
#about-gayathri
{
    
	height:60vh;
	background-image: url('../images/others/about-gayathri-background-banner.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#about-gayathri-1
{
  	height:30vh;
	background-image: url('../images/others/gallery-2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#about-gayathri-2
{
  	height:30vh;
	background-image: url('../images/others/our-temple.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#amount-text
{
	width: 50%!important;
}
.bg-dark-footer
{
    background-color:#efefef;
}
.center-hr {
  width: 50%;           /* or any custom width */
  margin: 0 auto;       /* auto left and right margins to center */
}

.carousel-item Specificity: (0,1,0)
 {
    transition: transform .5s ease-in-out!important;
}


@media screen and (max-width: 768px) {
      .accommodation-text {
        padding: 0px 20px;
      }
    
}

     @media screen and (max-width: 768px) {
        .rituals {
             padding-right: 0px!important;
 padding-left: 20px;
  }    
}
.timeline-container {
      width: 90%;
      max-width: 1000px;
      margin: 20px auto;
      position: relative; 
      padding: 20px 0;
    }

    .timeline-container::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 4px;
      height: 100%;
      background: #ffffff;
      transform: translateX(-50%);
    }

    .milestone {
      width: 45%;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      position: relative;
      margin: 20px 0;
    }

    .milestone h3 {
      margin-top: 0;
      color: #5e462d;
    }

    .milestone p {
      font-size: 0.95rem;
      color: #6c5a4a; 
    }

    .left {
      left: 0;
      transform: translateX(-5%);
    }

    .right {
      left: 55%;
      transform: translateX(5%);
    }

    .milestone::after {
      content: '';
      position: absolute;
      top: 20px;
      width: 20px;
      height: 20px;
      background: #e6883c;
      border-radius: 50%;
      border: 3px solid #fff;
      z-index: 1;
    }

    .left::after {
      right: -10px;
    }

    .right::after {
      left: -10px;
    }

    @media screen and (max-width: 768px) {
      .timeline-container::before {
        left: 8px;
      }

      .milestone {
        width: 90%;
        left: 20px !important;
        transform: none !important;
      }

      .milestone::after {
        left: -12px;
      }
    }