.site-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.col_6 {
    width: 50%;
    padding: 0px 15px;
}
.sec-title {
    font-size: 40px;
    font-weight: 600 !important;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
}
.wp-block-button.ta-pbtn {
    margin-top: 10px;
}
.ta-btn, .ta-pbtn .wp-element-button {
    padding: 10px 30px;
    background-color: #8fc74a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    font-family: 'Oswald';
    letter-spacing: 1px;
    text-align: center;
}
.ta-btn:hover,.ta-btn:focus {
    color: #fff!important;
}
.ta-pbtn .wp-element-button:hover,.ta-pbtn .wp-element-button:focus {
    background-color: #000000!important;
    color: #ffffff!important;
}
body .hero-container .page-title,
.page.page-id-1514 h1.entry-title {
    font-family: "Open Sans", sans-serif !important;
}
.ta-intro-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ta-intro-sec .sec-title {
    margin-bottom: 15px;
}
.ta-intro-sec .ta-btn {
    margin-top: 20px;
}
.intro-media img {
    border-radius: 16px;
}

.ta-prinfo-sec {
    padding-bottom: 60px;
}
.ta-prinfo-sec .site-row {
    margin: 0px -40px;
}
.ta-prinfo-sec .col_6 {
    padding: 0px 40px;
}
.info-cont {
    background: #f3f3f3;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    height: 100%;
}
.info-cont:hover {
    transform: translateY(-5px);
}
.info-cont .df-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ta-prinfo-sec .sec-title {
    font-size: 24px;
}
.info-cont .logo-img {
    max-width: 150px;
    height: 100px;
}
.info-cont .ta-btn {
    margin-top: 20px;
}
/* Accordion section Css */ 
.ta-acc-sec {
    padding-top: 65px;
    padding-bottom: 60px;
}
/* Accordion Css */  
.acc-container {
    max-width: 901px;
    width: 100%;
    margin: 0 auto;
}
.acc-bx {
    margin-bottom: 15px;
}
.acc-head {
    background-color: #8fc74a;
    padding: 15px 20px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}
