/*
 * Production custom CSS — ported verbatim from the dicksongroup.com.sg
 * Total-theme Customizer → Custom CSS panel. These rules style WPBakery /
 * vcex page content that was migrated from production (.home-section,
 * .bg-curve, .assist-section, .home-title, .divider, comparison/spec/warranty
 * blocks, global table & input styling, etc.).
 *
 * Custom CSS is stored per-theme in WordPress, so it does NOT travel when the
 * active theme changes (Total → this child theme). Loading it here as a
 * stylesheet keeps inner pages looking identical to production without
 * depending on Customizer state. Enqueued LAST (after theme.css) so it mirrors
 * production's cascade order.
 *
 * Cleaned on import: removed two stray top-level "}" braces and fixed a
 * malformed "color:#2836a3;!important;" declaration. Otherwise verbatim.
 */
.about-image{
	width: 600px; display: inline-block;
}

.about-content{
	width: calc(100% - 720px); vertical-align: top; display: inline-block; padding:10px 30px;
}
.display-none{
	display: none!important;
}

.clip {
  display: inline-block;
  clip-path: circle(100% at 50% -50%);
}

.overlayy{
	
	background-color: rgba(0,0,0,0.3);
}

.home-section{
  width: 100vw;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  background-size: cover;
  margin: 0 auto;
	background-position: center!important;
}
.-home-section:after {
  padding-top: 75%;
  display: block;
  content: '';
}

.vc_col-sm-1\/5 > .vc_column-inner{
	margin-bottom: 0!important;
}

.wpcf7 form.sent .wpcf7-response-output{
		color: #155724!important;
    background-color: #d4edda!important;
    border-color: #c3e6cb!important;
}


.remove-top{
	top: -20px;
}


.remove-top1{
	top: -30px;
}


.inline-img{
	text-align:center;
	display: inline-block;
}

.since{
	padding-right: 7.5%
}

#site-navigation .dropdown-menu .link-inner {
    font-size: 15px;
    text-transform: uppercase;
}

.about-btn{
	width: 100%;
	float: right;
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	height: 60px;;
	text-align: center;
	padding: 10px;
	background: transparent;
	
}

.about-btn:hover{
	text-decoration: none;
	background: #fff;
	color: #2836a3;
}

.about-btn > a{
	max-width: 230px;
	color: #2836a3!important;
	font-weight: 700;
	font-size: 14px;
	padding-left: 40px;
	text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	background-color: #2836a3;
	text-transform: uppercase;
	border-radius: 0;
}

.dickson-img img{
	width: 100%;
}
.vc_gitem-post-data-source-post_title > h4{
	margin-bottom: 30px;
}

.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

.wpb_single_image .vc_figure {
    width: 100%;
}

#site-header-inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px!important;
    height: 100%;
}

	#site-logo img{
		max-width: 100%!important;
    top: -15px;
    position: relative;
}

.vc_gitem-post-data-source-post_excerpt > p{
	text-align: justify;
	font-weight: 400;
	line-height: 1.85;
	margin-bottom: 30px
}
.vc_custom_1419328663991{
	background-color: transparent!important;
}
.vc_gitem-animated-block{
	width: 50%; 
	float: left;
}

.home-title{
	color: #2836a3;
	font-size: 28px;
	margin-bottom: 0;
	
}
.mob-menu{
	display: none;
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px!important;
    color: #555;
}

.topbar-menu{
	padding: 0 15px;
}

#site-header-inner{
	padding-top: 0
}

#site-navigation .dropdown-menu ul.sub-menu {
    background: #fff;
    border: 1px solid #fff;
	color: #999;
	padding: 10px 0;
	min-width: 170px;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a{
	padding: 15px;
	border-bottom: 0!important;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a:hover{
	color: #2836a3!important;
	background: transparent!important;
}

.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute!important;
    top: -13px!important;
    left: 12px!important;
    border-bottom: 2px solid #2836a3!important;
    width: 80%!important;
	border-top: 0!important;
	border-left: 0!important;
	border-right: 0!important;
}
.divider{
	width: 48px;
	display: block;
	margin: 10px auto;
	height: 2px;
	background: #2836a3;
	margin-bottom: 20px!important;
}

.assist-select{
	width: 100%;
	padding: 10px;
	border-radius: 5px 0 0 5px;
}
.vc_column-inner {
    margin-bottom: 0!important;
}
.col-8{
	width: 70%;
	display: inline-block;
}


.col-4{
	width: 29%;
	display: inline-block;
}

.btn-start{
	background:#bd2328;
	width: 100%;
}

