@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;1,400&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    box-sizing: border-box;
}

/* root values */
:root{
    --container-color: #1a1e21;
    --second-color: rgba(77, 228, 255);
    --text-color: #172317;
    --bg-color: #fff;
}
.header_Nav1{
    margin: 20px;
    display: flex;
    padding: 8px 14px;
    justify-content: space-between;
    gap: 1rem;
}

.floaterMenu {
    right: 10px;
    top: 50px;
    width: 250px;
   
    display: none;
    flex-direction: column;
}

::selection{
    color: var(--bg-color);
    background: var(--second-color);
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

img{
    width: 100%;
}

section{
    padding: 3rem 0 2rem;
}

.container{
    left: 10px;
    margin: auto;
    width: 100%;
}

a{
    color: #fff;
}

/* Header CSS start */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

header.shadow{
    background: var(--bg-color);
    box-shadow: 0 1px 4px hsl(0 4% 14% / 10%);
    transition: .5s;
}

header.shadow .logo{
    color: var(--text-color);
}
header.shadow .navItems{
    color: var(--text-color);
}

.logo{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bg-color);
    padding-left: 20px;
}

.logo span{
    color: var(--second-color);
}
.welcomeText{
    font-size: 60px;
    margin: 0;
    padding: 0;
    font-family: fantasy ;
    color: rgb(29, 208, 240);
}
.navItems{
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    color: var(--bg-color);
}

.navItems:hover{
    background: hsl(199, 98%, 56%);
    transition: .5s;
}
  
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: white;
  }
  .menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 20px;
}
/* Header CSS End */
.home{
    
    background: url("images/VictoriaMemHall.jpg");
	background-size: cover; /* Scale the image to cover the entire container */
    background-position: top center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 100vh; /* Full viewport height */
    width: 99vw; /* Full viewport width */
    display: flex; /* Center content */
    flex-direction: column;
    align-items: center; /* Vertically center content */
    justify-content: flex-end; /* Horizontally center content */
    color: white; /* Text color */
    text-align: center; /* Center text */
}
.hotelhome{
    
    background: url("images/Hotel/ITC-Royal-Bengal.png");
	background-size: cover; /* Scale the image to cover the entire container */
    background-position: top center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 50vh; /* Full viewport height */
    width: 99vw; /* Full viewport width */
    display: flex; /* Center content */
    flex-direction: column;
    align-items: center; /* Vertically center content */
    justify-content: flex-end; /* Horizontally center content */
    color: white; /* Text color */
    text-align: center; /* Center text */
}
.travelhome{
    
    background: url("images/Travel/TravelHome.jpg");
	background-size: 100% 100% ; /* Scale the image to cover the entire container */
    background-position: top center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 70vh; /* Full viewport height */
    width: 99vw; /* Full viewport width */
    display: flex; /* Center content */
    flex-direction: column;
    align-items: center; /* Vertically center content */
    justify-content: flex-end; /* Horizontally center content */
    color: white; /* Text color */
    text-align: center; /* Center text */
}
.sportshome{
    
    background: url("images/Sports/sportsHome.jpg");
	background-size: 100% 100% ; /* Scale the image to cover the entire container */
    background-position: top center; /* Center the image within the container */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 80vh; /* Full viewport height */
    width: 99vw; /* Full viewport width */
    display: flex; /* Center content */
    flex-direction: column;
    align-items: center; /* Vertically center content */
    justify-content: flex-end; /* Horizontally center content */
    color: white; /* Text color */
    text-align: center; /* Center text */
}

/* Card container styling */
.card-container {
    display: flex;
    flex-wrap: wrap; /* Allows cards to wrap onto the next line */
    gap: 20px; /* Spacing between cards */
    padding: 10px;
    justify-content: center; /* Centers cards horizontally */
}
.filter-container {
    margin-bottom: 20px;
    display: flex;
    gap: 20px; /* Spacing between cards */
    margin-left: 8vw;
    margin-top: 20px;
}
.filter-container label{
    font-size: 0.9em;
    color: #666;
}
.filter-container option{
    font-size: 0.9em;
    color: #666;
}
.filter-container select{
    font-size: 0.9em;
    color: #666;
}
.cardNavigation{
	display: flex;
	padding: 10px;
	gap: 20px;
	justify-content: center; /* Centers cards horizontally */
}
.cards {
    display: flex;
       flex-wrap: wrap; /* Allows cards to wrap onto the next line */
       gap: 20px; /* Spacing between cards */
       padding: 10px;
       justify-content: center; /* Centers cards horizontally */
   }
/* Card styling */
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures content stays within borders */
    width: 410px; /* Fixed width for cards */
    transition: transform 0.3s ease; /* Smooth scaling effect */
    display: flex;
    flex-direction: column;
}


