/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 13:24:52 */
/* Accordion css start */

/* Container styling */
.custom-accordion {
    width: 100%;
    background: transparent;
    text-align: center; /* Ensures text inside is also centered */
	margin-top: 2rem;
}
.accordion-item {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the content and icon horizontally */
}

/* Icon styling - Horizontally Centered */
.icon {
    position: relative; /* Changed from absolute to flow with the center alignment */
    width: 20px;
    height: 20px;
    margin-bottom: 15px; /* Adds space between icon and text */
    display: block;
}

/* Vertical and Horizontal lines for Black Icon */
.icon::before, .icon::after {
    content: '';
    position: absolute;
    background-color: #63a19c;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontal line */
.icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

/* Vertical line */
.icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

/* Active State for Icon (Rotation to Minus) */
.active .icon::after {
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
}

/* Content Area */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    width: 100%;
}

/* Styling your H3 tags */
.accordion-h3 {
    font-size: 16px;
    color: #000000;
    margin: 8px 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
/* Accordion css end */

/* Locations css start */
.nt_contact_section_map{
  padding-right: 60px;
}
@media only screen and (max-width: 639px){
  .vc_custom_1733335585699, .nt_contact_section_map{
    padding-right: 0px !important;
  }
}
/* Locations css end */


/* breadcrumb starts */

/* fix for resedential & commercial page */
.breadcrumb_last{
	font-size: 16px;
}

/* privacy page */
.page-id-5454 .breadcrumb-block{
	margin-top: 24px;
}
.page-id-5454 .breadcrumb-block .wpb_wrapper{
	color: black;
}

/* thank you page */
.page-id-6109 .breadcrumb-block .wpb_wrapper p a{
	color: white !important;
}

/* breadcrumb ends */

/* Homepage hero section H1 starts */

.custom-portfolio-title{
	font-family: 'Cormorant', 'BlinkMacSystemFont', -apple-system, 'Roboto', sans-serif;
	line-height: 1.2em !important;
    font-size: 70px !important;
    font-weight: 300;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 10px !important;
}

@media only screen and (max-width: 600px) {
    .custom-portfolio-title {
		padding: 0 40px !important;
    }

@media only screen and (max-width: 600px) {
    .custom-portfolio-title {
        font-size: 48px !important;
		line-height: 1em !important;
    }
}

/* Homepage hero section H1 ends */