/*
Theme Name: Hughes Law
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Karla';
	font-weight: 400;
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

body p {
	padding-bottom: 25px;
}

p:last-of-type + * {
	padding-top: 25px;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button,
#wpforms-submit-2766{
    display: inline-block;
    padding: 14px 20px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #e00000;
    color: #fff;
    border: 2px solid #e00000;
    border-radius: 0;
    font-size: 16px;
}
#page-container .et_pb_button-outline{
    display: inline-block;
    padding: 14px 20px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: transparent;
    color: #36454f;
	font-weight: 500;
    border: 2px solid #36454f;
    border-radius: 0;
    font-size: 16px;
}
#page-container .et_pb_button-outline:hover{
	background: #e00000;
	border-color: #e00000;
	color: #ffffff;
}
#page-container .et_pb_button:after {
	display: none;
}
/* #page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
} */
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#wpforms-submit-2766{
    min-width: 175px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    text-align: left;
}
#page-container .et_pb_button:hover,
#wpforms-submit-2766:hover{
	background: transparent;
	color: #36454f;
	border-color: #36454f;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


/*
wpforms styling
--------------------------------------------------- */

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
::-webkit-input-placeholder {
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

/* list style
--------------------------------------------------- */

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	color: #567426;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* table styling
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

/* anchor tag style
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    pointer-events: unset;
    cursor: pointer;
    display: inline-block;
}
.entry-content a:hover {
	color: #ff5757;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-module img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}
.round-img-module img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

/* builder row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* builder section styling
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder top bottom gap none styling
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module styling
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* flex row styling
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

/* large container img text row styling
--------------------------------------------------- */

.large-wrap-grid-text-img-row {
	overflow: hidden;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_3_5 {
	width: 63%;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_2_5 {
	width: 34%;
}
.large-wrap-grid-text-img-row .et_pb_text {
	max-width: 790px;
	width: 100%;
	position: relative;
	padding-left: 25px;
	float: right;
}
.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
	max-width: 590px;
}
.large-wrap-grid-text-img-row.et_pb_gutters1 .et_pb_text {
	max-width: 612px;
}
.reverse-col .et_pb_text {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}
.large-wrap-grid-text-img-row .et_pb_image {
	text-align: right;
}
.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
	text-align: left;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

/* Header menu styling
--------------------------------------------------- */

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
body #top-menu li li a:hover {
	background: #567426;
	color: #fff;
}

/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 20px;
	margin: auto;
	border-bottom: 5px solid #567426;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 42px;
}

/*
Home Page Styling styling
---------------------------------------------------------------------------------------------------- */

/* Home Header styling
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#et-main-area {
	margin-top: -195px;
}

/* banner section styling
--------------------------------------------------- */

#hero-img-section {
	min-height: 700px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 45px;
}










/* footer styling
---------------------------------------------------------------------------------------------------- */

/* footer widgets styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}

/* footer form styling
--------------------------------------------------- */

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main-footer .wpforms-field-captcha {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
}
#main-footer .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-captcha-math {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#main-footer .wpforms-submit-container {
	text-align: right;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}

/* social icons styling
--------------------------------------------------- */

.social-icons {
	padding-bottom: 15px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #567426;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #567426;
}

/* footer contact styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
inner banner section  styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
/* 	border: 1px solid #d7d7d7;
	padding: 10px; */
	margin-bottom: 30px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #567426;
	color: #fff;
}

/*
Sidebar setyling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #524f4b;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments styling
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}


/*
Custom CSS styling
---------------------------------------------------------------------------------------------------- */


/*
Header styling
--------------------------------------------------- */
#site-header,
#site-header .site-header-menu{
	background-color: transparent;
}
.home #site-header.et_pb_sticky {
	background-color: #ffffff;
}
#site-header.et_pb_sticky {
	background-color: #1a2b3a;
}
#site-header{
	padding: 0;
}
#site-header .et_pb_row {
    max-width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
