﻿@import url('https://fonts.googleapis.com/css2?family=Kurale&display=swap');

.myFont {
    font-family: 'Kurale', serif;
}

.hs {
    width: 699px;
    height: 566px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 11px;
    border: 5px solid #777777;
    background-color: #fff;
    display: none;
    overflow: scroll;
}
    .hs .bx {
        font-family: "Kurale", serif;
        background-color: #eee;
        border: thin solid #aaa;
        margin-bottom: 3px;
    }
.hs .bx .bxh
{
    background: -webkit-linear-gradient(left top, #0066cc, #003366); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #0066cc, #003366); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #0066cc, #003366); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #0066cc, #003366);
    color:#fff; 
    padding:5px;
    padding-left:11px;     
    font-weight:bold;   
}
.hs .bx .cdv
{
    padding:3px;
    color:#333;
    font-size:14px;
}
.txt_lnk_fff
{
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
.txt_lnk_fff:hover
{
    text-decoration:underline;
}
.txt_lnk_111
{
    font-weight:bold;
    text-decoration:none;
    color:#111;
}
.txt_lnk_111:hover
{
    text-decoration:underline;
}
#sidebar-nav {
    width: 160px;
}
.tts_font {
    font-size: 13px;
    color: brown;
    margin: 1px;
}

.tts_textBox {
    padding: 3px 5px;
    font-size: 14px;
}
@media print {
    /* Hide the print button when printing */
    .btn-print {
        display: none;
    }

    /* Set font size and color for printed content */
    .print-content {
        font-size: 11px;
        color: maroon;
    }

    /* Set the width and margin for the printed row */
    .print-row {
        width: 100%;
        margin-bottom: 10px; /* Adjust as needed */
    }

    /* Set the width and margin for the printed columns */
    .print-col {
        width: 100%;
        float: left;
    }
}

.myTable a
{
    color:#fff;
    text-decoration:none;
}



.bg-image-container {
    width: 100%;
    height: 130px; 
    overflow: hidden;
}

    .bg-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 100px;
    height: auto; 
    margin-bottom: 20px; 
}
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#navbar_top {
    padding: 3px 0; 
}

.navbar-brand img {
    margin-top: -11px; 
    margin-bottom: -11px; 
}

.navbar-nav .nav-link {
    padding: 5px 10px; 
}

.input-group.date {
    position: relative;
}

    .input-group.date .btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
    }

