/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/*Font face*/
@font-face {
    font-family: 'GeneralSansRegular';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/GeneralSans-Regular.woff2') format("woff2");
}
@font-face {
    font-family: 'GeneralSansMedium';
    font-weight: 500;
    font-style: normal;
    src: url('./fonts/GeneralSans-Medium.woff2') format("woff2");
}
@font-face {
    font-family: 'GeneralSansBold';
    font-weight: 700; /* Recommended: Change 400 to 700 for Bold */
    font-style: normal;
    src: url('./fonts/GeneralSans-Bold.woff2') format("woff2");
}
@font-face {
    font-family: 'GeneralSansBoldItalic';
    font-weight: 700; /* Recommended: Change 400 to 700 */
    font-style: italic;
    src: url('./fonts/GeneralSans-BoldItalic.woff2') format("woff2");
}
@font-face {
    font-family: 'GeneralSansMediumItalic';
    font-weight: 500; /* Recommended: Change 400 to 700 */
    font-style: italic;
    src: url('./fonts/GeneralSans-Medium.woff2') format("woff2");
}
@font-face {
    font-family: 'GeneralSansRegularItalic';
    font-weight: 400;
	font-style: italic;
    src: url('./fonts/GeneralSans-Italic.woff2') format("woff2");
}
a {
	font-family: 'GeneralSansMedium' !important;
}
p {
	font-family: 'GeneralSansRegular' !important;
	line-height: 1.2 !important;
}
h1 {
	font-family: 'GeneralSansBold';
}
h2, h3, h4, h5, h6 {
	font-family: 'GeneralSansMedium';
	line-height: 1 !important;
}
*:focus-visible {
  outline: none !important;
  box-shadow: none !important; /* Some browsers or frameworks use box-shadow instead of outline */
}
/* Footer */
footer#footer h2, footer#footer h3, footer#footer h5, footer#footer p, footer#footer a {
	color: white;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] {
	background: url(https://bells.com.my/wp-content/uploads/2026/05/contact-bg-scaled.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-contact-grid {
	display: grid;
	grid-template-columns: 30% auto;
}
.sp-dots:before {
	content: '';
	display: block;
	background: white;
	width: 5px;
	height: 5px;
}
.sp-dots {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}
.sp-dots p {
	font-family: 'GeneralSansMedium' !important;
}
.footer-contact-grid h2 {
	font-family: 'GeneralSansRegular' !important;
	font-weight: 400;
}
.footer-contact-grid p {
	font-family: 'GeneralSansMedium' !important;
}
.contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	background: white;
	padding: 50px 30px;
	border-radius: 20px;
}
.contact-grid input {
	border: 0;
	border-radius: 0;
    color: #191919;
    height: 50px;
    font-family: 'GeneralSansMedium' !important;
    background: white;
	padding: 0;
}
.contact-grid textarea {
	border: 0;
	border-radius: 0;
    color: #191919;
    height: 150px;
    font-family: 'GeneralSansMedium' !important;
    background: white;
	padding: 0;
}
.message-row {
	grid-column: 1 / 3;
}
#recaptcha {
    grid-column: 1 / 3;
}
.input-icon-wrap img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	position: relative;
	top: 2px;
}
.input-icon-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #A2A2A2;
}
.message-row {
	align-items: baseline;
}
.contact-grid .submit-btn:after {
    content: '';
    display: block;
    background: url(https://bells.com.my/wp-content/uploads/2026/05/footer-messenger.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 9px;
    left: 10px;
    z-index: 9;
}
.contact-grid .submit-btn input {
    background-color: #1562AD !important;
    color: white !important;
    border-radius: 40px !important;
    padding: 10px 20px 10px 40px !important;
    border: unset !important;
    font-family: 'GeneralSansMedium' !important;
    line-height: unset !important;
    height: unset !important;
    margin-top: 5px;
	text-transform: uppercase;
}
.contact-grid .submit-btn input:hover {
	border: 0 !important;
	background-color: #1562AD !important;
    color: white !important;
}
.contact-grid .submit-btn {
	position: relative;
	width: max-content;
}
.footer-row-two {
    display: grid;
    grid-template-columns: 1.3fr 2fr 1fr 1.7fr;
	padding: 80px 0 60px;
}
.footer-bold {
	font-family: 'GeneralSansMedium' !important;
	margin-bottom: 0;
}
.footer-small {
	font-size: 14px;
}
.inner-row-one img {
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}
.footer-icon-row img {
	height: 22px;
	margin-bottom: 0;
}
.footer-icon-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-row-two h5 {
	margin-bottom: 30px;
}
.grey-bold-text {
	margin-bottom: 5px;
	color: #D8D8D8 !important;
}
.inner-flex {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.address-width {
	width: 70%;
}
.ct-footer-copyright p {
    font-size: 14px;
}
.custom-contact {
	background: #C6F886 !important;
	color: #303030 !important;
	border-radius: 300px !important;
	border: 0 !important;
	gap: 5px !important;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.custom-contact:hover {
	background: #C6F886 !important;
	color: #303030 !important;
	border: 0 !important;
}
.custom-contact:before {
	content: '';
	display: block;
	width: 0;
	height: 30px;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.custom-contact:hover:before {
	content: '';
	display: block;
	background: url(https://bells.com.my/wp-content/uploads/2026/05/contact.gif);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.menu li a {
	text-transform: capitalize !important;
}
#header [data-row*=middle] {
	position: absolute;
    width: 100%;
	top: 10px;
}
#header-menu-1 .menu > [data-submenu="right"] > .sub-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.menu {
	background: #FFFFFF29;
	backdrop-filter: blur(25.200000762939453px);
	border: 1px solid #FFFFFF1A;
	border-radius: 300px;
	height: 60px !important;
}
.home-text {
	font-family: 'GeneralSansBold' !important;
}
.home-dec {
	font-family: 'GeneralSansMedium' !important;
}
.banner-btn {
	align-items: center;
	display: flex !important;
	gap: 30px;
	line-height: unset !important;
	background: unset !important;
	padding: 10px 0 !important;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.banner-btn i:before {
    content: '';
    display: block !important;
    background: url(https://bells.com.my/wp-content/uploads/2026/05/Arrow.png);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 15px !important;
    height: 15px;
	left: 7px;
	top: 1px;
	position: relative;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.banner-btn i {
	position: relative;
}
.banner-btn:hover i:before {
	transform: translatex(600%);
	transition: .5s all;
	-webkit-transition: .5s all;
}
.banner-btn:hover {
	border: 0 !important;
}
.banner-btn:before {
	content: '';
	display: block;
	background: #1562AD;
	border-radius: 20px;
	width: 30px;
	height: 100%;
	position: absolute;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.banner-btn:hover:before {
	width: 100%;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.banner-btn .sp-btn a {
    margin-bottom: 0 !important;
    line-height: normal !important;
	color: white;
	text-decoration: unset;
    position: relative;
	font-family: 'GeneralSansMedium' !important;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.banner-btn .sp-btn p {
	margin-bottom: 0;
}
.banner-btn:hover .sp-btn a {
	transform: translatex(-33px);
	position: relative;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.banner-btn:hover .sp-btn p {
	transform: translatex(-33px);
	position: relative;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.sp-btn p {
	margin-bottom: 0;
}
/* Homepage */
.home-1-section .sp-dots:before {
	background: #303030 !important;
}
.home-1-section .sp-dots {
	justify-content: center;
}
.home-1-section {
	margin: 0;
}
.home-banner-section {
	margin-bottom: 0;
}
.home-img-grid {
    overflow: hidden;
    width: 100%;
	padding-top: 20px;
}
.home-img-grid .wpb_wrapper {
    display: flex !important;
    flex-direction: row !important;
    white-space: nowrap;
    width: max-content !important;
	align-items: center;
    animation: smoothMarqueeLoop 30s linear infinite;
}
.home-img-grid .wpb_single_image {
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
}
.home-img-grid img {
    height: 80px !important;
    width: 90% !important;
    object-fit: contain;
}
.home-img-grid figure {
	border-right: 1px solid #D3D3D3;
	padding: 0 20px;
}
.home-img-grid .vc_single_image-wrapper {
	text-align: center;
}
.home-img-grid:before {
	content: '';
	display: block;
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #FFFFFF 12.02%, rgba(255, 255, 255, 0) 100%);
	z-index: 9;
}
.home-img-grid:after {
	content: '';
	display: block;
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(270deg, #FFFFFF 18.75%, rgba(255, 255, 255, 0) 100%);
	z-index: 9;
}
.home-1-section:before {
	content: '';
	display: block;
	background: #F9F9F9;
	width: 400%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.home-1-section {
	position: relative;
}
/* Keyframe animation shifting from right to left exactly 50% */
@keyframes smoothMarqueeLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
.home-2-heading h2 {
    background: linear-gradient(90deg, #FFFFFF 35%, #4E4E4E 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.home-2-heading .sp-dots {
	color: white;
	justify-content: center;
}
.home-2-section {
	padding: 100px 0 !important;
	margin: 0;
}
.home-prodcuts-grid img {
	height: 200px;
	object-fit: contain;
}
.home-prodcuts-grid .sp-dots {
	color: white;
	justify-content: center;
}
.arrow-main >.vc_column-inner >.wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 300px;
}
.arrow-main img {
	height: 50px;
	object-fit: contain;
	cursor: pointer;
}
.arrow-main .wpb_single_image {
	margin: 0;
}
.arrow-no-fix {
	position: absolute;
	left: 50.4%;
    transform: translate(-50%, -50%);
    top: 50%;
	z-index: 10;
}
.home-icon-row >.vc_column-inner >.wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.home-icon-row figure {
	border: 1px solid #404040;
	border-radius: 10px;
	overflow: hidden;
}
.home-icon-row figure img {
	height: 50px;
	width: 50px;
	object-fit: contain;
}
.home-icon-row .home-icon-active figure {
	border: 1px solid #ffffff;
}
.home-width-icon >.vc_column-inner >.wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 50px auto 0;
}
.home-icon-row .wpb_single_image {
	margin: 0;
}
.home-width-icon p {
	color: white;
}
.home-icon-row .wpb_text_column {
	margin: 0;
}
.wpb_raw_code {
	margin: 0;
}
.banner-btn {
	position: relative;
}
.banner-btn .wpb_raw_code >.wpb_wrapper {
	align-items: center;
    display: flex;
    gap: 30px;
}
.home-width-icon .banner-btn:before {
	z-index: 1;
	background: white;
}
.home-width-icon .wpb_raw_code {
	z-index: 2;
	position: relative;
}
.banner-btn >.wpb_column >.vc_column-inner {
	padding: 0;
}
.home-width-icon .banner-btn {
	gap: 0;
	left: 80px;
}
.home-width-icon .banner-btn i:before {
	background: url(https://bells.com.my/wp-content/uploads/2026/05/arrow-blue.png);
}
.home-width-icon .banner-btn:hover .sp-btn a {
	color: #1562AD !important;
}
.home-width-icon .banner-btn:hover i:before {
	transform: translatex(960%);
}
.home-width-icon .wpb_text_column {
	margin: 0;
}
.home-width-icon .wpb_text_column p {
	width: 80%;
	margin-left: auto;
}
.home-2-section:before {
	content: '';
	display: block;
	background: url(https://bells.com.my/wp-content/uploads/2026/05/home-products-blur-scaled.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.vc_row-full-width.vc_clearfix {
	margin: 0;
}
.tab-chg-img {
	background: #00000066;
	border: 1px solid #ffffff;
	border-radius: 30px;
	padding: 20px;
}
.tab-chg-img a {
	color: #FFFFFF80;
	font-family: 'GeneralSansMedium' !important;
	padding: 0 20px;
}
.tab-chg-img a:not(:last-child) {
	border-right: 1px solid #FFFFFF80;
}
.tab-chg-img a:hover {
	color: white;
}
.tab-chg-img .tab-active {
	color: #FFFFFF;
}
.tab-chg-img {
	display: flex;
	align-items: center;
}
.tab-right-section {
	width: max-content;
    margin-left: auto !important;
}
.image-tab {
	position: absolute;
	top: 0;
	left: 0;
}
.tab-right-section >.wpb_column >.vc_column-inner {
	padding: 0;
}
.tab-section {
	padding-top: 50px !important;
	padding-bottom: 50px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30em;
}
.tab-text p {
	color: white;
	font-family: 'GeneralSansMedium' !important;
}
.tab-text h2 {
	margin-bottom: 10px;
	font-family: 'GeneralSansRegular' !important;
	font-size: 40px;
	font-weight: 500;
}
.tab-text .wpb_text_column {
	margin-bottom: 0;
}
.home-projects-heading .sp-dots:before {
	background: #303030;
}
.home-projects-heading h2 {
	margin-bottom: 0 !important;
}
.project-flex >.vc_column-inner >.wpb_wrapper {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.project-flex .banner-btn .sp-btn a {
	color: #1562AD !important;
}
.project-flex .banner-btn:hover .sp-btn a {
	color: white !important;
}
.project-flex .banner-btn {
	gap: 10px;
}
.project-flex .banner-btn:hover i:before {
    transform: translatex(720%);
}
.projects-tab-section .vc_tta-panels {
	background-color: unset !important;
	border: 0 !important;
	border-radius: 0 !important;
}
.projects-tab-section .vc_tta-panel-body {
	padding: 0 !important;
	border-radius: 20px !important;
}
.projects-tab-section .vc_tta-tab a {
	background-color: #FFFFFF !important;
	border: 0 !important;
	color: #303030 !important;
	border-radius: 20px !important;
	padding: 20px 25px !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.projects-tab-section .vc_tta-tab.vc_active a {
	background: #1562AD !important;
	color: white !important;
}
.projects-tab-section .vc_tta-tabs-list {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}
.projects-tab-section .vc_tta-tabs {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.projects-tab-section .vc_tta-title-text {
	font-size: 20px !important;
	font-family: 'GeneralSansMedium' !important;
}
.projects-tab-section .vc_tta-tab a:after {
	content: '' !important;
	display: block !important;
	background: url(https://bells.com.my/wp-content/uploads/2026/05/projects-arrow.png);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 15px !important;
	height: 15px !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
.projects-tab-section .vc_tta-tab.vc_active a:after {
	background: url(https://bells.com.my/wp-content/uploads/2026/05/projects-open-arrow.png);
	height: 13px !important;
}
.projects-tab-section .vc_tta-tab:hover a:after {
	background: url(https://bells.com.my/wp-content/uploads/2026/05/projects-open-arrow.png);
}
.projects-tab-section .vc_tta-tab:hover a {
	background: #1562AD !important;
	color: white !important;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.project-flex .banner-btn:before {
	z-index: auto;
}
.projects-tab-section .vc_tta-panel-body img {
	height: 295px;
	object-fit: cover;
}
.blue-heading {
	color: #1562AD;
}
.about-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.about-img-grid >.vc_column-inner >.wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.about-img-grid figure {
	border-radius: 20px;
	overflow: hidden;
}
.about-section .banner-btn {
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: max-content;
}
.about-section .sp-dots {
	gap: 125px;
}
.about-section h2 {
	margin-left: 130px;
}
.about-desc-section .wpb_text_column {
	margin-bottom: 20px;
}
.about-section .sp-btn {
	color: #1562AD;
}
.about-section .banner-btn:hover .sp-btn a {
    color: white !important;
}
.about-section .banner-btn .sp-btn a {
	color: #1562AD !important;
}
.about-section .banner-btn:hover:before {
    width: 70%;
}
.banner-btn:hover .story-btn i:before {
	transform: translatex(800%);
    transition: .5s all;
    -webkit-transition: .5s all;
}
.about-section {
	position: relative;
}
.about-section:before {
	content: '';
	display: block;
	background: url(https://bells.com.my/wp-content/uploads/2026/05/about-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* Contact Us */
.contact-us-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}
.contact-us-section:before {
	content: '';
	display: block;
	background: #fffffff2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-us-section .sp-dots:before {
	background: #303030;
}
.contact-us-section h2 {
	font-family: 'GeneralSansRegular' !important;
	margin-bottom: 20px;
}
.wpb_gmaps_widget {
	margin-bottom: 0;
}
.grey-text {
	color: #585858;
}
.contact-us-section .grey-bold-text {
	color: #1562AD !important;
	font-family: 'GeneralSansMedium' !important;
	margin-bottom: 5px;
}
.contact-us-section .inner-row-two a {
	color: #303030;
	text-decoration: unset;
	font-family: 'GeneralSansRegular' !important;
}
.contact-us-section .inner-row-two p {
	margin-bottom: 0;
}
.contact-us-section .footer-row-two {
	padding: 0;
	margin-top: 30px;
}
.contact-us-section .grey-text {
	margin-bottom: 30px;
}
.contact-us-section .contact-grid {
	border: 1px solid #D3D3D3;
}
.page-id-48 .ct-footer [data-row*="top"], .page-id-48 .ct-footer [data-row*="middle"] {
	display: none;
}
/* About Us */
.about-desc-banner {
	font-family: 'GeneralSansMedium' !important;
}
.about-us-section {
	grid-template-columns: 1fr 2fr;
}
.about-us-section h5 {
	font-family: 'GeneralSansRegular' !important;
	font-weight: 400;
	line-height: 1.2 !important;
}
.about-short-desc p {
	width: 50%;
}
.about-short-desc {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 20px;
}
.about-us-section .about-desc-section .wpb_text_column {
	margin-bottom: 30px;
}
.mission-row h5 {
	font-size: 14px;
	color: #585858;
	margin-bottom: 15px;
	font-family: 'GeneralSansBold' !important;
}
.mission-row p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}
.vision-text {
	padding-bottom: 30px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 30px;
}
.about-us-section .about-img-grid >.vc_column-inner >.wpb_wrapper {
	gap: 20px;
}
.about-us-section .about-img-grid .wpb_single_image {
	margin-bottom: 0;
}
.values-inner-row h4 {
	font-family: 'GeneralSansRegular' !important;
	font-weight: 400;
	margin-bottom: 0;
}
.values-inner-row p {
	margin-bottom: 0;
}
.our-values-section .about-short-desc {
	border: 0;
}
.our-values-section:before {
	display: none;
}
.values-inner-row:last-child {
	margin-bottom: 0;
}
.built-grid-row >.vc_column-inner >.wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	align-items: stretch;
}
.build-column-row h2 {
	margin-left: 0;
}
.build-column-row .built-text {
	color: #979797;
}
.build-column-section img {
	height: 30px;
	object-fit: contain;
	margin-bottom: 15px !important;
	object-position: left;
}
.small-built-text p {
	color: #979797;
	border-bottom: 1px solid #979797;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
	font-size: 18px;
}
.small-built-text.active p {
	color: #000000;
	border-bottom: 1px solid #000000;
}
.small-built-text:hover p {
	color: #000000;
	border-bottom: 1px solid #000000;
}
.small-built-text.built-bold-text p {
	color: #303030;
	font-family: 'GeneralSansMedium' !important;
	padding: 0;
	border: 0;
	font-size: 20px;
}
.built-big-img img {
	height: 550px;
	margin-top: 50px;
	object-fit: contain;
}
.built-big-img {
	position: relative;
}
.built-big-img:before {
    content: '';
    display: block;
    background: url(https://bells.com.my/wp-content/uploads/2026/05/choose-bg-blur.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.built-grid-row figure {
	border-radius: 20px;
	overflow: hidden;
}
.built-grid-row .wpb_raw_code >.wpb_wrapper {
	height: 100%;
}
.small-built-text:last-child {
	margin-bottom: 0;
}
.built-grid-row .wpb_single_image {
	margin-bottom: 0;
}
.built-big-img {
	margin-bottom: 0;
}
.commitments-section .sp-dots {
	color: white;
}
.commitments-section .sp-dots:before {
	background: white;
}
.commitments-section {
	border-radius: 20px;
	padding-top: 10em !important;
	padding-bottom: 10em !important;
}
.commitments-section h5 {
	margin-bottom: 0;
	font-family: 'GeneralSansMedium' !important;
	font-size: 25px !important;
	width: 80%;
}
.commitments-section:before {
	display: none;
}
/* Products */
.banner-flex {
    display: flex;
    align-items: center;
    gap: 3px;
}
.banner-inner-text {
	color: #FFFFFFB2;
}
.products--banner-text {
	color: #FFFFFF;
}
.custom-archive-header {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 50px;
}
.custom-archive-header h4 {
	margin-bottom: 10px;
	line-height: 1.2 !important;
}
.custom-archive-header p {
	margin-bottom: 0;
}
.woocommerce ul.products li .ct-media-container img {
	object-fit: contain !important;
}
.woocommerce-loop-product__title {
	text-align: center;
	margin-top: 20px;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.woocommerce ul.products li {
	border: 1px solid #C2C2C2;
	border-radius: 20px;
	padding: 20px;
	background: #F9F9F9;
	overflow: hidden;
}
.woocommerce ul.products {
	gap: 30px;
}
.product-brand-badge {
	margin-bottom: 0;
	text-align: right;
}
.product-brand-badge img {
	height: 30px;
	object-fit: contain;
}
.woocommerce ul.products li .banner-btn {
	width: max-content;
}
.woocommerce ul.products li:hover .banner-btn-link {
	bottom: 30px;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.banner-btn-link {
    justify-content: center;
    display: flex;
    transition: .3s all;
    -webkit-transition: .3s all;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-btn-link .banner-btn:hover i:before {
    transform: translatex(650%);
}
.banner-btn-link .banner-btn .sp-btn p {
	color: #1562AD !important;
}
.banner-btn-link .banner-btn:hover .sp-btn p {
	color: white !important;
}
.woocommerce ul.products li:hover .woocommerce-loop-product__title {
	transform: translateY(-50px);
	transition: .3s all;
	-webkit-transition: .3s all;
}
.woocommerce ul.products li:hover figure {
	transform: translateY(-80px);
	transition: .3s all;
	-webkit-transition: .3s all;
}
.tax-product_cat ul.products li figure {
	margin-bottom: 10px !important;
}
.tax-product_cat ul.products li .ct-media-container img {
	height: 140px;
	width: 75%;
	margin: 30px auto 0;
}
.related ul.products li .ct-media-container img {
	height: 140px;
	width: 75%;
	margin: 30px auto 0;
}
.related a {
	color: #303030;
}
.woocommerce ul.products li a:hover {
	color: #303030;
}
.tax-product_cat ul.products li:hover figure {
	transform: translateY(-40px);
	transition: .3s all;
	-webkit-transition: .3s all;
}
.woocommerce ul.products li figure {
	transition: .3s all;
	-webkit-transition: .3s all;
}
.sub-menu {
    background-color: white !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 9.4px 0px #00000040 !important;
    width: max-content !important;
    padding: 20px 8px !important;
	top: 50px !important;
}
.sub-menu a {
    color: #303030 !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
}
.product-entry-wrapper {
	display: none !important;
}
.woocommerce.single-product .woocommerce-tabs {
	padding-top: 0;
}
.product-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
	justify-items: stretch;
}
.product-grid img {
	border: 1px solid #C2C2C2;
	border-radius: 20px;
	background: #F9F9F9;
	padding: 40px;
	object-fit: contain;
	height: 400px;
	width: 100%;
}
.product-grid .wpb_single_image {
	margin-bottom: 0;
}
.product-grid .products-detail-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
	border: 1px solid #C2C2C2;
	padding: 30px;
	border-radius: 20px;
}
.product-grid .wpb_column {
	height: 100%;
}
.product-grid .vc_column-inner {
	height: 100%;
}
.product-grid .vc_row:first-child .wpb_wrapper {
	height: 100%;
	width: 100%;
}
.product-grid .wpb_single_image {
	height: 100%;
}
.product-grid .vc_single_image-wrapper {
	height: 100%;
	width: 100%;
}
.product-grid .vc_row {
	height: 100%;
}
.products-detail-row h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.products-detail-row h6 {
	margin-bottom: 20px;
}
.products-detail-row .wpb_text_column {
	margin-bottom: 20px;
}
.products-detail-row ul li {
	margin-bottom: 5px;
	font-family: 'GeneralSansRegular' !important;
}
.product-contact-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
}
.product-contact-row .vc_btn3-container {
	margin-bottom: 0;
}
.product-contact-row .vc_btn3-container a {
	background: unset !important;
	border: unset !important;
	border-radius: 0 !important;
	padding: 0 !important;
	color: #303030 !important;
}
.product-contact-row .vc_btn3-container {
	background: #C6F886 !important;
    color: #303030 !important;
    border-radius: 300px !important;
    border: 0 !important;
	display: flex !important;
	align-items: center;
    gap: 5px !important;
	padding: 10px 20px;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.product-contact-row .vc_btn3-container:before {
    content: '';
    display: block;
    width: 0;
    height: 30px;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.product-contact-row .vc_btn3-container:hover:before {
    content: '';
    display: block;
    background: url(https://bells.com.my/wp-content/uploads/2026/05/contact.gif);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.product-contact-row .banner-btn .sp-btn p {
	bottom: 0;
}
.product-contact-row .banner-btn .sp-btn a {
	color: #1562AD;
	text-decoration: unset;
}
.product-contact-row .banner-btn:hover .sp-btn a {
	color: white;
}
.product-contact-row .banner-btn:hover i:before {
    transform: translatex(790%);
}
.product-contact-row .banner-btn i:before {
	background: url(https://bells.com.my/wp-content/uploads/2026/05/download-icon.png);
	left: 9px;
    top: 0px;
}
.products-tabs ul li a {
	background-color: transparent !important;
	border-radius: 0 !important;
	border: unset !important;
	color: #303030 !important;
	font-family: 'GeneralSansBold' !important;
	text-transform: uppercase;
	padding: 0 !important;
}
.products-tabs .vc_tta-panels {
	background-color: unset !important;
	border: unset !important;
	border-radius: 0 !important;
}
.products-tabs .vc_tta-tabs-list {
	border-bottom: 1px solid #D3D3D3;
	display: flex !important;
	gap: 40px;
	align-items: center;
	padding-bottom: 10px !important;
}
.products-tabs .vc_tta-tabs-list li.vc_active:after {
	content: '';
	display: block;
	background: #000000;
	width: 100%;
	height: 1px;
	top: 10px;
	position: relative;
}
.products-tabs .vc_tta-panel-body {
	padding: 30px 0 0 !important;
}
.products-tabs ul ul li {
	list-style: disc;
}
.products-tabs ul ul li:last-child {
	margin-bottom: 0;
}
.products-tabs .vc_tta-container {
	margin-bottom: 0 !important;
}
.related h2 {
	text-transform: uppercase !important;
	color: #1562AD;
	margin-bottom: 30px !important;
}
.woocommerce .related ul.products li:hover figure {
	transform: translateY(0px) !important;
}
.woocommerce .related ul.products li:hover .woocommerce-loop-product__title {
	transform: translateY(0px) !important;
}
.related .woocommerce-loop-product__title {
	margin: 0 !important;
}
.woocommerce .related ul.products li .banner-btn-link {
	display: none;
}
.category-blogs [data-sidebar] {
	gap: 30px;
	grid-template-columns: 1fr 0.4fr;
}
.category-blogs .entries {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 30px !important;
}
.category-blogs .entry-card {
	display: grid !important;
	grid-template-columns: 1.2fr 2fr;
	border: 1px solid #D3D3D3 !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	padding: 0 !important;
	align-items: center;
}
.ct-media-container.boundless-image {
	margin-bottom: 0 !important;
}
.ct-media-container.boundless-image img {
	height: 350px !important;
	object-fit: cover;
}
.entry-card .boundless-image {
	width: 100% !important;
	margin: auto !important;
}
.blog-content-right {
	padding: 50px 30px;
}
.blog-content-right h2 {
	font-size: 25px !important;
	margin-bottom: 20px;
}
.blog-content-right a:hover {
	color: #303030 !important;
}
.entry-excerpt {
	margin-bottom: 20px;
}
.blog-content-right .banner-btn {
	width: max-content;
}
.blog-content-right .banner-btn .sp-btn p {
	color: #1562AD;
	bottom: 0;
}
.blog-content-right .banner-btn:hover .sp-btn p {
	color: white;
}
.blog-content-right .banner-btn:hover i:before {
    transform: translatex(630%);
}
form.ct-search-form {
    border-radius: 20px;
	background: #F1F1F1;
	padding: 30px;
}
form.ct-search-form .ct-search-form-controls button {
    background-color: unset !important;
    border: unset !important;
    padding: 0 !important;
    justify-content: end;
    position: relative;
    right: 20px;
    min-width: 50px !important;
}
form.ct-search-form button svg {
    fill: #1562AD;
}
.ct-search-form input[type="search"] {
	border: 0;
	color: #959595 !important;
	background: white !important;
}
.ct-search-form-controls {
	background: white;
}
.ct-search-form input[type="search"]::placeholder {
	color: #959595 !important;
}
.ct-sidebar h3 {
	color: #1562AD;
	font-family: 'GeneralSansBold' !important;
	font-size: 25px !important;
	margin-bottom: 30px;
}
.custom-sidebar-loaded {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 20px;
	margin-bottom: 0;
}
.custom-sidebar-loaded img {
	height: 80px;
	object-fit: cover;
	border-radius: 20px;
}
.custom-sidebar-loaded h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.custom-sidebar-loaded a {
	color: #000000;
	font-family: 'GeneralSansRegular' !important;
	font-weight: 500;
}
.custom-sidebar-loaded .entry-meta {
	font-family: 'GeneralSansRegular' !important;
	font-size: 14px;
	color: #000000;
}
.ct-widget.widget_recent_entries {
	border-radius: 20px;
    background: #F1F1F1;
    padding: 30px 20px;
}
.ct-widget.widget_recent_entries ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* Slider Parent Boundary Frame */
.custom-container {
	padding: 0 !important;
}
.custom-slick-slider-container {
    width: 100%;
    margin: 100px 0 0 !important;
    box-sizing: border-box;
}
/* Individual Slide Layout Dimensions */
.slick-post-slide {
	height: 400px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: flex-end;
    padding: 50px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
	border-radius: 20px;
	overflow: hidden;
}
/* Typography Overlays */
.slick-slide-inner-content {
    max-width: 75%;
    position: relative;
    z-index: 5;
}
.slick-slide-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.slick-slide-title a {
    color: #ffffff !important;
}
/* Custom Slick Navigation Arrow Styling Overrides */
.custom-slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white !important;
    width: 50px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, opacity 0.3s ease;
}
.slick-prev.custom-slick-arrow { 
	left: -25px;
	 padding: 25px 10px 25px 25px;
}
.slick-next.custom-slick-arrow { 
	right: -25px;
	padding: 25px 25px 25px 10px;
}
.slick-arrow:before {
	display: none;
}
/* Custom Slick Pagination Dots */
.custom-slick-post-track .slick-dots {
    bottom: 55px !important;
    right: 60px !important;
    left: auto !important;
    width: auto !important;
    display: flex !important;
    gap: 5px;
}
@media (max-width: 767px) {
    .custom-slick-post-track .slick-dots { 
		right: 24px !important; 
		bottom: 16px !important; 
	}
}
.custom-slick-post-track .slick-dots li {
    margin: 0;
    width: 12px;
    height: 12px;
}
.custom-slick-post-track .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}
.custom-slick-post-track .slick-dots li button:before {
    color: #ffffff !important;
	opacity: 1 !important;
    font-size: 10px !important;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.custom-slick-post-track .slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #1562AD !important;
}
.slick-slide-title {
	color: white;
}
.single-post .custom-container {
	display: none;
}
.products-inner-detail h2 {
	margin-bottom: 20px;
}
.products-inner-detail .wpb_text_column {
	margin-bottom: 20px;
}
.products-inner-detail .wpb_text_column:last-child {
	margin-bottom: 0;
}
.products-inner-img .wpb_single_image {
	margin-bottom: 0;
}
.projects-contact-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
	margin-top: 10px;
}
.category-projects [data-sidebar]>aside {
	display: none;
}
.category-projects [data-sidebar] {
	display: block;
}
.projects-inner-img img {
	height: 400px;
	object-fit: cover;
}
.projects-inner-detail-row {
	display: grid;
	grid-template-columns: 3fr 1fr;
    gap: 100px;
}
.projects-inner-detail >.wpb_column >.vc_column-inner >.wpb_wrapper {
	background: white;
	padding: 40px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	border-radius: 20px;
}
.projects-inner-detail h5 {
	margin-bottom: 10px;
	font-size: 18px;
}
.projects-inner-detail .wpb_text_column {
	margin-bottom: 0;
}
.projects-inner-detail .vc_row {
	margin-bottom: 30px;
}
.projects-inner-detail .vc_row:last-child {
	margin-bottom: 0;
}
.category-projects .entry-excerpt {
	display: none;
}
.category-projects .blogs-btn-link {
	display: none;
}
.category-projects .entry-card {
	padding: 0 !important;
	box-shadow: unset !important;
}
.category-projects .blog-content-right {
	border: 1px solid #1562AD;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px !important;
}
.category-projects .blog-content-right h2 {
	margin-bottom: 0;
}
.category-projects .blog-content-right h2 a:after {
	content: '';
	display: block;
	background: red;
	background: url(https://bells.com.my/wp-content/uploads/2026/05/projects-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	top: 2px;
	position: relative;
}
.category-projects .blog-content-right h2 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
}
.category-projects .ct-media-container.boundless-image {
	border-radius: 20px !important;
	overflow: hidden;
}
.category-projects .entry-card:hover img {
	transform: scale(1.1);
	transition: .5s all;
	-webkit-transition: .5s all;
}
.category-projects .ct-media-container.boundless-image img {
	transition: .5s all;
	-webkit-transition: .5s all;
}
.category-blogs .entry-card:hover img {
	transform: scale(1.1);
	transition: .5s all;
	-webkit-transition: .5s all;
}
.category-blogs .ct-media-container.boundless-image img {
	transition: .5s all;
	-webkit-transition: .5s all;
}
/* 1. LAYOUT SCOPING */
/* Ensure columns do not crop text while they are traveling across sections */
.build-column-row,
.build-column-row div:first-child,
.build-column-row div:last-child {
    overflow: visible !important;
}
/* 2. BASELINE STRUCTURAL STATES (No CSS Transitions Here!) */
.build-column-row .built-bold-text {
    transform-origin: left top;
    will-change: transform, opacity;
}
.build-column-row div:last-child .small-built-text {
    display: block;
    cursor: pointer;
    transform-origin: left top;
    will-change: transform, opacity; 
    /* Smooth hover effect for non-active items */
    transition: color 0.25s ease, opacity 0.25s ease;
}
/* 3. INTERACTIVE HIGHLIGHTS */
.build-column-row div:last-child .small-built-text.active {
    opacity: 1;
}
/* Main gallery showcase image fade */
.built-change-img img {
    will-change: opacity;
}
/* Container block setup */
.values-big-row {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: visible;
}
/* Individual Row Block Formatting */
.values-inner-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
    z-index: 2; /* Sits cleanly above the moving background layer */
    transition: border-color 0.3s ease;
}
/* Left Heading Custom Styling */
.values-inner-row h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    color: #303030;
    flex: 0 0 40%; /* Keeps headers taking up the left side consistently */
    transition: color 0.3s ease, transform 0.3s ease;
    transform-origin: left center;
}
/* Right Description Column Setup */
.values-inner-row p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff; /* Text turns white over the blue layout block background */
    flex: 0 0 55%;  /* Allocates space along the right side */
    opacity: 0;
    will-change: transform, opacity;
}
/* --- THE SECRET BLUE BACKGROUND BAND --- */
.values-animated-bg-bar {
    position: absolute;
    left: -100%;
    width: calc(100% + 2000px);
    background-color: #1562AD; /* Match your theme's exact blue hex code color */
    z-index: 1;
    pointer-events: none; /* Prevents element from blocking clicks */
    will-change: transform, height;
}
/* --- ACTIVE TRANSITIONS (VIDEO RULES) --- */
.values-inner-row.active h4 {
    color: #ffffff !important; /* Title text turns white when active */
}
.values-inner-row .wpb_text_column {
	margin-bottom: 0 !important;
}
.values-inner-row.active {
    border-bottom-color: transparent; /* Seamless clean panel look */
}
/* --- THE "GUIDED BY" PREFIX LABEL --- */
.guided-by-label {
    position: absolute;
    left: 25%;
    top: 50%;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}
/* --- 1. SECTION STRUCTURAL CORE LAYOUTS --- */
.vc_section.tab-section {
    position: relative;
    z-index: 1;
}
/* Master full-screen fade wrapper */
.tab-section-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Placed exactly between baseline row backdrops and frontend texts */
    opacity: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    pointer-events: none;
}
/* Push down baseline WPBakery native background rendering stacks */
.vc_section.tab-section::before {
    z-index: -2 !important;
}
/* --- 2. THE CSS MEDIA URL ROUTING MAPS --- */
/* Your JS calls these class hooks, and your CSS resolves the asset path file links natively */
.home-faq-1, .home-faq-1.tab-section-bg-overlay { background-image: url('https://bells.com.my/wp-content/uploads/2026/05/home-faq-1-scaled.png') !important; }
.home-faq-2, .home-faq-2.tab-section-bg-overlay { background-image: url('https://bells.com.my/wp-content/uploads/2026/05/home-faq-2-scaled.png') !important; }
.home-faq-3, .home-faq-3.tab-section-bg-overlay { background-image: url('https://bells.com.my/wp-content/uploads/2026/05/home-faq-3-scaled.png') !important; }
.home-faq-4, .home-faq-4.tab-section-bg-overlay { background-image: url('https://bells.com.my/wp-content/uploads/2026/05/home-faq-4-scaled.png') !important; }
.home-faq-5, .home-faq-5.tab-section-bg-overlay { background-image: url('https://bells.com.my/wp-content/uploads/2026/05/home-faq-5-scaled.png') !important; }
/* Optimization triggers */
.tab-text h2,
.tab-text p {
    will-change: transform, opacity;
}
/* Ensure the outer wrapper allows full-width overflow */
.home-prodcuts-grid > .vc_column-inner > .wpb_wrapper {
    display: block !important;
    width: 80% !important;
    margin: 40px auto 0;
    overflow: unset !important;
}
/* Force Slick's track box to align using Flexbox instead of floats */
.home-prodcuts-grid .slick-track {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Base style for all slides inside the track */
.home-prodcuts-grid .slick-slide {
    float: none !important;
    display: block !important;
    height: auto !important;
    outline: none !important;
    opacity: 0.25; 
}
/* Hide titles text under the dimmed side valves */
.home-prodcuts-grid .slick-slide .sp-dots {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* --- THE EXACT VIDEO EFFECTS MATCH --- */
/* Highlight the active center valve */
.home-prodcuts-grid .slick-slide.slick-current.slick-center {
    opacity: 1 !important;
    z-index: 10;
}
/* Reveal title text only underneath the centered valve */
.home-prodcuts-grid .slick-slide.slick-current.slick-center .sp-dots {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.home-prodcuts-grid .sp-dots p {
    font-family: 'GeneralSansBold' !important;
}
.arrow-main .slick-arrow {
    position: relative !important;
    border: unset !important;
    transform: translateY(130px) !important;
    width: 40px !important;
    height: 40px !important;
}
.custom-nav-menu-wrapper .sub-menu {
	display: none;
}
.custom-nav-menu-wrapper ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 20px;
}
.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.tp-tab.selected .tp-tab-title:after {
    content: '/';
    display: block;
    font-family: 'GeneralSansMedium' !important;
}
#rev_slider_1_1_wrapper .erinyen .tp-tab-title {
    font-family: 'GeneralSansRegular' !important;
    font-weight: 500;
}
.tp-tab.selected .tp-tab-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
	color: white !important;
}
.banner-btn-1:hover i:before {
    transform: translatex(900%);
    transition: .5s all;
    -webkit-transition: .5s all;
}
.category-blogs .entries .entry-card:nth-child(n+2) .ct-media-container.boundless-image {
	display: none;
}
.category-blogs .entries .entry-card:nth-child(n+2) {
	grid-template-columns: repeat(1, 1fr);
}
.products-detail-row ul {
	margin-bottom: 20px;
}
.projects-inner-img figure {
	border-radius: 20px;
}
.wpcf7-form-control-wrap {
	width: 100%;
}
.bringing-text .blue-heading {
	margin-top: 5px;
}
.bringing-text h5 {
	display: flex;
	flex-direction: column;
}
.products-inner-img figure {
	border-radius: 20px;
	overflow: hidden;
}
.count {
	display: none;
}
.woocommerce-loop-category__title {
    text-align: center;
    margin-top: 20px;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.woocommerce ul.products li:hover .woocommerce-loop-category__title {
    transform: translateY(-50px);
    transition: .3s all;
    -webkit-transition: .3s all;
}
.term-products .site-main .ct-container, .tax-product_cat .site-main .ct-container {
    grid-template-columns: 0.35fr 1fr !important;
    gap: 30px !important;
}
.single-product .site-main .ct-container {
	grid-template-columns: 0.35fr 1fr !important;
    gap: 5px !important;
}
.product-categories li.cat-parent > a {
    display: none;
}
.children li {
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 30px;
}
.product-categories a {
    color: #4E4E4E;
}
.tax-product_cat .widget-title, .single-product .widget-title {
    background: #1562AD;
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 30px;
    margin: 0 !important;
	font-family: 'GeneralSansMedium' !important;
	font-size: 20px !important;
}
.children {
    padding: 0 !important;
    border: 1px solid #D9D9D9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ct-module-title {
	font-size: 25px;
}
.related-container {
	padding-top: 0 !important;
}
.contact-flex .fa-brands {
	width: auto;
	color: white;
	display: flex;
    gap: 5px;
	align-items: center;
}
.contact-flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
.single-page-grid-badge {
	position: absolute;
    top: 40px;
    right: 50px;
}
.single-page-grid-badge img {
    border: unset;
    border-radius: unset;
    background: transparent;
    padding: 0;
    object-fit: contain;
    height: 35px;
    width: 100%;
}
.our-motto-section li {
	font-family: 'GeneralSansRegular' !important;
}
.bold-blue {
	color: #1562AD;
	font-family: 'GeneralSansBold';
	font-size: 25px;
}
.list-blue {
	color: #1562AD;
}
.list-blue .bold-blue {
	font-size: 20px;
}
.our-motto-section li::marker {
	color: #1562AD;
}
.means-section {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(6, 1fr);
}
.means-img h2 {
	margin-bottom: 0;
	color: #1562AD !important;
	font-family: 'GeneralSansMedium' !important;
	font-size: 20px;
	margin-left: 0;
}
.means-img {
	display: flex;
	gap: 15px;
	align-items: center;
	height: 100%;
}
.means-img >.vc_column-inner {
	height: 100%;
}
.means-img img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	background: #F9F9F9;
	padding: 10px;
	border-radius: 50%;
}
.means-img .wpb_single_image {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.means-img .wpb_text_column {
	margin-bottom: 0 !important;
}
.means-img >.vc_column-inner >.wpb_wrapper {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
}
.means-inner-section p {
	margin-bottom: 0;
	color: #585858;
	margin-top: 20px;
}
.means-inner-section:first-child {
	grid-area: 1 / 1 / 3 / 3;
}
.means-inner-section:nth-child(2) {
	grid-area: 3 / 1 / 5 / 3;
}
.means-inner-section:nth-child(3) {
	grid-area: 5 / 1 / 7 / 3;
}
.means-inner-section:nth-child(4) {
	grid-area: 2 / 3 / 4 / 5;
}
.means-inner-section:nth-child(5) {
	grid-area: 4 / 3 / 6 / 5;
}
.our-motto-section .about-short-desc {
	padding-bottom: 0 !important;
	color: #585858;
}
.sub-menu li a {
	font-weight: 700 !important;
}
.sub-menu li a:hover {
	color: #1562AD !important;
}
li#menu-item-258 {
	display: none;
}
.woocommerce-loop-product__title a {
	text-transform: uppercase;
}
.brand-rockwool img {
	height: 40px;
}
.tab-right-section .vc_btn3 {
	background-color: unset !important;
	color: #FFFFFF80 !important;
	font-family: 'GeneralSansMedium' !important;
    padding: 0 20px !important;
	font-size: 16px !important;
	border: unset !important;
}
.tab-right-section .vc_btn3-container {
	margin-bottom: 0;
}
.tab-right-section .vc_btn3-container:not(:last-child) .vc_btn3 {
    border-right: 1px solid #FFFFFF80 !important;
}
.tab-right-section .vc_btn3.tab-active {
	color: white !important;
}
.close-margin {
	margin-bottom: 10px !important;
}
.sp-btn .vc_btn3 {
	background-color: unset !important;
	color: white !important;
	font-size: 16px !important;
	border: unset !important;
	padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 25px;
	z-index: 9;
}
.sp-btn {
	margin-bottom: 0;
}
.sp-btn .vc_btn3-icon {
	position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.sp-btn .vc_btn3-icon:before {
	top: 0;
    z-index: 9;
}
.mission-row .wpb_text_column {
	margin-bottom: 0 !important;
}
.sp-bring .wpb_wrapper {
	display: flex;
	align-items: end;
	gap: 5px;
}
.sp-bring .bold-blue {
	line-height: 1;
}
.sp-bring p {
	margin-bottom: 0;
}
.build-column-row h2 {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 0;
}
.built-grid-row .wpb_text_column {
	margin-bottom: 0 !important;
}
.build-call >.wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.build-column-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin-top: 30px;
}
.built-desc figure {
	border-radius: 0;
}
@media only screen and (max-width: 1310px) {
	.guided-by-label {
		left: 22%;
	}
}
@media only screen and (max-width: 992px) {
	.single-page-grid-badge img {
		height: 35px !important;
		padding: 0 !important;
	}
	.term-products .site-main .ct-container, .tax-product_cat .site-main .ct-container, .single-product .site-main .ct-container {
        grid-template-columns: unset !important;
    }
	.sub-menu {
        background-color: unset !important;
        padding: 0 0 10px !important;
		top: 0 !important;
    }
	#offcanvas .mobile-menu > ul li.current_page_item > a, #offcanvas .mobile-menu > ul li.dropdown-active > a, #offcanvas .mobile-menu li[class*="current-menu-"] > .ct-sub-menu-parent > a, nav[class*=menu] li[class*=current-menu-]>.ct-menu-link {
        color: #1562AD;
    }
	.sub-menu a {
		color: white !important;
	}
	.ct-icon {
		fill: white !important;
	}
	.home-width-icon >.vc_column-inner >.wpb_wrapper {
		flex-direction: column;
		text-align: center;
		gap: 30px;
	}
	.home-width-icon .banner-btn {
		left: 0;
	}
	.home-width-icon .wpb_text_column p {
		margin: auto;
	}
	.tab-section {
		gap: 20em;
	}
	.tab-right-section {
		margin: auto !important;
	}
	.projects-tab-section .vc_tta-tabs {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-section {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.about-section h2 {
		margin-left: 0;
	}
	.about-section .sp-dots {
		gap: 30px;
	}
	.footer-contact-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.footer-row-two {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.custom-nav-menu-wrapper ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.footer-menu {
		flex-direction: row;
	}
	.about-short-desc p {
		width: 100%;
	}
	.built-big-img {
		display: none;
	}
	.built-grid-row >.vc_column-inner >.wpb_wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.built-change-img img {
		height: 300px;
		object-fit: cover;
	}
	.commitments-section {
    	padding-top: 5em !important;
    	padding-bottom: 5em !important;
	}
	.commitments-section h5 {
		width: 100%;
	}
	.values-animated-bg-bar {
		display: none;
	}
	.values-inner-row.active h4 {
    	color: #303030 !important;
	}
	.our-values-section .about-short-desc {
		padding: 0;
	}
	.values-inner-row p {
		color: #303030;
		opacity: 1 !important;
		transform: translate(0px, 0px) !important;
	}
	.values-inner-row.active {
		border-bottom: 1px solid #D3D3D3;
	}
	.values-inner-row {
		flex-direction: column;
    	gap: 20px;
		align-items: flex-start;
	}
	.custom-archive-header {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 50px;
	}
	.custom-archive-header h4 {
		width: 100%;
	}
	[data-products] {
       	grid-template-columns: repeat(2, 1fr);
    }
	.product-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-grid .wpb_column {
		height: auto;
	}
	.product-grid .vc_column-inner {
		height: auto;
	}
	.product-grid .vc_row:first-child .wpb_wrapper {
		height: auto;
	}
	.product-grid .wpb_single_image {
		height: auto;
	}
	.product-grid .vc_single_image-wrapper {
		height: auto;
	}
	.product-grid .vc_row {
		height: auto;
	}
	.product-grid img {
        padding: 30px;
        height: 300px;
        object-fit: contain;
	}
	.products-tabs .vc_tta-tabs-list {
    	white-space: nowrap;
		overflow: scroll !important;
	}
	.slick-post-slide {
		height: 300px;
	}
	.category-blogs [data-sidebar] {
		grid-template-columns: repeat(1, 1fr);
	}
	.ct-media-container.boundless-image img {
    	height: 380px !important;
	}
	.products-inner-img img {
		height: 300px;
		object-fit: cover;
	}
	.projects-inner-detail-row {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	.projects-inner-detail >.wpb_column >.vc_column-inner >.wpb_wrapper {
		padding: 30px;
	}
	.contact-us-section {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.tp-tabs, .tp-thumbs {
		transform: translate(-37px, 150px) !important;
	}
	.about-us-section {
		padding-top: 50px !important;
	}
	.products-inner-detail p {
		text-align: justify;
	}
	.vc_tta-title-text {
		text-transform: uppercase;
	}
	.products-tabs .vc_tta-panel-body {
		padding: 30px 0 30px 15px !important;
	}
}
@media only screen and (max-width: 768px) {
	.build-column-row h2 {
		flex-wrap: wrap;
	}
	.sp-bring .wpb_wrapper {
    	flex-wrap: wrap;
	}
	.values-big-row {
		width: stretch;
	}
	.values-inner-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
		padding-right: 0;
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
        gap: 20px;
	}
	.product-grid img {
		height: 350px;
        padding: 110px 30px 30px;
	}
	.arrow-no-fix {
		left: 53.4%;
	}
	.tab-chg-img >.wpb_column >.vc_column-inner >.wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
        gap: 15px;
	}
	.tab-section {
		gap: 10em;
	}
	.tab-text h2 {
		font-size: 30px;
	}
	.project-flex >.vc_column-inner >.wpb_wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	#recaptcha {
		grid-column: auto;
	}
/* 	.tab-right-section >.wpb_column >.vc_column-inner {
		padding-right: 15px;
	} */
	.tab-right-section {
		width: 100%;
	}
	.about-img-grid >.vc_column-inner >.wpb_wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.about-img-grid >.vc_column-inner >.wpb_wrapper img {
		height: 300px;
    	object-fit: cover;
	}
	.contact-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.message-row {
    	grid-column: auto;
	}
	.tp-tabs, .tp-thumbs {
        transform: translate(-25px, 220px) !important;
    }
	.about-section, .home-projects-section {
		padding-right: 15px !important;
	}
	.about-section {
        gap: 20px;
    }
	.values-inner-row h4 {
		font-size: 25px;
	}
	[data-products] {
        grid-template-columns: repeat(1, 1fr);
    }
	.products-detail-row h3 {
		font-size: 20px;
	}
	.product-contact-row >.wpb_column >.vc_column-inner >.wpb_wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.products-tabs h4 {
		font-size: 20px;
	}
	.ct-media-container.boundless-image img {
        height: 300px !important;
    }
	.slick-slide-inner-content {
		max-width: 100%;
	}
	.slick-slide-title {
		font-size: 20px;
	}
	.category-blogs .entry-card {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-content-right {
		padding: 20px;
	}
	.banner-btn:before {
		z-index: auto;
	}
	.category-blogs [data-sidebar] {
        padding-bottom: 140px !important;
    }
	.contact-us-section {
		padding-right: 15px !important;
	}
	.means-section {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}
	.means-inner-section:first-child {
		grid-area: auto;
	}
	.means-inner-section:nth-child(2) {
		grid-area: auto;
	}
	.means-inner-section:nth-child(3) {
		grid-area: auto;
	}
	.means-inner-section:nth-child(4) {
		grid-area: auto;
	}
	.means-inner-section:nth-child(5) {
		grid-area: auto;
	}
}