input[type="text"], input[type="email"],input[type="number"]
{
    background-color: #fff;
    color: #000;
    width: 100%;
}

input[type="submit"]{
    background-color: #bd2328;
    padding: 10px 20px;
    border-radius: 5px;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

input[type="submit"]:hover{
    background-color: #bd2328!important;
}


#top-bar{
	padding-bottom: 0;
}
@media(max-width: 768px){
.since{
	padding-right: 0;
}
	
	.home-section{
		background-size: cover!important;
	}
	
.vc_gitem-animated-block{
	width: 100%; 
	float: none;
}

	.about-image{
		width: 300px!important;
    display: block;
    margin: 0 auto;
    height: 190px;
		position: relative;
}

	.about-image > img{
		width: 300px!important;
    display: block;
    margin: 0 auto;
    height: 190px;
}
	
/* 	.dot1-1{
		position: absolute;
    bottom: 0!important;
		top: auto!important;
    left: 140px!important;
    width: 20px;
    height: 20px;
    cursor: pointer;
	}
 */
.about-content{
	width: 100%; vertical-align: top; padding:10px 30px;
}
	
	
}

@media(max-width: 993px){
	.mob-menu{
		display: block;
	}
	
	
#top-bar, .topbar-menu{
	display: none;
}
	
	
#site-header-inner{
	padding-top: 30px;
}
}

@media(max-width:420px){
	
.about-btn{
	float: inherit!important;
	margin-bottom: 40px!important;
	margin-left: auto;
	margin-right: auto
}
	
	#site-logo img{
    top: -10px;
		max-width: 85%!important;
	}
.col-8{
	width: 100%;
	display: block;
}

	
.assist-select{
	width: 100%;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.col-4{
	width: 100%;
	display: block;
}
}
.vc_toggle_title{
	background: #f5f5f5!important;
	border: none!important;
	border-bottom: 1px solid #d9d9d9!important;
	
}

.vc_toggle_title > h4{
	color: #000!important;
	font-weight: 700!important;
}

.vc_toggle_content > p{
	font-weight: 400!important
}

.sf-menu li.menu-item {
    position: relative;
    white-space: normal;
}

.financing-section{
	    box-shadow: 0 10px 32px -7px rgb(0 0 0 / 25%);
	display: table-cell;
	height: 100%;
}

.meta-details, .cool_timeline h1.timeline-main-title{
	display: none;
}

table{
	width: 100%;
}
table td{
	background: #fff;
}

table th{
	background: #2836a3;
	color: #fff;
}
.timeline-icon{
	background: #bd2328!important;
}
.cool-timeline.white-timeline .timeline-year{
	background: #2836a3!important;
}
.content-title{
	color: #666!important;
	font-size: 16px!important;
}

@keyframes scaleIn {
		  from {
		    transform: scale(.5, .5);
		    opacity: 1;
		  }
		  to {
		    transform: scale(2.5, 2.5);
		    opacity: 0;
		  }
		}


.about-image {
  position: relative;
  width: 600px;
  display: inline-block;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-image .dot1-1,
.about-image .dot1-2,
.about-image .dot1-3,
.about-image .dot1-4,
.about-image .dot1-5,
.about-image .dot1-6 {
  position: absolute;
  width: 15px;
  height: 10px;
  z-index: 10;
  cursor: pointer;
}

/* Example positioning (you can tweak these as needed) */
.dot1-1 { top: 90%; left: 53%; }
.dot1-2 { top: 88%; left: 60%; }
.dot1-3 { top: 89%; left: 44%; }
.dot1-4 { top: 32%; left: 55%; }
.dot1-5 { top: 62%; left: 42%; }
.dot1-6 { top: 65%; left: 60%; }

.about-image .dot1-1 img,
.about-image .dot1-2 img,
.about-image .dot1-3 img,
.about-image .dot1-4 img,
.about-image .dot1-5 img,
.about-image .dot1-6 img {
  width: 100%;
  height: auto;
  display: block;
}

.assist-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #1e2aa3; /* or your blue */
}

.bg-curve{
	border-radius: 0 0 80% 80% / 28%;
}

.sort-column {
  flex: 1;
  min-width: 200px;
}

.search-column {
  flex: 2;
  min-width: 250px;
}

.sort-column select,
.search-column input {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

 .specs-container {
      max-width: 900px;
      margin: 40px auto;
      padding: 30px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .specs-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
      border-left: 5px solid #007bff;
      padding-left: 12px;
    }

    .specs-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 40px;
    }

    .spec-item {
      display: flex;
      flex-direction: column;
    }

    .spec-label {
      font-size: 14px;
      color: #555;
      text-transform: uppercase;
      margin-bottom: 6px;
    }

    .spec-value {
      font-size: 18px;
      font-weight: 600;
      color: #111;
    }

    @media (max-width: 600px) {
      .specs-grid {
        grid-template-columns: 1fr;
      }
    }

