/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


:root {
    --br: 15px;
    --theme-list-indent: 1.5em !important;
    --yellow-color: #FCC84A;
    --cta-title: clamp(30px,4vw,45px);
}

.wpb_text_column ul > li:not(:last-child) {
    padding-bottom: 15px;
}

.font-14 {
    font-size: 14px;
}

/*button on hover*/
.ripple-effect .vc_general {
    position: relative;
    overflow: hidden;
}
.ripple-effect .vc_general:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: 500ms ease;
}

.ripple-effect .vc_general:hover:before {
    transform: translate(-50%, -50%) scale(10);
}

.box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--br);
    
}

/*grow Effect*/
.grow-effect figure {
    overflow: hidden;
}

.grow-effect img {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.grow-effect:hover img {
    /*-moz-transition: -moz-transform 1s;*/
    /*-o-transition: -o-transform 1s;*/
    /*-webkit-transition: -webkit-transform 1s;*/
    /*transition: transform 1s;*/
    transform: scale(1.1);
}

.service-block {
    padding: 15px;
    margin-bottom: 25px;
}

.service-main-sec img.feature-image,
.feature-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: 480px;
}

/*hide blocksy default post*/
.category-point-to-point-transfer #main section .entries,
.category-airport-transfer #main section .entries {
    display: none;
}

/*hide search form on post*/
.archive.category .ct-no-results form.ct-search-form {
    display: none;
}

.service-main-sec ul.list-subcategory {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-main-sec ul.list-subcategory > li > a {
    position: relative;
    background: #f5f5f5;
    padding: 15px;
    padding-left: 75px;
    margin-bottom: 25px;
    min-height: 70px;
    display: flex;
    align-items: center;
    color: var(--theme-palette-color-4);
    transition: 300ms ease;
}

.service-main-sec ul.list-subcategory > li > a:hover {
    background: var(--theme-palette-color-2);
    color: #fff;
}

.service-main-sec ul.list-subcategory > li > a:before {
    content: '';
    position: absolute;
    background: url('./images/car-icon.png') no-repeat center / contain;
    width: 50px;
    height: 50px;
    display: block !important;
    z-index: 0;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.ul-w-image p {
    margin-bottom: 15px;
}

.ul-w-image ul {
    list-style-type: none;
    padding-left: 0;
}

.ul-w-image ul > li {
    position: relative;
    padding-left: 35px;
}

.ul-w-image ul > li > img {
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/*tab style*/
.vc_tta-container {
    margin-bottom: 0 !important;
}

.all-tab ul.vc_tta-tabs-list {
    display: flex !important;
    gap: 15px;
    overflow-x: auto !important;
}

.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab {
    white-space: nowrap;
}

.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab > a {
    --br: 5px;
    background-color: transparent;
    color: #616161;
    padding: 10px 35px;
    border: 1px solid #DEDEDE;
    border-radius: var(--br) !important;
}

.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a,
.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab:hover > a {
    background-color: var(--theme-palette-color-2);
    color: #fff;
}

.all-tab .vc_tta-panels,
.all-tab .vc_tta-panel-body {
    background-color: transparent !important;
    border-color: transparent !important;
}

.all-tab .vc_tta-panel-body {
    padding: 35px 0 !important;
}

.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a:before,
.all-tab ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a:after {
    display: none !important;
}



/*footer cta */
.cta-title {
    font-size: var(--cta-title);
    font-weight: 600;
}
.cta-row {
    position: relative;
    background-color: var(--theme-palette-color-2);
}

.cta-row > div {
    z-index: 9
}

.cta-row:after {
    content: 'contact' !important;
    position: absolute;
    text-transform: uppercase;
    font-size: 22vw;
    opacity: 0;
    color: #070808;
    text-shadow: rgba(208 208 208/20%) -4px -4px 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block!important;
    z-index: 1;
    transition: .5s
}

.cta-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #070808;
    bottom: 0;
    left: 0;
    transition: 1.15s;
    transform: scale(1);
    clip-path: circle(0% at 50% 77%);
    z-index: 1;
    display: block!important
}

.cta-row.is-active:before {
    clip-path: circle(100% at 50% 77%)
}

.cta-row.is-active:after {
    opacity: 1;
}

.text-underline {
    position: relative;
    width: fit-content;
    margin: auto;
}

.text-underline:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--yellow-color);
    display: block!important;
    z-index: 0;
    transition: all 500ms ease;
}

