/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,h6,p,a,small,span,input,button,textarea,label,li {
	font-family: "Poppins", sans-serif;
}

.wd-header-mobile-nav .wd-tools-icon:before {
	color: #fff !important;
}

.wd-content-layout {
    padding-block: 0px !important;
}

.mobile-nav.wd-side-hidden {
    background-color: #000;
    border-right: 1px solid #232323;
    padding-top: 30px;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff !important;
}

.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a {
    color: var(--wd-primary-color) !important;
}

#banner {}

#banner .block {
    text-align: center;
}

#banner .block h2 {
    font-size: 50px;
    color: #FFFAFA;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    position: relative;
    width: fit-content;
    line-height: 1;
}

#banner .block h2::after {
    content: "";
    width: 170px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#banner .block p {}

#banner .block p a {
    font-size: 22px;
    color: #FFFAFA;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#banner .block p a img {}

#banner .collection_items {
    margin-top: 58px;
}

#banner .collection_items ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: rgb(0,0,0,0.6);
    backdrop-filter: blur(10px);
    padding: 0;
}

#banner .collection_items ul li {
    width: 25%;
    display: block;
    margin: 0;
}

#banner .collection_items ul li a {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
    display: flex;
    padding: 15px 50px;
    min-height: 170px;
    align-items: center;
    background: transparent;
    transition: all 0.2s linear;
}

#banner .collection_items ul li a:hover {
    background: rgb(120 197 217 / 83%);
}

#bannertabcontent {}

#bannertabcontent .block {}

#bannertabcontent .block h3 {
    color: #78C5D9;
    font-size: 24px;
    margin-bottom: 5px;
}

#bannertabcontent .block h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}

#bannertabcontent .block p {
    color: #fff;
    font-size: 15px;
}

#bannertabcontent .block p a {
    color: #fff;
    background: #78C5D9;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    padding: 12px 30px;
    border-radius: 8px;
}

#bannertabcontent .block2, #bannertabcontent .block3, #bannertabcontent .block4 {
	display: none;
}

#collection {}

#collection .block {
    max-width: 70%;
    margin-left: auto;
    margin-right: 100px;
}

#collection .block h2 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
}

#collection .block p {
    font-size: 19px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
}

#collection .block p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#collection .wd-carousel.wd-grid {
    padding: 0;
}

#collection .wd-carousel-container {
	margin: 0 !important;
}

#collection .collectionbg {
	margin: 0;
	position: relative;
	overflow: hidden;
}

#collection .collectionbg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(120,197,217,0.5);
	opacity: 0;
	transition: all 0.2s linear;
	backdrop-filter: blur(5px);
}

#collection .wd-carousel-item:hover .collectionbg::before {
	opacity: 1;
}

#collection .collectionbg figure.wpb_wrapper.vc_figure {
    width: 100%;
}

#collection .collectionbg .vc_single_image-wrapper {
    width: 100%;
}

#collection .collectionbg img.vc_single_image-img.attachment-full {
    width: 100%;
}

#collection .collectionlogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
	z-index: 99999;
}

#collection .collectionlogo figure.wpb_wrapper.vc_figure {
    width: 100%;
}

#collection .collectionlogo .vc_single_image-wrapper {
    width: 100%;
}

#collection .collectionlogo img.vc_single_image-img.attachment-full {
    max-width: 100%;
	margin: 0 auto;
	display: block;
}

#crafts {}

#crafts .block {
    text-align: center;
}

#crafts .block h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 100px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#crafts .block h2::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#crafts .wpb_single_image {}

#crafts .wpb_single_image figure.wpb_wrapper.vc_figure {width: 100%;}

#crafts .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}

#crafts .wpb_single_image figure.wpb_wrapper.vc_figure img {
    width: 100%;
}

#crafts .craftinfo {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(0,0,0,0.5);
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s linear;
}

#crafts .vc_inner .wpb_column.vc_column_container.vc_col-sm-4 {
    clip-path: polygon(34% 0%, 100% 0%, 66% 101%, 0% 100%);
    position: relative;
    overflow: hidden;
}

#crafts .craftinfo p a {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
}

#crafts .vc_inner .vc_col-sm-4:hover .craftinfo {
    background: rgb(120,197,217,0.7);
}

#concepts {}

#concepts .title {
    text-align: center;
}

#concepts .title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#concepts .title h2::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#concepts .title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

#concepts .title p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    margin-bottom: 160px;
}

#concepts .block {
    padding: 0 20px;
}

#concepts .block h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

#concepts .block p {font-size: 22px;color: #fff;line-height: 35px;font-weight: 400;}

#concepts .block ul {}

#concepts .block ul li {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0;
}

#concepts .conceptcarimg {
	margin-bottom: -90px;
	position: relative;
	top: -160px;
	mix-blend-mode: difference;
}

#concepts .blockcta p {
    text-align: right;	
}

#concepts .blockcta p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#contactglobal {}

#contactglobal h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 60px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#contactglobal h2::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#contactglobal form {
    position: relative;
    display: inline-block;
    width: 100%;
}