#site-header .site-header-img img,
#header-white-logo img{
    width: 150px;
}
#site-header .et_pb_menu .et_pb_menu__wrap{
    justify-content: end;
}
.home #site-header .site-header-menu li a{
	color: #1a2b3a;	
}

#site-header .et_pb_menu li li a, #site-header .et_pb_menu li li.current-menu-item a {
	color: #ffffff;	
	max-width: 250px;
}
#site-header .site-header-menu li a{
    font-size: 18px;
    font-weight: 400;
	color: #ffffff;	
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#site-header .site-header-menu li.current-menu-item a {
    color: #ff5757;
}
.home #site-header .site-header-menu li a {
	color: #ffffff;
}
#site-header .et_pb_menu li li{
    padding: 0;
    background-color: #e00000;
    max-width: 100%;
}
#site-header .et_pb_menu li li.current-menu-item {
    background-color: #ff5757;
}
#site-header .nav li ul{
    border-top: 3px solid #e00000;
    max-width: 250px;
    margin: 0;
    background-color: #e00000 !important;
}
#site-header .et_pb_menu li li a:hover{
	background-color: #ffffff;
	color:  #e00000;
    max-width: 250px;
	opacity: 1;
}
.home #site-header .site-header-menu li a{
	color: #1a2b3a;
}
.home #site-header .sub-menu li a{
	color: #ffffff;
}
.home #header-white-logo,
#header-dark-logo{
	display: none;
}
.home #header-dark-logo,
#header-white-logo{
	display: block;
	margin-bottom: 0;
}
#site-header .et_pb_button:hover{
	background-color: #ff5757;
    color: #ffffff;
    border: 2px solid #ff5757;	
	opacity: 0.9;
}
#site-header .site-header-btn{
	text-align: right;
}
#site-header .et_pb_column {
	margin: 0;
}
#site-header .et_pb_column_1_tb_header {
	width: 63%;
}
#site-header .et_pb_column_0_tb_header,
#site-header .et_pb_column_2_tb_header {
	width: 18%;
}
#page-container header .et_builder_inner_content{
	z-index: 9;
}

/*
Footer styling
--------------------------------------------------- */
#site-footer{
	background-color: #1a2b3a;
}
#site-footer .et_pb_row {
    max-width: 1250px;
    padding-bottom: 40px;
}
#site-footer .site-logo img{
	width: 150px;
}
#site-footer h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
}
#site-footer p{
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 12px;
}
#site-footer a{
    color: #ffffff;
    font-size: 15px;	
}
#site-footer .site-logo{
	width: 40%;
}
#site-footer #site-contact{
	width: 20%;
}
#site-footer .site-experties,
#site-footer .site-quick_link{
	width: 15%;
}
#site-footer  .site-footer-last_row{
    padding: 0;
    padding-top: 20px;
    border-top: 2px solid #4d5863;
}
#site-footer  .site-footer-last_row p{
	text-align: center;
	padding-bottom: 0;
}
#site-footer .site-footer-last_row p,
#site-footer .site-footer-last_row a{
	font-size: 13px;
}

/* Hero Section styling
----------------------------------------------- */

#hero-section{
    height: 90vh;
    display: flex;
    align-items: center;
/*     background-position: top; */
}
#hero-section h1{
    font-size: 58px;
    letter-spacing: 3px;
    padding-bottom: 30px;
}
#hero-section h1 span{
    color: #e00000;
    display: inline;
	font-size: 58px;
}
#hero-section .et_pb_row {
    max-width: 1250px;
    padding-top: 12%;
}
#hero-section .et_pb_text_inner{
	max-width: 500px;
}

