/* 
 Theme Name:   CGD Partners Child Theme
 Description:  This is child theme.
 Author:       Roc & Rose Digital
 Author URI:   https://rocandrose.com.au/
 Template:     generatepress
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
--------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Assign Font Family
 */ 
@font-face {
    font-family: 'Gilroy';
    src: url('../../../wp-content/uploads/2025/04/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../wp-content/uploads/2025/04/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../wp-content/uploads/2025/04/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../wp-content/uploads/2025/04/GILROY-BLACK.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/**
 * Font Family Class
 */ 
.primary-btn a,
.secondary-btn a,
.primary-btn-grad a,
.iamGilroy h2, 
.iamGilroy h3,
.iamGilroy p,
.iamGilroy span {
	font-family: "Gilroy", san-serif!important;
}
.txt-grad {
	background: linear-gradient(85.27deg, #E4FF59 30.15%, #F2F9D0 70.58%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.txt-highlight {
	color: #5E7005!important;
}


/**
 * Responsive Helper Class PC/SP
 */
@media screen and (min-width: 768px) {
	.u-pc { display: block!important;}
	.u-sp { display: none!important; }
}
@media screen and (max-width: 767px) {
	.u-pc { display: none!important;}
	.u-sp { display: block!important; }
}


/**
 * Button Hover Global 
 */
.primary-btn-grad a {
	background: linear-gradient(83.75deg, #BDD63E -35.09%, #ECF9AA 142.64%);
}
.primary-btn a,
.secondary-btn a,
.primary-btn-grad a,
.primary-btn.green a {
	transition: all ease .3s;
}
.link-btn a span {
	position: relative;
	display: inline!important;
}
.link-btn a span::after {
	content: '';
	position: absolute;
	top: 0;
	right: -22px;
	bottom: 0;
	margin: auto 0;
	width: 14px;
	height: 12px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	transition: all ease .3s;
}
.link-btn.rev a span::after {
	content: '';
	position: absolute;
	top: 0;
	right: -22px;
	bottom: 0;
	margin: auto 0;
	width: 14px;
	height: 12px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	transition: all ease .3s;
	filter:  brightness(0) invert(1);
}

.primary-btn a:hover,
.secondary-btn a:hover {
	background-color: #5E7005!important;
	transition: all ease .3s;
	color: #fff!important;
	border: 1px #5E7005 solid!important;
}
.primary-btn-grad a:hover {
	opacity: .7;
	transition: all ease .3s;
}
.link-btn a:hover {
	transition: all ease .3s;
}
.link-btn a:hover span::after {
	right: -30px;
	transition: all ease .3s;
}

/**
 * Header
 */
header {
	position: fixed!important;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: background .3s;
	background-color: rgba(255, 255, 255, 0)!important;
	padding: 0 40px;
}
header .inside-header {
	padding: 0;
}
header .main-navigation {
	background-color: rgba(255, 255, 255, 0);
	margin: 0 auto!important;
}

header nav ul li a {
	font-family: "Gilroy", san-serif;
	font-size: 18px!important;
	color: #fff;
	font-weight: 500!important;
	line-height: normal;
	color: #fff!important;
	transition: all ease .3s;
}
header nav ul li a:hover {
	opacity: .7;
	transition: all ease .3s;
}
header .inside-header .site-logo img {
	transition: all ease .3s;
	position: relative;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Header Hook -- Add Header Class when scrolling */
.darkHeader header {
	background-color: #fff!important;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
	transition: all ease .3s;
}
.darkHeader header .inside-header .site-logo img {
	position: relative;
    top: 20px;
    width: 200px;
    transition: all ease .3s;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
}
.darkHeader header nav ul li a {
	color: #5E7005!important;
}
.darkHeader .hook-header-wrap .icon-header a img {
	filter: invert(72%) sepia(29%) saturate(370%) hue-rotate(52deg) brightness(173%) contrast(117%);
	transition: all ease .3s;
}
.darkHeader .hook-header-wrap .icon-header a {
	transition: all ease .3s;
	color: #6F8E59!important;
}

/* Header Hook -- Call Button */
.hook-header-wrap {
	display: flex;
	align-items: center;
}
.hook-header-wrap .icon-header {
	display: flex;
	margin-right: 24px;
}
.hook-header-wrap .icon-header a {
	transition: all ease .3s;
}
.hook-header-wrap .icon-header a {
	display: flex;
	align-items: center;
	color: #FFF!important;
	font-family: "Gilroy", san-serif;
    font-size: 16px !important;
    color: #fff;
    font-weight: 500 !important;
    line-height: normal;
    transition: all ease .3s;
	text-decoration: none;
}

.hook-header-wrap .icon-header .vault-wrap a img {
	margin-right: 8px;
}
.hook-header-wrap .icon-header .search-wrap {
	padding-right: 16px;
}
.hook-header-wrap .icon-header a img {
	display: block;
	transition: all ease .3s;
}
.hook-header-wrap .call-header a {
	display: flex;
	font-family: 'Gilroy', san-serif;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	padding: 16px 24px;
	border-radius: 8px;
	background: linear-gradient(83.75deg, #5E7005 -35.09%, #B3CF25 142.64%);
	transition: all ease .3s;
}
.hook-header-wrap .call-header a:hover,
.hook-header-wrap .icon-header a:hover {
	transition: all ease .3s;
	opacity: .7;
}
.hook-header-wrap .call-header a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.hook-header-wrap .call-header a span img {
	display: block;
}

@media screen and (max-width: 1256px) and (min-width: 1024px) {
	header .inside-header .site-logo img {
		width: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.mob-menu-logo-holder {
		display: flex;
	}
	.mob-menu-logo-holder a {
		display: flex;
		align-items: center;
	}
	.mob-menu-header-holder {
		background-color: rgba(255, 255, 255, 0)!important;
		z-index: 999!important;
	}
	.mob-menu-header-holder.mobmenu {
		transition: background .3s;
	}
	body.mob-menu-slideout-over {
		padding-top: 0!important;
	}
	.darkHeader .mob-menu-header-holder {
		background-color: rgba(255, 255, 255, 255)!important;
		box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
	}
	.mob-menu-header-holder.mobmenu .call-mob-menu {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 48px;
	}
	.mob-menu-header-holder.mobmenu .call-mob-menu img,
	.mob-menu-header-holder.mobmenu .wrap a img,
	.mob-menu-logo-holder a img,
	.mobmenur-container a img {
		filter:  brightness(0) invert(1);
	}
	.mob-menu-header-holder.mobmenu .wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 83px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	.mob-menu-header-holder.mobmenu .wrap a img {
		display: block;
	}
	/* Dark Header applied scrolling mobile */
	.darkHeader .mob-menu-header-holder.mobmenu .call-mob-menu img,
	.darkHeader .mob-menu-header-holder.mobmenu .wrap a img,
	.darkHeader .mob-menu-logo-holder a img,
	.darkHeader .mobmenur-container a img {
		filter:  unset;
	}
}

/**
 * Header Mega Menu
 */
.main-navigation ul .main-nav-services > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 930px!important;
	height: 220px !important;
	background-color: #fff!important;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
}
.main-navigation ul .esuper > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 340px!important;
	background-color: #fff!important;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
}
.main-navigation ul .esuper > ul li {
	width: 100%;
}
.main-navigation:not(.toggled) ul .main-nav-services.sfHover>ul,
.main-navigation:not(.toggled) ul .main-nav-services:hover>ul {
	left: -350px;
}
.main-navigation .main-nav ul ul li a {
	color: #5E7005!important;
}
.main-navigation ul ul li {
	width: 50%!important;
}
img.serv.menu-icon {
    width: 24px;
    margin-right: 16px;
    vertical-align: middle;
}



/**
 * Mobile Navigation
 */
.mob-menu-right-bg-holder {
	background-color: #5E7005;
	width: 100%;
}
.mobmenu-right-panel {
	width: 100%!important;
}
.mobmenu-right-panel .mobmenu-right-bt {
	right: 15px !important;
	top: 20px !important;
	background: #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
}
.mobmenu-right-alignment .mob-cancel-button {
	font-size: 17px !important;
	text-align: center;
	line-height: 31px;
}
.mobmenu-content ul li a {
	font-family: 'Gilroy', sans-serif!important;
	font-size: 16px!important;
	color: #fff!important;
	padding: 10px 20px!important;
}
.mobmenu-content ul li a i::before {
	color: #fff!important;
	font-size: 20px;
}
.mobmenu-content #mobmenuright > li > a:hover,
.mobmenu-content #mobmenuright li:hover,
.mobmenu-content #mobmenuright .sub-menu {
	background-color: #5E7005!important;
}




/**
 * Footer
 */ 

.site-footer {
	max-width: 1440px;
	width: 100%;
	margin: 160px auto;
	padding: 80px 40px 40px;
	background-color: #5E7005;
	border-radius: 40px;
}
.site-footer .footer-widgets-container.grid-container {
	padding: 0;
}
.site-footer .footer-widget-1 .textwidget {
	display: grid;
	gap: 40px;
}
.site-footer .footer-info {
	display: grid;
	gap: 12px;
}
.site-footer .wrap-call, .site-footer .wrap-location {
	display: flex;
	gap: 16px;
}
.site-footer .wrap-menu .menu-inner {
	display: grid;
	gap: 12px;
}
.site-footer .footer-social {
	margin-top: 80px;
	padding-top: 24px;
	border-top: 1px rgba(255, 255, 255, .4) solid;
}
.site-footer .social-wrap .social-note {
	color: #fff;
	font-family: Gilroy;
	line-height: normal;
	font-style: italic;
	font-size: 14px;
	opacity: .7;
}
.site-footer .footer-social .social-inn {
	display: flex;
	justify-content: space-between;
}
.site-footer .footer-social .footer-legal {
	display: flex;
	gap: 20px;
}
.site-footer .wrap-menu .menu-inner ul li a,
.site-footer .footer-social a,
.site-footer .footer-legal a {
	color: #fff!important;
}
.site-footer .wp-ic-txt a,
.site-footer .wrap-menu .menu-inner a,
.site-footer .footer-social a,
.site-footer .footer-legal a {
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Gilroy', san-serif;
	text-decoration: none;
	transition: all ease .3s;
}
.site-footer .wp-ic-txt a:hover,
.site-footer .wrap-menu .menu-inner a:hover,
.site-footer .footer-social a:hover,
.site-footer .footer-legal a:hover {
	opacity: .7;
	transition: all ease .3s;
}
.site-footer .footer-widget-1,
.site-footer .footer-widget-2,
.site-footer .footer-widget-3,
.site-footer .footer-widget-4 {
	flex: unset;
}
.site-footer .footer-widget-1 {
	width: 30%;
}
.site-footer .footer-widget-2 {
	width: 15%;
}
.site-footer .footer-widget-3,
.site-footer .footer-widget-4 {
	width: 27.5%;
}

@media screen and (max-width: 1520px) {
	.site-footer {
		max-width: 100%;
		width: 100%;
		margin: 160px auto 0;
		padding: 80px 40px 40px;
		background-color: #5E7005;
		border-radius: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.site-footer {
		border-radius: 0;
		margin: 120px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.site-footer {
		border-radius: 0;
		padding: 48px 20px;
		margin: 48px auto 0;
	}
	.site-footer .footer-widget-1,
	.site-footer .footer-widget-2,
	.site-footer .footer-widget-3, 
	.site-footer .footer-widget-4 {
		width: 100%;
	}
	.inside-footer-widgets>div:nth-child(2),
	.inside-footer-widgets>div:nth-child(3) {
		margin-bottom: 12px;
	}
	.site-footer .footer-widget-3 .menu-inner,
	.site-footer .footer-widget-4 .menu-inner {
		gap: 0;
	}
	.site-footer .footer-widget-3 .menu-inner.open,
	.site-footer .footer-widget-4 .menu-inner.open {
		gap: 12px;
	}
	.site-footer .footer-social {
		margin-top: 40px;
	}
	.site-footer .social-wrap .social-note {
		text-align: center;
		margin-bottom: 4px;
	}
	.site-footer .footer-social .social-inn {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.site-footer .footer-social .footer-legal a {
		opacity: .7;
	}
	.site-footer .footer-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-footer .footer-head .arrow.u-sp {
		content: '';
		width: 16px;
		height: 8px;
		background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/footer-arrow-mobile.svg') no-repeat center center;
		background-size: cover;
	}
	.site-footer .dropdownServ,
	.site-footer .dropdownHelp {
		position: relative;
	}
	.site-footer .dropdownServ .menu-services-container,
	.site-footer .dropdownHelp .menu-help-resources-container {
		max-height: 0;
		overflow: hidden;
		min-width: 160px;
		transition: max-height 0.4s ease;
		z-index: 1;
		opacity: 0;
		transition: max-height 0.4s ease, opacity 0.4s ease;
	}
	.site-footer .dropdownServ.open .menu-services-container,
	.site-footer .dropdownHelp.open .menu-help-resources-container {
		max-height: 500px; /* Adjust if needed */
		opacity: 1;
	}
	.site-footer .dropdownServ.open .arrow,
	.site-footer .dropdownHelp.open .arrow {
	  transform: rotate(180deg);
	}
}

/**
 * Services
 */

.services .services-item {
	transition: all ease .3s;
}
.serv-item-bullet {
	position: relative!important;
	padding: 20px 20px 20px 40px!important;
	border-radius: 12px!important;
	background-color: #fff;
	height: 170px!important;
}
.serv-item-bullet .item {
	position: relative!important;
}
.serv-item-bullet .item h2 {
	font-size: 16px!important;
	line-height: 26px!important;
}
.serv-item-bullet .item span {
	margin-top: 4px;
	font-size: 14px;
	font-style: italic;
	display: block;
}
.serv-item-bullet .item::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #5e7005;
	z-index: 99;
}
@media screen and (min-width: 1441px) {
	.serv-list-bullet {
		display: flex;
		align-items: flex-start!important;
		height: 100%!important;
	}
}
@media screen and (max-width: 1440px) {
	.serv-item-bullet {
		width: 48%!important;
	}
}
@media screen and (max-width: 767px) {
	.serv-item-bullet {
		width: 100%!important;
		height: auto!important;
	}
}
@media screen and (min-width: 768px) {
	.services .services-item:hover {
		transition: all ease .3s;
		background-color: #5E7005;
	}
	.services .services-item:hover .elementor-icon svg path {
		transition: all ease .3s;
		fill: #fff;
	}
	.services .services-item:hover h3 span {
		transition: all ease .3s;
		color: #fff;
	}
	.services .services-item:hover p {
		transition: all ease .3s;
		color: #fff;
	}
	.services .services-item:hover .link-btn a {
		transition: all ease .3s;
		color: #fff;
		border-bottom: 1px #fff solid;
	}
	.services .services-item:hover .link-btn a span::after {
		transition: all ease .3s;
		filter:  brightness(0) invert(1);
	}
}
@media screen and (max-width: 767px) {
	.services .services-list .services-item {
		padding: 32px 24px;
		margin: 0 5px;
		height: 100%;
		border-radius: 20px;
	}
	.services .services-list .slick-track {
		display: flex!important;
		height: 100%!important;
	}
	.services .services-list .services-item.slick-active {
		background-color: #5E7005;
	}
	.services .services-item.slick-active .elementor-icon svg path {
		transition: all ease .3s;
		fill: #fff;
	}
	.services .services-item.slick-active h3 span {
		transition: all ease .3s;
		color: #fff;
		font-size: 22px;
		line-height: 26px;
	}
	.services .services-item.slick-active p {
		transition: all ease .3s;
		color: #fff;
		font-size: 14px;
		line-height: 24px
	}
	.services .services-item.slick-active .link-btn a {
		transition: all ease .3s;
		color: #fff;
		border-bottom: 1px #fff solid;
	}
	.services .services-item.slick-active .link-btn a span::after {
		transition: all ease .3s;
		filter:  brightness(0) invert(1);
	}
	.services .services-item .link-btn {
		margin-top: 32px;
	}
	
	/* Carousel Arrows */
	.services .services-list .slick-next, .services .services-list .slick-prev {
		width: 40px;
		height: 40px;
		border-radius: 100px;
		background-color: #5E7005 !important;
		z-index: 1;
		border: 2px #fff solid;
		box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
	}
	.services .services-list .slick-next {
		right: 5px;
	}
	.services .services-list .slick-prev {
		left: 5px;
	}
	.services .services-list .slick-next::before {
		content: '';
		display: inline;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
		background-size: cover;
		filter:  brightness(0) invert(1);
	}
	.services .services-list .slick-prev::before {
		content: '';
		display: inline;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
		background-size: cover;
		filter:  brightness(0) invert(1);
		transform: rotate(180deg);
	}
	.services .services-list .slick-dots {
		bottom: -24px;
	}
	.services .services-list .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.services .services-list .slick-dots li button {
		width: 8px;
		height: 8px;
		padding: 0;
	}
	.services .services-list .slick-dots li button::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background-color: #5E7005;
        transition: all ease .3s;
    }
	
}

/**
 * Our Sponsors
 */
.sponsors .sponsor-list {
	position: relative;
}
.sponsors .sponsor-list::before {
	content: '';
	width: 220px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: 1;
}
.sponsors .sponsor-list::after {
	content: '';
	width: 220px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 1;
}
.sponsors .sponsor-item {
	margin: 0 40px;
}
@media screen and (max-width: 767px) {
	.sponsors .sponsor-list {
		margin-top: 24px;
	}
	.sponsors .sponsor-list::before {
		width: 80px;
	}
	.sponsors .sponsor-list::after {
		width: 80px;
	}
	.sponsors .sponsor-item {
		margin: 0 20px;
	}
	.sponsors .sponsor-item img {
		width: 80px;
	}
}


/**
 * Contact Us
 */
.cf-container {
	border-radius: 12px;
	font-family: Arial, sans-serif;
	opacity: .7;
}
.cf-container input[type="text"],
.cf-container input[type="email"],
.cf-container input[type="tel"],
.cf-container textarea {
	width: 100%;
	padding: 16px 24px;
	margin: 12px 0;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	transition: all ease .3s;
	font-family: 'Gilroy', sans-serif!important;
}
.cf-container input:first-child {
	margin-top: 0;
}
.cf-container input::placeholder, .cf-container textarea::placeholder  {
	font-family: 'Gilroy', sans-serif!important;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
}
.cf-container input:focus-visible,
.cf-container textarea:focus-visible,
.cf-container input:focus,
.cf-container textarea:focus {
	outline: none;
	transition: all ease .3s;
}
.cf-container input[type="submit"] {
	margin-top: 48px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: #5E7005;
	border-radius: 8px 8px 8px 8px;
	padding: 16px 48px 16px 48px;
	background: linear-gradient(83.75deg, #BDD63E -35.09%, #ECF9AA 142.64%);
	font-family: 'Gilroy';
	transition: all ease .3s;
}
.cf-container input[type="submit"]:hover {
	opacity: .7;
	transition: all ease .3s;
}
.cf-success { 
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	max-width: 400px;
	margin: 16px auto;
	text-align: center;
}
.cf-error { color: red; margin-bottom: 10px; }

@media screen and (max-width: 767px) {
	.cf-container input[type="text"],
	.cf-container input[type="email"],
	.cf-container input[type="tel"],
	.cf-container textarea {
		padding: 12px 16px;
		margin: 8px 0;
	}
	.cf-container input[type="submit"] {
		margin-top: 40px;
		font-size: 16px;
		padding: 12px 16px 12px 16px;
	}
}

/* New Contact Us Elementor Drag * Drop */
.contact button[type="submit"] {
	margin-top: 48px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: #5E7005!important;
	border-radius: 8px 8px 8px 8px;
	padding: 16px 48px 16px 48px!important;
	background: linear-gradient(83.75deg, #BDD63E -35.09%, #ECF9AA 142.64%);
	font-family: 'Gilroy';
	transition: all ease .3s;
	min-height: unset!important;
	line-height: 1.5;
	opacity: 1;
}
.contact button[type="submit"]:hover {
	opacity: .7;
	transition: all ease .3s;
}
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact textarea {
	font-family: Gilroy!important;
	font-size: 16px!important;
	line-height: auto!important;
	padding: 16px 24px!important;
}
.contact .elementor-field-group {
	margin-bottom: 24px!important;
}

/* New Contact Us page Elementor Drag * Drop */
.contact-us-form button[type="submit"] {
	margin-top: 48px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: #5E7005!important;
	border-radius: 8px 8px 8px 8px;
	padding: 16px 48px 16px 48px!important;
	background: linear-gradient(83.75deg, #BDD63E -35.09%, #ECF9AA 142.64%);
	font-family: 'Gilroy';
	transition: all ease .3s;
	min-height: unset!important;
	line-height: 1.5;
	opacity: 1;
}
.contact-us-form button[type="submit"]:hover {
	opacity: .7;
	transition: all ease .3s;
}
.contact-us-form input[type="text"],
.contact-us-form input[type="tel"],
.contact-us-form input[type="email"],
.contact-us-form textarea {
	font-family: Gilroy!important;
	font-size: 16px!important;
	line-height: auto!important;
	padding: 16px 24px!important;
	border: 1px #D9D9D9 solid!important;
	color: #1f1f1f!important;
}
.contact-us-form .elementor-field-group {
	margin-bottom: 24px!important;
}

/**
 * Service Category - Service List
 */

.service-category .elementor-icon {
	padding: 16px;
	border-radius: 10px;
	background-color: #fff;
}
.service-category .service-item {
	cursor: pointer;
}
.service-category .service-item:hover {
	background-color: #5E7005;
}
.service-category .service-item:hover h3 {
	color: #fff;
}
.service-category .service-item:hover p {
	color: #fff!important;
}


@media screen and (max-width: 767px) {
	.service-category .service-item {
		margin: 0 10px;
	}
	
	/* Carousel Arrows */
	.service-category .service-category-list .slick-next, .service-category .service-category-list .slick-prev {
		width: 40px;
		height: 40px;
		border-radius: 100px;
		background-color: #5E7005 !important;
		z-index: 1;
		border: 2px #fff solid;
		box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
	}
	.service-category .service-category-list .slick-next {
		right: 5px;
	}
	.service-category .service-category-list .slick-prev {
		left: 5px;
	}
	.service-category .service-category-list .slick-next::before {
		content: '';
		display: inline;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
		background-size: cover;
		filter:  brightness(0) invert(1);
	}
	.service-category .service-category-list .slick-prev::before {
		content: '';
		display: inline;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
		background-size: cover;
		filter:  brightness(0) invert(1);
		transform: rotate(180deg);
	}
	.service-category .service-category-list .slick-dots {
		bottom: -24px;
	}
	.service-category .service-category-list .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.service-category .service-category-list .slick-dots li button {
		width: 8px;
		height: 8px;
		padding: 0;
	}
	.service-category .service-category-list .slick-dots li button::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 100px;
		background-color: #5E7005;
		transition: all ease .3s;
	}
	.service-category .service-category-list .slick-track {
		display: flex!important;
		height: 100%!important;
	}
	.service-category .service-category-list .service-item.slick-active {
		background-color: #5E7005;
	}
	.service-category .service-category-list .service-item.slick-active h3 span {
		transition: all ease .3s;
		color: #fff;
	}
	.service-category .service-category-list .service-item.slick-active p {
		transition: all ease .3s;
		color: #fff;
	}
	.service-category .service-category-list .service-item.slick-active .link-btn a {
		transition: all ease .3s;
		color: #fff;
		border-bottom: 1px #fff solid;
	}
	.service-category .service-category-list .service-item.slick-active .link-btn a span::after {
		transition: all ease .3s;
		filter:  brightness(0) invert(1);
	}
	.service-category .service-category-list .service-item .link-btn {
		margin-top: 32px;
	}
}

/**
 * About Us
 */
.tax-specialists .item-list .item {
	position: relative;
}
.tax-specialists .item-list .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 332px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tax-specialists .item-list .item.claude::after {
	background-image: url('https://cgdpartners.com.au/wp-content/uploads/2025/05/claude-dinca.png');
}
.tax-specialists .item-list .item.kerryn::after {
	background-image: url('https://cgdpartners.com.au/wp-content/uploads/2025/05/kerryn-kelly.png');
}
.tax-specialists .item-list .item::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 100%;
	border-radius: 0;
	z-index: 1;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background: linear-gradient(270deg, rgba(94, 112, 5, 0) 0%, #5E7005 100%);
}
@media screen and (min-width: 769px) {
	.tax-specialists .item-list .item {
	}
}
@media screen and (max-width: 768px) {
	.tax-specialists .item-list .item::after {
        width: 272px;
        height: 100%;
        object-fit: contain;
        object-position: bottom right;
	}
}

/**
 * Mid CTA
 */
@media screen and (min-width: 769px) {
	.mid-cta .mid-cta-image {
		position: absolute;
		bottom: 0;
		right: 117px;
	}
}

/**
 * Contact Us Page -- Form Section
 */

.contact-us-form .cf-container input[type="text"],
.contact-us-form .cf-container input[type="email"],
.contact-us-form .cf-container input[type="tel"],
.contact-us-form .cf-container textarea {
	color: #1f1f1f;
}
.contact-us-form .cf-container input::placeholder,
.contact-us-form .cf-container textarea::placeholder  {
	font-family: 'Gilroy', sans-serif!important;
	font-size: 16px;
	line-height: 26px;
	color: #1f1f1f;
	font-weight: 500;
}

/* Contact Us Page -- Company Information */
@media screen and (max-width: 767px) {
	.company-info .info-list .info-item:not(:first-child) {
		border-top: 1px rgb(31 31 31 / 20%) solid;
        padding-top: 16px;
	}
}

/**
 * Team Detail - Hero
 */

.team-detail-page .entry-content,
.serv-detail-page .entry-content,
.inner-page .entry-content
.legal-page .inside-article {
	position: relative!important;
}
 {
	
}
.team-detail-page .entry-content::before,
.serv-detail-page .entry-content::before,
.inner-page .entry-content::before,
.legal-page .inside-article::before {
	content: "";
	display: inline-block!important;
	position: absolute!important;
	top: 0!important;
	width: 100%!important;
	height: 240px!important;
	background: linear-gradient(180deg, #5E7005 0%, rgba(94, 112, 5, 0) 100%);
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.team-detail-page .entry-content::before,
	.serv-detail-page .entry-content::before,
	.legal-page .inside-article::before {
		height: 120px!important;
	}
}

/**
 * Service Detail
 */

.serv-mid .serv-mid-list .slick-dots {
	display: none!important;
}
/* Carousel Arrows */
.serv-mid .serv-mid-list .slick-next, .serv-mid .serv-mid-list .slick-prev {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #5E7005 !important;
	z-index: 1;
	border: 2px #fff solid;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
}
.serv-mid .serv-mid-list {
	height: 100%!important;
	display: flex!important;
}
.serv-mid .serv-mid-list .slick-track {
	height: 100%;
	display: flex!important;
	gap: 0 20px;
}
.serv-mid .serv-mid-list .serv-mid-item {
	height: 100%;
}
.serv-mid .serv-mid-list .slick-next {
	right: -7px;
}
.serv-mid .serv-mid-list .slick-prev {
	left: -7px;
}
.serv-mid .serv-mid-list .slick-next::before {
	content: '';
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	filter:  brightness(0) invert(1);
}
.serv-mid .serv-mid-list .slick-prev::before {
	content: '';
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	filter:  brightness(0) invert(1);
	transform: rotate(180deg);
}

/* Service Detail Support */
.serv-detail-support > div {
	display: flex;
	align-items: flex-start!important;
}
.serv-detail-support .serv-mid-supp-list .slick-dots {
	display: none!important;
}
.serv-detail-support .serv-mid-supp-list img {
	width: 100%;
}
/* Carousel Arrows */
.serv-detail-support .serv-mid-supp-list .slick-next, .serv-detail-support .serv-mid-supp-list .slick-prev {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #5E7005 !important;
	z-index: 1;
	border: 2px #fff solid;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.02);
}
.serv-detail-support .serv-mid-supp-list .slick-next {
	right: -10px;
}
.serv-detail-support .serv-mid-supp-list .slick-prev {
	left: -10px;
}
.serv-detail-support .serv-mid-supp-list .slick-next::before {
	content: '';
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	filter:  brightness(0) invert(1);
}
.serv-detail-support .serv-mid-supp-list .slick-prev::before {
	content: '';
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg') no-repeat center center;
	background-size: cover;
	filter:  brightness(0) invert(1);
	transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
	.serv-detail-support > div {
		flex-direction: column!important;
	}
	.serv-detail-support > div > div {
		width: 100%!important;
	}
}
@media screen and (max-width: 767px) {
	.serv-detail-support .serv-mid-supp-list .slick-next {
		right: -20px;
	}
	.serv-detail-support .serv-mid-supp-list .slick-prev {
		left: -20px;
	}
	.serv-detail-support > div {
		gap: 40px;
	}
}


/**
 * Service Detail -- eSuperannuation
 */
.esuperannuation .esuper-serv-item .bullet-list ul li {
	position: relative;
}
.esuperannuation .esuper-serv-item .bullet-list ul li::before {
	content: '';
	position: absolute;
    left: -24px;
    top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #5E7005;
}


/* Legal Pages */

.legal-page .entry-content h1,.legal-page .entry-content h2,.legal-page .entry-content h3,.legal-page .entry-content h4,.legal-page .entry-content h5,.legal-page .entry-content h6{font-style:normal;color:var(--Liver,#5E7005);font-family:"Gilroy";font-weight:600;line-height:normal}.legal-page{background-color:#fff}.legal-page .inside-article{padding:240px 0 160px!important;background-color:#fff}.legal-page .inside-article .entry-content{max-width:1440px;width:100%;margin:0 auto;padding:0 40px}.legal-page .entry-content h1{margin-top:24px;font-size:48px}.legal-page .entry-content h2{margin-top:24px;font-size:40px}.legal-page .entry-content h3{margin-top:24px;font-size:32px}.legal-page .entry-content h4{font-size:28px}.legal-page .entry-content h5{font-size:24px}.legal-page .entry-content h6{font-size:22px}.legal-page .entry-content ol li,.legal-page .entry-content p,.legal-page .entry-content ul li{margin-top:24px;color:var(--Eerie-Black,#101010);font-family:'Gilroy';font-weight:400;font-size:16px;font-style:normal}.legal-page .entry-content p{line-height:26px}.legal-page .entry-content a{border-bottom:1px solid #5E7005}.legal-page .entry-content img{max-width:1024px;width:100%;height:250px;border-radius:20px;object-fit:cover;object-position:center center}.legal-page .entry-content .table p{margin-top:0}.legal-page .entry-content ol,.legal-page .entry-content ul{margin:0 0 0 48px}.legal-page .entry-content ol li,.legal-page .entry-content ul li{position:relative;line-height:30px}.legal-page .entry-content ul li::before{content:'';position:absolute;top:10px;bottom:0;left:-26px;margin:0 auto auto;width:10px;height:10px;background-color:#5E7005;border-radius:100px}.legal-page .entry-content ul li::marker{content:''}.legal-page .entry-content ol li::marker{color:var(--Liver,#5E7005);font-family:"Gilroy";font-size:16px;font-style:normal;font-weight:600;line-height:normal}

@media screen and (max-width: 767px) {
	
.legal-page .inside-article{padding:80px 0!important;background-color:#fff}.legal-page .inside-article .entry-content{width:100%;margin:0 auto;padding:0 20px}.legal-page .entry-content h1{font-size:40px}.legal-page .entry-content h2{font-size:32px}.legal-page .entry-content h3{font-size:28px}.legal-page .entry-content h4{font-size:24px}.legal-page .entry-content h5{font-size:20px}.legal-page .entry-content h6{font-size:18px}.legal-page .entry-content ol li,.legal-page .entry-content ul li{margin-top:12px;font-size:16px;line-height:26px}.legal-page .entry-content ol,.legal-page .entry-content ul{margin:0 0 0 26px}.legal-page .entry-content ul li::before{content:'';position:absolute;top:8px bottom: unset;left:-26px;margin:0}
}

/* Basic styles for the popup container */
/* Variables */
:root {
	--marginTop: 24px;
	--fontSize: 16px;
	--lineHeight: 26px;
}

@media screen and (max-width: 767px) {
	:root {
		--marginTop: 12px;
		--fontSize: 14px;
		--lineHeight: 24px;
	}
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999;
	padding: 0 40px;
}

.popup-inner {
	position: relative;
	background-color: #fff;
    padding: 64px;
    border-radius: 40px;
	width: 100%;
	max-width: 1080px;
    height: calc(90% - 80px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup-content {
	padding-right: 80px;
	height: 100%;
/* 	overflow-y: scroll; */
}

.popup-content h2 {
    font-size: 40px;
	line-height: normal;
	font-weight: bold;
	color: #1F1F1F;
	font-family: 'Gilroy';
}

.popup-content p {
	margin-top: var(--marginTop);
	font-size: var(--fontSize);
    font-weight: 500;
    line-height: var(--lineHeight);
	font-family: 'Gilroy';
}

.popup-content ul {
	margin-top: var(--marginTop);
    list-style-type: none;
    padding-left: 40px;
}

.popup-content ul li {
    margin: 10px 0;
	font-size: var(--fontSize);
    font-weight: 500;
    line-height: var(--lineHeight);
	font-family: 'Gilroy';
	position: relative;
}
.popup-content ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #5e7005;
    z-index: 99;
}

.close-btn {
	position: absolute;
	top: 40px;
    right: 40px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	transform: rotate(45deg);
}
.close-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 20px;
	background-color: #fff;
	content: '';
	border-radius: 100px;
}
.close-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	content: '';
	border-radius: 100px;
}

.popup-container.show {
    visibility: visible;
    opacity: 1;
}
.popup-inner.specialists .pos {
	font-size: 16px;
    font-weight: 500;
    font-style: italic;
	color: #5e7005;
}
.popup-inner.specialists .name {
	margin-top: 8px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    color: #1f1f1f;
}
.popup-inner.specialists .desc {
	margin-top: 24px;
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #1f1f1f;
}
/* eSuperannuation */
.popup-inner.esuper {
	height: calc(90% - 30px);
}
.popup-inner.esuper .subhead {
	margin-top: 40px;
}
/* Button Trigger CSS */
.services-item .popup-trigger {
	position: relative;
	padding: 0 0 4px 0;
	color: #5E7005;
	background-color: #ffffff00;
	font-family: 'Gilroy';
	font-size: 15px;
	border-bottom: 1px #5E7005 solid;
	transition: all ease .3s;
}
.services-item:hover .popup-trigger {
	color: #fff;
	background-color: #ffffff00;
	border-bottom: 1px #fff solid;
	transition: all ease .3s;
}
.services-item:hover .popup-trigger:after {
	filter: brightness(200%) contrast(200%) saturate(149%) grayscale(100%);
	transition: all ease .3s;
}
.services-item .popup-trigger::after {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 12px;
    background: url(https://cgdpartners.com.au/wp-content/uploads/2025/04/learn-more-arrow.svg) no-repeat center center;
    background-size: cover;
    transition: all ease .3s;
}
/* About Us Button -- Read More */
.tax-specialists .item .popup-trigger {
    background: linear-gradient(83.75deg, #BDD63E -35.09%, #ECF9AA 142.64%);
    font-family: "Gilroy", Sans-serif!important;
    font-size: 18px;
    font-weight: 500;
    fill: #5E7005;
    color: #5E7005;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF00;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 24px 16px 24px;
	transition: all ease .3s;
	opacity: 1;
}
.tax-specialists .item .popup-trigger:hover {
	transition: all ease .3s;
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 825px) {
	.popup-content {
		overflow-y: scroll;
	}
}
@media screen and (max-width: 767px) {
	.popup-container {
		padding: 0 20px;
	}
	.popup-inner {
		padding: 64px 40px;
	}
	.popup-content {
		padding-right: 40px;
		height: 100%;
		overflow-y: scroll;
	}
	.popup-content h2 {
		font-size: 32px;
	}
	.close-btn {
		width: 24px;
		height: 24px;
		padding: 16px;
		top: 20px;
		right: 20px;
	}
	.close-btn::before {
		width: 2px;
    	height: 16px;
	}
	.close-btn::after {
		width: 16px;
    	height: 2px;
	}
	.popup-content {
		overflow-y: scroll;
	}
	.popup-content ul {
		padding-left: 20px;
	}
	.services-item .popup-trigger {
		margin-top: 32px;
	}
	.services-item .popup-trigger {
		color: #fff;
		background-color: #ffffff00;
		border-bottom: 1px #fff solid;
	}
	.services-item .popup-trigger:after {
		filter: brightness(200%) contrast(200%) saturate(149%) grayscale(100%);
	}
	/* Tax Specialists */
	.popup-inner.specialists .pos {
		font-size: 16px;
	}
	.popup-inner.specialists .name {
		margin-top: 4px;
		font-size: 36px;
		line-height: 46px;
	}
	.popup-inner.specialists .desc {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}
	/* eSuperannuation */
	.popup-inner.esuper .subhead {
		margin-top: 24px;
	}
}