#contactglobal form input {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-bottom: 14px;
    font-size: 18px;
}

#contactglobal form input::placeholder {
    color: #fff;
}

#contactglobal form input:focus {
    outline: none;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #fff;
}

#contactglobal form .wpforms-field {
    padding: 30px 30px;
}

#contactglobal form .wpforms-submit-container {
    position: absolute;
    right: -25px;
    bottom: 0;
    top: auto;
}

#contactglobal form .wpforms-submit-container button {
    background: #78C5D9;
    border-radius: 8px;
    width: 370px;
    height: 90px;
    font-size: 26px;
    font-weight: 400;
}

#footerglobal {}

#footerglobal .ftmenu {
    width: 17%;
    margin: 0;
}

#footerglobal .ftmenu h2.widgettitle {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

#footerglobal .ftmenu li {}

#footerglobal .ftmenu li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#footerglobal .ftlogo {
    margin: 0;
    width: 26%;
}

#footerglobal .ftlogo img {
    max-width: 90%;
}

#footerglobal .ftsocial {
    width: 16%;
    padding-left: 25px;
}

#footerglobal .ftsocial h3 {
	font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

#footerglobal .ftsocial p {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

#footerglobal .ftsocial p a {}

#footerglobal .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

#footerglobal .ftmenu:nth-child(3) {
    width: 23%;
}

#footerglobal .ftsocial p br {
    display: none;
}

#ftcopyrights {
	text-align: center;
}

#ftcopyrights p {
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#collectionnew {}

#collectionnew .block {
    max-width: 70%;
    margin-left: auto;
    margin-right: 100px;
}

#collectionnew .block h2 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
}

#collectionnew .block p {
    font-size: 19px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
}

#collectionnew .block p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#collectionnew .rawCarousel {
	width: 100%;
	position: relative;
	overflow: hidden; /* ensures only 2.5 show */
}

#collectionnew .rawCarousel .collectionItems {
	display: flex;
	position: relative;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	scroll-behavior: smooth;
}

/* Change cursor when the mouse button is pressed and we are actively dragging */
#collectionnew .rawCarousel .collectionItems.active-dragging {
    cursor: grabbing;
    user-select: none; 
}

#collectionnew .rawCarousel .collectionItems::-webkit-scrollbar {
	display: none;
}

/* custom scrollbar */
#collectionnew .rawCarousel .scrollbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
}

#collectionnew .rawCarousel .scrollbar .scroll-thumb {
	height: 100%;
	width: 30%;
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	transition: background 0.3s;
}

#collectionnew .rawCarousel .scrollbar:hover .scroll-thumb {
	background: rgba(0,0,0,0.6);
}

#collectionnew .rawCarousel .collectionItems .crItems {
	flex: 0 0 calc(100% / 2.5);
	position: relative;
	overflow: hidden;
	max-width: none;
	scroll-snap-align: start;
}

#collectionnew .rawCarousel .collectionItems .crItems::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(120,197,217,0.5);
	opacity: 0;
	transition: all 0.2s linear;
	backdrop-filter: blur(5px);
}

#collectionnew .rawCarousel .collectionItems .crItems:hover::before {
	opacity: 1;
}

#collectionnew .rawCarousel .collectionItems .crItems:focus::before {
	opacity: 0;
}

#collectionnew .rawCarousel .collectionItems .crItems img.collectionbg {
	width: 100%;
	height: 700px;
	object-fit: cover;
	display: block;
	margin: 0;
}

#collectionnew .rawCarousel .collectionItems .crItems img.collectionlogo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 999;
}

#brand-sec1 {}

#brand-sec1 .block {
	text-align: center;
}

#brand-sec1 .block h2 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}

#brand-sec1 .block p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#brand-sec2 {}

#brand-sec2 .block {}

#brand-sec2 .brandpg_logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

#brand-sec2 .brandpg_logos .brand_item {
	text-align: center;
	box-shadow: 0px 4px 6px 0px #78C5D9;
	background: #000;
	border-radius: 8px;
	padding: 16px 32px;
}

#brand-sec2 .brandpg_logos .brand_item a {
    display: block;
}

#brand-sec2 .brandpg_logos .brand_item a img {
    display: block;
	margin: 0 auto;
	max-width: 100%;
}

#brand-sec3 {}

#brand-sec3 .block {}

#brand-sec3 .block a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

#brand-sec3 .block a img {
    max-width: 100%;
}

#brand-sec4 {}

#brand-sec4 h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
}

.brand-sec5 {}

.brand-sec5 .block {}

.brand-sec5 .block h2 {
    font-size: 62px;
    color: #fff;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 30px;
}

.brand-sec5 .block p {
    color: #fff;
    font-size: 20px;
}

.brand-sec5 .po_item {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    background: rgb(0,0,0,0.6);
    padding: 50px 0;
}

