/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/***** ADD CUSTOM CSS HERE.   *****/

span.yellow-text {
color: #DAA419;
}

span.blue-text {
color: #231E67;
}

.header-main {
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 100%);
}

.home-banner .box, .subpage-banner .box {
	border-radius: 0 0 0px 0px;
	overflow: hidden;
}

.home-banner .video-overlay, .home-banner .overlay {
	background-color: transparent !important;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 8%,rgba(255, 255, 255, 0) 15%, rgba(35,30,103, 0.0) 30%, rgba(35,30,103, 0.5) 100%);
}

.subpage-banner .box-image .overlay, .subpage-banner .overlay {
	background-color: transparent !important;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 8%,rgba(255, 255, 255, 0.5) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}

.subpage-banner.banner-blue-overlay .banner-bg .overlay, 
.subpage-banner.banner-blue-overlay .overlay, .home-banner .video-overlay, .home-banner .overlay {
    background: 
        url('/wp-content/uploads/2026/01/Vector-74.png') no-repeat bottom 30px right / 50vw auto,
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 15%, rgba(35, 30, 103, 0.0) 30%, rgba(35, 30, 103, 1) 100%);
}

.footer h2{
	color: white;
	font-size: 45px;
}

.footer p{
	color : white;
	font-size: 15px;
}

.social-icons .col-inner {
    align-items: center;
    margin-top: -15px; 
}

.social-icons .ux-logo {
    margin-right: 18px;
}

.home-banner h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-banner .icon-box-text p {
    font-size: 14px ;
    font-weight: 400 ;
	margin-top: 0;
}

.subpage-banner h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-intro h3, .home-quiet h3, .home-about h3, .home-design h3, .home-impact h3, .home-services h3, .home-usp h3, .home-testi h3, .home-faq h3, .home-contact h3, .footer-block h3 {
	font-size: 44px;
	margin-bottom: 10px;
	line-height: 1.2;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.price-package .tab-panels h3 {
	font-size: 30px;
}

.home-about h4, .home-impact h4, .home-services h4, .home-usp h4, .home-testi h4, .home-faq h4, .home-contact h4 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2;
	/*text-transform: uppercase;*/
	font-weight: 400;
	letter-spacing: 2px;
/* 	color: var(--primary-color); */
}

.home-intro h4, .home-design h4 {
	font-size: 18px;
	line-height: 1.2;
/* 	font-weight: 700 !important; */
}

.home-quiet h3 {
	margin-bottom: 0;
}

.home-quiet .glass-panel h4 {
	margin-bottom: 5px;
}

.home-quiet .quiet-4points h4 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

.subpage-banner p, .home-banner p {
	font-size: 20px;
	margin-bottom: 15px;
}

.basic-text h1{
	font-size: 35px;
}

.basic-text h2{
	font-size: 45px;
	line-height:45px;
}

.basic-text h3{
	font-size: 20px
}

.basic-text p{
	font-size: 14px;
}

.home-services .box, .home-contact .box {
	border-radius: 30px;
	overflow: hidden;
}

.rounded-box{
	border-radius: 30px;
	overflow: hidden;
}

.glass-panel {
	overflow: hidden;
}

.glass-panel > .col-inner {         
    backdrop-filter: blur(5px);  
    -webkit-backdrop-filter: blur(10px); 
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #FFF;
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    background: black;
    padding: 12px 0;
}

/* Moving row */
.ticker {
    display: inline-flex;
    white-space: nowrap;
    animation: ticker-scroll 18s linear infinite;
}

