body.page-template-services-new header.home_header{background: #000 !important;}
@media (min-width: 1260px) {
    body.page-template-services-new .container {
        max-width: 1230px;
    }
}

.service-hero{position: relative;  background: #FFEAD4; padding: 24px 0 134px;  margin-top: 100px;}
ul.breadcrumbs_list {
    list-style-type: none;
    position: relative;
    top: -70px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.breadcrumbs_list li{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FC7B00;
    position: relative;
}
.breadcrumbs_list li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wordpress/wp-content/uploads/2025/02/right-solid.svg) no-repeat center center;
    content: '';
    top: 50%;
    right: -22px;
    transform: translate(0px, -50%);
}
.breadcrumbs_list li:last-child:before{
    display: none;
}
.breadcrumbs_list li a{   
    font-weight: 600;
    color: #242E30;
    text-decoration: none;
}
.service-hero:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background-image: url(../new-images/service-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
/* breadcrumn-section */

.service-hero .content-wrapper{ width:600px;}
.service-hero h1{  font-family: "Open Sans", sans-serif; font-weight: 700;font-size: 48px;line-height: 72px; color: #242E30; margin-bottom: 20px;}
.service-hero p{
font-family: "Open Sans", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #242E30;
margin-bottom: 20px;
}
.service-hero a.get-started{
    padding: 8px 16px;
    border-radius: 34px;
    background: #FC7B00;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* what-we-offer */
section.what-we-offer {
    padding: 32px 0;
    background: #FCFCFC;
}
section.what-we-offer h2{
   font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #242E30;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
}
section.what-we-offer p{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #242E30;
    margin-bottom: 20px;
}
.what-we-offer .offer-card{
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 16px;
    padding: 48px 24px;    
    height: 100%;
}
.what-we-offer .offer-card img{
    margin: 0 auto 10px;
    display: table;
    width: 64px;
}
.what-we-offer .offer-card p{
   font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    color: #242E30;
    margin-bottom: 0;
}
.what-we-offer  a.get-started{
    padding: 8px 16px;
    border-radius: 34px;
    background: #F36805;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    height: 40px;
    margin: 20px auto 0;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
/* services */
.services {
    padding: 32px 0;
}

/* Heading */
.services h2 {
    font-size: 32px;
    line-height: 48px;
    color: #242e30;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 32px !important;
    text-align: left;
    padding-bottom: 0;
}

/* Pills Tabs */
.services ul#pills-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 0 12px;
}

.services ul#pills-tab li button {
    background: #f2f2f2;
    border-radius: 50px;
    color: #000;
    padding: 4px 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    height: 32px;
    border: none;
    cursor: pointer;
}

.services ul#pills-tab li button.active {
    background: #000;
    color: #fff;
}

/* Pills Wrapper */
.services .pills-wrapper {
    background: linear-gradient(260deg, #FFF9DF 0%, #FFEAD4 100%);
    border-radius: 16px;
    padding: 32px;
}

.services .pills-wrapper h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    color: #242e30;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
}

.services .pills-wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    color: #242e30;
    text-align: center;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto;
}

/* Ontario Tabs Layout */
.services .ontario-portal-tabs {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
/* Left Tabs */
.services #v-ontario-tab {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services #v-ontario-tab button {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #242e30;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    position: relative;
    border: none;
    cursor: pointer;
}
.services #v-ontario-tab button::after {
    content: "";
    position: absolute;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url("/assets/home-images/black-circle-arrow.svg") center/contain no-repeat;
}
.services #v-ontario-tab button:hover {
    background: #ffd7c2;
}
.services #v-ontario-tab button.active {
    background: #f36805;
    color: #fff;
}
.services #v-ontario-tab button.active img.rollover-image{
    display: block;
}
.services #v-ontario-tab button.active img.default-img{
    display: none;
}
.services #v-ontario-tab button img.default-img{
    display: block;
}
.services #v-ontario-tab button img.rollover-image{
    display: none;
}
.services #v-ontario-tab button.active::after {
    background-image: url("/assets/home-images/white-circle-arrow.svg");
}

/* Tab Content */
.services .tab-content-wrapper.tab-content{
    padding: 32px 0 0;
}
.services .ontario-portal-tabs .tab-content {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 70%;
}

/* CTA Button */
.services a {
    background: #f36805;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 34px;
    padding: 8px 16px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-weight: 600;
}

.services a:hover {
    background: rgb(247, 94, 40);
}
.services .tab-content-wrapper .pills-wrapper .ontario-portal-tabs .custome-col h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #242e30;
}
.services .tab-content-wrapper .pills-wrapper .ontario-portal-tabs .custome-col p {
    font-size: 16px;
    line-height: 24px !important;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #242e30;
    padding-right: 30px;
    padding-bottom: 10px;
}
.services .tab-content-wrapper .pills-wrapper .ontario-portal-tabs .custome-col a {
    background: #f36805;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 34px;
    padding: 8px 16px;
    width: auto;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 32px;
    display: inline-block;
    font-weight: 600;
    height: 40px;
}
.services .tab-content-wrapper .pills-wrapper .ontario-portal-tabs .custome-col img {
    width: 110%;
    max-width: 320px;
    float: right;
}

.custome-col .content{
    height: 200px;
    overflow-y: auto;
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 8px;
}
/* trubicar-help-sec */