/*
Home About Section styling
--------------------------------------------------- */
#home-about_sec{
    padding: 70px 0;
}
#home-about_sec .et_pb_button-outline{
	min-width: 300px;
}
#home-about_sec h2{
    font-size: 18px;
    color: #e00000;
    font-weight: 600;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#home-about_sec h3{
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
}
#home-about_sec img{
    height: 500px;
    width: 380px;
    object-fit: cover;
    z-index: 1;
}
#home-about_sec .et_pb_image {
	text-align: right;
}
#home-about_sec .et_pb_image_wrap::after{
	content:'';
    height: 500px;
    width: 380px;	
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: #ff5757;
}
#home-about_sec .et_pb_row {
    max-width: 1050px;
}
/*
Why choose us Section styling
--------------------------------------------------- */
#why-choose_sec{
    padding: 80px 0;
    background-color: #1a2b3a;
}
#why-choose_sec .why-choose_sec-header{
	padding: 0;
}
#why-choose_sec .why-choose_sec-header h2{
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}
#why-choose_sec .why-choose_sec-stats h3{
    font-size: 80px;
    color: #ff5757;
	padding-bottom: 30px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#why-choose_sec .et_pb_button:hover{
	color: #ffffff;
	border-color: #ffffff;
}
#why-choose_sec p{
    color: #ffffff;
    max-width: 400px;
    padding-bottom: 40px;
}
#why-choose_sec .why-choose_sec-stats_right h4{
    font-size: 45px;
    color: #ff5757;
    padding-bottom: 25px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#why-choose_sec .why-choose_sec-stats_right{
    padding-left: 150px;
}
#why-choose_sec .why-choose_sec-stats_left{
	border-right: 2.5px solid #bbc0c5;
}
#why-choose_sec .why-choose_sec-stats{
    padding: 0;
    padding-top: 70px;
    max-width: 1050px;
}


/*
Services Section styling
--------------------------------------------------- */
#services-sec{
	padding: 80px 0;
}
#services-sec .services-sec_header h2{
    text-align: center;
    font-size: 50px;
    font-weight: 500;	
}
#services-sec .services-sec_header p{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
#services-sec .services-sec_boxes .service-box{
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    height: 250px;
    justify-content: space-between;
}
#services-sec .services-sec_boxes .service-box img{
    width: 50px;
    height: 50px;
}
#services-sec .services-sec_boxes .service-box .service-box_content  h3{
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    width: 50%;
    line-height: 1.3;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#services-sec .services-sec_boxes .service-box .service-box_content{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#services-sec .services-sec_boxes .service-box .service-box_content img{
	width: 30px;
	height: 30px;
}

/*
Testimonials Section styling
--------------------------------------------------- */

#testimonials-sec{
	padding: 60px 0;
	background-color: #f0f0f0;
}
#testimonials-sec h2{
    text-align: center;
    font-size: 50px;
    font-weight: 500;		
}
#testimonials-sec .et_pb_slide_content,
#testimonials-sec .et_pb_slide_content h6{
    color: #1a2b3a !important;
    text-shadow: none !important;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#testimonials-sec .et_pb_slide_description{
    padding-top: 0;
    padding-bottom: 0;
}

/*
Inner Bnner Section styling
--------------------------------------------------- */

#inner-banner{
	background-color: #1a2b3a;
	height: 450px;
	display: flex;
	align-items: center;
}
#inner-banner h1{
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 0;
    text-align: center;
	color: #ffffff;
}
#inner-banner h1 span{
	color: #ff5757;
}
#inner-banner .et_pb_row {
    padding-top: 120px;
}
.post-content ul {
    list-style: none;
	padding-left: 0;
}
.post-content li {
 	position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.post-content li::before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
}


/*
About Legal Section styling
--------------------------------------------------- */

#about-legal-sec{
	padding: 60px 0;
}
#about-legal-sec .about-legal-sec_header h2{
    text-align: center;
    font-size: 40px;
    font-weight: 500;	
}
#about-legal-sec .about-legal-sec_header p{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
#about-legal-sec .about-legal-sec_boxes img{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
#about-legal-sec .about-legal-sec_boxes .et_pb_column {
    border: 1px solid #f0f0f0;
    padding: 30px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about-legal-sec .about-legal-sec_boxes h4{
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
}
#about-legal-sec .about-legal-sec_boxes p{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}