/* Image styling */
.card-image {
    width: 100%;
    height: 60%;
    display: block;
}

/* Card content styling */
.card-content {
    padding: 15px;
}

/* Card title styling */
.card-title {
    margin: 0;
    font-size: 1.5em;
}

/* Card description styling */
.card-description {
    margin: 10px 0;
    color: #666;
}

/* Button styling */
.card-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1em;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.card-button:hover {
    background-color: #0056b3;
}

/* Hover effect */
.card:hover {
    transform: scale(1.05); /* Slightly scales up the card on hover */
}

.nav-arrow {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.nav-arrow:disabled {
    background: #ddd;
    cursor: not-allowed;
}
.rating {
    display: flex;
    direction: row;
}
.linkDiv{
    display: flex;
    margin-top: auto;
    align-items: center;

}
.linkDivShopping{
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    align-items: center;
    
    background: #f1f1f1;
    margin-top: auto;
}
.starContainer{
    margin-left: auto;
}
.star {
    font-size: 1.5rem;
    color: #ccc; /* Default color for stars */
    cursor: pointer;
    transition: color 0.3s ease;
}

.star.selected {
    color: #f5c518; /* Color for selected stars */
}

/*-- Hotel Page CSS*/
.hotel-card-container {
    display: flex;
  flex-wrap: wrap; /* Allows cards to wrap onto the next line */
  gap: 20px; /* Spacing between cards */
  padding: 10px;
  justify-content: center; /* Centers cards horizontally */
  flex-direction: column;
}
.resturant-card-container {
    display: flex;
  flex-wrap: wrap; /* Allows cards to wrap onto the next line */
  gap: 20px; /* Spacing between cards */
  padding: 10px;
  justify-content: center; /* Centers cards horizontally */
  flex-direction: column;
}
.resturant-card-container .card
{
    width: 400px;

}
.resturant-card-container .card-content {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.resturant-card-container .card-title
{
    color:#41A4A7;
    font-size: 1.25em;
    font-weight: bold;
}

.resturant-card-container .card-address{
    color:#41A4A7;
    font-size: 1em;
}

.resturant-card-container .card-Pre-title
{
    color: #F68720;
    font-size: 0.9em;
}
.resturant-card-container .card-description{
    font-size: 0.9em;
}
.resturant-card-container .rating{
    margin-left: auto;
}
.linkDivRestaurent{
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    background: #f1f1f1;
    margin-top: auto;
    gap: 25px;
}
.pagebottomLink{
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    padding-left: 5px;
    padding-top: 10px;
}
.explore{
	
    display: block; /* Center content */
    text-align: center; /* Center text */
	
}
.sports-card-container {
    display: flex;
  flex-wrap: wrap; /* Allows cards to wrap onto the next line */
  gap: 20px; /* Spacing between cards */
  padding: 10px;
  justify-content: center; /* Centers cards horizontally */
  flex-direction: row;
}
.sportsDetails-card-container {
    display: flex;
  flex-wrap: wrap; /* Allows cards to wrap onto the next line */
  gap: 20px; /* Spacing between cards */
  padding: 10px;
  justify-content: center; /* Centers cards horizontally */
  flex-direction: column;
}
.sportsDetails-card-container .card-content{
    font-size: 0.8em;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.about .imgBx{
    position: relative;
    min-width: 50%;
    width: 50%;
    min-height: 500px;
}
/* styles.css */

.tab-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.tabs {
    display: flex;
    cursor: pointer;
}

.tab-button {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
}

.tab-button.active {
    background: #fff;
    border-bottom: 1px solid transparent;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}


/** Footer Css Statrt*/

footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    margin-top: 3rem;
    background: #113041;
    display: flex;
    font-family: sans-serif;
    justify-content: space-between;
    flex-direction: column;
    gap;20px
}

.footer-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-container .sec{
    margin-right: 30px;
}

.footer-container .sec.aboutus{
    width: 40%;
}

.footer-container h2{
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}

.footer-container h2::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(77, 228, 255);
}

footer p{
    color: #fff;
}

.sci{
    margin: 20px;
    display: flex;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    transition: .5s;
}

.sci li a:hover{
    background: rgb(77, 228, 255);
}

.sci i a .bx{
    color: #fff;
    font-size: 20px;
}

.quicklinks{
    position: relative;
    width: 25%;
}

.quicklinks ul li{
    list-style: none;
}

.quicklinks ul li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s;
}

.quicklinks ul li a:hover{
    color: #fff;
}

