:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#FFD71D;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:"Lato", serif;
--secondaryfont:"Roboto", serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:#000;text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 50px;width: 445px;border: 1px solid var(--secondarycolor);padding: 3px;max-width: 100%;}
.aligncenter{display:block;margin:0 auto;}
.framed{border: 2px solid var(--secondarycolor);padding: 3px;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;float:left; background: #000;padding: 1.4rem 10px;}
.header_area .row{align-items:center;padding: 18px 0;  /*! border-radius: 5px; */ max-width: 100%;margin-top: 0;overflow: hidden;}

.header_area.navbar_fixed .main_menu { position: fixed;padding:;width: 100%;top: -70px;left: 0;right: 0;z-index: 997;background:#000;transform: translateY(70px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);}
.header_area.navbar_fixed .row{margin-top:0;padding: 15px 0;}
.header_area.navbar_fixed .call-btn{padding:10px 15px}
.header_area.navbar_fixed #logo img{width: 292px;}
#fixednavgap.fixed {height:0;width:100%;}


.call-btn{display: flex; align-items: center; text-align: left; gap: 0.6rem;-webkit-gap: 0.6rem; text-transform: uppercase; color: #000; background: var(--secondarycolor); margin-left: 1.5rem; padding: 9px 18px;width: max-content;min-width: max-content;line-height: 1.5;/*! margin-right: 5rem; */border-radius: 6px;}
.call-btn  .content{color:#000}
.call-btn img{width: 40px;}
.call-btn strong{font-size: 19px;}
.header_area .col-md-9, .header_area .col-md-8{padding: 0}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:330px}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6, .heading {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2; font-weight: 800;font-family: var(--primaryfont);}
h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 43px;text-transform: uppercase;}
h3, .heading {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2 span{font-size: 27px;color: var(--secondarycolor);}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

.line{display: flex; flex-direction:column; gap:4px; -webkit-gap:4px; width: 140px; margin: 1.2rem 0 1.8rem; }
.line.center{margin: 1.2rem auto 1.5rem;}
.line:before, .line:after{content: ""; width: 80%; height: 4px; background:var(--secondarycolor)}
.line:after{margin-left: auto;}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.two-btn{display: flex; gap: 1rem; -webkit-gap: 1rem; flex-wrap: wrap; }
.btn-primary{display: table; padding: 12px 45px; border-radius: 5px; font-weight: 500; color:#fff; background: #101010; text-transform: uppercase; }
.btn-primary:hover{background:var(--secondarycolor); color: #000;}
.more-btn{display: table; padding: 12px 45px; border-radius: 5px; font-weight: 500; color:#000; background: var(--secondarycolor); text-transform: uppercase; }
.more-btn:hover{background:var(--tertiarycolor); color: #fff;}
.book-btn{display: table;margin:1rem 0 0; padding: 6px 25px 5px; transition:0.5s ease; border-radius: 5px; font-weight: 500; color:#000; background: var(--secondarycolor); text-transform: uppercase; }
.book-btn:hover{background:var(--tertiarycolor); color: #fff !important;;}

#slider{position: relative;z-index: 1;  }
#slider .bg-image img{width: 100%; padding-bottom: 3rem}

.carousel-caption{position: absolute; top: 117px; left: 0; right: 0; bottom: 0;  display: flex; align-items: center; top: 0;}
.carousel-caption h1{font-weight: 800; font-size:42px; margin-bottom:1.5rem;color: #fff;line-height: 1;}
.carousel-caption .subheading{font-size: 32px; text-transform: uppercase; color: var(--secondarycolor);font-family: var(--primaryfont); font-weight:800;/*! letter-spacing: 1px; */line-height: 1;}
.carousel-caption .slide-image{margin-top:2rem;}
.carousel-caption .row{align-items: end}
.carousel-caption .call-btn{margin-left:0; padding:0.5rem 3rem; }

#service-section{position: relative; z-index: 1; margin-bottom:5rem; padding: 4.5rem 0;}
#service-section:before{content: ""; position: absolute; top: 0 ; left: 0 ; right: 0; bottom: 0; width: 80%; background:url(https://www.broadwaybuslines.com/wp-content/uploads/2025/02/Service-Bg-image.jpg);z-index: -1; background-size: cover;  background-position: right;border-radius: 0 50rem 50rem 0;}
#service-section .row{justify-content: center; gap: 2.4rem 1.5rem; -webkit-gap: 2.4rem 1.5rem; }
#service-section  h2{color: #fff;}

.service-item{flex: 1 0 250px;padding:8px 8px 30px;border-radius:10px; height: fit-content;background: #fff; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;}
.service-item .image img{border-radius: 10px;margin-bottom: 0.9rem;}
.service-item .content{text-align: center;color: #303030;}
.service-item h3{margin-bottom:0.1rem;}
.service-item .high-light{background: var(--secondarycolor); color:#000; font-weight:700; margin: 0.3rem -8px 0;}
.service-item .icon-list{padding: 18px 10px 0; min-height: 172px;}
.service-item .book-btn{margin: 1.4rem auto 0}

#service-slider{text-align:center; margin-top:6rem; margin-bottom:7.5rem; overflow: hidden}
#service-slider .line{margin:1rem auto 2.5rem; }
#service-slider .dis{margin-bottom: 2.8rem;}
#service-slider .swiper-wrapper{height: unset; align-items:center;}
#service-slider .service-items2 img{height: 100%; object-fit: cover; object-position:bottom;}
#service-slider .swiper-slide-next .service-items2  img, #service-slider  .swiper-3d{height: 480px !important}
#service-slider .slider-wrapper{margin: 0 -10rem}
.service-items2 .image img{height:400px !important;transition:0.5s ease}
.service-items2{position:relative; overflow:hidden; border-radius:25px;text-align:left;  }
.service-items2 .content{position: absolute ; top:  0 ; bottom: 0; left: 0 ;right: 0; display: flex ; flex-direction: column ; justify-content: end; align-items: stretch; background:  linear-gradient(0deg, #000 9%, transparent 58%);padding: 1.2rem 2.2rem;}
.service-items2 .content h3{color: #fff; text-align:left; width: 100%;}
.service-items2 .content p{color: #fff; font-size:15px;}

.icon-list{list-style: none;display: flex; flex-direction: column;gap: 0.8rem; -webkit-gap: 0.8rem ; }
.icon-list li{display: flex;align-items: center; justify-content: start; text-align:left; gap:0.5rem; -webkit-gap:0.7rem; font-weight:500; font-size:15px; line-height: 1.45 }
.icon-list li img{width: 24px;}

#about{padding-bottom: 6rem; text-align:center;}
#about h2{line-height: 1.5}
#about .line{margin: 1rem auto 1.5rem}
#about .row{align-items: center}
	#about p{margin-bottom: 1.6rem; text-align:center; color:#000}
#about .image{position: relative; }
#about .two-btn{margin:0 auto}
#about .float-btn{position: absolute; top: 3rem; right: 4rem; padding: 1rem; border-radius: 50%; width: 180px; transform: rotate(30deg); display: flex; justify-content: center;align-items: center; text-align: center; flex-direction: column; background: var(--secondarycolor);  height: 180px;animation: rotating 3s linear infinite;}
#about .float-btn p{margin-bottom:0.8rem; }
#about .float-btn img{width: 65%; margin-bottom: -0.2rem}   
@keyframes rotating{
    50%{
        transform: scale(0.8)
    }
}

#cta-section{padding: 9rem 6rem; margin-bottom: 6rem ;background:url(https://www.broadwaybuslines.com/wp-content/uploads/2025/06/Ready-to-Book-BG.jpg) no-repeat center; background-size:cover; position: relative;/*! z-index: 1; */}
/* #cta-section:before{content: ""; position: absolute; top: 0; left: 0 ; right: 0; bottom: 0; background: #0008; z-index:-1} */
#cta-section .text-box{ margin: 0 auto; text-align: ;max-width: 100%;}
#cta-section  h2{text-transform: uppercase; color: #fff; margin-bottom: 1.5rem; font-size:2.8rem;line-height: 1.2;margin-top: -1rem;}
#cta-section p{color: #fff; margin-bottom:1rem;max-width: 100%;font-size: 17px;}
.cta-btn{width: fit-content;}
.cta-btn a{display: flex; padding: 5px 10px 5px; font-size:27px; border-radius: 8px; font-weight: 700; color:#000; background: var(--secondarycolor);  align-items: center;justify-content: center; gap: 1rem; -webkit-gap: 1rem;}
.cta-btn .book{background: #F0F0F1;margin-top: 1rem;}
.cta-btn .book:hover{background: #000; color: #fff}
.cta-btn .call{color: #000;}
.cta-btn .call:hover{background: #000; color: #fff !important;}
.cta-btn .call:hover img{filter: invert(1); }
.cta-btn img{width: 42px; transition:0.5s ease}


#testimonial{text-align: center; padding:0rem 10px 6rem;}
#testimonial h2{line-height: 0.6}
#testimonial .des{font-size:25px; font-weight:600; color:#000; letter-spacing:1px; margin-bottom:2rem;}
#testimonial .sub-text{font-size: 18px;margin-bottom:12px; margin-left:10px}
#testimonial .r-box{display:flex;}
#testimonial .bus-img{width: 70px; height: 70px; border-radius:10px}
#testimonial .stars{width:100px; margin-left:10px}
#testimonial h3{font-size:20px; font-weight:600;margin-left:10px }
#testimonial .review-btn{background:#4E7DF3; color: #fff; padding: 0.5rem 1rem; border-radius:5px; font-weight:600; }
#testimonial .t-box{border:2px solid #ACACAC; border-radius: 20px; padding:1.5rem 1rem 1.8rem; }
#testimonial .i-box{display: flex}
#testimonial .name-box{text-align:left; margin-left:15px}
#testimonial .stars1{width: 100px; margin:1rem 0 1rem 0px}
#testimonial .r-box{text-align: left; font-size:15px; line-height:1.4; color:#000;}
#testimonial .user-img{width: 50px; height:50px; border-radius: 25px;}
#testimonial .viewer-name{color:#000; font-weight:500}
#testimonial .swiper{padding-bottom: 1px}
#testimonial .container{position: relative;}
#testimonial .navigation span{position: absolute; top: 60%;transform: translateY(-50%); z-index:99;width: 38px; cursor:pointer;}
#testimonial .navigation .next-slide{ left:-45px; }
#testimonial .navigation .prev-slide{ right:-45px; transform:rotate(180deg) }

.service-row .cta-btn{margin:0 !important;}
.service-row .cta-btn a{font-size: 18px;  font-weight: 400;width: 140px;}
.service-row .cta-btn .book:hover{background:var(--secondarycolor) !important;color:#000 !important;}

.rtable{width:100%;margin-bottom: 1rem;}
.rtable th,.rtable td{padding:5px;}
.rtable th{background:var(--primarycolor);color:#fff;white-space: nowrap;}
.rtable td{font-weight:400;line-height: 1.5;}
.rtable tr:nth-child(odd){background:#f1f1f1}

#inner-btn.cta-btn{margin-top: 2rem}
#inner-btn.cta-btn a{font-size: 20px; gap:0.8rem; -webkit-gap:0.8rem;}
#inner-btn.cta-btn .book{background: #f1f1f1}
#inner-btn.cta-btn img{width: 35px}

#why-choose{ text-align:center;padding: 0 10px;}
#why-choose .line+p{width: 55rem; margin: 0 auto 2rem; max-width: 100%;}
#why-choose .row{justify-content: center; gap: 2rem; -webkit-gap: 2rem;}
.icon-box{flex: 1 0 100px; aspect-ratio: 1/1; transition:0.5s ease;  border-radius: 50%;background:#f1f1f1; display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 2rem; position:relative;max-width: 231px;}
.icon-box img{width: 80px; margin-bottom:10px;}
.icon-box .heading{font-size: 19px;font-weight: 600;}
.icon-box:hover{}
.icon-box:before{content: ""; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border-radius: 50%; border: 3px dashed #101010;transform: scale(0.9); animation: rotation 20s infinite linear;}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#testimonials{background: url(https://www.broadwaybuslines.com/wp-content/uploads/2025/02/testimonials-bg-img.jpg) center; text-align: center;padding:5rem 15px 8rem; background-size: cover;overflow: hidden;}
#testimonials .testimonial-item{background: #ffffffe0; border-radius: 10px; padding:9px 2rem 2rem;width: 83%;margin: 0 auto;box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;margin-top: 1rem;backdrop-filter: blur(5px) brightness(1.9); -webkit-backdrop-filter: blur(5px) brightness(1.9); }
#testimonials br{display: none}
#testimonials .testimonial-item p{color: #454545; margin-bottom: 0.8rem}
#testimonials .quotes{width: 100px; margin:0 auto 1rem;}
#testimonials .stars{width: 150px;margin:0 auto 1rem;}
#testimonials h2{color: #000;margin-bottom: 1.1rem; }
#testimonials h3{font-size:24px}
#testimonials .owl-dots { transition: 0.6s ease-in-out;text-align: center;position: absolute;left: 0;right: 0; margin-top:0.5rem; }
#testimonials .owl-dot.owl-dot {display: inline-block;width:9px; height:7px; background:#fff; border-radius:100px; margin:5px 5px;transition: 0.6s ease-in-out;}
#testimonials .owl-dots .active{width: 25px; background: var(--secondarycolor);}

#testimonials .owl-nav .owl-next , #testimonials  .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color: #fff;
  text-shadow: 0 0 12px #0005;display: block;opacity:1;width:50px}
#testimonials .owl-nav .owl-next:hover, #testimonials  .owl-nav .owl-prev:hover {opacity:0.6}
#testimonials .owl-nav .owl-prev {display: block;transition: 0.6s;transform:scale(-1) }
#testimonials .owl-nav .owl-next {right: 0;display: block;transition: 0.6s;}
#testimonials .owl-next span, #testimonials.owl-prev span{background-color: var(--secondarycolor);}


.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}

.page-id-378 #booking-form{padding:1.5rem}
.wpforms-container .wpforms-field{padding:10px 0 !important}
.wpforms-container .wpforms-field-layout{padding:0 !important}
#booking-form h2{margin-bottom: 0.7rem !important;}
.page-id-378 #booking-form h2 span{font-size: unset;color: var(--secondarycolor);}
.page-id-378 #booking-form a{color:#000}
.page-id-378 #booking-form .wpforms-submit{margin-top:1rem !important;}
#booking-form h2:before{display:none !important}
#wpforms-377{margin:0 !important}
.wpforms-submit{display: table !important;margin:20px auto 0 !important;}
.wpforms-field-checkbox label{text-align: left;font-size:13px !important;}
#wpforms-377-field_30{text-align:center;line-height:1.2;color:#FF0033}
.tripheading input{display: none !important;}
.tripheading label{display:flex !important;margin-bottom:0 !important}
.wpforms-layout-column-67{text-align: left}

#booking-form.inner-form{ overflow:hidden;position: sticky; top: 0.4rem;width: 100%;padding: 1.7rem 1rem 1.4rem;margin-bottom: 0; border:1px solid #e5e5e5;box-shadow: none;background: #f1f1f1;}
#booking-form.inner-form input, #booking-form.inner-form select, #booking-form.inner-form textarea{height: 45px;}
#booking-form.inner-form input.wpcf7-submit{padding: 0 35px;border-radius: 10px;color: #000 !important;font-weight: 800;}

#booking-form{background: #fff; text-align: center;padding: 1.5rem 1.5rem;border-radius: 15px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;width: 32rem;z-index: 1;position: relative;}
.home #booking-form{margin: -44.7rem 0 7rem auto;}
#booking-form h2{margin-bottom:1.5rem; text-transform:uppercase; line-height:1.5; font-size:22px; letter-spacing: 1px;}
#booking-form h2 span{color:var(--secondarycolor); font-size:22px;letter-spacing: 1px}
#booking-form h2 div{letter-spacing: 2px; word-spacing: 6px }
#booking-form .field-wrap{display: flex; width: 16rem;max-width: 100%;}
#booking-form .field-wrap .wpcf7-form-control-wrap{position: unset}
#booking-form .field-wrap p{margin-bottom:0;width: 100%;}
#booking-form .option-field{display: grid;  margin:1rem 0 -0.5rem; grid-template-columns: 25% auto;}
#booking-form .wpcf7-list-item{width: calc(100%/2 - 1rem) ; margin: 0 auto; font-weight: 600;  }
#booking-form .wpcf7-list-item label{display: flex;align-items: center; justify-content: start;}
#booking-form .wpcf7-list-item input{height: fit-content; margin-right: 0.5rem}
#booking-form .wpcf7-list-item .wpcf7-list-item-label{font-size: 16px; color:#252525; width: max-content; min-width: max-content;}
#booking-form h3{font-size: 18px; margin-bottom: 0;color: #252525;text-align: left;line-height: 1.6;min-width: max-content;}
#booking-form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{justify-content: start}


.xdsoft_timepicker{min-width:200px}
.flatpickr-time input:hover,.flatpickr-time input:focus,.numInputWrapper:hover,.flatpickr-am-pm:hover,.flatpickr-am-pm:focus{background:#fff !important}
#contactform .pickup-date p {width:100%;}
#contactform .pickup-date p span {width:100%;display:block;}
#contactform .pickup-date p span input {width:100%;display:block;-webkit-appearance: none; -moz-appearance: none;text-align:left!important;}
#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date p input[type="date"] { display: block; text-align: left;}

#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 14px; }
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input ,#contactform select ,#contactform textarea{width: 100%;padding: 0px 17px;background: #fff;border:1px solid #d7d7d7; margin:4px 0;  transition: 0.5s ease-in-out;border-radius: 5px;height: 54px;}
#contactform select{color:var(--primarycolor);-webkit-border-radius:5px;color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	border: 1px solid var(--tertiarycolor);color:var(--tertiarycolor)}

.hasTime.flatpickr-calendar{width:182px !important;}

#contactform .select-time {
    width: 100% !important;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
#contactform .select-time::placeholder {
    color: #999; /* Style the placeholder text */
    opacity: 1; /* Ensure full opacity */
}
/* #contactform input.wpcf7-validates-as-required,#contactform select.wpcf7-validates-as-required{border:1px solid #DE384B} */
#contactform span span.wpcf7-not-valid-tip{display: none}
#contactform span .wpcf7-not-valid{border:1px solid #DE384B}
#contactform .field-wrap .wpcf7-not-valid{border:0}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}


.returnjourney { display: none;padding-top: 1.4rem;}

#contactform input.wpcf7-submit,.wpforms-submit{background: var(--secondarycolor) !important;color: #000 !important;text-transform: uppercase !important;cursor: pointer;margin: 2.6rem auto 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 5px;border: none;align-items: center;padding: 17px 46px 16px;font-size: 16px;font-weight: 500;width: fit-content;}
#contactform input.wpcf7-submit:hover,.wpforms-submit:hover{background: var(--tertiarycolor) !important;; color: #fff !important; }
#contactform .wpcf7-spinner{display: none}

#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.highlight {
  color: #FAD300;
  font-weight: 700;
  text-transform: uppercase;
}

.post {padding: 0 10px;}
.post p {margin-bottom:1.2rem;}
.post p a {font-weight: bold;}
.post a {color:var(--primarycolor);}
.post a:hover{color:var(--secondarycolor)}
#side-bar img{border-radius: 10px;margin-bottom: 1.5rem}

.list {margin:10px 0 8px 0px !important;}
.list li {list-style :none;padding: 0 0px 18px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;font-weight: 400;}
.list li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 26px; height: 26px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {text-align: center;background:url(https://www.broadwaybuslines.com/wp-content/uploads/2025/03/inner-cta-bg.jpg) center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 14rem 0 3rem; position:relative; z-index:1}
#pagetitle:before{content: ""; position: absolute ; top: 0 ; left: 0 ; right: 0 ;bottom: 0 ; background:  #171717d6; z-index: -1;}
#pagetitle h1 {color:#fff;text-align: center;font-weight: 800;font-family: var(--secondaryfont);margin-bottom: 0.4rem;font-size: 36px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #f1f1f1;font-weight: 300;}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
.breadcrumb a{color: #f1f1f1}

#blog{padding:3rem 0}
#blog .btn-primary{margin-top:1.5rem}

#pagetitle.single-post h1{text-transform: capitalize;font-weight:400;font-size:32px;}

#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3.5rem;}
.info-box{flex: 1 0 200px; border:2px dashed #ccc; border-radius:25px; padding:0 0.8rem 1.4rem;text-align: center;margin-top: 3.3rem;background: #fafafa;}
.info-box h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 600;margin-bottom: 0.2rem !important;}
.info-box p , .info-box a{margin-bottom:  0 !important; text-align: center !important;  color: var(--primarycolor) !important;}
.info-box a{font-weight: 400 !important;}
.info-box  .icon{width: 85px; height: 85px; margin:-3rem auto 0.8rem; background: var(--secondarycolor); padding: 20px; border-radius: 50%; border: 2px solid #fff;color: #000;}
.info-box  .icon img{filter: invert(0);}
#form-section{background: #f5f5f5;overflow: hidden;border-radius: 30px;}
#form-section .row > .col-md-6{padding: 0;}
#form-section .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section .row{align-items: center;}
#main #form-section  h3{text-align: center ; border-bottom: 0; color: #000; font-size: 24px; font-weight: 600;padding-bottom: 0 !important;}
#form-section #contactform p{margin-bottom: 10px; }
#form-section textarea{height: 110px !important;}
#form-section #contactform input.wpcf7-submit{width: fit-content !important; padding: 2px 35px;height: 45px;}

#footer-cta{padding: 6rem 15px; background:url(https://www.broadwaybuslines.com/wp-content/uploads/2025/03/inner-footer-banner.jpg) no-repeat center; background-size:cover; position: relative;z-index: 1;background-attachment: fixed;}
#footer-cta:before{content: ""; position: absolute; top: 0; left: 0 ; right: 0; bottom: 0; background: #0f0f0fc9; z-index:-1;backdrop-filter: saturate(0.5);}
#footer-cta .text-box{width: 55rem; margin: 0 auto; text-align: center;max-width: 100%;}
#footer-cta  h2{text-transform: capitalize;text-align: center; color: #fff; margin-bottom: 1.5rem}
#footer-cta p{color: #fff; margin-bottom:2.5rem;max-width: 100%; text-align: center;}

#whychooseinner{text-align:center;padding:5rem 0 0;}
#whychooseinner .row{gap: 1.5rem;margin:2rem 0}
.box{flex:1 0 130px;text-align: center}
.imagebox{background:var(--secondarycolor);display: table;margin: 0 auto 1rem;border-radius: 100px;padding:1.2rem}
.imagebox img{width:60px}
.box .boxtitle{font-weight:600;line-height:1.2}
.page-id-14 #whychooseinner{padding: 0;text-align: left}


#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-weight: 400;}
#main .post > p a{color:var(--primarycolor)}
#main .post > p a:hover{color:var(--secondarycolor);}
#main .subhead{color: var(--secondarycolor); text-transform: uppercase; margin-bottom: 0rem; font-weight: 500}
#main .post h2{font-size: 30px;   line-height: 1.4; position: relative; padding-bottom:1rem;font-weight: 900;margin-bottom: 1.6rem;text-transform: capitalize;}
#main .post h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 162px; height: 4px; background: var(--secondarycolor);  }
#main .contact-page h2{padding-bottom: 0; margin-bottom: 0.8rem}
#main .contact-page h2:before{display: none}
#main .post h3{border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom: 1.2rem; font-size: 25px;text-transform: capitalize;width: 100%;}
#main p+h3, #main p+h4{margin-top: 2.2rem;}
#main .round{border-radius: 25px}

.service-row{margin-top: 2rem; justify-content: center; gap: 2rem; -webkit-gap: 2rem;}
.s-item{ padding: 10px; border-radius: 15px; display: grid;grid-template-columns: 35% auto;gap: 1.8rem; -webkit-gap: 1.8rem; align-items: center;background: #f5f5f5;border: 1px solid #e5e5e5;}
.s-item .image img{border-radius: 10px; }
.s-item h3{border-bottom: 0 !important; padding-bottom: 0 !important; font-size: 24px !important;margin-bottom: 12px !important;}
.s-item p:last-child{margin-bottom: 00}

#faqs .heading{font-size: 20px !important; border-bottom: 0px !important;padding-bottom: 0 !important; margin-bottom: 1rem !important;font-weight: 800;}
#faqs .faq-item{border-bottom: 1px dashed #ccc; margin-bottom: 1.5rem}
#faqs .faq-item:last-child{border-bottom: 0}

#main .gap{margin-bottom: 3rem}
#service-page .grid{display: grid; grid-template-columns: 60% auto; gap: 2rem; -webkit-gap: 2rem;}

.widget {padding: 0 1.5rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1.4rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 0.7rem 0;padding: 0 0 0.5rem;}

#bottom {background: url(https://www.broadwaybuslines.com/wp-content/uploads/2025/02/footer-bg.jpg) no-repeat center;color:#fff;font-size: 14px;padding: 4rem 0 0;background-size: cover;}
#bottom a {color: #fff;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 800;color: #fff;font-size: 20px;}
#bottom .widget li {border: none;text-decoration: none;color:#fff ;list-style: none;}
#bottom .main-widget{display: flex; justify-content: center; }
#bottom .main-widget img{width: 420px; margin-bottom:3rem;max-width: 100%;}

#bottom .footer-contact li{line-height:20px;display:flex;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}

#footer {clear: both;background:top;color: #fff;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 2rem;}
#footer a {color: #fff;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: flex;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;justify-content: center;align-items: center;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none  !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 300px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
	
	#booking-form{margin: 3rem 0 5rem !important; width: 100%;border: 1px solid #ccc;background: #fafafa;}
	
	.header_area{position: relative; background: #000; padding: 10px 0;float: none;}
	.header_area .row{margin-top: 0;}
	
	#service-section::before{border-radius: 0; width: 100%; }
	#service-section h2{text-align: center}
	#service-section .line{margin: 1.2rem auto 2.5rem}
	.service-item{height: unset}
	

	#about{text-align: center;padding: 0 10px 4rem;overflow: hidden;}
	#about .line{margin: 1.2rem auto 1.8rem;}
	#about .two-btn{width: fit-content; margin: 1rem auto 0;justify-content: center;}
	
	#service-section{margin-bottom: 3rem;padding: 3.8rem 15px 4rem;}
	
	#cta-section{padding: 5rem 15px;margin-bottom: 4.5rem;}
  
	.line.center{margin: 1rem auto 1.8rem;}
	
	#service-page .grid{grid-template-columns: 100%;display: flex;flex-direction: column-reverse;}
	
	#pagetitle{padding: 3.9rem 0 3rem;}
		.s-item{grid-template-columns: 100%; gap:1rem; -webkit-gap:1rem; padding-bottom: 25px}
	.s-item h3{font-size: 22px !important;}
  
  #testimonial .r-box{margin:0 auto 2.5rem; width:fit-content}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
    #slider .container > .row > .col-md-7{padding-right: 4rem;}
.site-menu-toggle{display:none;}
		#why-choose .row{padding: 0 4rem}
  #booking-form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-33{width: 20.333%}
}

@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
  
	.carousel-caption .text-box{text-align: center}
	.carousel-caption .more-btn{margin: 1rem auto 3rem}
	
	.carousel-caption .subheading{font-size: 20px; margin-bottom: 5px;}
	.carousel-caption h1{font-size: 29px;line-height: 1.35;}
	#slider .bg-image img{height: 580px;object-fit: cover;object-position: center;padding-bottom: 0rem;}
	#slider .carousel-caption{text-align: center;align-items: start;background: linear-gradient(180deg, #00000096 -5%, transparent 50%);padding-top: 2.9rem;}
  #slider .carousel-caption .call-btn{margin: 1.5rem auto 0; padding: 8px 26px; font-size:16px;}
  #slider .carousel-caption .call-btn .icon{width: 32px;}
  
	#booking-section{padding: 0 10px;}
	#booking-form{padding: 2rem 14px 1.2rem;box-shadow: none;margin: 3.5rem 0 3.5rem !important;}
	
	#booking-form h2{font-size: 21px; margin-bottom: 1.3rem !important;line-height: 1.4;}
	#booking-form .option-field{margin: 1rem 0 -1rem;}
	#booking-form .option-field h3{margin-bottom: 0.9rem;}
	
	#contactform input ,#contactform select ,#contactform textarea{height: 50px;}
	#contactform input.wpcf7-submit{padding: 0 40px; height: 45px}
	
	#about .image{width: 100%; margin: 0 auto 1.5rem}
	#about .float-btn{top: 0rem; right: 0rem; width:125px; height:125px; }
	#about .float-btn .heading{font-size: 16px}
	
	h2{font-size: 30px; line-height:1.3;}
  #about h2{line-height:1.4;font-size: 29px;}
	h2 span{font-size: 17px}
	#main .post h2{font-size:28px;line-height: 1.25;padding-bottom: 1.2rem;}
  #main .post h3{font-size: 23px; line-height: 1.4; padding-bottom: 0.8rem}
	#side-bar{padding: 0 10px}
	#booking-form.inner-form{padding: 2.2rem 10px 1.4rem;margin-top:  2rem !important;margin-bottom:  1rem !important;}
	
	.cta-btn{flex-wrap: wrap; justify-content: center; gap: 1.4rem; -webkit-gap: 1.4rem; }
	.cta-btn br{position: absolute; display: none}
	.cta-btn a{font-size: 19px;/*! width:210px */ padding: 9px 2rem;}
	.cta-btn img{width: 35px}
	
	#cta-section{padding: 3rem 10px 4rem;margin-bottom: 4.5rem;}
	#footer-cta{padding: 3rem 10px 4rem;}

	
	#testimonials{padding-top: 4rem;padding-bottom: 5.4rem;}
	#testimonials .owl-nav .owl-next , #testimonials  .owl-nav .owl-prev{display: none}
	
	#testimonials .testimonial-item{width: 100%;border: 1px solid #ccc;box-shadow: none;padding: 19px 13px 30px;}
	
	.bus{width: 380px}
	.bus .wheel{width: 45px; bottom:-26px}
	.wheel.front{left: 67px}
	.wheel.back{right: 75px}
	
	.widget{margin-bottom: 1.5rem;padding: 0 1.2rem;}
	
	#footer{margin-top: 0.5rem}
	#logo img{width: 260px !important;height: auto;float:left;}
	#bottom .main-widget a{width: 95%}
	#bottom .widget h3{margin-bottom: 0.3rem}
	#testimonials h3{font-size:22px;margin-bottom: 0;margin-top: 1.2rem;}
	
	#testimonials .quotes{width: 90px; margin:0 auto 1rem;}
#testimonials .stars{width: 130px;margin:0 auto 1rem;}
	
	#pagetitle h1{font-size: 32px;}
	#pagetitle .breadcrumb{font-size: 14px}
	
	#main{padding: 2rem 0 2.5rem;}
	
	 #form-section .row > .col-md-6:nth-child(2){padding: 1.5rem 0.7rem; }
    #form-section #contactform p{margin-bottom: 5px; }
	
  #about .two-btn{justify-content: stretch;width: 100%;margin-top: 0.5rem;}
  #about .two-btn a{flex: 1 0 40%; padding: 9px 10px !important;}
  
  .service-items2 .content{padding: 25px 22px;}
  #service-slider{padding:  0 10px;margin-bottom: 4rem;margin-top: 4rem;}
  #service-slider .swiper-slide-next .service-items2  img, #service-slider  .swiper-3d{height: auto !important;}
  #service-slider .slider-wrapper{margin: 0 !important;}
  .service-items2 .content h3{font-size: 22px}
  
  #service-slider .dis{margin-bottom: 2rem}
  #service-slider .line{margin:1rem auto 1.8rem; }
  
  #cta-section{text-align: center;padding: 4.2rem 10px 4rem;margin-bottom: 1rem;}
  #cta-section h2{font-size: 28px; line-height: 1.5; margin-bottom: 1rem}
  #cta-section .cta-btn{ justify-content: center; width: 75%; margin: 2rem auto 0; }
  #cta-section .cta-btn a{padding: 8px 0px}
  
  #testimonial {padding:0 10px 3.5rem}
  #testimonial h2{line-height: 1.1; font-size:25px}
  #testimonial .des{line-height: 1.3; font-size: 19px; margin-bottom:1.5rem}
  #testimonial .r-box{margin-bottom: 1.9rem }
  #testimonial h3{margin-bottom: 8px}
  #testimonial .stars{margin-bottom: 0.5rem ; width: 80px}
  #testimonial .sub-text{font-size: 14px; margin-bottom: 1.2rem}
  
  #testimonial .navigation{display: none}
  #testimonial .col-md-3, #testimonial .col-md-9{padding: 0}
}
@media screen and (max-width: 800px) {
	.cta-btn{flex-direction: column;}
		#why-choose .row{gap: 25px 10px; -webkit-gap: 25px 10px; }
	.icon-box img{width: 60px}
	.icon-box{flex: 1 0 200px;}
	.icon-box .heading{font-size: 18px}
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
	#bottom .col-md-3{max-width: 33% !important;margin-bottom: 2rem;}
	
	#slider .carousel-caption{text-align: center;align-items: start;background: linear-gradient(180deg, #00000096 -5%, transparent 50%);padding-top: 4.5rem;}
  #slider .carousel-caption .call-btn{margin: 1.8rem auto; padding: 10px 30px; font-size:16px}
  #slider .carousel-caption .call-btn .icon{width: 34px}
  #slider .more-btn{margin: 0 auto 0}
	.carousel-caption .subheading{font-size: 24px}
	.text-box h1{font-size: 42px; width:35rem; line-height:1.3 ;margin:0 auto 1.5rem}
	#slider .bg-image img{height: 948px;object-fit: cover;object-position: bottom right;padding-bottom: 1rem;}
	
	.icon-box{padding:0.9rem}
	.icon-box img{width: 60px}
	.icon-box .heading{font-size: 18px}
	#why-choose .row{gap: 1rem; -webkit-gap: 1rem}
	
	h2{font-size: 32px; line-height:1.5}
	
	#footer{margin-top: 0}
	.bus{width: 550px}
	.bus .wheel{width: 65px; bottom:-19px}
	.wheel.front{left: 97px}
	.wheel.back{right: 109px}
	#bottom .main-widget img {width: 380px;}
	
	#about .image{width: 90%; margin: 0 auto 1.5rem}
	#about .float-btn{top: 2rem; right: 3rem}
  
  #service-slider .swiper-slide-next .service-items2  img, #service-slider  .swiper-3d{height: 400px !important}
  .service-items2 .image img{height:300px !important;transition:0.5s ease}
  .service-items2 .content{padding:1.5rem 1.2rem}
  #cta-section h2{font-size: 32px}
  .cta-btn{display: flex; align-items: center;  gap: 1.5rem; margin-top:1.8rem}
  .cta-btn a{font-size: 18px; margin-top:0 !important; height:45px}
  .cta-btn img{width: 30px}
  .cta-btn .call{gap: 10px }
  
  #service-slider{margin-top: 3.5rem; margin-bottom:5rem}
  #cta-section .col-md-6{max-width: 58%}
 
}

@media screen and (min-width: 981px){
    #slider .bg-image img{object-fit: cover; object-position: bottom; height: 750px}
}

@media screen and (min-width: 1580px){
    #slider .bg-image img{object-fit: cover; object-position: bottom; height: 820px}
}