/*
About Belinda Section styling
--------------------------------------------------- */
#belinda-sec{
	padding: 20px 0 60px;
}
#belinda-sec .belinda-sec-main h2{
    font-size: 40px;
    font-weight: 500;
	padding-bottom: 25px;
}
#belinda-sec .belinda-sec-main h2 span{
	color: #e00000;	
}
#belinda-sec .belinda-sec-main h3{
    color: #e00000;
    font-size: 20px;
}
#belinda-sec .belinda-sec-main img{
    height: 450px;
    width: 320px;
    object-fit: cover;
    object-position: 0 -25px;
	z-index: 1;
}
#belinda-sec .belinda-sec-main .et_pb_image_wrap::after{
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #ff5757;
    height: 450px;
    width: 320px;
}
#belinda-sec .belinda-sec-text{
	padding: 0;
}
#belinda-sec .belinda-sec-main{
    display: flex;
    align-items: center;
}


/*
About Membership Section styling
--------------------------------------------------- */
#membership-sec{
	padding: 70px 0;
	background-color: #f0f0f0;
}

#membership-sec h2{
    font-size: 40px;
    font-weight: 500;
	text-align: center;
}
#membership-sec .membership-sec_header {
	padding: 0;
}
#membership-sec .membership-sec_logos img{
	width: 250px;
}
#membership-sec .membership-sec_logos{
	padding-bottom: 0;
}


/*
Services Individual Content Section styling
--------------------------------------------------- */
#services-individual_content-sec{
/* 	padding: 0; */
}



/*
Fees Section styling
--------------------------------------------------- */
#fees-section .et_pb_toggle{
    background: #ffffff;
    border: unset;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-bottom: 0;
}
#fees-section .et_pb_toggle_title{
    color: #ff5757;
    font-size: 27px;
}
#fees-section .et_pb_toggle_title:before{
    font-size: 40px;
    color: #ff6967;
}
#fees-section .et_pb_toggle_title:last-of-type{
	border-bottom: unset;
}

/*
Contact Page styling
--------------------------------------------------- */
#contact-sec h3{
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 500;
}
#contact-sec p a,
#contact-sec p a:hover{
	color: #1a2b3a;
}
#wpforms-2766{
	margin-top: 0;
}
#main-content .wpforms-form input, #main-content .wpforms-form select, #main-content .wpforms-form textarea{
    border: unset;
    border-radius: 0;
    font-family: inherit;
    padding: 16px;
    background-color: #f0f0f0;
}
#main-content .wpforms-form input::placeholder, #main-content .wpforms-form select::placeholder, #main-content .wpforms-form textarea::placeholder{
	color: #374650;
	font-size: 16px;
}
#contact-map-sec,
#contact-map-sec .et_pb_row{
    padding: 0;
    max-width: 100%;
}
#contact-map-sec iframe{
	margin-bottom: -20px;
}


/* CTA Section styling
----------------------------------------------- */

#cta-section{
    padding: 60px 0;
    background-color: #f0f0f0;
}
#cta-section h3{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
#cta-section p{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* News Content Section */
.news-content-section {
	padding: 60px 0;
/* 	min-height: 100vh; */
}

/* Filter Section */
.news-filters {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    justify-content: space-between;
}