.brand-sec5 .po_item h3 {
    font-size: 46px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.brand-sec5 .vc_col-sm-5 .wpb_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.brand-sec5 .bpoimage {}

.brand-sec5 .bpoimage .vc_single_image-wrapper {
    width: 100%;
}

.brand-sec5 .bpoimage img.vc_single_image-img.attachment-full {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 20px solid rgb(30 29 29 / 60%);
}

#brand-sec6 {}

#brand-sec6 h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#brand-sec6 h2::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#brand-sec6 p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

#brand-sec7 {}

#brand-sec7 .block {
    width: fit-content;
    margin-left: auto;
}

#brand-sec7 .block2 {}

#brand-sec7 h2 {
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}

#brand-sec7 ul {
    padding: 0 0 0 40px;
}

#brand-sec7 ul li {
	font-size: 19px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 3px;
}

#brand-sec3 .wd-el-video-control {
    display: none;
}

#brand-sec3 .wd-el-video-overlay img {
    width: auto;
    height: auto;
    align-items: center;
    display: block;
    margin: 0 auto;
}

#brand-sec3 .wd-el-video.wd-wpb {
    margin: 0;
    height: 80px !important;
    overflow: visible !important;
}

#brand-sec3 .wd-el-video-overlay:after {
    display: none;
}

#reach-sec {}

#reach-sec .title {
    margin-bottom: 90px !important;
}

#reach-sec .title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#reach-sec .title h2::after {
    content: "";
    width: 65%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#reach-sec .block {
	text-align: center;
	min-height: 250px;
	display: flex;
	justify-content: center;
	padding-top: 35px;
	border: 2px solid transparent;
	border-image: linear-gradient(to top, #000 0%, #c2c2c2 60%, #000 100%) 1;
	border-image-slice: 1;
}

#reach-sec .block img {}

#reach-sec .block h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

#reach-sec .block p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}

#reach-sec .block p:first-child {
	margin-bottom: 10px;
}

#reach-sec .block a {
	color: #fff;
	text-decoration: underline;
}

#about-sec1 {}

#about-sec1 .block {}

#about-sec1 .block h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 25px;
    width: fit-content;
    padding: 0 0 5px;
    position: relative;
}

#about-sec1 .block h2::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#about-sec1 .block p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

#about-sec2 {}

#about-sec2 .block {
	text-align: center;
	min-height: 250px;
	display: flex;
	justify-content: center;
	padding: 0px 22px 50px;
	border: 2px solid transparent;
	border-image: linear-gradient(to top, #000 0%, #c2c2c2 60%, #000 100%) 1;
	border-image-slice: 1;
}

#about-sec2 .block img {}

#about-sec2 .block h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#about-sec2 .block p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

#reach-sec .block p:first-child {
	margin-bottom: 10px;
}

#about-sec3 {}

#about-sec3 .block {
	text-align: center;
	position: relative;
	overflow: hidden;
}

#about-sec3 .block::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: all 0.2s linear;
}

#about-sec3 .block:hover::before {
	opacity: 0.2;
}

#about-sec3 .block p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
}

#about-sec3 .wd-prev {
	left: -25px;
	transform: none !important;
	opacity: 1;
}

#about-sec3 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/leftarrow.svg) !important;
}

#about-sec3 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/rightarrow.svg) !important;
}

#about-sec3 .wd-next {
    right: -25px;
	left: auto;
	transform: none !important;
	opacity: 1;
}

#about-sec4 {}

#about-sec4 .block h2 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 25px;
    width: fit-content;
    padding: 0 0 5px;
    position: relative;
}

#about-sec4 .block h2::after {
    content: "";
    width: 90%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#about-sec4 ul.vc_tta-tabs-list {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    overflow: visible !important;
    margin: 30px 0 60px;
}

#about-sec4 ul.vc_tta-tabs-list li.vc_tta-tab {
    width: 25%;
    text-align: center;
    margin: 0;
}

#about-sec4 ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background: #141414;
    border-radius: 8px;
    border: 1px solid #78C5D9;
    padding: 30px 0;
    opacity: 1;
}

#about-sec4 .vc_tta-tab .vc_tta-title-text:after {
	display: none !important;
}

#about-sec4 .vc_tta-tab.vc_active>a:after {
    display: none;
}

#about-sec4 .vc_tta-tab.vc_active>a:before {
    display: none;
}

#about-sec4 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0;
}

#about-sec4 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#about-sec4 .team-member.teambox {
    margin: 0;
}

#about-sec4 .team-member.teambox img.team-member-avatar-image {
    transition: all 0.2s linear;
    border: 5px solid #000;
    border-radius: 100%;
}

#about-sec4 .team-member.teambox:hover img.team-member-avatar-image {
    border-color: #78C5D9;
}

#about-sec4 .team-member.teambox h4.member-name {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

#about-sec4 .team-member.teambox .member-position {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

#about-sec5 {
	background: url(/wp-content/uploads/2025/09/abtvideobg.jpg);
	background-repeat: no-repeat;
	background-size: 40%;
}

#about-sec5 p {
	font-size: 22px;
    font-weight: 400;
    color: #fff;
}

