.page-template-innerpage article ul {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 1.5rem;
}
.navbar-nav li {
    position: relative;
}
.navbar .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 9999;
    min-width: 200px; /* Adjust as needed */
    background-color: #bf1a2e; /* Background color */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Add shadow */margin-top: 9px;
	padding: 0;
    list-style: none;
	
}

.navbar li:hover > .sub-menu {
    display: block;
}

.sub-menu li {
    position: relative;    text-align: center;
	border-bottom: 1px solid #ffffff61;
}
.menu-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.sub-menu li a {
    color: #333; /* Link color */
    padding: 10px 20px; /* Add padding */
    font-size: 14px; /* Font size */
    display: block;
	margin:0 !important;
}

.sub-menu li a:hover {/* Hover color */
    color: #007bff; /* Hover text color */
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.sub-menu .sub-menu li a:after {
    display: inline-block;
    content: "\f105"; /* Unicode for caret down icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}



.search-results article {
    border: 1px solid #ceccec;
    border-radius: 1rem;
    background: #f6f6f7;
    padding: 3rem 3rem 2rem;
    margin-bottom:2rem;
    box-shadow: 0 10px 25px #0000001c;
}

.search-results article h2{
	  margin-bottom: 1rem;
    color: var(--primary);
    font-size: 26px;
}

.search-no-results .package-box {
    background: #bf1a2e;
    text-align: center;
}
.search-no-results .package-box p {
    color: #ffffff;
    font-size: 22px;
}

form.search-form {
    width:320px;
    background: var(--light);
    border: 1px solid #858585;
    display: flex;
    border-radius: 50px;
	margin: auto;
}
.search-form input {
    width: 100%;
    height: 48px;
    background: transparent;
    padding-left: 1rem;
    color: var(--black-color);
    border: none;
    outline: none;
}
.search-form label {
    width: 100%;
}
input.search-submit {
    background: url(https://drivingsc911.wpenginepowered.com/wp-content/uploads/2024/03/search-icon-1.png) center no-repeat;
	width:46px;height:43px;
	text-indent: -99999px;
    border-radius: 50px;
    position: relative;
    top: 3px;
    right: -5px;
}

  /*Pagination*/
.news_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
	list-style:none;
}
.news_pagination ul li a,.news_pagination ul li span.dots {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: .3s;
    border: 1px solid #ddd;
    margin: 0 1px;
    transition: 0.3s;;
}
.news_pagination ul li span.current {
    background: #BF1A2E;
    color: #fff;
    min-width: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
     padding: 8px 16px;
    border: 1px solid #BF1A2E;display: inline-block;
}
.news_pagination ul li a:hover{
    background: #26215E;
    color: #fff;
    border-color: #26215E;
}
.header .collapse.navbar-collapse {
    justify-content: center;
}
.different h3 {
    font-size: 1.75rem;
    color: #26215e;
    text-align: center;
}
.tab-section h3 {
    color: var(--primary);
    font-size: 24px;
}
@media (min-width: 1100px) {
    .navbar-expand-lg .navbar-collapse {
        
        padding-left: 66px;
    }
}