.filter-label {
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.dropdown-container {
    position: relative;
    min-width: 200px;
    border-bottom: 2px solid #ff5757;
}

.custom-dropdown {
    position: relative;
    background: transparent;
    border: unset;
    cursor: pointer;
    border-radius: unset;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.dropdown-header:hover {
	border-color: #e74c3c;
}

.dropdown-text {
    font-size: 20px;
    font-weight: 500;
}

.dropdown-icon {
	color: #e00000;
	font-size: 18px;
	font-weight: bold;
	transition: transform 0.3s ease;
}

.custom-dropdown.active .dropdown-icon {
	transform: rotate(45deg);
}

.dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.custom-dropdown.active .dropdown-content {
	display: block;
}

.dropdown-item {
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-size: 14px;
	color: #333;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
}

.dropdown-item.selected {
	background-color: #e74c3c;
	color: white;
}

/* Posts Container */
.news-posts-container {
    overflow: hidden;
    margin-top: 100px;
}

.news-post-item {
    padding-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.news-post-item:last-child {
	border-bottom: none;
}

.news-post-item:hover {
/* 	background-color: #fafafa; */
}

.post-title {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.post-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-title a:hover {
	color: #e00000;
}

.post-excerpt {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.read-more-link {
	color: #e00000;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.2s ease;
}

.read-more-link:hover {
	color: #ff5757;
	text-decoration: underline;
}

.no-posts-found {
	padding: 60px 30px;
	text-align: center;
	color: #666;
	font-size: 18px;
}

/* Pagination */
.news-pagination {
	margin-top: 40px;
	text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
	.news-filters {
		flex-direction: column;
		gap: 20px;
		align-items: stretch;
	}
	
	.filter-group {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	
	.dropdown-container {
		min-width: auto;
	}
	
	.news-post-item {
		padding: 0;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.news-content-section {
		padding: 30px 0;
	}
}

@media (max-width: 480px) {
	.news-filters {
		padding: 15px 0 0;
	}
	
	.news-post-item {
		padding: 0;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.post-excerpt {
		font-size: 14px;
	}
}



/* Single Post Hero Section */
.single-post-hero {
/* 	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
	color: white;
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.single-post-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}
.hero-meta {
	font-size: 1.1rem;
	opacity: 0.9;
}

/* Main Content Area */
.single-post-content {
/* 	background: #f8f9fa;
	padding: 60px 0;
	min-height: 100vh; */
}

.content-wrapper {
	display: grid;
/* 	grid-template-columns: 1fr 300px; */
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.main-content-area {
/* 	background: white; */
/* 	padding: 40px; */
/* 	border-radius: 10px; */
/* 	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); */
}

.content-sidebar {
/* 	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
	height: fit-content; */
}

/* Post Media */
.post-media {
	margin-bottom: 0;
	border-radius: 8px;
	overflow: hidden;
}

.post-media img {
	width: 100%;
	height: auto;
	display: block;
}

.video-container,
.gallery-container {
	margin-bottom: 30px;
}

/* Post Format Content */
.post-format-content {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 8px;
	background: #f8f9fa;
}

.quote-content {
	font-style: italic;
	font-size: 1.2rem;
	text-align: center;
	border-left: 4px solid #3498db;
	padding-left: 20px;
}

.link-content a {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

.link-content a:hover {
	text-decoration: underline;
}

/* Post Content */
.post-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 40px;
}

.post-content p {
	margin-bottom: 20px;
}
.post-content ul li p,
.post-content ol li p{
	margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
/* 	margin-top: 30px; */
	margin-bottom: 15px;
	color: #2c3e50;
}

.post-content blockquote {
	border-left: 4px solid #3498db;
	padding-left: 20px;
	margin: 30px 0;
	font-style: italic;
	color: #666;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

/* Post Footer */
/* .post-footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-bottom: 40px;
}

.post-tags,
.post-categories {
	margin-bottom: 10px;
}

.tags-label,
.categories-label {
	font-weight: 600;
	color: #666;
}

.post-tags a,
.post-categories a {
	color: #3498db;
	text-decoration: none;
	margin-right: 5px;
}

.post-tags a:hover,
.post-categories a:hover {
	text-decoration: underline;
} */

/* Advertisement */
.post-advertisement {
	text-align: center;
	margin: 40px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.ad-image {
	max-width: 100%;
	height: auto;
}

/* Author Bio */
.author-bio {
	display: flex;
	gap: 20px;
	background: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 40px;
}

.author-avatar img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.author-info h4 {
	margin: 0 0 10px 0;
	color: #2c3e50;
}

.author-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}

.author-posts-link {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

.author-posts-link:hover {
	text-decoration: underline;
}

/* Comments Section */
.comments-section {
	margin-top: 40px;
}

/* Page Links */
.page-links {
	text-align: center;
	margin: 30px 0;
}

.page-links a {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 5px;
	background: #3498db;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}

.page-links a:hover {
	background: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2rem;
	}
	
	.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
	
	.main-content-area,
	.content-sidebar {
		padding: 20px;
	}
	
	.single-post-hero {
		padding: 60px 0;
	}
	
	.author-bio {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 1.5rem;
	}
	
	.single-post-content {
		padding: 30px 0 0;
	}
	
	.main-content-area,
	.content-sidebar {
		padding: 15px;
	}
}


.menu-contact-btn {
    display: none !important;
    padding: 14px 20px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #e00000;
    color: #ffffff;
    border: 2px solid #e00000;
    border-radius: 0;
    font-size: 16px;
}
.menu-contact-btn a{
    color: #ffffff !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.single-post-article .et_pb_row{
    padding-bottom: 0;
}
.single-post-article .post-content {
	margin-bottom: 0;
}



/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px){
	.news-content-section{
		padding: 0;
	}
	.news-post-item:last-child{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
	#site-header .et_pb_row,
	#site-footer .et_pb_row{
		max-width: 1150px;
	}
	#site-header .et_pb_row{
		width: 95%;
	}
	#about-legal-sec .about-legal-sec_header h2,
	#belinda-sec .belinda-sec-main h2,
	#membership-sec h2{
		font-size: 40px;
	}
	#membership-sec .membership-sec_logos img{
		width: 200px;
	}
	#belinda-sec .belinda-sec-main{
		gap: 50px;
	}
	#hero-section h1{
		font-size: 65px;
	}

}
@media only screen and (max-width: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	#site-footer .site-logo{
	    width: 30%;
	}
	#site-footer #site-contact{
		width: 25%;
	}
	#site-footer .site-experties, #site-footer .site-quick_link{
		width: 17%;
	}
	#site-footer a,
	#site-footer p{
		font-size: 17px;
	}
	#inner-banner{
		height: 400px;
	}
	#site-header .site-header-img img, #header-white-logo img {
		width: 90px;
	}
	.news-post-item{
		padding-bottom: 0;
		margin-bottom: 30px !important;
	}
	.news-posts-container{
		margin-top: 50px;
	}
	#et-main-area {
		margin-top: -130px;
	}
	#inner-banner h1{
	    font-size: 35px;
    	line-height: 1.2;
	}
	#contact-map-sec .et_pb_row{
		width: 100%;
	}
	#contact-map-sec iframe{
		height: 350px;
	}
	#hero-section{
		height: 80vh;
	}
	#hero-section h1{
    	font-size: 60px;		
	}
	#services-sec{
	    padding: 60px 0;
	}
	#site-header .et_pb_menu .et_pb_menu__wrap{
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px){
	#belinda-sec .belinda-sec-main .et_pb_image_wrap::after{
	    height: 420px;
    	width: 270px;
	}
	#about-legal-sec,
	#testimonials-sec{
		padding: 40px 0;
	}
	#why-choose_sec,
	#home-about_sec{
		padding: 50px 0;
	}
	#home-about_sec h3{
		font-size: 40px;
	}
	#why-choose_sec .why-choose_sec-header h2,
	#services-sec .services-sec_header h2,
	#testimonials-sec h2{
		font-size: 45px;
	}
	#services-sec .services-sec_boxes .service-box .service-box_content h3{
		font-size: 20px;
	}
	#services-sec .services-sec_boxes .service-box img {
		width: 40px;
		height: 40px;
	}
	#services-sec .services-sec_boxes .service-box{
		height: 200px;
		padding: 25px;
	}
	#why-choose_sec .why-choose_sec-stats h3{
		font-size: 70px;
	}
	#hero-section{
		height: 70vh;
	}
	#hero-section h1{
		font-size: 55px;
	}
}