#about-sec5 .wd-el-video-overlay.wd-fill {
    display: none;
}

#about-sec5 .wd-el-video-play-btn:after {
    display: none;
}

#about-sec5 .wd-el-video-play-btn:before {
    font-size: 100px;
}

#about-sec5 .wd-el-video {
    width: 70%;
}

#about-sec6 {}

#about-sec6 .block h2 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 80px;
    width: fit-content;
    padding: 0 0 5px;
    position: relative;
}

#about-sec6 .block h2::after {
    content: "";
    width: 90%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#service-sec1 {}

#service-sec1 .block {
    text-align: center;
}

#service-sec1 .block h2 {
    font-size: 50px;
    color: #FFFAFA;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    position: relative;
    width: fit-content;
    line-height: 1;
}

#service-sec1 .block h2::after {
    content: "";
    width: 170px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#service-sec1 .block p {}

#service-sec1 .block p a {
    font-size: 22px;
    color: #FFFAFA;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#service-sec1 .block p a img {}

#service-sec1 .collection_items {
    margin-top: 58px;
}

#service-sec1 .collection_items ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: rgb(0,0,0,0.6);
    backdrop-filter: blur(10px);
    padding: 0;
    width: 85%;
    margin: 0 auto;
}

#service-sec1 .collection_items ul li {
    width: 33.3333333%;
    display: block;
    margin: 0;
}

#service-sec1 .collection_items ul li a {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
    display: flex;
    padding: 15px 50px;
    min-height: 170px;
    align-items: center;
    background: transparent;
    justify-content: center;
    transition: all 0.2s linear;
}

#service-sec1 .collection_items ul li a:hover {
    background: rgb(120 197 217 / 83%);
}

#service-sec2 {
    
}

#service-sec2 .block {}

#service-sec2 .block p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
	width: 600px;
	padding-left: 30px;
}

#service-sec2 .block2, #service-sec2 .block3 {
	display: none;
}

.page-id-199 #about-sec2 .block p {
	text-transform: uppercase;
}

#faqs-sec {}

#faqs-sec .title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 25px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#faqs-sec .title h2::after {
    content: "";
    width: 20%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#faqs-sec .title p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	margin: 0 auto 60px;
}

#faqs-sec .vc_do_toggle.vc_toggle {border-bottom: 1px solid #fff;}

#faqs-sec .vc_do_toggle.vc_toggle h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

#faqs-sec .vc_do_toggle.vc_toggle.noborder {
    border: none !important;
}

#faqs-sec .vc_do_toggle.vc_toggle .vc_toggle_title {
    padding: 20px 0;
}

#faqs-sec .vc_do_toggle.vc_toggle i.vc_toggle_icon {
    right: 0;
    left: auto;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

#faqs-sec .vc_do_toggle.vc_toggle i.vc_toggle_icon::before {
    width: 1px;
    background: #fff;
}

#faqs-sec .vc_do_toggle.vc_toggle i.vc_toggle_icon::after {
    height: 1px;
    width: 10px;
    background: #fff;
}

#faqs-sec .vc_do_toggle.vc_toggle .vc_toggle_content {
    margin: 5px 0 30px;
    padding: 30px 0 0px;
    border-top: 1px solid #232323;
}

#faqs-sec .vc_do_toggle.vc_toggle .vc_toggle_content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

#faqs-sec .vc_do_toggle.vc_toggle_active i.vc_toggle_icon::after {
	visibility: visible !important;
}

#faqs-sec .blockcta {
    margin-top: 70px;
    text-align: center;
}

#faqs-sec .blockcta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

#faqs-sec .blockcta a img {}

#contact-sec1 {}

#contact-sec1 .block {
    text-align: center;
}

#contact-sec1 .block h2 {
    font-size: 50px;
    color: #FFFAFA;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    position: relative;
    width: fit-content;
    line-height: 55px;
}

#contact-sec1 .block h2::after {
    content: "";
    width: 300px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#contact-sec2 {}

#contact-sec2 p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 33px;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

#contact-sec3 {
	background: url(/wp-content/uploads/2025/09/mapimage.jpg);
	background-repeat: no-repeat;
	background-size: 55%;
}

#contact-sec3 .block {
    padding-left: 100px;
}

#contact-sec3 .block h3 {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
}

#contact-sec3 .block p {}

#contact-sec3 .block p a {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
	display: inline-block;
	text-decoration: underline;
	background: #78C5D9;
	padding: 30px 100px;
	border-radius: 8px;
}

#faqs-sec1 {}

#faqs-sec1 h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#faqs-sec1 h2::after {
    content: "";
    width: 130px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#faqs-sec1 p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

#faqs-sec1 .vc_do_toggle.vc_toggle {border-bottom: 1px solid #fff;}

#faqs-sec1 .vc_do_toggle.vc_toggle h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

#faqs-sec1 .vc_do_toggle.vc_toggle.noborder {
    border: none !important;
}

#faqs-sec1 .vc_do_toggle.vc_toggle .vc_toggle_title {
    padding: 20px 0;
}