.background-container {
    background-image: url('../Images/3.jpg');
    background-repeat: no-repeat;
    padding: 33px;
    border-radius: 11px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.background-container1 {
    background-image: url('../Images/bg1.jpg');
    
    padding: 21px 0px;   
    margin-top: 11px;
    margin-bottom: 11px;
}



.call {
    width: 80px !important;
    position: fixed;
    z-index: 80;
    bottom: 25px;
    left: 0;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 11px 2px #25d366;    
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.breadcrumb {
    margin-top: 1px;
    padding: 15px;
    padding-top: 13px;
    background-image: url('../Images/breadcrumb.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 1px;
    color: #fff; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    text-align: center;
}

    .breadcrumb a {
        text-decoration: none;
        color: #fff; 
        font-weight: bold;
        font-size: 19px;
    }

        .breadcrumb a:hover {
            color: #ef325d;
        }

    .breadcrumb span {
        color: #ddd; 
        font-size: 19px;
    }


.img1 {
    border: 2px solid #fff;
    border-radius: 50%; /* Makes the border fully round */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    .marquee div {
        display: inline-block;
        animation: marquee 51s linear infinite;
    }

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.floatRvw {
    position: fixed;
    width: 130px;
    height: 19px;
    bottom: 3px;
    right: 5px;
    background-color: #790647;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
    box-shadow: 2px 2px 5px 2px #f59342;
    z-index: 100;
    padding-top:3px;
    padding-bottom:3px;
}

.my-floatRvw {
    margin-top: 1px;
}



.rating {
    unicode-bidi: bidi-override;
    direction:rtl;
    text-align: center;
}

    .rating input {
        display: none;
    }

    .rating label {
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        font-size: 24px;
    }

        .rating label:before {
            content: "\2605";
            color: #ccc;
        }

    .rating input:checked ~ label:before {
        color: #ffcc00;
    }




.myRvw {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.reviewBox {
    display: inline-block;
    width: auto; 
    margin: 0 5px; 
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}


.container1 {
    overflow: hidden;
}

.row1 {
    display: flex;
    animation: moveText 50s linear infinite;
}

    .row1 .col-md-6 {
        padding: 0 10px; 
        margin-right: 10px; 
    }
    .row1 .name {
        color: blue; 
        font-weight:bold;
    }
    .row1 .stars {
        color: gold;
    }

    .row1 .user-icon-circle {
        display: inline-block;
        width: 22px; /* Adjust the size of the circle */
        height: 22px; /* Adjust the size of the circle */
        border-radius: 50%; /* Makes it a circle */
        background-color: blue; /* Background color of the circle */
        text-align: center;
        line-height: 40px;
        padding:2px;
    }

        .row1 .user-icon-circle i {
            color: white; /* Color of the icon */
        }


@keyframes moveText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.row1:hover {
    animation-play-state: paused;
}
.paused {
    animation-play-state: paused;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
}

.tts_link{
    color:#333;
    text-decoration:none;
    font-size:13px;
}
.tts_link:hover
{
    text-decoration:underline;
}
.tts_link_white {
    color: #fff;
    text-decoration:none;
    font-size: 13px;
    font-weight:bold;
}
    .tts_link_white:hover {
        text-decoration: underline;
    }




.card-img-top {
    width: 100%;
    height: 200px; 
    object-fit: cover;
}

.selected {
    background-color: #0094ff;
    color: aliceblue;
}
#suggestions {
    background-color: white;
    font-size: 11px;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000; /* Ensure it's above other content */
}

    #suggestions li {
        padding: 5px;
        cursor: pointer;
        border: 1px solid #ccc;
        list-style: none;
        margin-left: -31px;
    }

        #suggestions li:hover {
            background-color: #e9e9e9;
        }

.suggestion-list {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    z-index: 1000;
}


.notiCon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.notification-message {
    color: #bb0f71 !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    max-width: 600px;
    margin: 0 auto;
}

    .notification-message span {
        display: block;
        font-weight: normal !important;
        font-size: 1.2em !important;
        color: #666 !important;
        margin-top: 10px !important;
    }
.btn1 {
    padding:2px 5px 2px 5px;
    border-radius:3px;
    font-size:13px
}
.txt1{
    font-size:11px;
}


.msg1 {
    background-color: #fff3cd;
    border: 2px solid #ffeeba;
    color: #856404;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .msg1:focus {
        outline: none;
        box-shadow: 0 0 8px #856404;
    }

.form-check-input {
    border: none;
    margin: 3px;
    padding: 2px;
    transform: scale(1.3);   
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    background-color: #f0f0f0;
    padding: 10px;
}

.marquee-content {
    white-space: nowrap;
    animation: marqueeScroll 50s linear infinite;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Additional styles to make the marquee responsive */
@media (max-width: 768px) {
    .marquee-content {
        font-size: 14px;
    }
}
#footer {
    position: relative;
    background: url('../images/bg_footer.jpg') center center fixed;
    background-size: cover;
}

#dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.8; 
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 1; 
}

    .footer-content h4,
    .footer-content p,
    .footer-content a {
        color: #fff; 
    }

.breadcrumb {
    margin-top: 37px;
    padding: 15px;
    padding-top: 33px;
    background-image: url('Images/breadcrumb.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    border-radius: 1px;
    color: #fff; /* Breadcrumb text color */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); /* Text shadow for better visibility */
    text-align: center;
}

    .breadcrumb a {
        text-decoration: none;
        color: #fff; /* Breadcrumb link color */
        font-weight: bold;
        font-size: 19px;
    }

        .breadcrumb a:hover {
            color: #ef325d; /* Breadcrumb link color on hover */
        }

    .breadcrumb span {
        color: #ddd; /* Breadcrumb text color */
        font-size: 19px;
    }

.myTbl {
    width: 100%;
    margin: 5px;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

    .myTbl th {
        background-color: #009688;
        color: #ffffff;
        font-weight: bold;
        padding: 5px 5px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .myTbl td {
        padding: 3px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .myTbl tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .myTbl tr:nth-child(odd) {
        background-color: #e3f4f4;
    }

    .myTbl tr:hover {
        background-color: #d0f0f0;
        cursor: pointer;
    }