:root {
  --yellow-color: #f7bf02;
  --secondary-color: #112033;
  --blue-color: #34A8EC;
}

li{
	list-style:none;
}

.square-card {
    padding-bottom: 100%;
}

.fs-5{
	font-size: 1.25rem!important;
}

.phone-icon {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}

.phone-icon em {
	font-size: 30px;
	color: #000;
}

.overlay{
	background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	.zoom-xs-5{
		zoom: 0.5;
	}
	.fs-5{
		font-size: 1rem!important;
	}
}

/*==================   banner-info  ======================*/
.banner-info {
    overflow: hidden;
    height: auto;
    width: 100%;
	line-height: 1!important;
	margin: 25px auto;
	background-color: #46586e;
	color: #fff;
}

.banner-info-content {
    padding: 30px 30px 30px 50px;
    font-family: "Arial";
}

.banner-info-data {
    position: inherit;
    z-index: 99;
}

.banner-info .title {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
}

.banner-info .destination {
    font-size: 21px;
    letter-spacing: 0.1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-info .locations {
    display: flex;
    gap: 30px;
    font-size: 16px;
    border-top: 2px solid;
    padding-top: 20px;
    border-top-style: dashed;
	border-color: #f8c20e;
    width: fit-content;
    justify-content: space-between;
}

.banner-info .location {
    position: relative;
}

.banner-info .location::before {
    content: '\2022';
    position: absolute;
    top: -33px;
	left: 50%;
    font-size: 24px;
}

.banner-info .location:first-child::before {
    left: -2px !important;
}

.banner-info .location:last-child::before {
    right: -2px !important;
    left: 100%;
}

.banner-info .prices {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-info .prices .left {
    background: #f8c20e;
    white-space: nowrap;
    color: #000;
    border-radius: 50px;
    padding: 10px 50px 10px 25px;
}

.banner-info .prices .right {
    background: black;
    white-space: nowrap;
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    margin-left: -40px;
}

.banner-info .benefits {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 0.25fr);
    gap: 15px;
    align-items: flex-start;
}

.banner-info .benefit {
    display: flex;
    gap: 15px;
    align-items: center;
}

.banner-info .benefit img {
    height: 25px;
}

.banner-info .benefit span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.15rem;
}

.banner-info .phone {
    display: flex;
    align-items: center;
}

.banner-info .phone img {
    width: 70px;
}

.banner-info .phone .numbers {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: bold;
    font-size: 16px;
}

.banner-info .phone .number {    
    text-decoration: none;
	color: #f8c20e;
}
	
@media (max-width: 767px) {
    .banner-info-content {
        padding: 40px 20px;
    }

    .banner-info .title {
        font-size: 28px;
    }

    .banner-info .destination {
        font-size: 20px;
    }

    .banner-info .locations {
        gap: 6px;
        font-size: 13px;
        padding-top: 14px;
		margin-top: 15px;
    }

    .banner-info .location::before {
        top: -27px;
        font-size: 24px;
    }

    .banner-info .prices {
        margin-top: 15px;
        font-size: 9px;
        display: block;
        text-align: center;
    }

    .banner-info .prices .left {
        padding: 7px;
    }

    .banner-info .prices .right {
        padding: 7px;
        margin-left: 0;
        margin-top: 15px;
    }

    .banner-info .benefits {
        margin-top: 30px;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-info .benefit {
        gap: 10px;
    }

    .banner-info .benefit img {
        height: 20px;
    }

    .banner-info .benefit span {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 0.1rem;
    }

    .banner-info .phone img {
        width: 70px;
    }

    .banner-info .phone .numbers {
        gap: 2px;
        font-size: 14px;
    }
}

/*==================   Pathway  ======================*/
.pathway {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.pathway>li {
    line-height: 20px;
}

.pathway>li:hover {
    background-color: #f7f7f9;
}

.pathway .stop-time {
    display: inline-block;
    width: 100%;
    max-width: 65px;
    font-size: 14px;
    vertical-align: middle;
}

.pathway .stop-icon {
    position: relative;
    display: inline-block;
    background-image: none;
    background-color: transparent;
    border-radius: 0.5em;
    box-shadow: inset 0 0 0 2px #112032;
    width: 1em;
    height: 1em;
    margin: 0 10px;
    vertical-align: middle;
}

.pathway .stop-point {
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 115px);
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pathway .stop-point>* {
    vertical-align: middle;
}

.pathway .stop-point>a {
    color: inherit;
    font-weight: 600;
}

.pathway .end .stop-point > a, .pathway .start .stop-point>a {
    font-size: 16px;
}

.pathway .stop-point>span {
    color: #7E808F;
    cursor: pointer;
}

.pathway .stop-point>span:hover {
    text-decoration: underline;
}

.pathway .stop-icon::before {
    color: var(--yellow-color);
    border: 1px solid;
    content: " ";
    height: 170%;
    left: 50%;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
}

.pathway .stop-icon.taller::before {
    height: 100%;
}

.pathway .stop-icon.short::before {
    height: 50%;
}

.pathway .start .stop-icon::before {
    border: none;
}

.text-yellow, .text-b-yellow::before {
	color: var(--yellow-color)!important;
}

.text-blue{
	color: var(--blue-color)!important;
}

.bg-blue {
    background-color: var(--secondary-color)!important;
}

.bg-yellow-transparent {
    background-color: rgba(248, 194, 13, 0.5);
}

.min-height-440 {
    min-height: 440px;
}

@media (max-width: 1024px) {
	.img-md-fluid{
		max-width:100%;
	}
}

/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}

.index-list > li:first-child > .index-list__counter {
	padding-left: 76px;
}

.index-list > li > .index-list__counter {
	padding-left: 96px;
	padding-top: 80px;
	position: relative;
}

.index-list > li > .index-list__counter:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: -5px;
	bottom: 0;
	font: 400 150px/130px "Montserrat", sans-serif;
	color: var(--secondary-color);
	opacity: 0.15;
}

.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
	clear: left;
}

/*==================  Quote   ======================*/
.quote {
	position: relative;
	padding-left: 39px;
}

.quote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\F6B0";
    font-family: "bootstrap-icons";
	font-size: 18px;
    color: var(--yellow-color);
}

.quote q, .quote cite {
	display: block;
}

.quote q + cite {
	margin-top: 15px;
}

.pagination {
    justify-content: center;
    margin-top: 2rem;
}

.page-link {
    color: #0d6efd;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.comment-actions .btn {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

.replies .reply {
    border-color: #e9ecef !important;
}

.comment-reply-form {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
}

.chapter-item.active {
    background-color: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
}

.chapter-item:hover {
    background-color: #f8f9fa;
}