@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#site-header .et_pb_column,
	#site-header .et_pb_column .et_pb_module{
		margin-bottom: 0;
		text-align: center;
	}
	#site-header .et_pb_column--with-menu {
		position: absolute;
		bottom: 0;
		top: 5rem;
	}
	
	#site-header .et_pb_menu .et_pb_menu__wrap {
		justify-content: center;
	}
	#site-header .et_pb_module .mobile_menu_bar:before{
	    color: #ff5757;
    	top: 10px;
	}
	.home #site-header .et_pb_module .mobile_menu_bar:before{
		color: #e00000;
	}
	#site-header  .et_mobile_menu {
        border-color: #ff5757;
    }
	#site-header .site-header-btn .et_pb_code_inner {
	    text-align: right;
	}
	#site-header  .et_pb_button{
	    padding: 15px 25px;
		font-size: 18px;
	}
	#site-header .site-header-img img{
		width: 120px;
	}
	#site-header .et_pb_row{
		padding-bottom: 45px;
		justify-content: center;
	}
	#site-footer .site-logo,
	#site-footer #site-contact,
	#site-footer .site-experties, #site-footer .site-quick_link{
		width: 100%;
		margin-bottom: 25px;
	}
	#site-footer h4{
		padding-bottom: 20px;
		font-size: 22px;
	}
	#site-footer p{
		padding-bottom: 5px;
	}
	#site-footer .site-logo{
	    margin-bottom: 45px;
	}
	#site-footer .et_pb_row{
		padding-bottom: 0;
	}
	#site-header .et_mobile_menu li a{
		color: #1a2b3a;
	}
    #et-main-area {
        margin-top: -150px;
    }
	#inner-banner {
        height: 350px;
    }
	#belinda-sec .belinda-sec-main{
		gap: 0;
	}
	#cta-section h3{
		font-size: 40px;
	}
	div.wpforms-container-full{
		margin-bottom: 0;
	}
	#home-about_sec .et_pb_row{
	    display: flex;
    	flex-direction: column-reverse;
	}
	#home-about_sec .et_pb_row .et_pb_image {
		margin-bottom: 40px;
		text-align: center;
	}
	#home-about_sec .et_pb_row  .et_pb_column{
		margin-bottom: 0;
	}
	#why-choose_sec .why-choose_sec-stats_left {
		border-right: unset;
	}
	#why-choose_sec .why-choose_sec-stats_right{
		padding: 0;
	}
	#why-choose_sec .why-choose_sec-stats{
		padding-top: 50px;
	}
	#hero-section .et_pb_row {
		padding-top: 8rem;
	}
	.menu-contact-btn{
		display: inline-block !important;
		margin-top: 10px;
	}
	#site-header .et_pb_column.et_pb_column_2_tb_header{
		display: none;
	}
	#header-dark-logo{
		text-align: center;
	}
}