.ticker span {
    display: inline-block;
    margin-right: 48px;
    font-size: 16px;
    text-transform: uppercase;
    color: #DAA419; 
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.ticker span {
    position: relative;
}

.ticker span:not(:first-child)::before {
    content: "•";
    position: absolute;
    left: -26px;           
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #DAA419;
}

.lux-header {
    width: 100%;
    background: none;
    border-radius: 10px !important;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
	margin-bottom: 0;
}


.lux-title h4 {
    font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}

.lux-header p {
	margin-bottom: 0;
}

.lux-title p {
    font-size: 12px;
	text-transform: none;
	line-height: 1;
	margin-bottom: 0;
}

.lux-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.lux-content {
	height: 0;
/*     max-height: 0; */
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 15px 15px;
	opacity: 0;
    font-size: 12px;
}

.lux-content p {
    margin: 0;
	font-size: 12px;
	line-height: 1.7;
}


.lux-item.active .lux-content {
	height: auto;
	opacity: 1;
/*     max-height: 200px; */
}


.lux-item {
/*     max-height: 100px;              */
    overflow: hidden;             
    border-radius: 18px;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    transition: max-height 0.4s ease;
	height: auto;
}
.lux-item.active {
/*     max-height: 300px;   */
}

.lux-item > a {
	display: block;
	width: 100%;
}

.button span {
	font-weight: 400;
	letter-spacing: 1px;
}

.header-button a.button.primary {
  /*background-image:
    linear-gradient(90deg, rgba(35, 30, 103, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
  background-size:
    cover;
  background-repeat:
    no-repeat;
  background-position:
    center;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 18px;
}

.header-button a.button.primary:after {
	content: '\f105';
	font-family: 'fl-icons';
	font-size: 20px;
	vertical-align: middle;
	margin-left: 8px;
	top: -2px;
	position: relative;
}


a.button.is-outline {
	border-width: 1px;
  padding: 4px 18px;
  font-size: 12px;
  letter-spacing: 1px;
}

a.button .icon-angle-right:before {
	font-size: 20px;
}

a.button.blur-btn {
    backdrop-filter: blur(5px);  
    -webkit-backdrop-filter: blur(10px); 
}

.header .flex-row {
	padding: 0 30px;
}

.home-intro .img, .home-design .img {
	border-radius: 30px;
	overflow: hidden;
}

.home-about .img-box > .col-inner {
	border-radius: 30px;
	overflow: hidden;
}

.home-about .img-box .imgbox-reverse {
	flex-direction: row-reverse;
	display: flex;
}

.home-about .img-box .imgbox-reverse .box-image {
	width: 100%;
}

.home-about .img-box .imgbox-reverse .box-text {
    background: 
        /* The Top Layer: Gradient from Transparent to Blue */
        linear-gradient(180deg, 
            rgba(35, 30, 103, 0) 0%,    /* Fully transparent at the top */
            rgba(35, 30, 103, 0.6) 50%,  /* Starting to show blue in the middle */
            rgba(35, 30, 103, 1) 100%    /* Solid #231E67 blue at the very bottom */
        ),
        /* The Middle Layer: Your Image */
        url(/wp-content/uploads/2025/12/Group-133.png) bottom 30px center repeat-x,
        /* The Bottom Layer: Solid Black */
        #000;

    background-size: auto, auto 40%;
    padding: 50px;
}

.home-design {
	margin-top: -30px;
}

.home-design .section-bg {
	background-size: auto 80% !important;
	background-repeat: repeat-x !important;
	background-image: url(/wp-content/uploads/2026/01/Group-133-scaled.png) !important;
}

.home-impact .icon-box h3 {
	color: var(--primary-color);
	margin-bottom: 0;
}

.home-impact .medium-7 {
	padding-bottom: 0;
}

.usp-single .col-inner {
	border-radius: 30px;
	overflow: hidden;
	min-height: 500px;
	display: flex;
align-items: end;
}

.usp-single.usp-financial .col-inner {
	background: url(/wp-content/uploads/2025/12/Rectangle-1901-scaled.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-modernid .col-inner {
	background: url(/wp-content/uploads/2025/12/Rectangle-191-scaled.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-metaphysic .col-inner {
	background: url(/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-26-at-18.07.08.jpeg) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-mixedresidential .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_124053381.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-commercial .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_124110048.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-retailprojects .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_124125391.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-layoutoptimization .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_143855372.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-materials .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_143915785.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-lighting .col-inner {
	background: url(/wp-content/uploads/2025/12/image_2025-12-26_143930871.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-builder .col-inner {
	background: url(/wp-content/uploads/2026/01/Rectangle-240.png) center center no-repeat;
	background-size: cover;
}

.usp-single.usp-metaphysical .col-inner {
	background: url(/wp-content/uploads/2026/01/Fengshui-2.jpg-scaled.jpeg) top center no-repeat;
	background-size: contain;
	background-color: #edecea;
}

.usp-single.usp-renovation .col-inner {
	background: url(/wp-content/uploads/2026/01/Rectangle-244.png) center center no-repeat;
	background-size: cover;
}

.usp-single .lux-accordion .lux-item {
	min-height: 280px;
	padding-bottom: 50px;
}

.usp-single .lux-accordion .lux-action {
	position: absolute;
padding: 0 15px !important;	bottom: 0;

}

.home-project-grid .banner {
    border-radius: 50px;
    overflow: hidden; /* This ensures the image/overlay doesn't leak past the rounded corners */
/*     margin: 15px !important;     */
    transition: transform 0.3s ease; /* Optional: makes the movement smooth */
}

.home-project-grid .banner .overlay {
    /* Replace old background with your blue gradient */
    background: linear-gradient(180deg, 
        rgba(35, 30, 103, 0) 0%, 
        rgba(35, 30, 103, 0.7) 50%, 
        rgba(35, 30, 103, 1) 100%
    ) !important;
    
    opacity: 0;
    transition: all 0.3s linear;
}

.home-project-grid a.hotspot {
	margin-bottom: 10px;
	background: transparent;
}

.home-project-grid a.hotspot:hover {
	background-color: transparent !important;
	color: #FFF !important;
}

.home-project-grid .banner .hotspot-wrapper, .home-project-grid .banner .text-box {
	opacity: 0;
	transition: all 0.3s linear;
}

.home-project-grid .banner:hover .hotspot-wrapper, .home-project-grid .banner:hover .text-box, .home-project-grid .banner:hover .overlay{
	opacity: 1;
}

.home-project-grid .text-box h3 {
	font-size: 20px;
	letter-spacing: 0;
}

.home-project-grid .text-box p, 
.home-project-grid .text-box h4 {
	letter-spacing: 0;
}

.tooltipster-show {
	display: none !important;
}

.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
}

.home-project-grid a.hotspot i.icon-play:before {
font-size: 20px;
	content: '\f105';
}

.home-testi .col, .home-testi .col-inner {
	overflow: hidden;
	border-radius: 30px;
}

.home-faq .accordion-item {
	border-bottom: 1px solid #000;
}

.home-faq .accordion-title {
	border-top: 0;
	padding-left: 0;
	padding-right: 50px;
}

.home-faq .accordion-inner {
	padding: 10px 0;
}

.home-faq .accordion .toggle {
	left: auto;
	right: 0;
	color: var(--primary-color);
}

.home-faq .accordion-title.active {
	background: transparent;
}

.home-faq .accordion-title.active span {
	font-weight: 400;
	color: #000;
}

.home-testi .icon-box {
	align-items: center;
}

.footer-block {
	background: url(/wp-content/uploads/2025/12/Vector-73-scaled.png) bottom center no-repeat;
	background-size: contain;
}

.mfp-container {
	padding: 0;
}

#open-menu .row {
	margin: 0 auto !important;
	padding: 0 20px;
}

.mfp-ready .mfp-close {
right: calc(50vw + (970px / 2));
opacity: 1;
	top: 30px;
}

#open-menu section {
	align-items: baseline;
}

#open-menu .nav-vertical>li+li {
	border-top: 0;
}

#open-menu .nav-vertical > li a {
	margin: 10px 0;
	color: #FFF;
}

#open-menu .nav-vertical > li.active a {
	font-weight: 700;
	color: #FFF;
}

#open-menu .nav-vertical > li a {
	background: url(/wp-content/uploads/2025/12/Vector-46.png) right 50px center no-repeat;
	background-size: 10px auto;
}

#open-menu .nav-vertical+.tab-panels {
	border-left: 0.5px solid rgba(255,255,255,1);
}