#faqs-sec1 .vc_do_toggle.vc_toggle i.vc_toggle_icon {
    right: 0;
    left: auto;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

#faqs-sec1 .vc_do_toggle.vc_toggle i.vc_toggle_icon::before {
    width: 1px;
    background: #fff;
}

#faqs-sec1 .vc_do_toggle.vc_toggle i.vc_toggle_icon::after {
    height: 1px;
    width: 10px;
    background: #fff;
}

#faqs-sec1 .vc_do_toggle.vc_toggle .vc_toggle_content {
    margin: 5px 0 30px;
    padding: 30px 0 0px;
    border-top: 1px solid #232323;
}

#faqs-sec1 .vc_do_toggle.vc_toggle .vc_toggle_content p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
}

#faqs-sec1 .vc_do_toggle.vc_toggle_active i.vc_toggle_icon::after {
	visibility: visible !important;
}

#faqs-sec1 ul.vc_tta-tabs-list {
    display: flex;
    gap: 10px;
    overflow: visible !important;
    margin: 70px 0 50px;
}

#faqs-sec1 ul.vc_tta-tabs-list li.vc_tta-tab {
    width: 25%;
    text-align: center;
    margin: 0;
}

#faqs-sec1 ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background: #141414;
    border-radius: 8px;
    border: 1px solid #78C5D9;
    padding: 30px 0;
    opacity: 1;
}

#faqs-sec1 .vc_tta-tab .vc_tta-title-text:after {
	display: none !important;
}

#faqs-sec1 .vc_tta-tab.vc_active>a:after {
    display: none;
}

#faqs-sec1 .vc_tta-tab.vc_active>a:before {
    display: none;
}

#faqs-sec1 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0;
}

#faqs-sec1 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#interior-sec1 {}

#interior-sec1 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#interior-sec1 .title h2::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#interior-sec1 .title p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

#interior-sec2 {
	background: url(/wp-content/uploads/2025/09/intimg1.jpg);
	background-repeat: no-repeat;
	background-size: 48%;
}

#interior-sec2 p {
	font-size: 19px;
    font-weight: 400;
    color: #fff;
}

#interior-sec3 {}

#interior-sec3 .title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#interior-sec3 .title h2::after {
    content: "";
    width: 90%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#interior-sec3 .block {}

#interior-sec3 .block ul {
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

#interior-sec3 .block ul li {
    display: block;
    margin: 0;
    width: 32.4%;
}

#interior-sec3 .block ul li a {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	display: block;
	background: #141414;
	border-radius: 8px;
	border: 1px solid #78C5D9;
	padding: 30px 0;
	text-align: center;
}

#interior-sec4 {}

#interior-sec4 .title {
    text-align: center;
}

#interior-sec4 .title h3 {
	font-size: 24px;
	font-weight: 300;
	color: #78C5D9;
	letter-spacing: 13px;
	margin: 0;
}

#interior-sec4 .title h2 {
	font-size: 34px;
	font-weight: 500;
	color: #fff;
}

#interior-sec5 {}

#interior-sec5 .block {
    width: fit-content;
    margin-left: auto;
}

#interior-sec5 .block2 {}

#interior-sec5 ul {
    padding: 0 0 0 40px;
}

#interior-sec5 ul li {
	font-size: 19px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 3px;
}

.custom-slider {
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
}

/* Override Slick center mode default offset to left-align slides */
.custom-slider .slick-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.custom-slider .slick-track {
  margin-left: 0 !important;
  display: flex;
  align-items: end;
  min-height: 471px;
}

.custom-slider .slick-slide {
  padding: 0 0;
  box-sizing: border-box;
  height: 218px;
  transition: height 0.5s ease;
  width: auto !important; /* let Slick handle width */
  flex: 1 0 auto; /* allow flex to shrink/grow */
	margin: 0 -10px;
}

.custom-slider .slick-slide.tall-slide {
  width: 390px !important; /* fixed width for tall slide */
  height: 471px !important;
  flex: 0 0 390px !important; /* prevent shrinking/growing */
}

.custom-slider .slide.slick-slide.tall-slide {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  margin-right: -60px !important;
}

.custom-slider .slide.slick-slide:not(.tall-slide) {
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.custom-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Make the first visible slide taller */
.custom-slider .slick-slide.slick-active {
  height: 218px;
}

.custom-slider .slick-slide.slick-active:first-of-type {
  height: 471px !important;
}

.custom-slider .slick-slide.slick-active:first-of-type img {
  height: 100%;
}

.custom-slider .slick-slide.left-fade {
  opacity: 0;
  transition: opacity 0.2s linear;
}

#interior-sec6 {
	
}

#interior-sec6 .title {
    text-align: center;
    margin-bottom: -200px !important;
}

#interior-sec6 .title h2 {
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	position: relative;
	width: fit-content;
	margin: 0 auto 70px;
	padding-bottom: 10px;
}

#interior-sec6 .title h2::after {
    content: "";
    width: 80%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#interior-sec6 .title p {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	width: 790px;
	text-align: left;
	margin-left: auto;
}

