

/* Theme Colors */
:root {
    --navbar-bg-color: #292f37 ; /* Navbar background color */
    --navbar-text-color: #ffffff; /* Navbar text color */
    --navbar-hover-color: #f1e206 ; /* Navbar link hover color */
    --button-bg-color: #cdcdd8 ; /* Button background color */
    --button-text-color: #fff ; /* Button text color */
}

   /* Change the color of the toggler icon */
   .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1) !important; /* Light border for visibility */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; /* White icon */
}
/* Navbar styles */
.navbar {
    background-color: var(--navbar-bg-color) !important;
    padding-top: 0.5rem; /* Decrease top padding */
    padding-bottom: 0.5rem; /* Decrease bottom padding */

}

.navbar .navbar-brand,
.navbar .navbar-nav .nav-link {
    color: var(--navbar-text-color) !important;
    font-size: 0.875rem; /* Decrease font size */
    padding-top: 0.5rem; /* Decrease padding */
    padding-bottom: 0.5rem; /* Decrease padding */
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--navbar-hover-color) !important;
}

.navbar-nav .nav-item {
    position: relative;
  }

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #ccc; /* Adjust color and width as needed */
    padding-right: 15px; /* Space before the border */
    margin-right: 15px; /* Space between items */
}
/* Button styles */
.btn-primary {
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
}
.w-100 {
	height: 100vh;
}

/* Button styles */
.btn-primary {
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
}

/* Typography Styles */
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem; /* Example size */
    line-height: 1.2;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem; /* Example size */
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; /* Example size */
    line-height: 1.5; /* Line height */
}

hr {
    border-top: 2px solid #f7941e !important; /* Custom HR style */
}

.article-section p {
    color: #000000;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    font-family: Roboto;
    font-weight: normal;
    margin: 25px 0;
    letter-spacing: .05px;
}

.article-section h1 {
    color: #f7941e;
}
/***************THEME CONFIG***************/


.card {
    border: #212529; /* Remove border */
    outline: #f1e206; /* Remove outline */
    transition: transform 0.2s, box-shadow 0.2s;

}

.card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card a {
            text-decoration: none;
            
}

.card-header {
    font-weight: bold;
    border: none; /* Remove border */
    outline: none; /* Remove outline */
    background-color: white;
    
}

.text-color {
    color: #f7941e;
    font-weight: bold;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-transform: capitalize;
 
}

.list-group-item {
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none; /* Remove underline */
    border: none; /* Remove border */
    outline: none; /* Remove outline */
    color: #212529;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.list-group-item:hover {
    background-color: #f7941e;
    color: white; /* Change text color on hover for better visibility */
}

.toggle-list {
    display: none; /* Initially hide the list */
}
.toggle-header {
    cursor: pointer; /* Change cursor to pointer for clickable header */
}
/*our services*/

.srv-icon {
    color: #810000;

}

.srv-icon:hover {
    color: #f7941e !important; /* Force the color change */
}

.category:hover {
    opacity: 0.8; /* Slightly fade on hover for effect */
    text-decoration: none;
}

.category i {
    font-size: 2rem; /* Set icon size */
}

.service-category {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center the icons */
}

.category {
    flex: 0 0 50px; /* Fixed width for each icon */
    margin: 0px; /* Add some margin for spacing */
    text-align: right; /* Center text and icons */
}

/* Media query for laptops and desktops */
@media (min-width: 992px) { /* Adjust according to your breakpoints */
    .category {
        flex: 0 0 70px; /* Fixed width remains for larger screens */
        text-align: right;
        margin-right: 0px;
    }
}



.logo a{
    color: #000000;
    margin-left: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
}

/* Media Query for screens 992px and smaller */
@media (max-width: 1020px) {
    .logo a {
        font-size: 18px !important;; /* Decrease text size for smaller screens */
    }
}


.logo2{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px !important;
    color: #000000;
}

@media (min-width: 992px) {
    .navbar-brand.d-lg-none {
        display: none; /* Hide the logo on desktop */
    }
}


.puja_list li a {
    color: #777;
    display: flex;
    font-size: 1.125rem;
}

.puja_list li a:hover {
    color: #f30;
    transition: all .5s;
}

.puja_list li span {
    margin-right: 5px;
    font-size: 8px;
    padding-top: 8px;
}

.puja_list h4 {
    font-family: "Concert One", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 20px;
    
}

.heading h1 {
    font-family: "Concert One", sans-serif;
    color: #f7941e;
}

/* Carousel settings */

.carousel-item {
	height: 100vh;
	min-height: 300px;
    transition: -webkit-transform .6s ease-in-out;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 150px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}