.mfp-bg {
	opacity: 1;
	background: #000;
}

.tab-panels #tab_about-us {
	padding-top: 80px;
}

.tab-panels #tab_services {
	padding-top: 70px;
}

.tab-panels #tab_portfolio {
	padding-top: 70px;
}

.tab-panels #tab_financing {
	padding-top: 60px;
}

.menu-icon-header img {
	max-width: 20px;
}
	
/* 1. Target the Tab Container */
.services-design ul.nav.nav-simple, 
.product-tabs ul.nav.nav-simple {
    display: flex;
    flex-direction: row; /* Forces the vertical column look */
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 10px;
    list-style: none;
    overflow: hidden; /* Keeps the children inside the rounded corners */
}

/* 2. Individual Tab Items (li) */
.services-design ul.nav.nav-simple li.tab,
.product-tabs ul.nav.nav-simple li.tab {
    margin: 5px 0;
	flex: 1;
}

/* 3. Link Styling (a) - Default State */
.services-design ul.nav.nav-simple li.tab a, 
.product-tabs ul.nav.nav-simple li.tab a {
    display: block;
    padding: 15px 25px;
    border-radius: 20px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: none; /* Removes theme default lines */
    transition: all 0.3s ease;
}

/* 4. Active and Hover States */
.services-design ul.nav.nav-simple li.active a, 
.services-design ul.nav.nav-simple li.tab:hover a, 
.product-tabs ul.nav.nav-simple li.active a, 
.product-tabs ul.nav.nav-simple li.tab:hover a {
    background-color: #000000;
    color: #DAA419;
}