#interior-sec7 .blockcta {}

#interior-sec7 .blockcta p {
	text-align: right;
}

#interior-sec7 .blockcta p a {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	display: flex;
	justify-content: end;
	margin-top: 30px;
	align-items: center;
	gap: 10px;
}

#interior-sec8 {
	text-align: center;
}

#interior-sec8 .title h2 {
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	position: relative;
	width: fit-content;
	margin: 0 auto 70px;
	padding-bottom: 10px;
}

#interior-sec8 .title h2::after {
    content: "";
    width: 80%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#interior-sec8 .block {
	text-align: center;
	margin-top: 15px;
}

#interior-sec8 .block p a {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#wheels-sec1 {}

#wheels-sec1 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#wheels-sec1 .title h2::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#wheels-sec1 .title p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

#wheels-sec2 {}

#wheels-sec2 .block {
    position: absolute;
    bottom: 90px;
}

#wheels-sec2 .blockleft {
	left: 100px;
}

#wheels-sec2 .blockright {
	right: 100px;
}

#wheels-sec2 .block a {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: #78C5D9;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 25px;
}

#wheels-sec2 .wd-prev {
	left: -25px;
	transform: none !important;
	opacity: 1;
}

#wheels-sec2 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/leftarrow.svg) !important;
}

#wheels-sec2 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/rightarrow.svg) !important;
}

#wheels-sec2 .wd-next {
    right: -25px;
	left: auto;
	transform: none !important;
	opacity: 1;
}

#wheels-sec2 .blockcta p {
    text-align: right;	
}

#wheels-sec2 .blockcta p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#wheels-sec3 {}

#wheels-sec3 .block {
	text-align: center;
}

#wheels-sec3 .block h2 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
}

#wheels-sec3 .block p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#wheels-sec4 {}

#wheels-sec4 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#wheels-sec4 .title h2::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#wheels-sec4 .title p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

#wheels-sec4 .block {}

#wheels-sec4 .block p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

#wheels-sec4 .wd-el-video-overlay.wd-fill {
    display: none;
}

#wheels-sec4 .wd-el-video-play-btn:after {
    display: none;
}

#wheels-sec4 .wd-el-video-play-btn:before {
    font-size: 70px;
}

#wheels-sec5 {}

#wheels-sec5 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#wheels-sec5 .title h2::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#wheels-sec5 .title p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

#wheels-sec6 {
	overflow: visible !important;
	display: inline-block;
}

#wheels-sec6 .block {
	position: relative;
	z-index: 999;
}

#wheels-sec6 .block h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

#wheels-sec6 .block p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.wheel6_2::before {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/wp-content/uploads/2025/10/whlbefore.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(50%);
}


.wheel6_2::after {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	background: url(/wp-content/uploads/2025/10/whlbefore.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	background-position: bottom;
}

.wheel6_2_1::after {
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/wp-content/uploads/2025/10/whlbefore.png);
	background-repeat: no-repeat;
	background-size: 65%;
	transform: translateX(40%);
	background-position: bottom;
}

#wheels-sec6.wheelsecheight {
    margin-bottom: -300px;
}

#allwheels-sec2 {}

#allwheels-sec2 .block {
    position: absolute;
    bottom: 90px;
}

#allwheels-sec2 .blockleft {
	left: 100px;
}

#allwheels-sec2 .blockright {
	right: 100px;
}

#allwheels-sec2 .block a {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: #78C5D9;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 25px;
}

#allwheels-sec2 .blockcta p {
    text-align: center;
	margin-top: 100px;
}

#allwheels-sec2 .blockcta p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#vencar-sec1 {}

#vencar-sec1 .title {
	text-align: center;
}

#vencar-sec1 .title h2 {
	font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

#vencar-sec1 .title p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#vencar-sec1 img {
	margin-top: 70px;
}

#vencar-sec2 {}

#vencar-sec2::after {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/10/prototechimage.png);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: bottom;
}

#vencar-sec2 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#vencar-sec2 .title h2::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#vencar-sec2 .title p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

#vencar-sec2 .block {
    width: 620px;
}

#vencar-sec2 .block p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

#vencar-sec2 .wd-el-video-overlay.wd-fill {
    display: none;
}

#vencar-sec2 .wd-el-video-play-btn:after {
    display: none;
}

#vencar-sec2 .wd-el-video-play-btn:before {
    font-size: 70px;
}

#vencar-sec3 {
	margin-top: 60px;
}

#vencar-sec3 .title {
	text-align: center;
}

#vencar-sec3 .title h2 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 20px;
	padding: 0;
}

#vencar-sec3 .title p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#vencar-sec3 .block {}

#vencar-sec3 .block h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

#vencar-sec3 .block p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#vencar-sec4 {}

#vencar-sec4 .title {
    margin-bottom: 90px !important;
}