.text-underline:hover:before {
    width: 0;
}

.text-underline:hover a {
    color: var(--yellow-color) !important;
    opacity: 1 !important;
}

.archive.category #main > .ct-container {
    padding-bottom: calc(var(--gap) - 25px);
}

/*service iks menu*/
.ct-sidebar .iksm-widget {
    --br: 5px;
    background: #F5F5F5;
    padding: 15px;
    border-radius: var(--br);
}

.iksm-terms > div > div,
.iksm-terms > div > div .iksm-term > .iksm-terms-tree--children > div {
    background: #F5F5F5;
}
    
.iksm-terms > div > div > .iksm-term > .iksm-term__inner,
.iksm-terms > div > div .iksm-term > .iksm-terms-tree--children > div >.iksm-term {
    border-radius: var(--br);
}

.iksm-terms > div > div .iksm-term > .iksm-terms-tree--children > div >.iksm-term {
    margin-top: 15px;
}

.iksm-terms > div > div .iksm-term > .iksm-term__inner:hover .iksm-term__toggle i:before {
    color: #fff;
}

/*product-table */
.woocommerce-product-details__short-description table,
.woocommerce-product-details__short-description table td {
    border: none;
}

.woocommerce-product-details__short-description table tr td {
    width: 33.333%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Jost';
    color: #000;
}

.woocommerce-product-details__short-description table tr td img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.product-gallery-row .wpb_single_image img {
    aspect-ratio: 16/10;
}

.woocommerce.single-product div.product .product-entry-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce.single-product div.product .product-entry-wrapper .woocommerce-product-gallery {
    display: none;
}

.woocommerce.single-product div.product .product_title {
    margin-bottom: 15px;
}

.woocommerce.single-product div.product .product_title,
.woocommerce.single-product div.product .summary {
    text-align: center;
}

.woocommerce.single-product div.product .summary .price {margin-bottom: 0;}

.woocommerce.single-product .related.products {
    background-color: #F1F3F4;
    width: 100%;
    padding: var(--gap);
    margin-top: calc(var(--gap) - 35px);
}

.woocommerce.single-product .related.products > h2 {
    text-align: center;
}

.woocommerce.single-product #main {
    padding-bottom: 0;
}

/*shop page*/
.woocommerce ul.products li {
    background: #fff; 
    border-radius: var(--br);
    overflow: hidden;
    box-shadow: 0 0 7.3px rgba(0,0,0,0.1);
    padding-bottom: 15px;
}

.woocommerce ul.products li figure {
    background: #f5f5f5;
    padding: 80px 15px 15px;
    position: relative;
    /*min-height: 250px;*/
    justify-content: flex-end;
    border-top-right-radius: var(--br);
    border-top-left-radius: var(--br);
    overflow: hidden;
}

.woocommerce ul.products li figure img {
    object-fit: contain;
}

.woocommerce ul.products li .ct-woo-card-actions a,
.woocommerce ul.products li .contact-button {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
}

.woocommerce ul.products li .contact-button {
    color: #fff;
    background: #9FB8B5;
    display: flex;
    width: fit-content;
}

.woocommerce ul.products li .woocommerce-loop-category__title,
.woocommerce ul.products li .woocommerce-loop-product__title,
.woocommerce ul.products li .woocommerce-product-details__short-description {
    text-align: center;
    margin-bottom: 15px;
} 

.woocommerce ul.products li .hover-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.our-fleet-grid7 > div > div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.our-fleet-grid7 .vc_row.vc_inner .wpb_text_column strong {
    font-weight: 500;
    color: #363636;
}

/*slick slider*/
.fleets-value-slider {
    margin-right: -15px !important;
}
.fleets-value-slider .content-row {
    --br: 5px;
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}

.fleets-value-slider .slick-track {
    display: flex;
}

.fleets-value-slider .slick-track .slick-slide {
    height: inherit !important;
}

/*.fleets-value-slider .slick-track .content-row > div,*/
/*.fleets-value-slider .slick-track .content-row > div > div,*/
/*.fleets-value-slider .slick-track .content-row > div > div > div {*/
/*    height: auto !important;*/
/*}*/

.fleets-value-slider .content-row {
    background: #fff;
    border-radius: var(--br);
    padding: 15px 0 35px;
    box-shadow: 0 0 7.3px rgba(0,0,0,0.1);
}

