@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gidugu&display=swap');

body {
font-family: 'Rubik', sans-serif;
font-weight: 400;
font-size: 1em;
color: #555;
margin-top: 0;
padding: 0;
 
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid red;
  background: #f2f2f2;
}
.table-bordered > thead > tr > th {
  background: maroon;
  color: #d5d5d5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'philosopher';
  margin: 0 0 15px;
  color: #800000;
  font-weight: 500;
}
/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
    color: orange;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}
.telugu-content {
  font-family: 'Gidugu';
  font-size: 24px;
}

.logo {
  max-width: 110px;
}
.logo-text {
  color: white;
  display: inline;
  font-size: 24px;
  font-family: 'philosopher';
}

@media screen and (max-width: 767px) {
  /* Styles for screens with a maximum width of 767px (typical for mobile devices) */
 .logo {
  max-width: 60px;
}
.logo-text {
  color: white;
  display: inline;
  font-size: 24px;
  font-family: 'philosopher';
  text-align: center;
}
.logo-text {
  
  font-size: 16px;
}

}

 header {
	 background-color: #1a4b84;
} 

.footer	{
	background-color: #1a4b84;
  color: white;
	
}

.footer h5 {
  color: #f0db55;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

.how-to-reach {
	background: maroon;
	color: white;
	padding: 10px;
	border-radius: 15px;
	display: inline-block;
}


.content-bg {
	background: #f0ddcc;
}

.temple-timings-banner {
	background: url('../img/banner2.jpg');
	background-repeat: no-repeat;
}

.temple-timings {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	margin: 40px;
	border-radius: 20px;
}


.navbar-custom li {
  padding: 0 5px;
  margin: 0px;
 
}

.navbar-custom li:hover	{
	background-color: #061a30;
  border-radius: 30px;
}

.navbar-custom li:hover a {
  color: #e8cca0;}

.navbar-custom .active {
	background-color: maroon;
   border-radius: 30px;
  
}
.navbar-custom .active a {
  
  color: white;
}


.navbar-custom li a {
	color: #d7d7d7;
}
 /* Default hamburger (menu closed) */
.icon-bar {
  width: 24px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.2s ease;
  margin: 4px 0;
}

/* Base bar style */
.icon-bar {
  width: 26px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  border-radius: 2px;
  transition:
    transform 0.25s ease-in-out,
    opacity 0.25s ease-in-out;
}

/* Button base */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 8px;
  transition: all 0.2s;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

/* ──────────────────────────────────────────────
   CLOSED STATE (default / .collapsed)
──────────────────────────────────────────────── */
.navbar-toggler.collapsed .top-bar {
  transform: translateY(0) rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: translateY(0) rotate(0);
}

/* ──────────────────────────────────────────────
   OPEN STATE (menu visible / :not(.collapsed))
──────────────────────────────────────────────── */
.navbar-toggler:not(.collapsed) .top-bar {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .bottom-bar {
  transform: translateY(-8px) rotate(-45deg);
}



.pujas-sevas h3 {
  font-family: 'Gidugu', sans-serif;
  color: white;
  margin-top: 40px;
  background: #5e741c;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
}

.pujas-sevas table {
  margin: 0px auto;
  background: #333;
  color: white;
  width: 100%;
}

.pujas-sevas th {
  padding: 2px 10px;
  font-weight: bold;
  text-align: center;  
}

.pujas-sevas td {
  padding: 2px 10px;
  background-color: white;
  color: #444;
  border-right: 1px solid #222;
}
.pujas-sevas td:last-child {
   border-right: 0px solid #222;
}


/* Make the anchor take the full width and height of the div */
a.gallery-link {
  display: block;
  text-decoration: none; /* Remove the default underline */
}

.gallery-div {  
  background-color: #f5f5f5;
  cursor: pointer; /* Show a pointer cursor when hovering over */
  float: left;
  width: 48%;
  height: 300px;
  margin: 1%;
  text-align: center;
}

.gallery-div:hover {
  background-color: #e9e9e9; /* Change color on hover */
}

.gallery-div img {
  width: 90%;
}

.banner {
   border-radius: 25px;
}


/* Contact page */

.temple-timings {
      background-color: #fff7e6;
      border: 2px solid #e0a96d;
      border-radius: 10px;
      padding: 25px 40px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      max-width: 300px;
    }

    .temple-timings h2 {
      color: #b85c38;
      margin-bottom: 15px;
      font-size: 1.6em;
      border-bottom: 2px solid #e0a96d;
      display: inline-block;
      padding-bottom: 5px;
    }

    .session {
      margin-top: 20px;
    }

    .session h3 {
      color: #704214;
      margin: 5px 0;
      font-size: 1.2em;
    }

    .session p {
      color: #333;
      font-size: 1em;
      margin: 0;
      font-weight: bold;
    }


    .temple-header {
      text-align: center;
      margin-top: 40px;
    }

    .temple-header h2 {
      color: #8b0000;
      font-weight: 700;
    }

    .temple-header p {
      color: #555;
      font-size: 1.1rem;
    }

    .contact-card {
      background: #fff;
      border: 1px solid #e4c29e;
      border-left: 5px solid #b85c38;
      border-radius: 8px;
      padding: 15px 20px;
      margin-bottom: 15px;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .contact-card:hover {
      transform: scale(1.02);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .contact-number {
      font-weight: 600;
      color: #333;
    }

    .contact-number i {
      color: #b85c38;
      margin-right: 5px;
    }

    .officer-name {
      font-weight: 700;
      color: #000;
    }
 /* End of Contact Table */

 .bg-telugu-history {
  background: #c4a68b;
  color: black;
  border-radius: 40px ;
 }


.read-more {
    color: darkorange;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    transition: transform 0.3s ease;
  }

  /* Underline animation */
  .read-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background-color: darkorange;
    transition: width 0.3s ease;
  }

  .read-more:hover {
    transform: scale(1.05);
  }

  .read-more:hover::after {
    width: 100%;
  }


