/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    /* padding: 25px 0; */
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #F17C00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
   display: none;
}
/* .header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
} */

/*.page-header {*/
/*    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;*/
/*    background-size: cover;*/
/*}*/

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.core-vision {
    position: relative;
}

.core-vision .first-col {
    height: 100%;
    display: flex;
    align-items: center;
}

.core-vision .first-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-vision .col-md-6 .card {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffd54f;
    margin-bottom: 15px;

}

.core-vision .col-md-6 .card .text {
    padding: 20px;
}

.core-vision .col-md-6 .card .img img {
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
}

.core-vision .col-md-6 .card .img {
    padding-left: 10px;
}

.feature {
    background-color: #efefef;
}
.feature .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.feature .card a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem; 
    color: #fff;
    background-color: #FF8E16; 
    text-decoration: none;
    border-radius: 5px; 
    transition: background-color 0.3s, transform 0.3s;
}

.feature .card i {
    font-size: 3rem; 
    color: #333;
    margin-bottom: 10px;
}

.feature .card h3 {
    font-size: 1.5rem; 
    color: #333;
    margin: 10px 0;
}

.feature .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.service {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section__header {
    margin-bottom: 40px;
}

.section__header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.section__header p {
    font-size: 1rem;
    color: #666;
}

.service__circle {
    position: relative;
    width: 560px; /* Adjust as needed */
    height: 400px; /* Adjust as needed */
    margin: 0 auto;
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service__item {
    position: absolute;
    width: 100px; /* Adjust size */
    height: 100px; /* Adjust size */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.service__item:nth-child(1) { top: 39%; left: 6%; background-color: #f5a623; } /* Pooja */
.service__item:nth-child(2) { top: 0%; left: 20%; background-color: #50e3c2; } /* Marriage */
.service__item:nth-child(3) { top: 0%; left: 65%; background-color: #7ed321; } /* Bhoomi Pooja */
.service__item:nth-child(4) { top: 39%; left: 77%; background-color: #4a90e2; } /* Darshan */
.service__item:nth-child(5) { top: 75%; left: 65%; background-color: #bd10e0; } /* Prashad */
.service__item:nth-child(6) { top: 75%; left: 20%; background-color: #d0021b; } /* Car Pooja */

.service__item i {
    font-size: 2rem;
    color: #fff;
}

.service__center-text {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    background: #efca35;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.service__center-text p,
.service__center-text h3,
.service__center-text h6 {
    margin: 0;
}

.service__center-text p {
    font-size: 1rem;
}

.service__center-text h3 {
    font-size: 1.5rem;
}

.service__center-text h6 {
    font-size: 1rem;
}

.service__text-left, .service__text-right {
    font-size: 1rem;
    color: #333;
}

.service__text-left h5, .service__text-right h5 {
    font-size: 1.25rem;
    margin-top: 20px;
}

.service__text-left p, .service__text-right p {
    margin-bottom: 10px;
}

.service__text-left h5:hover, .service__text-right h5:hover {
    color: #efca35;
}

.service__item:hover {
    transform: scale(1.2);
}

.service__item:nth-child(1):hover ~ .service__text-left h5:nth-of-type(1),
.service__item:nth-child(2):hover ~ .service__text-left h5:nth-of-type(2),
.service__item:nth-child(3):hover ~ .service__text-left h5:nth-of-type(3),
.service__item:nth-child(4):hover ~ .service__text-right h5:nth-of-type(1),
.service__item:nth-child(5):hover ~ .service__text-right h5:nth-of-type(2),
.service__item:nth-child(6):hover ~ .service__text-right h5:nth-of-type(3) {
    color: #efca35;
}
.service__text-left{
    text-align: end;
}
@media(max-width:767px){
    .service__text-left{
        text-align:left;
    }
}
.footer {
    /*background-image: url('../img/banners/footer.jpg') !important;*/
    background-size: cover; /* Ensures the background image covers the entire container */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
}
@media (max-width: 992px) {
    .service__circle {
        width: 400px;
        height: 300px;
    }

    .service__item {
        width: 80px;
        height: 80px;
    }

    .service__center-text {
        width: 120px;
        height: 120px;
    }

    .service__item i {
        font-size: 1.6rem;
    }

    .service__item:nth-child(1) { top: 40%; left: 8%; }
    .service__item:nth-child(2) { top: 5%; left: 25%; }
    .service__item:nth-child(3) { top: 5%; left: 60%; }
    .service__item:nth-child(4) { top: 40%; left: 70%; }
    .service__item:nth-child(5) { top: 75%; left: 60%; }
    .service__item:nth-child(6) { top: 75%; left: 25%; }
}

/* Small screens */
@media (max-width: 768px) {
    .service__circle {
        width: 300px;
        height: 250px;
    }

    .service__item {
        width: 70px;
        height: 70px;
    }

    .service__center-text {
        width: 100px;
        height: 100px;
    }

    .service__item i {
        font-size: 1.4rem;
    }

    .service__item:nth-child(1) { top: 42%; left: 10%; }
    .service__item:nth-child(2) { top: 10%; left: 30%; }
    .service__item:nth-child(3) { top: 10%; left: 55%; }
    .service__item:nth-child(4) { top: 42%; left: 65%; }
    .service__item:nth-child(5) { top: 75%; left: 55%; }
    .service__item:nth-child(6) { top: 75%; left: 30%; }
}

/* Extra small screens */
@media (max-width: 576px) {
    .service__circle {
        width: 100%;
        height: 345px;
    }

    .service__item {
        width: 70px;
        height: 70px;
    }

    .service__center-text {
        width: 115px;
        height: 115px;
    }

    .service__item i {
        font-size: 1.2rem;
    }

    .service__item:nth-child(1) { top: 42%; left: 10%; }
    .service__item:nth-child(2) { top: 0%; left: 25%; }
    .service__item:nth-child(3) { top: 0%; left: 60%; }
    .service__item:nth-child(4) { top: 42%; left: 75%; }
    .service__item:nth-child(5) { top: 80%; left: 60%; }
    .service__item:nth-child(6) { top: 80%; left: 25%; }
}
.header-carousel .owl-carousel-item {
    position: relative;
    overflow: hidden;
}

.header-carousel .owl-carousel-item img {
    transition: transform 0.7s ease; /* Smooth transition for scaling */
    transform: scale(1.1); /* Slightly zoomed out by default */
}

.header-carousel .owl-carousel-item.active img {
    transform: scale(1); /* Original size for the active image */
}
.static-banner {
    background-image: url('../img/banners/banner3.png');
    background-size: cover;
    background-position: center;
    height: 700px; /* Adjust height as needed */
}
.static-banner-history {
    background-image: url('../img/images/banner2.jpg');
    background-size: cover;
    
    height: 550px; /* Adjust height as needed */
}
.my-5{
    margin-top: 0px !important;
}
body{
    color: black;
}
.main-image{
    height:725px;
}
@media(max-width:767px){
    .main-image{
        height:300px;
        margin-bottom:45px;
    }
}
.navbar-nav button{
    background: #ff8e16;
    border: none;
    border-radius: 5px;
}
.top-nav-text{
    color: white;
}



.circle-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensures the image stays within the card's rounded borders */
    border-radius: 50%; /* Rounds the card */
}

.circle-img {
    width: 100%;
    height: auto; /* Ensures the image scales correctly */
    border-radius: 50%; /* Rounds the image */
    object-fit: cover; /* Ensures the image covers the circle area */
}
.temple-history {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    
    border-radius: 8px;
}

.temple-card {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}



.temple-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.temple-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .temple-card h3 {
        font-size: 18px;
    }

    .temple-card p {
        font-size: 14px;
    }

    .image-circle {
        width: 80px;
        height: 80px;
    }

    .image-circle img {
        width: 60%;
    }
}
.bg-orange-400{
   background-color:  rgb(251 146 60);
}
.bg-slate-400{
    background-color:  rgb(148 163 184);
 }
 .bg-red-400{
    background-color:  rgb(248 113 113);
 }
 .bg-amber-400{
    background-color:  rgb(251 191 36);
 }
 .bg-emerald-400{
    background-color:  rgb(52 211 153);
 }
 .bg-cyan-400{
    background-color:  rgb(34 211 238);
 }


Copy code
.temple-history {
    text-align: center;
}

.temple-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 470px; /* Adjust the height as needed */
    border: 1px solid #ddd; /* Optional: add a border for better visibility */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add shadow for better appearance */
}

.temple-card img {
    max-width: 60%;
    height: auto;
    border-radius: 50%; /* Ensure images inside circles are perfectly round */
}

.image-circle {
    width: 150px; /* Adjust size of the circle as needed */
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.aarti-card {
    background: #ffd54f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    max-width: 600px;
    width: 100%;
    padding: 20px;
    margin: 20px;
    text-align: center;
}

.aarti-container {
    line-height: 1.6;
}

h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

p {
    color: #555;
    margin-bottom: 10px;
    font-size: 18px;
}

@media (max-width: 600px) {
    .aarti-card {
        padding: 15px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}
#aarti-audio {
    display: none; 
}
.carousel-item img {
    height: 700px;
    object-fit: cover; 
    width: 100%; 
}
@media (max-width: 767px) {
    .carousel-item img {
        height: 250px;
        width: 100%; 
    }
    .text h5{
        text-align: center;
    }
    .text{
        text-align: justify;
    }
    .core-vision .img {
        padding-top: 10px;
    }
    .static-banner-history{
        height: 225px;
    }
}
.core-vision .img img{
   margin-left: 20px;
}
/* .gallery img{
    height: 300px;
    object-fit: cover;
} */
.gallery .col-md-4, .col-12 {
  
    padding: 10px; 
  }
  
  .gallery img {
    width: 100%;
    height: auto;
  }
  .first-col{
    height:600px;
  }
  .place-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column; /* Ensures content stacks vertically */
    justify-content: space-between; /* Ensures content takes up full height */
    transition: all 0.3s ease;
}

/* Heading and paragraph styles inside card */
.place-card h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #444;
}

.place-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-top: auto; /* Pushes text to the bottom */
}

/* Responsive design */
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 576px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Hover effect for place cards */
.place-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}