.myfooter-solu:hover{
    color: hotpink;
    text-decoration: underline;
}
.logo-solu{
    animation: logo-animation linear 4s;
    animation-iteration-count:  infinite;
    transform-origin: 50% 50%;
    -webkit-animation: logo-animation linear 4s;
    -webkit-animation-iteration-count:  infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: logo-animation linear 4s;
    -moz-animation-iteration-count:  infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: logo-animation linear 4s;
    -o-animation-iteration-count:  infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: logo-animation linear 4s;
    -ms-animation-iteration-count:  infinite;
    -ms-transform-origin: 50% 50%;
}
.sol_colour{
    /*color: #46b749;*/
    color: red;
    font-weight: bold;
}
.tp-caption{
  text-shadow: #000 0px 0px 2px !important;
  -webkit-font-smoothing: antialiased !important;
}


.review-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.review-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}

.review-rating {
    display: flex;
    align-items: center;
}

.google-icon {
    height: 40px;
    margin-right: 10px;
}

.rating-info {
    display: flex;
    align-items: center;
}

.rating-value {
    font-size: 36px;
    font-weight: bold;
    color: #fbbc05;
    margin-right: 10px;
}

.rating-stars {
    font-size: 24px;
    color: #fbbc05;
}

.star {
    margin: 0 1px;
}

.read-reviews {
    background-color: #1a73e8;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.read-reviews:hover {
    background-color: #155ab1;
}

.rating-count{
    font-size: 24px;
    color: grey;
}

.contact-text-overlay {
    text-shadow:
            0.05em 0 black,
            0 0.05em black,
            -0.05em 0 black,
            0 -0.05em black,
            -0.05em -0.05em black,
            -0.05em 0.05em black,
            0.05em -0.05em black,
            0.05em 0.05em black;
}

.navbar .container .navbar-collapse .nav .nav-item .book_btn_new{
    margin-top: 18px;
}

.banner--unstick .container .navbar-collapse .nav .nav-item .book_btn_new{
    margin-top: 18px !important;
}

.banner--stick .container .navbar-collapse .nav .nav-item .book_btn_new{
    margin-top: 10px !important;
}

.banner--stick .container .navbar-collapse .navbar-nav-wrapper .nav .nav-item .book_btn_new2{
    margin-top: 10px !important;
}

@media screen and (max-width:992px) {
    .book_btn_new, .book_btn_new2{
        margin-left: 22px !important;
    }
    .social li a{
        color: white !important;
    }
    .navbar-brand img{
        width: 90px !important;
    }
}

@media screen and (max-width:660px) {
    .review-header{
        width: max-content;
        display: block;
    }
    .review-rating{
        width: max-content;
        display: block;
    }
    .rating-info{
        width: max-content;
        display: block;
    }
    .review_button{
        width: max-content;
        display: block;
        margin-top: 12px;
    }
}

@font-face {
    font-family: 'TamilFont';   /* You can name it anything */
    src: url('../../font/Bamini_Tamil_04.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply only to one div */
.tamil-text {
    font-family: 'TamilFont', sans-serif !important; /* fallback if font fails */
}