/* Default header style */
.custom-svg-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
#map .elementor-widget-container{overflow:hidden;}
#packages .badge-category {
    position: absolute;
    top: 13px;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
}
.stars-outer {
    position: relative;
    display: inline-block;
}

.stars-outer svg {
    fill: #ddd; /* Grey background stars */
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.stars-inner svg {
    fill: #f5a623; /* Gold filled stars */
}

.review-count {
    font-size: 14px;
    color: #777;
}

.xs2-countdown-wrapper {
    margin-top: 20px;
}

.xs2-countdown {
    display: flex;
    gap: 20px;
    font-family: inherit;
}

.xs2-time {
    text-align: center;
    background: #111;
    color: #fff;
    padding: 15px 18px;
    border-radius: 8px;
    min-width: 70px;
}

.xs2-time span {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.xs2-time small {
    font-size: 12px;
    opacity: 0.7;
}


dd, dl, dt, li, ol, ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    padding: 0;
}
#menu-categories{}
#menu-categories li{}
#menu-categories li a {
    color: #626060;
    font-size: 14px;
    display: block;
    padding-bottom: 15px;
}
.xs2event-meta {
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 16px;
    color: #666;
}
#login ul {
    margin: 0;
    padding: 0;
}
#login ul li {
    list-style: none;
}
#login ul li a {
    padding: 15px;
    color: #222;
}
#login ul li a:hover{}
#bottommenu{}
#bottommenu ul{margin:0; padding:0;}
#bottommenu ul li {
    list-style: none;
    margin-bottom: 10px;
}
#bottommenu ul li a {
    color: #6b6b6b;
    font-size: 14px;
}
#bottommenu ul li a:hover{color:#c40000;}
.xs2-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.xs2-icon {
    color: #e74c3c; /* red like your screenshot */
    font-size: 18px;
}

.elementskit-navbar-nav .elementskit-submenu-panel {

    overflow: hidden;
}
#login a:hover {
    background-color: #c40000;
    border-radius: 11px;
    color: #fff;
}
.elementor-widget-container ul, .elementor-widget-container h4{margin-bottom:20px;}
.bg-muted{background-color:#f6f4f4; padding:20px; border-radius:15px; margin-bottom:20px;}
#blocks {
    height: 100%;
    display: flex;
}
.wc-exp-modal-content label {
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.wc-exp-close{position: absolute;
    right: 30px;
    font-size: 35px;
    top: 0;
    cursor: pointer;
}
.wc-exp-modal-content input {
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
}
#wc-exp-product-name{  margin-bottom:15px;}
.wc-exp-modal-content textarea{ height:100px;  margin-top: 8px;font-size: 14px;}
.wc-exp-modal-content .wpcf7-submit{ background-color:#dc1818; color:#fff;margin: 0;}
#contactpage textarea{ height:100px;  margin-top: 8px;font-size: 14px;    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;}
#contactpage input {
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
}
#contactpage .wpcf7-submit{ background-color:#dc1818; color:#fff;margin: 0;}
#cat .elementor-column .elementor-widget-wrap {
    border-radius: 10px;    padding: 25px;
    border: 1px solid #d5d5d5;
}
#cat .elementor-column-gap-default{    gap: 15px;}
.ekit-wid-con .elementskit-testimonial_card {

    padding: 50px 70px 70px;

}
#subscribe .wpcf7-submit {
    background-color: #eb1414;
    color: #fff;
}
#subscribe input {border-radius: 5px; margin-bottom:20px;
    background-color: #505050;
    width: 100%;
}
#subscribe label {
    
    width: 100%;
}
#subscribe form{}
#subscribe .wpcf7-submit{}
#cat .elementor-column .elementor-shortcode{ text-align:center; color:#c40000;    padding-top: 10px;}
#heads {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 9999;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #e10600;
    text-decoration: none;
}
/* Sticky state */
#heads.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff; /* change if needed */
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