.acc-head h3 {
    color: #fff;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.acc-head i {
    font-size: 22px;
}
.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
}
.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
    display: none;
}
.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    display: none;
}
.acc-content {
    display: none;
    padding: 15px 20px 15px 20px;
    background-color: #8fc74a;
    border: 1px solid #8fc74a;
}
.acc-content * {
    color: #fff;
} 
.acc-head.active::before {
    transform: rotate(90deg);
}
.acc-cont {
    position: relative;
}
.overlay-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    opacity: 0.2;
    mix-blend-mode: initial;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.acc-cont .ta-btn {
    margin-top: 20px;
}
/* graphic css */
.ta-graphic-sec {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.info__container {
    position: relative;
    width: 750px;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-logo {
    background-color: #272727;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .2), 0 6px 20px rgba(0, 0, 0, .19)!important;
    flex-direction: column;
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 250px;
}
.main-logo .logo-image.v_2 {
    background: #272727;
    max-width: 210px;
}
.content-box {
    position: absolute;
    width: 200px;
    border-radius: 10px;
    display: flex;
    opacity: .8;
    transition: opacity .3s ease, transform .3s ease;
}
.content-box:hover {
    opacity: 1;
}
.content-box .box-content {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-content .inner-bx {
    cursor: pointer;
    text-align: left;
}
.content-box h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.image-title {
    text-align: center;
    position: absolute;
    top: -53px;
    left: 150%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 100%;
    transform: translate(-50%, 50px);
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.content-box.middle-left .image-title,
.content-box.bottom-left .image-title,
.content-box.top-left .image-title {
    left: -59%}
.image-title img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.content-box.top-left img {
    height: 90px;
}
.top-left {
    top: 10px;
    left: 10px;
}
.top-right {
    top: 10px;
    right: 10px;
}
.middle-left {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.middle-right {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.bottom-left {
    bottom: 10px;
    left: 10px;
}
.bottom-right {
    bottom: 10px;
    right: 10px;
}
.content-box:hover .image-title {
    display: block;
    transform: translate(-50%, -30px);
    visibility: visible;
    opacity: 1;
}
.top-left::before {
    border-color: transparent transparent transparent #000;
    top: -20px;
    left: 50%;
    transform: translateX(-50%)rotate(45deg);
}
.top-right::before {
    border-color: transparent #000 transparent transparent;
    top: -20px;
    left: 50%;
    transform: translateX(-50%)rotate(-45deg);
}
.middle-left::before {
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: -20px;
    transform: translateY(-50%)rotate(45deg);
}
.middle-right::before {
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: -20px;
    transform: translateY(-50%)rotate(-45deg);
}
.bottom-left::before {
    border-color: #000 transparent transparent transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)rotate(45deg);
}
.bottom-right::before {
    border-color: transparent transparent transparent #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)rotate(-45deg);
}
.img_bx {
    display: flex;
    margin-top: 5px!important;
}
img.logo-image.v_1 {
    width: 55px;
}
.content-box:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/arrow_info.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 9;
    position: absolute;
    right: -12px;
    background-size: contain;
    transform: rotate(-182deg);
}
.content-box.middle-right::after {
    right: 222px;
    transform: rotate(0);
    top: 15px;
}
.content-box.top-left:after {
    top: 70px;
    transform: rotate(-133deg);
    right: -65px;
}
.content-box.top-right:after {
    top: 73px;
    transform: rotate(-44deg);
    right: auto;
    left: -57px;
}
.content-box.bottom-left:after {
    top: -73px;
    transform: rotate(127deg);
    right: auto;
    left: 227px;
}
.content-box.bottom-right:after {
    top: -73px;
    right: 233px;
    transform: rotate(46deg);
}
.content-box.top-left, .content-box.bottom-left {
    justify-content: flex-end;
}
.content-box h3 {
    color: #000 !important;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.image-title h4 {
    color: #000;
    line-height: 1.3;
    font-size: 13px;
}
.content-box.top-left .image-title {
    width: 232px;
    left: -75%;
    top: -9px;
}
.content-box:hover .inner-bx h3 {
    color: #d22028!important;
}
.content-box.bottom-right .image-title {
    left: 162%
}
.top-right .image-title {
    top: -10px;
}
.middle-right .image-title {
    left: 140%;
}
/* Partner css */
.ta-partner-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ta-partner-sec .sec-title {
    text-align: center;
}
.partner-logo {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.product-action-wrap .ta-btn {
    padding: 8px 30px;
    color: #fff !important;
    width: 100%;
    text-align: center;
}
/* Single product enquiry form */
.pr_enquiry_popup {
	display:none;
	position:fixed;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	background:#00000099;
	z-index:9999;
	overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.pr_enquiry_popup .pr_popup_inner {
    max-width: 500px;
    margin: 2.5rem auto 1.75rem auto;
    background: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 20px;
    position: relative;
}
.pr_enquiry_popup #close-enquiry {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 0px 20px 0px 20px;
}
.pr_enquiry_popup #enquiry-response {
	margin-top:10px;
	color:green;
}
.pr_enquiry_popup h2 {
    margin: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 20px;
}
.pr_enquiry_popup .enq_fieled {
    margin-bottom: 15px;
}
.pr_enquiry_popup .enq_fieled label {
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
.pr_enquiry_popup .enq_fieled input,.pr_enquiry_popup .enq_fieled textarea, .pr_enquiry_popup .enq_fieled select {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    background: #f3f3f3;
    border: 0px;
}
.pr_enquiry_popup .pr_price * {
    font-size: 18px;
    color: #8fc74a;
}
.pr_enquiry_popup form#enquiry-form {
    border-top: 1px solid #8fc74a;
    padding-top: 20px;
}
.pr_enquiry_popup .pr_price {
    padding-bottom: 10px;
    display: inline-block;
}
.pr_enquiry_popup .pr_price * {
    font-size: 18px;
    color: #8fc74a;
    font-weight: 500;
}
.button.alt.ta-btn {
    margin-top: 15px;
    font-size: 18px;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
    display: none;
}
.woocommerce .woofc-count {
    display: none!important;
}
/* Inner pages banner images start */
body.page-id-2823 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/14ft-Hybrid-1-scaled-1.jpg'); 
}
body.page-id-1536 section.entry-hero {
    background-image: url('/wp-content/uploads/2024/12/15ft-Hybrid-6-scaled.jpg');
}
body.page-id-1538 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/16ft-Hybrid-5-scaled-1.jpg');
}
body.page-id-4424 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/16ft-Bunk-47-scaled-1.jpg');
}
body.page-id-1533 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/8ft6-Family-Bunk.jpg');
}
body.page-id-1553 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/19.6FTFamilyBunk.jpg');
}
body.page-id-1534 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/216FTFamilyBunk.jpg');
}
body.page-id-3419 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/17ft9RearEnsuite.jpg');
}
body.page-id-1535 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/18FT6RearEnsuite.jpg');
}
body.page-id-1549 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/186FTRearEnsuiteSingleBeds.jpg');
}
body.page-id-1551 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/19ft6-Rear-Ensuite-71-scaled-1.jpg');
}
body.page-id-1555 section.entry-hero {
    background-image: url('/wp-content/uploads/2025/08/23FTRearClub.jpg');
}
/* Inner pages banner images end */
.wp-block-video.tamp4v video {
    aspect-ratio: 1.77777;
    border: none;
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vp-pagination__load-more {
    background: #8ec748;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 500 !important;
}
.vp-pagination__load-more:hover,.vp-pagination__load-more:focus {
    color: #fff !important;
}
.sec--1.f_w.plr {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.single-content ul li::marker {
    color: #8fc74a;
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
.top-right .image-title {
    left: 114%;
    top: -3px;
}
.middle-right .image-title {
    left: 94%;
}
.content-box.top-left .image-title {
    left: -32%;
    top: 0px;
}
.content-box.middle-left .image-title {
    left: -29%;
}
}
@media(max-width:1024px) {
.info__container {
    position: relative;
    min-height: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    padding: 0 10px;
}
.info__container .main-logo-bx {
    width: 100%;
    display: flex;
    justify-content: center;
}
.info__container .content-box {
    position: static;
    display: block;
    transform: none!important;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 1;
    width: 30%;
}
.info__container .content-box .box-content {
    display: block;
}
.info__container .box-content .inner-bx {
    text-align: center;
}
.info__container .image-title {
    text-align: center;
    position: static;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    transform: none;
    visibility: visible;
    opacity: 1;
}
.info__container .image-title h3 {
    display: none;
}
.info__container .content-box:hover .image-title {
    transform: none;
    visibility: visible;
    opacity: 1;
}
.info__container .img_bx {
    margin-top: 10px!important;
}
.info__container .content-box h3 {
    font-size: 16px;
}
.info__container .image-title h4 {
    font-size: 14px;
}
.info__container .content-box:after {
    display: none;
}
.content-box.top-left {
    display: flex;
    justify-content: center;
}
}
@media(max-width:767px) {
.sec-title {
    font-size: 32px;
}    
.col_6 {
    width: 100%;
}
.intro-cont, .ta-prinfo-sec .col_6,.acc-cont {
    margin-bottom: 30px;
}
.ta-intro-sec {
    padding-top: 50px;
}
.ta-acc-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ta-graphic-sec {
    padding-top: 30px;
    padding-bottom: 40px;
}
.info-cont {
    padding: 30px 20px;
}
.info__container .content-box {
    width: 47%;
}
}
@media(max-width:575px) {
.partner-logo {
    width: 50%;
}
.info__container {
    padding: 0 20px;
}
.info__container .content-box {
    width: 100%;
}
}