.footer-container .contactBx{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contactBx .info{
    position: relative;
}

.contactBx .info li{
    display: flex !important;
    margin-bottom: 16px;
}
/**
.contactBx .info li span:nth-child(1){
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}*/

.contactBx .info li span{
    color: #999;
}

.contactBx .info li a{
    color: #999;
    text-decoration: none;
    transition: .5s;
}

.contactBx .info li a:hover{
    color: #fff;
}

/** Footer Css End*/
.eventContainer{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
#calendar {
    margin-bottom: 20px;
}

.calenderHeader {
    text-align: center;
    margin-bottom: 10px;
}

button {
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
}
.calenderstyle{
    width: 700px;
    padding-left: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
	padding: 5px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
}

td {
    height: 80px;
    vertical-align: center;
	width: 80px;
}
.eventCount{
	display: flex;
	margin-bottom: auto;
}
td:hover {
    background-color: #f0f8ff;
}

.eventDetails {
    max-width: 600px;
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.eventDetailsContainer{
	display:flex;
	flex-direction:row;
	gap:20px;
}
.eventDetailsContainer .card-image{
    height: 100%;
    width: 30%;
}
.eventSection{
    display: flex;flex-direction: column; width: 100%;
}

.eventDetailsContainer .card-title
{
    color:#41A4A7;
    font-size: 1.15em;
    font-weight: bold;
}
.eventDetailsContainer .card
{
        flex-direction: row;
		width: 600px;
		gap:10px;
}
.eventDetailsContainer .card-description {
	font-size: 1em;
}
.eventDetailsContainer .card-button{
	 background-color: #41A4A7;
	     font-size: 0.8em;
		 padding: 10px 10px;
}
.eventDetailsContainer .linkDivShopping{
    display: flex;
    
    padding-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    margin-top: auto;
	
}
#eventList {
    list-style-type: none;
    padding: 0;
}

#eventList li {
    margin-bottom: 10px;
}

.round-filled {
    display: inline-block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    background-color: #3498db; /* Background color */
    color: #fff; /* Text color */
    border-radius: 50%; /* Makes the span round */
    text-align: center; /* Centers text horizontally */
    line-height: 20px; /* Centers text vertically */
    font-size: 10px; /* Adjust font size as needed */
    font-weight: bold; /* Makes the number bold */
}




#planyourvisit {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.carousel-container {
    position: relative;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
	box-sizing: border-box;
    position: relative;
	
}

.carousel-item img {
    width: 100%;
    display: block;
	height:80%;
}

.carousel-text {
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 8px;
	width:100%
}
.carousel-title {
    margin-top: 0;
    font-size: 1.5em;
}
.carousel-Desc-long {
    margin-top: 0;
    font-size: 1em;
}
.carousel-Desc-short {
    display: none;
    font-size: 0.75em;
}
.carousel-text h2 {
    margin-top: 0;
}