.trubicar-help-sec h2{    
   font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #242E30;
    margin-bottom: 24px;
    padding-bottom: 0;
}
.trubicar-help-sec ul{
        padding-left: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        column-gap:100px;
        row-gap: 32px;
}
.trubicar-help-sec li{
    width: calc(50% - 50px);
    display: flex;
}
.item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.content-wrapper h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    color: #242E30;
    margin-bottom: 20px;
}
.content-wrapper p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #242E30;
    margin-bottom: 0;
}

/* booking-lesson */
 .booking-lesson-sec{
    padding-top: 32px;
 }  
.booking-wrapper {
    display: flex;
    background: linear-gradient(270deg, #FFF9DF 0%, #FFEAD4 100%);
    padding: 48px 0 0 48px;
    gap: 110px;  
    border-radius: 16px;
}
.booking-driving-lesson h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 10px 0;
}
.booking-driving-lesson p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}
/* ingo-section */
.info-section {
  padding: 32px 0 64px 0; 
}

.info-wrapper {
  background: #c1dade;
  width: 100%;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 112px;
}

.info-content {
  flex: 1;
  width: 70%;
}

.info-content h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #242E30;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.info-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #242E30;

}

.info-icon {
  flex-shrink: 0;
  width: 30%;
}

.circle img {
  width: 284px;
  height: 284px;
}
.orange{
    color: #FC7B00;
    font-weight: 600;
}
@media (max-width: 1199px) {
    ul.breadcrumbs_list{
    top: -30px;
    }
}
@media (max-width: 991px) {
    ul.breadcrumbs_list {
        display: none;
    }
    .what-we-offer .offer-card{
        padding: 16px 24px;        
        border: 1px solid #dfdede;
    }
    section.what-we-offer h2{
        margin-bottom: 0;
    }
     .trubicar-help-sec{
        padding-top: 16 px;
     }
    .trubicar-help-sec h2 {
        font-size:28px;
    }
    .what-we-offer .row{
        gap: 16px;
    }
    .what-we-offer .col-4{
        max-width: 100%;
        width: 100%;
    }

    .services .ontario-portal-tabs {
        display: block;
        width: 100%;
    }

    .services #v-ontario-tab {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 24px;
    }

    .services #v-ontario-tab button {
        white-space: nowrap;
        border-radius: 100px;
        background: #EAE2C2;
        color: #242E30;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
   .services #v-ontario-tab button.active img.default-img {
        display: none;
    }
    .services #v-ontario-tab button img.default-img{
        display: none;
    }
    .services #v-ontario-tab button.active img.rollover-image{
        display: none;
    }    

    .services .ontario-portal-tabs .tab-content{
        width: 100%;
        padding: 24px;
    }
    .services .tab-content .content-wrapper .row{
        flex-direction: column-reverse;
    }
    .services .tab-content-wrapper .pills-wrapper .ontario-portal-tabs .custome-col img{
        float: left;
        margin-bottom: 10px;
    }
    .services #v-ontario-tab button::after {
        display: none;
    }

    .services .tab-content {
        width: 100%;
        margin-top: 24px;
        padding: 32px;
    }

    .services .pills-wrapper p {
        font-size: 14px;
        line-height: 21px;
    }

    .content-wrapper h3 {  
        margin-bottom: 6px;
    }
    .trubicar-help-sec ul{
        column-gap: 0;
        row-gap: 24px;
    }
    .trubicar-help-sec li{
        width: 100%;
    }
    .booking-lesson-sec {
        padding-top: 16px;
    }
    .booking-wrapper {   
        gap: 0;
        align-items: end;
        flex-direction: column;
        padding: 32px 0 0 32px;
    }
    .booking-driving-lesson{
        padding-right: 32px;
    }
    .booking-img img{
        width: 100%;
    }
    .info-wrapper{
        gap: 0;
        flex-direction: column;
        padding: 24px;
    }
    .info-section {
        padding: 32px 0 24px 0;
    }
    .info-content{
        width: 100%;
    }
    .info-icon {
        flex-shrink: 0;
        width: 100%;
        margin-top: 10px;
    }
    .circle img {
        width: 284px;
        height: 284px;
        margin: 0 auto;
        display: table;
    }
    section.what-we-offer{
        padding: 24px 0;
    }
    .services {
        padding: 16px 0;
    }
    .services .tab-content-wrapper.tab-content {
        padding: 0;
    }
}

@media (max-width: 767px) {

    .services h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .services ul#pills-tab {
        padding: 0 20px;
    }

    .services ul#pills-tab li button {
        font-weight: 400;
        white-space: nowrap;
    }

    .services .pills-wrapper h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .item-wrapper {     
        gap: 16px;
        flex-direction: column;
    }
    .booking-wrapper {   
        gap: 0;
        flex-direction: column;
        padding: 24px 0 0 24px;
    }
    .booking-driving-lesson{
        padding-right: 24px;
    }
}
@media (max-width: 576px) {

    .services {
        padding-bottom: 0;
    }

    .services h2 {
        text-align: center;
        padding: 0 20px;
    }

    .services ul#pills-tab {
        padding: 0 0 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: center;
    }

    .services .pills-wrapper {
        padding: 16px 20px;
        border-radius: 0;
    }

    .services .tab-content {
        padding: 20px;
    }
}