/* 5. Hide the UX Builder "bottom line" active indicator */
.services-design .nav-simple > li > a::after,
.product-tabs .nav-simple > li > a::after {
    display: none;
}

/* 1. Add Border Radius and Shadow to the Image Container */
.home-impact .box {
    border-radius: 20px !important; /* Adjust the px for more/less roundness */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15) !important; /* Horizontal, Vertical, Blur, Color */
    overflow: hidden; /* This ensures the image doesn't "leak" out of the rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover */
}

/* 2. Ensure the Image inside follows the radius */
.home-impact .box-image img {
    border-radius: 20px !important;
    display: block;
    width: 100%;
}

.tab-right .tabbed-content {
    display: flex !important;
    flex-wrap: wrap;
}

.tab-right .tabbed-content ul.nav-vertical {
    flex: 0 0 55% !important; /* Increase tab list width */
    max-width: 55% !important;
    padding-right: 30px !important;
}

.tab-right .tabbed-content ul.nav-vertical li + li {
	border-top: 1px solid #000;
}

.tab-right .tabbed-content .tab-panels {
    flex: 0 0 45% !important; /* Decrease panel width */
    max-width: 45% !important;
	border-left: 0;
}

.tab-right .tabbed-content ul.nav.nav-simple li a {
	color: #000;
	background: url(/wp-content/uploads/2026/01/Down_Arrow_3_-1.png) right center no-repeat;
	background-size: 10px auto;
	padding-right: 20px;
}

.tab-right .tabbed-content ul.nav.nav-simple li.active a, 
.tab-right .tabbed-content ul.nav.nav-simple li.tab:hover a {
    color: #231E67 !important;
}

/* 6. Remove Flatsome's default active line */
.tab-right .tabbed-content .nav-simple > li > a::after {
    display: none !important;
}

.tab-right .tabbed-content h4.text-left {
    font-size: 15px !important;
    margin-bottom: 20px !important; 
    line-height: 1.2 !important;
    font-weight: bold !important;
    text-transform: none !important; /* This overrides the 'uppercase' class in the HTML */
    color: #000000; /* Ensuring it is black to match your theme */
}

.tab-right .tabbed-content ul.nav.nav-simple li.tab a span {
    font-size: 18px !important; /* Increase this number to make the tab text bigger */
/*     font-weight: 400; /* Makes the tab text semi-bold */ */
}

.header-main .header-button .button:not(.is-outline) {
    background-color: #DAA419 !important;
    border-color: #DAA419 !important;
    color: #000000 !important; /* Text color */
}