.carosel-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    border-radius: 50%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.travelIntro{
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.travelIntro .description {
    margin: 10px 0;
    color: #666;
    font-size: 20px;
}
.searchDir{
    display: flex;
    gap:20px;
    flex-direction: row;
    align-items: center; /* Vertically centers items */
}
.searchDir .description {
    color: #666;
    font-size: 1em;
}
.searchDir-card-button {
    display: inline-block;
    padding: 5px 15px;
    font-size: 1em;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 4px;
    border-style: none;
    transition: background-color 0.3s ease;
    margin-left: auto;
}
/* Card container styling */
.vert-card-container {
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
   
}
/* Card styling */
.vert-card {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #ddd;	
}
/* Card content styling */
.vert-card-content {
    display: flex;
    width: 100%;	
    gap: 20px;
}

/* Main content area */
.vert-card-main {
   
    width: 400px;
    height: 400px;
}
/* Side description area */
.vert-card-side {
    display: flex;
    flex-direction: column;
    padding: 20px;	
    gap: 10px;
}
.vert-card-side p{
    color: #666;
    font-size: 1em;
}
.vert-card-side h2{
    color: #666;
    font-size: 1.5em;
}
/* Card image styling */
.vert-card-image {
    width: 400px;
    height: 400px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
   
    
}

/* Alternating styles for left and right side descriptions */
.vert-card-left  {
    flex-direction: row;
}

.vert-card-left .vert-card-side {
    order: -1; /* Side description on the left */
}

.vert-card-right  {
    flex-direction: row-reverse;
}

.vert-card-right .vert-card-side {
    order: 1; /* Side description on the right */
}
/* Button styling */
.vert-card-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1em;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-align: center;
}
.travelNavLink{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: auto;
    flex-wrap: wrap;
}
.travelNavLink   label{
    color: #666;
    font-size: 1em;
}
.travelNavLink   img{
   height: 40px;
   width: 40px;
}
.carasoul-heading{
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 1.5rem;
}
/* Responsive adjustments for tablet*/
@media (max-width: 768px) {
    .filter-container {
        margin-left: 10px;
        gap:15px;
    }
}
@media (max-width: 480px){
    .carasoul-heading{
        font-size: 1rem;
    }
    .eventContainer{
        flex-direction: column;
        padding-left: 10px;
    }
    .calenderstyle{
        width: 350px;
        padding-left: 10px;
    }
    .cards {
        padding: 0px;
    }
    .card {
        width: 350px;
    }
    .resturant-card-container .card
    {
        width: 350px;

    }
    .filter-container {
        flex-direction: column;
        gap: 5px;
    }
    .filter-container label{
        font-size: 0.8em;
        color: #666;
    }
    .filter-container option{
        font-size: 0.8em;
        color: #666;
    }
    .filter-container select{
        font-size: 0.8em;
        color: #666;
    }
    .vert-card {
        flex-direction: column;
        height: auto;
    }
    .vert-card-side {
        padding-left: 10px;
        padding-right: 10px;
    }
    .vert-card-left .vert-card-content,
    .vert-card-right .vert-card-content {
        flex-direction: column;
        align-items: center;
    }

    .vert-card-left .vert-card-side,
    .vert-card-right .vert-card-side {
        order: 0;
    }
    .vert-card-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .travelIntro{
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
    }
    .vert-card-side p{
        font-size: 0.8em;
    }
    .vert-card-side h2{
        font-size: 1em;
    }
    .searchDir{
        display: flex;
        gap:5px;
        flex-direction: column;
        align-items:flex-start;
    
    }
    .searchDir-card-button {
        margin-left: 0px;
        font-size: 0.9em;
    }
    .travelIntro .description {
        font-size: 15px;
    }
    .searchDir .description {
        color: #666;
        font-size: 0.8em;
    }
    .vert-card-button {
        font-size: 0.9em;
    }
    .travelNavLink  label{
        color: #666;
        font-size: 0.8em;
    }
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Footer Media Query */
@media (max-width: 991px){
    .welcomeText{
        font-size: 40px;
    }
    .menu-toggle{
        display: block;
        justify-content: flex-end; 
    }
    .header_Nav1{
        flex-direction: column;
        display: none;
    }
   
    .card-title {
        font-size: 1em;
    }
    .card-description {
        font-size: 0.8em;
    }
    .card-button {
        font-size: 0.9em;
    }
    .carousel-title {
        margin-top: 0;
        font-size: 1em;
    }
    .carousel-Desc-long {
        display: none;
    }
    .carousel-Desc-short {
        display: block;
    }
    
    footer{
        padding: 40px;
        font-size: 0.85rem;
    }
    .footer-container h2{
        font-size: 1rem;
    }
    .quicklinks ul li a{
        font-size: 0.85rem;
    }
    .contactBx .info li span{
        font-size: 0.85rem;
    }
    
    footer .footer-container{
        flex-direction: column;
    }

    footer .footer-container .sec{
        margin-right: 0;
        margin-bottom: 40px;
    }

    footer .footer-container .sec.aboutus{
        width: 100% !important;
    }

    footer .footer-container .quicklinks{
        width: 100%;
    }

    footer .footer-container .contactBx{
        width: 100%;
    }
}
@media (max-width: 1060px){
    .container{
        margin: 0 auto;
        width: 95%;
    }

    .home-text{
        width: 100%
    }
}


.sportsCard {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    display: flex;
    flex-direction: column;
}

.card-header, .card-footer {
	display:flex;
    background: #f1f1f1;
	padding:10px;
    border-bottom: 1px solid #ddd;
	justify-content: center;
}

.card-header {
    border-bottom: none; /* Remove border for header */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #41A4A7; 
    color: white;
}

.card-footer {
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	gap:20px;
    
}

.card-content {
    padding: 20px;
    flex: 1; /* Allow content to expand and fill available space */
}

.card-link {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.card-link:hover {
    text-decoration: underline;
}
.rating {
    display: flex;
    align-items: center;
}

.stars {
    display: flex;
    position: relative;
}

.stars i {
    font-size: 1em; /* Adjust size as needed */
    color: #ddd; /* Color for empty stars */
    position: relative;
}

.stars i.full {
    color: #f5c518; /* Color for full stars */
}

.stars i.half {
    content: "\f005"; /* Font Awesome star icon */
    
    width: 50%;
    overflow: hidden;
    color: #f5c518; /* Color for filled half star */
}

.stars i.empty {
    color: #ddd; /* Color for empty stars */
}