/* Designed for Business Section Styles Only */
.designed-business-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.6;
}

.designed-business-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #007bff;
  padding-left: 12px;
}

.designed-business-description {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.designed-business-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #007bff;
}

.designed-business-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.designed-business-list li::before {
  content: "✔";
  color: #007bff;
  font-weight: bold;
  margin-right: 8px;
}

.designed-business-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .designed-business-title,
  .designed-business-subtitle {
    font-size: 22px;
  }
}

.comparison-container {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.comparison-container .comparison-header {
  font-size: 28px;
  font-weight: bold;
  padding: 24px 24px 0 24px;
  border-left: 5px solid #007bff;
  margin-bottom: 10px;
}

.comparison-container table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-container th,
.comparison-container td {
  text-align: center;
  padding: 16px;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.comparison-container th {
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
}

.comparison-container td:first-child {
  font-weight: 600;
  text-align: left;
  background-color: #f9f9f9;
}

.comparison-container .highlight {
  background-color: #e7f9ec;
  color: #2e7d32;
  font-weight: bold;
}

.comparison-container .note {
  font-size: 14px;
  color: #666;
  padding: 20px 24px;
}

@media (max-width: 768px) {
  .comparison-container th,
  .comparison-container td {
    padding: 12px;
    font-size: 14px;
  }

  .comparison-container .comparison-header {
    font-size: 22px;
  }
}

.warranty-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.warranty-header {
  font-size: 28px;
  font-weight: bold;
  border-left: 5px solid #007bff;
  padding-left: 12px;
  margin-bottom: 30px;
}

.warranty-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warranty-box {
  flex: 1 1 45%;
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.warranty-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.warranty-title {
  font-size: 18px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 8px;
}

.warranty-value {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}

.warranty-sub {
  font-size: 16px;
  color: #555;
}

@media (max-width: 600px) {
  .warranty-grid {
    flex-direction: column;
  }

  .warranty-box {
    width: 100%;
  }
}

.ebrochure-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.ebrochure-header {
  font-size: 28px;
  font-weight: bold;
  border-left: 5px solid #007bff;
  padding-left: 12px;
  margin-bottom: 20px;
}

.ebrochure-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f1f7ff;
  padding: 20px;
  border-radius: 12px;
}

.ebrochure-icon {
  font-size: 40px;
  color: #007bff;
}

.ebrochure-text {
  flex: 1;
}

.ebrochure-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.ebrochure-button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.ebrochure-button:hover {
  background-color: #005bb5;
}

@media (max-width: 600px) {
  .ebrochure-box {
    flex-direction: column;
    text-align: center;
  }

  .ebrochure-icon {
    font-size: 36px;
  }
}

.sustainability-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.sustainability-header {
  font-size: 28px;
  font-weight: bold;
  border-left: 5px solid #007bff;
  padding-left: 12px;
  margin-bottom: 24px;
}

  .sustainability-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sustainability-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .sustainability-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .sustainability-list strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  @media (max-width: 600px) {
    .sustainability-header {
      font-size: 1.25rem;
    }

    .sustainability-icon {
      font-size: 1.4rem;
    }

    .sustainability-list li {
      flex-direction: row;
    }
  }

.contact-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.contact-header {
  font-size: 28px;
  font-weight: bold;
  border-left: 5px solid #007bff;
  padding-left: 12px;
  margin-bottom: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon {
  font-size: 24px;
  color: #007bff;
  flex-shrink: 0;
}

.contact-label {
  font-weight: 600;
  font-size: 16px;
  color: #007bff;
}

.contact-value {
  font-size: 16px;
  color: #333;
}

@media (max-width: 600px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-header {
    font-size: 22px;
  }
}
  .cta-floating {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #007bff;
      color: #fff;
      padding: 16px 20px;
      box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }

    .cta-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .cta-text {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
    }

    .cta-button {
      background-color: #fff;
      color: #007bff;
      font-weight: bold;
      padding: 10px 24px;
      border-radius: 6px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: #e0eaff;
    }

    @media (min-width: 600px) {
      .cta-content {
        flex-direction: row;
        justify-content: space-between;
        max-width: 900px;
        margin: 0 auto;
      }

      .cta-text {
        text-align: left;
        font-size: 20px;
      }
    }