/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 12:30:37 */
body{
	overflow-x: hidden;
}
.more-less p {
  display: none;
}

.more-less p:nth-child(-n+2) {
  display: block;
}
footer .elementor-widget-nav-menu li a {
    width: fit-content;
}
.read-more-btn {
  color: #A58556;
  cursor: pointer;
  display: inline-block;
}
/* footer .elementor-nav-menu li a {
    width: max-content;
} */
.primary-header img {
    box-shadow: unset;
	border-radius: 0;
}
.special-legal {
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 50%, #FFFFFF 100%);
}
.toggle-style .e-n-accordion-item-title {
    background: #fff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.toggle-style .e-n-accordion-item .elementor-element {
    border-top: 0 !important;
}
.toggle-style .e-n-accordion-item.is-open .e-n-accordion-item-title{
    border-bottom: 0 !important;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
}
.employee-table td > a {
    position: relative;
    display: inline-block;
    padding-right: 18px;
}
.employee-table td > a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://staging.daxprojects.com/pcg/wp-content/uploads/2026/03/ExternalLink.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.copy-Right > * {
    flex: 1 !important;
}
.bg-light-gradient-3 {
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 50%, #FFFFFF 100%);
}
.contact-info-box .elementor-icon-box-content p a {
    font-size: inherit;
}
.btn-white-bg .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: ease .3s all;
}
.btn-white-bg .elementor-button:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s ease;
}
.btn-white-bg .elementor-button:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .4s ease;
}
.btn-white-bg .elementor-button:hover:before,
.btn-white-bg .elementor-button:hover:after {
    width: 50%;
}
.btn-white-bg .elementor-button:hover {
    color: #fff !important;
}
.contact-page-form .elementor-button-text {
    text-transform: unset;
}
.contact-page-form .e-form__buttons {
    margin-top: 24px;
}
.elementor-icon.elementor-divider__element {
    animation: circulate 3s infinite ease;
}

@keyframes circulate{
    0%{
        transform: rotate(0deg) scale(0.7);
    }
    50%{
        transform: rotate(360deg) scale(1);
    }
    100%{
        transform: rotate(0deg) scale(0.7);
    }
}
/* Abuzar Bhai */

.bg-light-gradient {
    background: linear-gradient(180deg, #FAF8F5 0%, #FFFFFF 50%, #F8F6F3 100%);
}

.bg-light-gradient2{
	background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 50%, #FFFFFF 100%);
}
.hm-hero-heading ruby  { font-weight: 500; }
.heading2 ruby  { font-weight: 400 !important; }
ruby {
    background: linear-gradient(180deg, #C5A572 0%, #9D7C4F 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mh-para .elementor-heading-title {
    min-height: 50px;
}

.mh-para p {
    min-height: 120px;
}
.list-ico-col2 .elementor-icon-list-items {
    column-count: 2;
}
.stats-sec {
    position: absolute;
    bottom: -20px;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.stats-sec .elementor-counter-title {
    text-align: center;
}

.state-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 48px;
    justify-content: center;
}

.state-list ul li {
    background-color: #fff;
    padding: 13px 25px;
    border-radius: 30px;
    line-height: 1;
    border: 1px solid #C5A57233;
    box-shadow: 0px 1px 3px 0px #0000001A;
}

.img-100 .elementor-image-box-img {
    width: 20% !important;
}
.founder-image {
    position: relative;
}
.founder-image:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 30%;
    background: linear-gradient(360deg, #000000e3, transparent);
    bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* END ABuzar Bhai */

/* MEET THE TEAM */
.team img {
    border-radius: 0;
}
.team .e-link-in-bio__icons {
    flex-direction: column;
    position: absolute;
    margin: 0;
    left: -18px;
    opacity: 0;
    transition: .3s ease all;
    
}
.team .elementor-element  .e-link-in-bio{
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}
.team .elementor-element .e-link-in-bio:hover  .e-link-in-bio__icons {
    opacity: 1;
    left: 18px;
}
.team .e-link-in-bio__image-links {
    margin: 0;
}

/* Media Query */

@media (max-width: 1024px){
	footer .elementor-nav-menu li a {
    	width: 100%;
	}
}
@media(max-width: 767px){
	.list-ico-col2 .elementor-icon-list-items {
    column-count: 1;
}
	.stats-sec {
    bottom: -120px !important;
}
	.toggle-wrapper > .e-con-inner {
    margin: 0;
    max-width: 100%;
}
}