.text-muted{
	font-size: .8rem;
}

.test-me{
	font-size: .8rem;
}

.navbar{
	padding: 0;
}

#sidr-left {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 250px;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    color: #555;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.sidr.left {
    left: -250px; 
    right: auto;
}

.sidr-class-dropdown-toggle {
    font-size: 11px;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #555;
    text-align: right;
    padding-right: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#owl-05ea5ce667 > div.owl-nav > button.owl-next > span {
    display: none !important;
}

#owl-05ea5ce667 > div.owl-nav > button.owl-prev > span {
    display: none !important;
}

div.owl-nav > button.owl-next > span {
    display: none !important;
}

div.owl-nav > button.owl-prev > span {
 display: none !important;
}

/* Home Services Section Icons - Scoped to prevent footer interference */
.home-services-section .service-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007cba;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.home-services-section .service-icon:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 124, 186, 0.2);
}

/* Simple CSS Icons */
.home-services-section .icon-trophy {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: relative;
    border: 2px solid #007cba;
}

.home-services-section .icon-trophy:before {
    content: '🏆';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.home-services-section .icon-graduation {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: relative;
    border: 2px solid #007cba;
}

.home-services-section .icon-graduation:before {
    content: '🎓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.home-services-section .icon-ticket {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: relative;
    border: 2px solid #007cba;
}

.home-services-section .icon-ticket:before {
    content: '🎫';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.home-services-section .icon-laptop {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: relative;
    border: 2px solid #007cba;
}

.home-services-section .icon-laptop:before {
    content: '💻';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.home-services-section .service-heading {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 0.95rem;
}

/* Only target text-muted within the home services section */
.home-services-section p.text-muted {
    font-size: 0.85rem;
    line-height: 1.4;
}