/* Target the paragraph inside any element with the 'interest-badge' class */
.interest-badge p {
    display: inline-block !important;
    background-color: #DAA419 !important;
    color: #231E67 !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

/* Ensure there is no default margin or extra spacing from the theme */
.interest-badge {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.finance-step > .col-inner {
    background-image: url(/wp-content/uploads/2026/01/Group-215-1.jpg) !important;
    background-position: top center !important; /* Centers the image */
    background-repeat: no-repeat !important;
    border-radius: 50px !important;
    overflow: hidden; /* Important: prevents content from leaking over the rounded corners */
	padding: 60px 40px !important;
	background-size: cover !important;
	height: 100%;
}

.custom-package-table {
    border-radius: 40px;
    overflow: hidden; /* Clips the table corners to the radius */
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.custom-package-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

/* Header Styles */
.custom-package-table th {
    padding: 30px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
}

.col-property { background-color: #1a154d; } /* Dark Blue */
.col-minimal { background-color: #7d7ba8; }  /* Muted Purple */
.col-modernist { background-color: #222222; } /* Black */
.col-signature { background-color: #daa419; } /* Gold */

/* Body Styles */
.custom-package-table td {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #444;
    font-size: 14px;
}

/* Remove last vertical border */
.custom-package-table td:last-child, 
.custom-package-table th:last-child {
    border-right: none;
}

/* Property Type Label Styling */
.custom-package-table .row-label {
    text-align: left;
    font-weight: bold;
    color: #000;
    padding-left: 40px;
}

.finance-tab .box {
	border-radius: 30px;
}

.gform_footer input[type=submit], .gform_footer input[type=submit].button {
	border: 1px solid #000;
	background: transparent;
font-weight: 400;
letter-spacing: 1px;
	color: #000;

}

.finance-calculator .gform_footer input[type=submit], .gform_footer input[type=submit].button {
	border-color: #FFF;
	color: #FFF;
}

p.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme legend.gfield_label {
	border-bottom: 0;
	text-transform: none;
}

.finance-calculator.col > .col-inner {
	background: url(/wp-content/uploads/2025/12/Group-197.png) center center no-repeat;
	border-radius: 30px;
	background-size: cover;
}

.blue-howitworks.col > .col-inner {
	background: url(/wp-content/uploads/2026/01/Group-362.png) center center no-repeat;
	border-radius: 30px;
	background-size: cover;
}


.instruction {
	display: none;
}

.home-banner .icon-box {
	align-items: center;
}

#open-menu .accordion-inner .button, #open-menu .tab-panel .button {
	text-align: left;
	border: 0;
}

.wa__btn_popup {
	right: 70px !important;
bottom: 15px !important;
}

@media (max-width: 768px) {
    .custom-package-table {
        overflow-x: auto; /* Allows side scrolling on small screens */
    }
    .custom-package-table table {
/*         min-width: 800px; */
    }
}

@media (max-width: 549px) {
    .tabbed-content ul.nav-vertical, 
    .tabbed-content .tab-panels {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
} 

@media only screen and (max-width: 849px) {
.header-main li.html.custom {
	display: block;
}
}

@media only screen and (max-width: 48em) {


.home-banner h1 {
	font-size: 36px;
}

.subpage-banner h1 {
	font-size: 32px;
}

.home-intro h3, .home-quiet h3, .home-about h3, .home-design h3, .home-impact h3, .home-services h3, .home-usp h3, .home-testi h3, .home-faq h3, .home-contact h3, .footer-block h3 {
	font-size: 28px;
}

.home-about h4, .home-impact h4, .home-services h4, .home-usp h4, .home-testi h4, .home-faq h4, .home-contact h4 {
	font-size: 14px;
}

.home-intro h4, .home-design h4 {
	font-size: 18px;
}
	
    .custom-package-table table, 
    .custom-package-table thead, 
    .custom-package-table tbody, 
    .custom-package-table th, 
    .custom-package-table td, 
    .custom-package-table tr { 
        display: block; 
    }

    /* Hide table headers (but keep for screen readers) */
    .custom-package-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .custom-package-table tr { 
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .custom-package-table td { 
        border: none;
        border-bottom: 1px solid #f9f9f9; 
        position: relative;
        padding-left: 50%; 
        text-align: right;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 15px;
    }

    /* Bold the Property Type (the first cell) */
    .custom-package-table td.row-label {
        background-color: #f4f7f6; /* Subtle blue-grey tint */
        text-align: center;
        padding-left: 15px;
        font-weight: bold;
        color: #231e67; /* Matching your theme colour */
    }

    /* Add the Labels back via CSS */
    .custom-package-table td:not(.row-label):before { 
        position: absolute;
        left: 15px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #666;
    }

    /* Assigning labels for each column */
    .custom-package-table td:nth-of-type(2):before { content: "Minimalist"; }
    .custom-package-table td:nth-of-type(3):before { content: "Signature"; }
    .custom-package-table td:nth-of-type(4):before { content: "Presidential"; }

	.mfp-ready .mfp-close {
		right: 15px;
	}
	
	.header .flex-row {
		padding: 0 15px;
	}
	
	#logo img, .transparent #logo img {
		max-height: 30px !important;
	}
	
	.header-main .header-button .button:not(.is-outline) {
		white-space: nowrap;
	}
	
	#open-menu .accordion-inner {
		padding: 0 0 15px;
	}
	
	#open-menu .accordion-inner .col {
		padding: 0;
	}
	
	#open-menu .accordion-inner .row {
		padding: 0 40px 0 0;
	}
	
	#open-menu .accordion .toggle {
		right: 0;
		left: auto;
	}
	
	#open-menu .accordion-title {
		padding-left: 0;
	}
	
	.home-about .img-box .imgbox-reverse{
		display: block;
	}
	
	.subpage-banner.banner-blue-overlay .banner-bg .overlay, .subpage-banner.banner-blue-overlay .overlay, .home-banner .video-overlay, .home-banner .overlay {
    background: url(/wp-content/uploads/2026/01/Vector-74.png) no-repeat bottom 30px right / 50vw auto, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 15%, rgba(35, 30, 103, 0.0) 10%, rgba(35, 30, 103, 1) 100%);
}
	
	.home-design .col-inner > p br {
		display: none;
	}
	
	.subpage-banner p, .home-banner p {
		font-size: 14px;
	}
	
	.home-about .img-box .imgbox-reverse .box-text {
		padding: 30px 15px;
	}
}