body {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Custom CSS for Owl Carousel navigation */
.owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 9999;

}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    /*background: white !important;*/
    color: black;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0px 0px !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    color: black !important;
}


h5,
h3 {
    color: #730000;
}

.navbar .navbar-collapse ul li .nav-link {
    color: black;
    padding: 0px 10px;
    font-weight: bold;
    font-size:19px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 999;
}

.temples img {
    margin-top: 20px;
    width: 100%;
}

.temples img:hover {
    transform: scale(0.9);
    transition: all 0.2s ease-out;
}

.btn {
    /*width: 6.5em;*/
    height: 1.9em;
    margin: 0.5em;
    background: #730000;
    padding-bottom: 25px !important;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.temples button:hover {
    color: white !important;
}

.temples button:after {
    content: "";
    background: black;
    position: absolute;
    color: white;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.temples button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



.footer ul li {
    list-style: none;
    padding: 5px;
  
}

.footer ul li:hover {
    font-weight: bold;
    font-size: 20px;
}

.footer ul li a {
    text-decoration: none !important;
    color: black !important;
  font-size: 17px;
}

.footer-inner-contianer {
    padding-top: 70px;
}

.image-container {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 2px solid black;
    /* Adjust width as needed */
    height: 300px;
    /* Adjust height as needed */
}

.default-image,
.hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.hover-image {
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.image-container:hover .default-image {
    opacity: 0;
}


.home-image .h1 {
    width: 100%;
    height: 600px;
    border: 2px solid black;
  
}
.h2{
    color: #730000;
}

.statues img {
    width: 100%;
}

.statues .product {
    background-color: #730000;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    font-weight: bold;

    height:128px;
       justify-content: center;
}

.statues .product p{
        font-size: 24px !important;
}

.review i {
    color: gold;
}

.review p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.review img {
    height: 40px;
}

.review .button-22 {
    background-color: #730000;
    border-radius: 10px;
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px !important;
}


.testi p {
    text-align: center;
}

.testi {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 20px;
}


.faq-header {
    cursor: pointer;
    /* margin-bottom: 1rem; */
}

.accordion-button::after {
    content: "";
    font-size: 1.25rem;
    margin-left: auto;
    transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}


/* CSS */
.button-27 {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

    will-change: transform;
}

.button-27:disabled {
    pointer-events: none;
}

.button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}

.clean img {
    width: 100%;
}




.footer ul {
    padding-left: 5px !important;
}

/* .footer {
    height: 500px;
    background-image: url('../img/footer.jpg');
    background-size: cover;
} */

.footer {
    position: relative;

    height: 500px;
    background-size: cover;
    z-index: 0;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-1.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    /* Default opacity for non-mobile screens */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity change */
    z-index: -1;
}


.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;

    padding: 0px 10px;
    color: white;
}

.logo-moblie {
    display: none;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .footer::before {
        opacity: 0.1;
        /* Adjust opacity as needed for mobile screens */
    }

    .logo-moblie {
        display: inline;
        padding: 10px 30px;

    }

    .statues .product {
        padding: 10px;
        margin-top: 10px;
    }

    .footer {
        height: auto;

    }

    .footer-inner-contianer {
        padding-top: 70px;
    }

    .owl-nav {
        padding: 0px 0px;
    }


    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 250px;
        /* Adjust width as needed */
        background-color: #f8f9fa;
        transform: translateX(-100%);
        transition: transform 0.3s ease;

        background-color: #730000;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-toggler {
        z-index: 1050;
        /* Ensure it appears above the menu */
    }

    .navbar .navbar-collapse ul li .nav-link {
        color: white;
        padding: 10px 30px;
        font-size: 23px;
    }
    
    .statues .product{
        height:auto;
    }


}


@media (max-width:425px) {
    .owl-carousel .owl-item img {
        height: 250px;
    }

}

.contact-icons {
    position: fixed;
    z-index: 999;
    top: 70%;
}

.contact-icons img {
    width: 60px;
    height: 60px;
}

p{
    font-size:19px;
}

h5{
     font-size:22px;
}

.temples img{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.accordion .accordion-item h2 button{
    font-size:19px !important;
    font-weight:bold;
}
.accordion .accordion-item .accordion-collapse .accordion-body{
  font-size:19px !important;   
}





.innerContent-wrap {
  padding: 20px;
}

.container {
  margin-top: 20px;
}

.row.justify-content-center {
  display: flex;
  justify-content: center;
}

.contact-form {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-top: 100px; /* Increase gap above the form */
}

.map-container {
  padding: 20px;
  margin-top: 80px;
}

.map iframe {
  width: 100%;
  
  border: 0;
}
.form-group{
    padding:15px;
}
.custom-textarea {
  resize: vertical; 
  height: 200px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  padding: 10px;
  font-size: 16px; 
  background-color: #fff; 
  box-shadow: 0 0 5px rgba(0,0,0,0.1); 
}
.contact input{
    height:50px;
}
 .video-container {
            margin-bottom: 30px; /* Adjust spacing between videos */
        }
        .video-container iframe {
            width: 100%;
            height: auto;
        }
        
.background-section {
    position: relative;
    overflow: hidden; 
    min-height: 400px; 
}

.background-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/paper.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1; 
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Dark overlay */
    z-index: 0; /* Ensure the overlay is on top of the image */
}
.background-section .container {
    position: relative;
    z-index: 1; 
}
.price {
    text-decoration: none; 
    margin-top: 10px; 
}
.btn-container button {
    margin-top: 5px;
}
.product{
    margin-top:10px;
}


.info-box {
  background-color: #f9f9f9; /* Light gray background */
  border: 1px solid #ddd;    /* Light gray border */
  border-radius: 5px;        /* Rounded corners */
  padding: 15px;             /* Space inside the box */
  
}

.info-box h3 {
  margin-top: 0;             /* Remove top margin from heading */
}



.info-box strong {
  display: inline-block;     /* Ensures label is on the same line */
  width: 80px;               /* Fixed width for labels */
}