/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 13:15:27 */
.joinchat__button {
  margin-bottom: 53px;
  margin-right: -8px;
}
@media (max-width: 767px) {
  .joinchat__button {
    margin-bottom: 63px;   /* adjust if needed */
   right: 21px !important;     /* remove negative margin on mobile */
  }
	
	.ct-header-mobile .ct-header-branding .logo-mobile img {
        height: auto !important;
        max-width: 34%;
    }
}

@media (max-width: 767px) {

  /* Wrapper for mobile CTA buttons */
  .mobile-menu-cta {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-menu-cta a {
    display: block;
    text-align: center;
    padding: 12px px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 1px;
    text-decoration: none;
  }

  .mobile-menu-cta .call-now {
    background: #000;
    color: #fff;
  }

  .mobile-menu-cta .send-message {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #ddd;
  }
}





.page-id-45 #pagetitle {
    display: none;
}


.page-id-45 .site-content {
	padding:0px !important;
}

.new_ct_frm button {
	font-size: 18px;
    line-height: 1.3em;
    background-color: #d16527;
    padding: 17px 40px 16px !important;
    border: 2px solid #d16527;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    font-family: 'Chakra Petch', sans-serif;
}
.new_app p {
    max-width: 50%;
    word-wrap: break-word;
    margin-bottom: 0;
}