.fleets-value-slider .content-row .full-cover-image figure {
    border-radius: var(--br);
    overflow: hidden;
}

.fleets-value-slider .content-row .full-cover-image img {
    height: 280px;
}

.fleets-value-slider .content-row .icon img {
    max-height: 65px;
    object-fit: contain;
}

.fleets-value-slider .content-row .icon {
    position: absolute;
    left: 50%;
    top: 240px;
    transform: translate(-50%, 0%);
}

.fleets-value-slider .content-row .vc_custom_heading {
    margin-top: 65px;
}

ul.slick-dots {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
}

ul.slick-dots > li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

ul.slick-dots > li.slick-active button,
ul.slick-dots > li:hover button {
    background: var(--theme-palette-color-2);
}

.slick-arrow {
    font-size: 0;
    z-index: 9;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background-color: var(--theme-palette-color-2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 2000ms ease;
    cursor: pointer;
}

.slick-arrow.slick-prev {left: 15px;}
.slick-arrow.slick-next {right: 15px;}

.slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transition: all 500ms ease;
}

.slick-arrow.slick-prev:before {
    content: '\f053';
}

.slick-arrow.slick-next:before {
    content: '\f054';
}

.slick-arrow:hover {
    background-color: var(--theme-palette-color-1);
}

/*our package*/
.package-table table {
    border-radius: var(--br);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}

.package-table table th {
    font-size: 18px;
}
.package-table table th,
.package-table table td {
    color: #000;
    position: relative;
    font-family: 'jost';
} 

.package-table table th,
.package-table table td{
    border-right: 1px solid #DEDEDE;
}

.package-table table td strong {
    font-weight: 500;
}

.package-table table:before,
.package-table table td:before,
.package-table table td:after {
    content: '';
    position: absolute;
    z-index: 0;
    
}

.package-table:not(.price-list) table:before {
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    inset: 0;
}

.package-table table td:before {
    width: 2px;
    height: 100%;
    right: -1px;
    top: 0;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.package-table table td:after {
    width: 10px;
    height: 100%;
    top: -2px;
    right: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.package-table.grey {
    border: 8px solid #F9F9FA;
    background: #F9F9FA;
    box-shadow: none;
    overflow: hidden;
    border-radius: 25px;
}

.package-table.grey table:before,
.package-table.grey table tbody td:nth-child(odd):before,
.package-table table td:after {
    border-color: #F9F9FA;
}

.package-table:not(.price-list) table td:nth-child(1):after,
.package-table:not(.price-list) table td:last-child:after,
.package-table:not(.price-list) table td:nth-child(even):before {
    display: none;
}

.package-table:not(.price-list) table td:nth-child(3):after {
    right: auto;
    left: 0;
}

.package-table.bold-color > .wpb_wrapper {
    border: 10px solid var(--theme-palette-color-2);
    border-radius: var(--br);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 15px;
}

.package-table.bold-color table {
    border-radius: 0;
    box-shadow: none;
}

.package-table.no-border table,
.package-table.no-border table th,
.package-table.no-border table td {
    border: 0;
    vertical-align: top;
}

.package-table.bold-title td strong {
    font-weight: 700;
}

.li-checkmark ul {
    padding-left: 0;
}

.li-checkmark ul li {
    position: relative;
    padding-left: 25px;
    list-style-type: none;
}

.li-checkmark ul li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    color: var(--theme-palette-color-2);
    font-size: 14px;
    display: block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.package-table table td {
    width: 20%;
}

.package-table.price-list table {
    border: 0;
}

.package-table.price-list > .wpb_wrapper {
    padding: 0;
}

.package-table.price-list td:first-child {
    background: var(--theme-palette-color-2);
    border: 0;
    color: #fff;
}

.package-table.price-list table td:first-child:before {
    display: none;
}

.package-table.price-list table td:first-child:after {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
}

.package-table.price-list table tr:last-child td:first-child:after {
    border: 2px solid var(--theme-palette-color-2);
    bottom: -1px;
}

.package-row p a {
    text-decoration: underline;
}
.enquiry-box {
    --br: 5px;
}

.enquiry-box > div {
    position: relative;
    isolation: isolate;
    border-radius: var(--br);
    overflow: hidden;
}

.enquiry-box > div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20,84,68,0.9);
    inset: 0;
    z-index: -1;
    display: block !important;
    
}

.enquiry-box .rounded-image figure {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    padding: 10px;
}

