body {
  font-family: Arial, sans-serif;
  background-color: #fef8e5;
  color: #333;

  overflow-x: hidden; /* Hides horizontal scroll */
}

      /* Styling for language switcher */
      .language-switcher {
        display: flex;
        justify-content: flex-end;
        margin: 0px;
        margin-left: 10px;
      }
  
      .language-switcher select {
        padding: 2px;
        border: 2px solid #f5a303;
        border-radius: 5px;
        font-size: 16px;
        color: #f5a303;
        cursor: pointer;
        background-color: #f8f9fa;
        
      }
  
      .language-switcher select:hover {
        background-color: #e2e6ea;
        border-color: #f5a303;
      }
    
    .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}
.accordion-button:not(.collapsed) {
    background-color: #952f3b4f !important;
}

    /* Ensure that the container has proper layout */
    .container.images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Style for each image to make them of medium size and properly aligned */
    .image {
        width: 100%;
        height: auto;
        max-width: 300px; /* Control the size of the image */
        display: block;
        margin: 0 auto; /* Center the images */
        border-radius: 8px; /* Optional: gives rounded corners */
    }

    /* Optional: Add some space between images */
    .col-lg-4, .col-md-12 {
       /* padding: 10px;*/ /* Adjusts space between images */
    }

    /* Optional: Adding a hover effect for images */
    .image:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
    }
    .cust-blog{
        text-decoration:none !important;
    }
    
    .image-container {
    padding: 4px;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}
.cust-image-container img{
    height:218px !important;
}
.custom-img-con{
    text-align: center;
}
.cust-how{
    width: 80px !important;
}
 .btn .new{
     background-color: #f5a303 !important;
 }  
 .agni-pooja-1-wrapper{
     height:160px !important;
 }

@media (max-width: 767.98px) {
  /* For small devices */
  .single-contact {
    margin-bottom: 10px;
  }
}
.toggle {
  font-size: 12px;

  font-weight: bold;
}

.navbar {
  background-color: white;
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f29200;
}

.highlight-box1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.hero-section {
  background: url("img/bg.jpg") no-repeat center center/cover;
  padding: 20px 20px;
  color: #f37a1f;
  text-align: center;
  min-height: 470px;
  border-radius: 10px;
}
.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #000;
  font-weight: bolder;
}
.highlight-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.custom-subtext {
  font-size: 14px;
  font-style: oblique;
}
.custom-text {
  font-weight: bold;
}

.form-label {
  font-weight: bold;
  color: #333;
}
footer {
  background-color: #f8d762;
  text-align: center;
  padding: 10px;
  color: #333;
}

.container1 {
  margin: 0 auto;
  padding: 20px;
}

.highlight-box {
  background-color: #fdf2e9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.form-title {
  text-align: center;
  color: #f29200;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #f29200;
  background: transparent;
  font-size: 16px;
  outline: none;
}

.form-group textarea {
  resize: none;
}

.form-group i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f29200;
}

.btn-submit {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f29200;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.btn-submit i {
  margin-right: 8px;
}

.btn-submit:hover {
  background-color: #d97700;
  outline: none;
}

.new {
  background-color: #f5a70dd5; /* Original background color */
  color: white; /* Text color */
  border: none; /* Optional: Remove borders */
  outline: none; /* Remove focus outline */
}

.new:hover {
  background-color: darkred; /* Change to dark red on hover */
  color: rgb(224, 57, 57); /* Ensure the text color stays visible */
}

.new:focus {
  outline: none; /* Prevent focus outline */
}

.purohit-section {
  padding: 20px 0;
}
.purohit-icon {
  font-size: 50px;
  color: #f37a1f;
}
.purohit-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.purohit-subtext {
  font-size: 12px;
  color: black;
  text-align: center;
}
.purohit-icon-text-container {
  align-items: center;
}
.purohit-icon-text-container img {
  align-items: center;
  width: 100px;
  height: 80px;
}

.call-section {
  background: url("img/Section\ \(2\).png") no-repeat center center/cover;
  color: white;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.call-button {
  background-color: white;
  color: #900;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.call-button:hover {
  background-color: #f5f5f5;
  color: #700;
}

/* Service Section Background with Opacity */
#service-section {
  position: relative;
  background-image: url("img/Section\ \(2\).png"); /* Use correct image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0; /* Adds spacing */
}

#service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay with 50% opacity */
  z-index: 1; /* Places overlay below the content */
}

/* Content Wrapper */
#service-section .section {
  position: relative;
  z-index: 2; /* Ensures content appears above overlay */
}