#vencar-sec4 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#vencar-sec4 .block {
	text-align: center;
	min-height: 250px;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border: 2px solid transparent;
	border-image: linear-gradient(to top, #000 0%, #c2c2c2 60%, #000 100%) 1;
	border-image-slice: 1;
	padding-bottom: 20px;
}

#vencar-sec4 .block img {}

#vencar-sec4 .block h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

#vencar-sec4 .block p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
}

#vencar-sec4 .block p:first-child {
	margin-bottom: 10px;
}

#vencar-sec5 {}

#vencar-sec5 .block {
    margin-left: auto;
    text-align: center;
}

#vencar-sec5 .block h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

#vencar-sec5 .block p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
}

#vencar-sec5 .block p a {
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
}

#vencar-sec5 .rawCarousel {
	width: 100%;
	position: relative;
	overflow: hidden; /* ensures only 2.5 show */
	margin-top: 60px;
}

#vencar-sec5 .rawCarousel .collectionItems {
	display: flex;
	position: relative;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	scroll-behavior: smooth;
	gap: 20px;
}

/* Change cursor when the mouse button is pressed and we are actively dragging */
#vencar-sec5 .rawCarousel .collectionItems.active-dragging {
    cursor: grabbing;
    user-select: none; 
}

#vencar-sec5 .rawCarousel .collectionItems::-webkit-scrollbar {
	display: none;
}

/* custom scrollbar */
#vencar-sec5 .rawCarousel .scrollbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
}

#vencar-sec5 .rawCarousel .scrollbar .scroll-thumb {
	height: 100%;
	width: 30%;
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	transition: background 0.3s;
}

#vencar-sec5 .rawCarousel .scrollbar:hover .scroll-thumb {
	background: rgba(0,0,0,0.6);
}

#vencar-sec5 .rawCarousel .collectionItems .crItems {
	flex: 0 0 calc(100% / 4.2);
	position: relative;
	overflow: hidden;
	max-width: none;
	scroll-snap-align: start;
}

#vencar-sec5 .rawCarousel .collectionItems .crItems::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(120,197,217,0.5);
	opacity: 0;
	transition: all 0.2s linear;
	backdrop-filter: blur(5px);
}

#vencar-sec5 .rawCarousel .collectionItems .crItems:hover::before {
	opacity: 1;
}

#vencar-sec5 .rawCarousel .collectionItems .crItems:focus::before {
	opacity: 0;
}

#vencar-sec5 .rawCarousel .collectionItems .crItems img.collectionbg {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
	margin: 0;
}

#vencar-sec5 .rawCarousel .collectionItems .crItems img.collectionlogo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-width: 160px;
    object-fit: contain;
    object-position: center;
    z-index: 999;
}

#cars-sec1 {}

#cars-sec1 .title {
	text-align: center;
}

#cars-sec1 .title h2 {
	font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

#cars-sec2 {}

#cars-sec2 .wpb_single_image img {
    border-radius: 8px;
}

#cars-sec2 .vc_column-inner > .wpb_wrapper {
    position: relative;
    margin-bottom: 30px;
}

#cars-sec2 .block {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

#cars-sec2 .block h3 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	width: fit-content;
	background: rgb(120 197 217 / 70%);
	padding: 2px 25px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#cars-sec2 .block p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}

#cars-sec2 .block p a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 7px;
}

#cars-sec3 {}

#cars-sec3 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#cars-sec3 .title h2::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#cars-sec3 .block {
	margin-top: 40px;
}

#cars-sec3 .block p {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

#cars-sec3 .block p img {
    max-width: 80px;
}

#cars-sec4 {}

#cars-sec4 .title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 0 0 15px;
    position: relative;
}

#cars-sec4 .title h2::after {
    content: "";
    width: 90%;
    height: 1px;
    background: #78C5D9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#cars-sec4 .title p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 20px 100px 70px;
	line-height: 30px;
}

#cars-sec4 figure.wpb_wrapper.vc_figure {
    width: 100%;
}

#cars-sec4 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

#cars-sec4 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
}

#cars-sec4 .wd-prev {
	left: 20px;
	transform: none !important;
	opacity: 1;
}

#cars-sec4 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/leftarrow.svg) !important;
}

#cars-sec4 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/09/rightarrow.svg) !important;
}

#cars-sec4 .wd-next {
    right: 20px;
	left: auto;
	transform: none !important;
	opacity: 1;
}

#account-sec1 {}

#account-sec1 h2 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
}

.accountpg {
    display: inline-block;
    width: 100%;
    padding: 50px 0 100px;
}

.accountpg .loginblock {}

.accountpg h2 {
    font-size: 36px;
    font-weight: 500;
    color: #1F1A1A;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.accountpg form {}

.accountpg form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C2C2C2;
    padding: 0 !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
}

.accountpg form input::placeholder {
    color: #c2c2c2;
}

.accountpg form button {
    background: #78C5D9;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
    padding: 18px 160px;
    display: block;
    margin-left: auto;
    margin-top: 20px;
}

.accountpg form button:hover {
	color: #fff;
	background: #000;
}

#exterior-sec2 {
	text-align: center;
}