.enquiry-box .rounded-image img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    max-height: 250px;
    object-fit: cover;
}

.img-w-title {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    align-items: center;
    justify-content: flex-end;
}

.img-w-title .wpb_singleimage_heading {
    color: #5B5B5B;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.img-w-title img {
    max-height: 33px;
    max-weight: 33px;
    object-fit: contain;
}

.span-text b {
    font-weight: 700;
    font-size: clamp(1.688rem, 1.33rem + 0.952vw, 2.188rem);
}

.home-review-row  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.home-review-row > div {
    width: fit-content;
}

.review-box:before,
.review-box:after
{
    display: none !important;
}
.review-box> div {
    width: 100%;
}
.review-box {
    display: grid;
    grid-template-columns: 20% 1fr;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top: 6px solid #4fce6a;
    max-width: 350px;
    padding-top: 10px;
}

.review-box .wpb_single_image img {
    max-height: 50px;
    object-fit: contain;
}

.review-box .wpb_raw_html p {
    margin-bottom: 5px;
} 

.review-box .wpb_raw_html p.rate {
    color: #e7711b;
    font-size: 18px;
}

.review-box .wpb_raw_html p.rate i {
    color: #FDB022;
}
@media only screen and (min-width: 768px) {
   .service-main-sec :is(h1,h2,h3,h4,h5) {
        margin-bottom: 15px;
    }
    .service-block {
        display: flex;
        flex-wrap: wrap;
    }
    .service-block > :not(.icon) {
        width: 100%;
    }
    .service-block > .icon {
        width: 50%;
    }
    .service-block .icon {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    .service-main-sec ul.list-subcategory {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
    }
    .right-height .wpb_single_image img {
        height: calc(var(--height) - 35px);
        object-fit: cover;
    }
    .archive.category #main > .ct-container {
        padding-bottom: calc(var(--gap) - 25px);
    }
    .woocommerce.single-product div.product .summary {
        margin: auto !important;
        margin-inline-start: 0;
    }
    .woocommerce.single-product div.product .summary .woocommerce-product-details__short-description table tr td {
        font-size: 25px;
    }
    .woocommerce.single-product div.product .summary .woocommerce-product-details__short-description table tr td img {
        width: 35px;
        height: 35px;
    }
    .woocommerce ul.products li figure:before {
        content: '';
        position: absolute;
        inset: auto 0 0 0;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        height: 0;
        display: block !important;
        z-index: 1;
        transition: 300ms ease;
    }
    .woocommerce ul.products li:hover figure:before {
        inset: 0 0 auto 0;
        height: 100%;
    }
    .hover-box {
        display: none;
    }
    .woocommerce ul.products li .hover-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 250px;
        z-index: 9;
        display: block;
    }
    .woocommerce ul.products li .hover-box .contact-button {
        margin-top: 15px;
    }
    .woocommerce ul.products li .hover-box a {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
        visibility: hidden;
        transition: 800ms ease;
    }
    .woocommerce ul.products li:hover .hover-box a {
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        opacity: 1;
        visibility: visible;
    }
    .woocommerce ul.products li:hover .hover-box .contact-button {
        transition-delay: 200ms;
    }
    .our-fleet-grid7 > div > div > div {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 1000px) {
    .iksm-terms > div > div .iksm-term > .iksm-terms-tree--children {
        display: block !important;
    }
    
    .iksm-terms > div > div > .iksm-term > .iksm-term__inner:first-child {
        display: none;
    }
    .ct-sidebar .iksm-widget {
        padding: 25px 15px;
    }
    .our-fleet-grid7 > div > div > div {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .package-row > .wpb_column:first-child {
        padding-right: 2%;
    }
    
    .package-row > .wpb_column:last-child {
        padding-left: 2%;
        position: sticky;
        top: 207px;
    }
}



@media only screen and (max-width: 1300px) {
    #header [class*="menu"] > ul.sub-menu > li > ul.sub-menu {
        max-height: 400px;
        overflow-y: auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .all-tab .vc_tta-panels-container .vc_tta-panel-heading {
        display: none !important;
    }
    .all-tab .vc_tta-tabs-container {
        display: block !important;
    }
    .md-inline br {display: none;}
    .enquiry-box {
        padding: 0 15px !important;
        margin-top: 35px;
    }
    .home-review-row {
        flex-direction: column;
        row-gap: 0;
        align-items: center;
    }
}