/* Card Styling */
.agni-pooja-1-wrapper {
  background: rgba(120, 45, 45, 0.9); /* White cards with slight opacity */
  border-radius: 12px; /* Rounded corners */
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.agni-pooja-1-wrapper:hover {
  transform: translateY(-10px); /* Lift on hover */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.agni-pooja-1-icon {
  width: 60px; /* Set fixed image size */
  height: 60px;
  margin-bottom: 10px;
}

.hawans {
  font-size: 1.1rem;
  color: #b68c0b; /* Dark text color for readability */
  font-weight: bold;
}

/* Maa Baglamukhi guru puja */
#maabaglamukhigurupuja {
  position: relative;
  background-image: url("img/gurupuja.png"); /* Use correct image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0; /* Adds spacing */
}

.list-card-layout {
  background: linear-gradient(-37deg, #7a000f, #7a000f);
  border: 1px solid #cfd8dc;
  border-radius: 16px;
  color: #ffc107;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.rating {
  color: #fff9c4;
}
.btn-custom {
  border-radius: 4px;
}
.btn-light-custom {
  background-color: rgba(255, 193, 7, 0.15);
  border: 1px solid #f57c00;
  color: #f57c00;
}
@media (max-width: 768px) {
  /* Target devices with screen width 768px or less */
  .list-card-layout .col-md-4 img {
    height: 50%; /* Set the height to half */
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
  }
}

/* faq */

.faq-section {
  background: url("img/Section\ \(3\).png") repeat;
  background-size: cover;
  padding: 50px 20px;
}
.faq-title {
  font-size: 1rem;
  color: #ffe200;
  text-align: center;
  font-weight: bold;
}
.faq-card {
  border: 1px solid #ffe200;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #e6d66e;
  margin-bottom: 15px;
}
.faq-header {
  font-size: 1rem;
  font-weight: 500;
  color: #7a000f;
  cursor: pointer;
  background-color: #ecd64b;
}
.faq-body {
  font-size: 16px;
  color: #555555;
  padding-top: 10px;
}

/* about of maa baglamukhi */

/* Image Styling */
.image-container img {
  max-width: 100%;
  height: auto;
}

.overlay-symbol {
  border-radius: 50px;
  background-color: rgba(219, 66, 66, 0.18);
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #db4242;
  font-size: 16px;
}

.vertical-divider {
  width: 2px;
  height: 100%;
  background-color: #7e4555;
  margin: auto 0;
}

/* Learn More Button */
.learn-more-btn {
  border: 1px solid #efefef;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 600;
  color: #db4242;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.heading {
  font-size: 46px;
  color: #ffa80a;
  font-family: "Lora", serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

.list-item {
  font-weight: 600;
  color: #777;
}

/* testimonial */

/* Testimonial Card Styles */
.testimonial-card {
  background-color: #7a0808;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  color: #fff;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #7a0a0a;
}

/* Responsive Adjustments for Small Screens */
@media (max-width: 576px) {
  .carousel-inner .row {
    flex-wrap: nowrap; /* Prevent wrapping */
    justify-content: center; /* Center items */
  }

  .carousel-inner .col-sm-12 {
    flex: 0 0 100%; /* Each card takes full width */
    max-width: 100%;
  }
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff9e6;
  color: #333;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff9e6;
  color: #333;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff9e6;
  color: #333;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff9e6;
  margin: 0;
  padding: 0;
}

.gallery {
  text-align: center;
  padding: 20px;
}

.gallery h2 {
  font-size: 24px;
  color: orange;
  margin-bottom: 10px;
}

.gallery p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}


/* footer section */

footer {
  margin: 0;
  padding: 0;
  background-color: #800020;
  color: #fff;
  font-family: Arial, sans-serif;
}
footer h5 {
  color: #fff;
  border-bottom: 2px solid #ff5722;
  display: inline-block;
  padding-bottom: 5px;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  color: #ff5722;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li::before {
  content: "\2022";
  color: #ff5722;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.social-icons a {
  display: inline-block;
  background-color: #ff5722;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 8px;
}
.payment-icons img {
  max-height: 30px;
  margin-right: 10px;
}

.modal-header {
  background-color: #dbbf42;
  color: white;
  border-bottom: none;
}
.btn-primary {
  background-color: #dbbf42;
  border-color: #dbbf42;
}
.btn-success {
  background-color: #dbbf42;
  border-color: #dbbf42;
}
.btn-close {
  color: white;
}
.modal-footer {
  border-top: none;
}
.form-control {
  border-radius: 5px;
}
.modal-navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.modal-navigation button {
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
}
.modal-navigation button.active {
  background-color: #dbbf42;
  color: white;
}

.help-section {
  background-color: #7a000f;
  border-radius: 10px;
  padding: 20px;
  color: white;
}
.help-image {
  width: 80px;
  height: auto;
}
.divider {
  font-weight: bold;
  font-size: 24px;
  color: #7a000f;
}
.newsletter-input {
  background-color: #a05626;
  color: white;
  border: none;
}
.newsletter-input:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-button {
  background-color: #f5a70d;
  border: none;
  color: white;
  font-weight: bold;
}
.newsletter-button:hover {
  background-color: #e08d08;
}