#exterior-sec2 h2 {
	color: #fff;
    font-size: 22px;
    font-weight: 500;
}

#exterior-sec2 p {
	color: #B9C3C5;
    font-size: 15px;
    font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.3px;
}

#exterior-sec2 a {
	color: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
	background: #78C5D9;
	border-radius: 8px;
	padding: 8px 30px;
}

#exterior-sec1 {}

#exterior-sec1 .ext_car_slider {}

#exterior-sec1 .ext_car_slider img.slideimage {
    width: 100%;
    display: block;
    margin: 0;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}

#exterior-sec1 .ext_car_slider .item.slick-slide a {
    position: absolute;
    top: 10px;
    right: 10px;
}

#exterior-sec1 .ext_car_slider  button.slick-prev.slick-arrow {
    padding: 0;
    background: transparent;
    top: 50%;
    left: 10px;
    position: absolute;
    transform: translateY(-50%);
    z-index: 9999;
}

#exterior-sec1 .ext_car_slider  button.slick-next.slick-arrow {
    padding: 0;
    background: transparent;
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
}

#exterior-sec1 .ext_car_slider_thumb {
    margin-top: 10px;
}

#exterior-sec1 .ext_car_slider_thumb .slick-track {
    margin: 0;
}

#exterior-sec1 .ext_car_slider_thumb img.slideimagethumb {
    display: block;
    margin: 0;
    height: 60px;
    object-fit: cover;
    width: 100%;
    border: 3px solid #000;
    border-radius: 8px;
}

#exterior-sec1 .ext_car_slider_thumb .item.slick-slide.slick-current.slick-active img {
    border-color: #fff;
    border-width: 2px;
}

#exterior-sec1 .block {}

#exterior-sec1 .block h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
}

#exterior-sec1 .block p:nth-child(2) {
    color: #A1A1A1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

#exterior-sec1 .block .blockbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 30px 0 40px;
}

#exterior-sec1 .block .blockbox .boxitem {
    background: #0A0A0A;
    border: 1px solid #262626;
    border-radius: 14px;
    width: 50%;
    padding: 18px 24px;
}

#exterior-sec1 .block .blockbox .boxitem h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

#exterior-sec1 .block .blockbox .boxitem h4 img {}

#exterior-sec1 .block .blockbox .boxitem p {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
}


/* Mobile Responsive */
@media screen and (max-width: 767px) {
	#banner {
		min-height: 550px !important;
	}

	#banner .collection_items ul li a {
		padding: 0 0 0 15px;
		font-size: 14px;
		line-height: 20px;
		min-height: 100px;
	}

	#bannertabcontent .block {
		margin-bottom: 40px !important;
	}

	#bannertabcontent .block p a {
		font-size: 16px;
	}

	#bannertabcontent {
		padding-bottom: 0 !important;
	}

	#collectionnew .block {
		max-width: 100%;
		padding: 30px 40px;
		margin: 0 0;
	}

	#collectionnew .block h2 {
		font-size: 40px;
		margin-bottom: 0;
	}

	#collectionnew .block h2 br {
		display: none;
	}

	#collectionnew .block p {
		font-size: 15px;
		line-height: 29px;
	}

	#collectionnew .rawCarousel .collectionItems .crItems {
		flex: 0 0 calc(100% / 2);
	}

	#collectionnew .rawCarousel .collectionItems .crItems img.collectionbg {
		height: 400px;
	}

	#collectionnew .rawCarousel .collectionItems .crItems img.collectionlogo {
		max-width: 65%;
	}

	#concepts .title h2 {
		font-size: 30px;
	}

	#crafts .block h2 {
		font-size: 30px;
	}

	#concepts .title h4 {
		font-size: 19px;
	}

	#concepts .title p {
		font-size: 15px;
		line-height: 30px;
	}

	#concepts {
		padding-top: 30px !important;
	}

	#concepts .block h2 {
		font-size: 22px;
	}

	#concepts .block p, #concepts .block ul li {
		font-size: 15px;
		line-height: 30px;
	}

	#contactglobal form .wpforms-field {
		padding: 0 0;
		width: 100%;
		margin: 0 0 20px;
	}

	#contactglobal form .wpforms-submit-container {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	#contactglobal h2 {
		font-size: 30px;
	}

	#contactglobal form .wpforms-submit-container button {
		font-size: 20px;
		height: 55px;
		width: 100%;
	}

	#contactglobal {
		padding-bottom: 0 !important;
	}

	#footerglobal .ftlogo {
		width: 100%;
		margin-bottom: 40px;
	}

	#footerglobal .ftmenu {
		width: 50%;
		margin-bottom: 40px;
	}

	#footerglobal .ftmenu:nth-child(3) {
		width: 50%;
	}

	#footerglobal .ftmenu:nth-child(4) {
		width: 50%;
	}

	#footerglobal .ftsocial {
		width: 40%;
	}

	#footerglobal {
		padding-bottom: 0 !important;
	}

	#footerglobal .ftmenu li a {
		font-size: 15px;
	}
}