@media only screen and (max-width: 767px) { 

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
	    padding: 15px 20px;
		font-size: 16px;
		min-width: max-content;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	.filter-group{
		width: 100%;
	}
	.news-filters{
		gap: 50px;
	}
	.news-posts-container {
        margin-top: 25px;
    }
	.news-post-item:last-child{
		margin-bottom: 0 !important;
	}
	.single-post article{
		margin-bottom: 0;
	}
	.single-post-content .container{
		padding-top: 0 !important;
	}
	#belinda-sec .belinda-sec-main{
	    flex-direction: column;
	}
	#belinda-sec .belinda-sec-main .et_pb_image_wrap{
		margin-bottom: 40px;
	}
	#about-legal-sec{
	    padding: 20px 0 0;
	}
	#belinda-sec .belinda-sec-main .et_pb_image {
		text-align: center;
	}
	#cta-section{
		padding: 30px 0;
	}
/* 	#site-header .et_pb_row{
		padding-bottom: 15px;
	} */
    #why-choose_sec, #home-about_sec{
        padding: 40px 0;
    }
	#why-choose_sec{
		padding-top: 60px;
	}
	#why-choose_sec p{
		padding-bottom: 15px;
	}
	#why-choose_sec .why-choose_sec-stats_left{
		margin-bottom: 40px !important;
	}
	#why-choose_sec .why-choose_sec-stats h3 {
        font-size: 65px;
        padding-bottom: 20px;
    }
	#services-sec {
        padding: 20px 0 40px;
    }
	#testimonials-sec{
		padding: 20px 0;
	}
	#testimonials-sec h2{
		padding-bottom: 0;
	}
	#testimonials-sec .et_pb_slide_description{
		padding: 0;
	}
	.single-post-article .et_pb_section {
		padding-bottom: 0;
	}
	.et_pb_menu li ul.sub-menu {
		width:auto;
	}
}

@media only screen and (max-width: 500px) { 

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
	.news-content-section .container{
		padding-top: 30px !important;
	}
    #inner-banner{
        height: 330px;
    }
	.news-post-item {
        padding-bottom: 0;
        margin-bottom: 20px !important;
    }
	.post-content{
		margin-bottom: 15px;
	}
    #page-container .et_pb_button{
        padding: 15px;
        font-size: 14px;
        min-width: max-content;
    }
	.filter-label,
	.dropdown-text{
		font-size: 18px;
	}
	.news-filters{
		gap: 40px;
	}
	.filter-group{
		gap: 0;
	}
	#inner-banner .et_pb_row {
		padding-top: 130px;
		padding-bottom: 0;
	}
/* 	#site-header .et_pb_row {
        padding-bottom: 30px;
    } */
	#inner-banner h1 {
        font-size: 30px;
    }
	#about-legal-sec .about-legal-sec_header h2, #belinda-sec .belinda-sec-main h2, #membership-sec h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }
	#contact-map-sec iframe {
        height: 300px;
    }
	#fees-section .et_pb_toggle_title{
		font-size: 25px;
	}
	#fees-section .et_pb_toggle_title:before{
		font-size: 30px;
	}
	#fees-section .et_pb_toggle{
		padding: 15px 0;
	}
	#fees-section{
		padding-bottom: 0;
	}
    #hero-section{
        height: 65vh;
	    background-position: center;
    }
	#hero-section h1{
		font-size: 42px;
	}
	#hero-section h1 span{
		display: inline;
	}
	#hero-section .et_pb_row{
		padding-bottom: 0;
	}
	#home-about_sec img{
		height: 450px;
		width: 330px;	
	}
	#home-about_sec .et_pb_image_wrap::after {
    	height: 450px;
		width: 330px;
	}
	#home-about_sec h3 {
        font-size: 35px;
    }
	#home-about_sec .et_pb_row{
	    padding-bottom: 5px;
	}
	#why-choose_sec{
		padding-top: 50px;
	}
	#why-choose_sec .why-choose_sec-stats h3{
		font-size: 60px;
	}
	#why-choose_sec .why-choose_sec-stats{
		padding-top: 40px;
	}
	#why-choose_sec p{
		padding-bottom: 25px;
	}
	#hero-section{
		background-image: linear-gradient(90deg,rgba(255,255,255,0.93) 23%,rgba(200,224,245,0) 70%,rgba(43,135,218,0) 100%),url("/wp-content/uploads/2025/08/width_1600-1.png")!important;
	}
	body h3{
		font-size: 23px;
		line-height: 1.2;
		font-weight: 600;
	}
	#site-header .et_pb_menu li li,
	.et_pb_menu li ul{
		max-width: 100%;
	}
}