h1,h2,h3,h4,h5, h6 {
	font-family: 'Gt-Sectra-Regular',Helvetica,Arial,Lucida,sans-serif !important;
}
/* Default styles for desktop */
h1 {
    font-size: 58px !important;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}
/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 45px !important;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    h1 {
        font-size: 38px !important;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}
/*Menu CTA Button*/
#et-top-navigation .et_pb_button {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
	background-color: #FF4438;
	color: white;
}
 
#et-top-navigation .et_pb_button:after {
font-size: 23px;
}

input#submit {
	color: white;
}

input#submit:hover {
	color: black;
}

h1.entry-title {
	font-size: 40px !important;
}

.comment-form input, .comment-form textarea {
	font-size: 1em !important;
}

h3.sd-title {
	font-size: 20px !important;
	font-weight: 100 !important;
}

#sidebar h4 {
	font-size: 20px !important;
}

.comment-reply-title span {
	font-size: 34px !important;
}

.comment-reply-link {
	background: white !important;
	color: black !important;
	border: white !important;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}

/*Menu button */
/* Existing desktop and general styles */
.menu-button a {
  display: inline-block !important;
  vertical-align: middle;
  background-color: #00A889 !important;  /* Ensured to stay #00A889 */
  border-radius: 5px;
  color: #F5F6F6 !important;  /* Ensured to stay white */
  font-size: 16px;
  font-weight: bold;  /* Text set to bold */
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  transition: all .25s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  /* Initial box shadow */
}

.menu-button a:hover {
  background-color: #00A889 !important;  /* Ensured to stay #00A889 */
  color: #F5F6F6 !important;  /* Ensured to stay white */
  opacity: 1 !important;  /* Reduced opacity */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  /* Increased box shadow */
  transform: translateY(-2px);  /* Moves up slightly */
}

/* Mobile-specific styles */
@media only screen and (max-width: 1250px) {
  .menu-button a {
    line-height: normal;  /* Reset line-height */
    padding: 10px 15px;  /* Add vertical padding */
    height: auto;  /* Reset height */
    margin: 5px 0;  /* Add some margin at the top and bottom */
    text-align: center;  /* Center the text */
    width: 100%;  /* Take up the full width */
    background-color: #00A889 !important;  /* Ensured to stay #00A889 */
    color: #F5F6F6 !important;  /* Ensured to stay white */
  }
}

/*Top menu button stays white on scroll */

@media only screen and (min-width: 981px) {
	.et-fixed-header #top-menu #menu-item-14850 a {
		color: #F5F6F6 !important;
	}
}

/* Hide .menu-button on screens wider than 1024px (desktop) */
@media (min-width: 980px) {
    .menu-button {
        display: none !important;
    }
}



/*adding CSS from Custom CSS to Divi CSS */ 




/*h1 span , h1 b ,h2 span , h2 b ,h3 span , h3 b ,h4 span , h4 b ,h5 span , h5 b ,h6 span , h6 b {font-family: inherit !important;}*/

h1 span:not(.ui-icon), h1 b, h2 span:not(.ui-icon), h2 b, h3 span:not(.ui-icon), h3 b, h4 span:not(.ui-icon), h4 b, h5 span:not(.ui-icon), h5 b, h6 span:not(.ui-icon), h6 b
{font-family: inherit !important;}


footer .widget-area,footer.footer-default .footer-widgets .widget-area div[class*="col-"] {
    max-height: 80px ;
    padding-bottom: 0 !important;
}

#footer-bottom .linear .copyright {float:left !important;margin-left:0 !important;}
#footer-bottom .linear .social-icons{float:right !important;}



		/* iqbal css for contact from 7 */
		.page-id-6509 .et_pb_section.et_pb_section_11.et_section_regular .et_pb_module.dvppl_cf7_styler.dvppl_cf7_styler_0 {
			width: 100%;
		}
		.cust_wraper {
 			display: flex;
				flex-wrap: wrap;
/* 			align-items: center; */
		}

.single_wraper {
    width: calc( 50% - 30px);
    margin-bottom: 30px;
}

.single_wraper:nth-child(even) {
    margin-left: 60px;
}

.wrper_two {
    float: left;
    width: calc(50% - 15px);
}

.wrper_two:nth-child(2) {
    margin-left: 30px;
}
.single_wraper input {
    width: 100%;
    height: 60px !important;
    background: #f5f6f6;
    border: none !important;
    display: flex;
    align-items: center !important;
    padding: 20px !important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 17px;
    color: #000;
}
.single_wraper label {
    font-size: 17px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 40px;
}

/* Radio button styles*/

.wpcf7 input[type="radio"] {
  position: absolute !important;
  left: -9999px !important;
}

.wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}

.wpcf7-radio span.wpcf7-list-item-label:before  {
  content: '';
  background: #EEE;
  width: 15px;
  height:15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 5px solid #EEEE;
}

.wpcf7 input[type=radio]:not(old):checked + span:before {
  background: #00a889 ;
}

.wpcf7 input[type=date] {
    font-size: 16px !important;
    color: #fff !important;
    padding: 16px !important;
    background-color: #EEE;
    border: none;
    width: 100%;
    color: #545454 !important;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
}

.single_wraper:nth-last-child(1) {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a889 !important;
    border: none !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    height: 70px !important;
}


@media screen and (max-width: 1100px){
	div#wpcf7-f8609-p6509-o1 {
    padding: 0px 20px;
}
}

@media screen and (min-width: 992px)  and (max-width: 1100px){
	.single_wraper {
		width: calc(50% - 20px);
	}
	.single_wraper:nth-child(even) {
		margin-left: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.single_wraper label {
		font-size: 14px;
	}
	#custom-wrap .single_wraper input {
		font-size: 14px;
	}
	.single_wraper textarea {
		font-size: 14px;
	}
	.single_wraper select {
		font-size: 14px;
	}
	.single_wraper {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.single_wraper:nth-child(even) {
		margin-left: 20px;
	}
	#custom-wrap .single_wraper * {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px){
	#custom-wrap .single_wraper {
		width: 100% !important;
		margin-left: 0px !important;
	}
	#custom-wrap .single_wraper .wrper_two {
		width: 100% !important;
		margin: 0px !important;
	}
	#custom-wrap .single_wraper * {
		font-size: 14px !important;
	}
		.single_wraper {
    margin-bottom: 10px;
}

#custom-wrap 
 .wrper_two:nth-child(2) {
    margin-top: 10px !important;
}
}
.single_wraper label {
    width: 100% !important;
    display: inline-block;
}
.home .et_pb_section.et_pb_section_5.et_section_regular {
    padding: 0px !important;
}
.single_wraper.wraperShow.wrapNone {
    display: none !important;
}
span.wpcf7-form-control.wpcf7-radio input.noClass {
    width: 40px !important;
    height: 0px !important;
    padding: 0px !important;
    position: relative;
    z-index: -1111;
}
.cust_wraper.php-wrap {
    align-items: flex-start;
}
/* .single_wraper.phptext textarea.wpcf7-form-control.wpcf7-textarea {
    height: 60px;
} */
.single_wraper.samefont span.wpcf7-list-item-label {
    font-size: 12px;
}
.single_wraper.samefont.full-wrap-full {
    width: 100% !important;
    margin-left: 0px !important;
}
.single_wraper.samefont.full-wrap-full.labetop label {
    margin-top: 30px;
}

.show_none {
    display: none;
}
.single_wraper.phptext textarea {
    min-height: 335px;
}



.single_wraper textarea{
		font-size: 17px;
}
.home span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

.home span.wpcf7-form-control.wpcf7-radio > span:not(:nth-child(1)) {
    margin-left: 20px;
}
.wpcf7-response-output {
    text-align: center;
    margin-bottom: 30px !important;
}
.nonedef span.wpcf7-form-control.wpcf7-radio > span:nth-child(1) {
    display: none;
}
.screen-reader-response {
    display: none;
}
@media screen and (max-width: 767px){
		

.single_wraper.samefont.full-wrap-full.labetop span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.single_wraper.phptext textarea {
    min-height: 100px;
}
	.single_wraper.one_show span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
}
	span.wpcf7-form-control.wpcf7-radio input::after{
		display: none;
	}
	span.wpcf7-form-control.wpcf7-radio input::before{
		display: none;
	}
	span.wpcf7-form-control.wpcf7-radio input{
		-webkit-appearance: radio;
			appearance: radio;
		width: 20px !important;
		height: 20px !important;
	}
}

p, p *, div {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
}

.mobile_menu_bar:before { color:#00A889; }

.et_mobile_menu {border-top: 3px solid #00A889; }

#top-menu li { font-weight:400; font-size:15px;}

#footer-bottom {display:none;}

#main-footer .footer-widget h4 {
    font-weight: bold;
		font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

/* Contact Form 7 CSS
 -----------------------------------------------*/
 .wpcf7 {
     width: 100%;
 }

.wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #EEE;
     border: none;
     width: 100%;
     padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #545454;
	 	margin-top:5px;
}

.wpcf7-number {     
	font-size: 16px;
     background-color: #EEE;
     border: none;
     width: 100%;
     padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #545454;
	margin-top:5px;}

.wpcf7-form select {
  font-size: 16px;
    background-color: #EEE;
    border: none;
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #545454;
		margin-top:5px;
}

.wpcf7 input[type="submit"] {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
  color: #fff !important;
	padding: 16px !important;
  background: #00a889;
  border: none;
  width: 100%;
	text-transform: capitalize !important;
}

 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }
.wpcf7 input[type=file] {
	font-size: 16px !important;
  color: #fff !important;
	padding: 16px !important;
  background-color: #EEE;
  border: none;
  width: 100%;
	color: #545454 !important;
	margin-top:5px;
  }


.eaw-li__wrap .more-link {display:none;}

.eaw-li__wrap .eaw-booknow {margin-bottom:15px; margin-top:30px;}

.eaw-li__wrap .eaw-time {font-weight:bold; }

.eaw-li__wrap .eaw-summary {margin-bottom:15px; margin-top:15px; }

.eaw-li__flex .eaw-clearfix .eaw-alignleft {margin-bottom:60px;}

.eaw-li__wrap .et_pb_button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message a.button.wc-forward {
color: #FFFFFF;
border-width: 10px !important;
border-color: #ff4438;
border-radius: 0px;
letter-spacing: 0.5px;
font-size: 14px;
font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
background-color: #ff4438;
text-transform:uppercase;
}

.eaw-li__wrap .eaw-li__flex img {width:600px; border-radius:3px; border: 1px solid #EEE; margin-bottom:15px;}

.eaw-li__wrap h3 {font-size:30px;}

.eaw-li__wrap .eaw-li__flex {margin-bottom:60px!important;}
#mc_embed_signup {width:100%!important;}

.entry-content .eaw-block h3 {
    font-size: 30px;
}
.entry-content .eaw-block .eaw-li__flex .eaw-thumb-wrap {
    min-width: 0 !important;
    width: 50%;
    flex: 0 0 auto;
}
.entry-content .eaw-block .eaw-summary {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2em;
}
.entry-content .eaw-block .eaw-li__flex {
    grid-gap: 1.5em;
}
@media screen and (max-width: 768px) {
    .entry-content .eaw-block .eaw-li__flex.eaw-alignleft {
        flex-direction: column;
    }
    .entry-content .eaw-block .eaw-li__flex .eaw-thumb-wrap {
        width: 100%;
    }
}
.entry-content .eaw-block .eaw-time {
    font-size: 18px;
}
.entry-content .eaw-block .eaw-li__flex.eaw-alignleft {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.entry-content .eaw-block .eaw-li__flex .eaw-thumb-wrap {
    grid-row:  1 / span 2;
    width: 100% !important;
}
@media screen and (max-width: 768px) {
    .entry-content .eaw-block .eaw-li__flex.eaw-alignleft {
        display: flex;
        flex-direction: column;
    }
}

.o--Widget--widget.o--App--authWidget {
    margin-top: 15%;
}

.o--Widget--widget .o--header o--SectionGroup--sectionGroup {
	display:none!important;
}

.o--Widget--widget h1 {
display:none!important;
}

/*adjust Divi Menu module breakpoint*/

@media (max-width: 1255px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

#logo {
    max-height: 60px;
	max-width: auto;
    margin: auto;
}

body, html {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 980px) {
    [data-et-multi-view-load-tablet-hidden="true"]:not(.et_multi_view_swapped) {
        display: block !important; /* Override the tablet-specific rule */
    }
}

#commentform .form-submit #et_pb_submit.submit {
    background-color: #00a889 !important; 
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 5px 30px !important;
    border: 2px solid #00a889 !important; /* Explicitly define the border */
    box-shadow: none !important; /* Remove any shadow */
    outline: none !important; /* Remove any outline */
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important; /* Cancel potential transform-based animations */
}

/*Styling Divi Mega-Menu */
/* Parent container: Ensure full height alignment */
.et_fullwidth_nav #top-menu li.mega-menu > ul {
    display: flex; /* Align child elements in a row */
    justify-content: space-between; /* Spread them out evenly */
    align-items: stretch; /* Make all child columns equal in height */
}

/*Divi Mega Menu Styling */
.nav ul li a:hover, .et_mobile_menu li a:hover {
    background-color: #f5f6f6;
    opacity: 0.7;
    margin: 2px;
    border-radius: 8px;
}

#top-menu li.mega-menu > ul {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 2px solid #5F6368;
}

#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
    font-size: 15px
}

/* Styling for button in 'Related Workshops' in blog post. WOn't style well in divi styler, so i'm adding it here */

.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
  border-radius: 8px !important;
}

.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module {
  border-radius: 8px !important; 
}

/* Stlye Banners In Blogs - eg advrtising mock viva coaching on a bblog post about the viva */
/* Hide .blog_banner_desktop on phone and tablet */
@media (max-width: 1024px) {
    .blog_banner_desktop {
        display: none;
    }
}

/* Hide .blog_banner_mobile on desktop and tablet */
@media (min-width: 481px) {
    .blog_banner_mobile {
        display: none;
    }
}

/* Show .blog_banner_tablet only on tablet */
.blog_banner_tablet {
    display: none; /* Default hidden */
}

@media (min-width: 481px) and (max-width: 1024px) {
    .blog_banner_tablet {
        display: block;
    }
}

.blog_banner_desktop {
    border-radius: 8px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.blog_banner_tablet {
    border-radius: 8px !important;
}

.blog_banner_mobile {
    border-radius: 8px !important;
}

/*Stubborn button whose corners won't round */
.button_that_wont_round_corners {
	border-radius: 8px !important;
}
.button_that_wont_round_corners_2 {
	border-radius: 8px !important;
}
.button_that_wont_round_corners_3 {
	border-radius: 8px !important;
}
.button_that_wont_round_corners_4 {
	border-radius: 8px !important;
} 

/* Style menu button December 24 */
/* Style menu button December 24 */
#menu-template-button {
    border-radius: 8px !important;
    margin-top: 2px !important;
    padding: 10px 20px; /* Adjust padding for better button size */
    background-color: #00A889; /* Brand green color */
    color: #ffffff; /* White text */
    text-decoration: none; /* Remove underline */
    border: none; /* Remove any default borders */
    display: inline-block; /* Proper button styling */
    transition: all 0.3s ease; /* Smooth hover transition */
}

/* Hover effects for menu button */
#menu-template-button:hover {
    background-color: #00896E; /* Slightly darker green for hover effect */
    color: #f0f0f0; /* Slightly lighter white text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    transform: translateY(-2px); /* Lift the button slightly */
    cursor: pointer; /* Pointer cursor on hover */
}
/*End menu button styling */

/*Styling for search results grid to ensure that button is flush. Additional css on elemetn itself */
/* Ensures grid layout for the container */
.et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	box-shadow: none !important;
}

/* Makes all cards stretch to the full grid height */
.et_pb_ajax_pagination_container .et_pb_post {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space content evenly */
    height: 100%; /* Ensures card fills full grid height */
    box-sizing: border-box;
}

/* Ensures post content grows to push the button down */
.et_pb_post .post-content {
    flex-grow: 1; /* Allows content to fill available space */
    display: flex;
    flex-direction: column;
}

/* Aligns "Read More" button at the bottom */
.et_pb_post .more-link {
    margin-top: auto; /* Pushes button to bottom */
}


.et_pb_blog_0_tb_body a.more-link {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    background-color: #00A889 !important;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    text-transform: capitalize !important;
}


/* Mobile-specific styles: Makes cards stack in one column */
@media screen and (max-width: 768px) {
    .et_pb_ajax_pagination_container {
        grid-template-columns: 1fr; /* Single column layout */
    }
}

/*End of serach result card styling */

/*Slightly increases the left padding of the in-menu search icon */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
    margin-left: 20px;
}

/*rounded corners on host image on various page */ 
.host-bio-image img {
	border-radius: 8px !important;          /* Rounds corners with 8px radius on each side */
    max-width: 50%;              /* Limits image width to 50% of its container */
    display: block;              /* Ensures block-level behavior */
    margin-left: 0;           /* Centers the image horizontally */
    margin-right: auto;

}

/* apply border to all coaching programme banner/hero images */

.coaching-programme-image img {
    border: none; /* Removes the border */
    border-radius: 8px; /* Keeps the rounded corners */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); /* Adds a slight shadow */
}


/*TOC On Blog POsts Styling */

/* General TOC container styling */
.custom-toc {
    background-color: #F5F6F6;    /* Light background */
    padding: 20px 30px;           /* Increased padding for better breathing space */
    margin: 20px auto;            /* Center the container */
    border-radius: 8px !important;
    max-width: 600px;             /* Set a max width to prevent it from stretching too wide */
    text-align: center;           /* Center-align text */
    color: #5F6368;               /* Darker text color for general content */
}

/* TOC Heading */
.custom-toc::before {
    content: "Table of Contents";
    font-size: 1.25em;
    font-weight: bold;
    color: #5F6368;               /* Darker text color for the title */
    display: block;
    margin-bottom: 10px;
}

/* Styling for the "Read time" item above the TOC list */
.toc-read-time {
    font-size: 0.9em;             /* Slightly smaller font size */
    font-style: italic;           /* Italic text */
    font-weight: bold;            /* Bold text */
    margin-top: 10px;             /* Spacing above the read time */
    color: #5F6368;               /* Darker text color for "Read time" */
    padding-left: 0;              /* Remove any padding */
}

/* TOC list styling */
.custom-toc ol {
    padding-left: 0;
    margin: 0;
    display: inline-block;        /* Inline-block to center-align list */
    text-align: left;             /* Left-align text inside inline-block */
}

/* TOC list item styling */
.custom-toc li {
    margin: 8px 0;                /* Spacing between items */
    list-style-position: inside;  /* Ensure numbers are inside the container */
    color: #5F6368;               /* Darker text color for list items */
}

/* TOC link styling */
.custom-toc a {
    text-decoration: none;        /* No underline on unhovered links */
    color: #00A889;               /* Accent color for links */
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Hover effect for TOC links */
.custom-toc a:hover {
    color: #5F6368;               /* Updated hover color */
    text-decoration: underline;   /* Underline on hover */
}

/* TOC link active state for users who clicked */
.custom-toc a:active {
    color: #D3D3D3;               /* Light gray color when link is active */
}

/*Add border radius around entire element */
.custom-toc-blog-posts {
    border-radius: 8px !important;
}

/* Optional: Responsive adjustment for smaller screens */
@media (max-width: 600px) {
    .custom-toc {
        padding: 15px;
    }
    .custom-toc::before {
        font-size: 1.1em;
    }
    .custom-toc li {
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
  .custom-toc {
  	border: 0 !important;
    box-shadow: none !important;
  }
}

#download_template_image .et_pb_image_wrap img {
    border-radius: 8px !important;
}

.card-top-container {
    display: none !important;
}


/* Common button styles */

.general-button {
    background-color: #00A889 !important;
    border-color: #00A889 !important;
    color: #FFFFFF; /* Text color */
    transition: all 0.3s ease; /* Smooth transition for hover and click effects */
    cursor: pointer; /* Indicates interactivity */
}

/* Hover effect */
.general-button:hover {
    background-color: #008F74; /* Slightly darker green on hover */
    border-color: #008F74;
    transform: translateY(-2px); /* Slight upward movement */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}

/* Active (Click) effect */
.general-button:active {
    background-color: #007860; /* Even darker green on click */
    border-color: #007860;
    transform: translateY(1px); /* Slight downward movement to simulate press */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Reduced shadow on click */
}


/*Custom styling for card grids */

.grid-title {
    font-family: 'Gt-Sectra-Regular', Georgia, serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 25px !important;
    color: #2C2C2C !important;
    line-height: 1.2em !important;
}

/*End - Custom styling for card grids */


/* custom styling for various images to ensure no layout shifts and faster load times */

.h2-glasses-icon {
    width: 50px !important;
    height: auto !important;
    object-fit: cover; /* Maintain visual integrity */
}

/* end custom styling for images */


/*Custom styling for MC4WP form button */
.mc4wp-form input[type="submit"] {
    border-radius: 8px;
    border: none;
    color: white;
    background-color: #00A889; /* Brand green */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mc4wp-form input[type="submit"]:hover {
    background-color: #008F76; /* Slightly darker green for hover */
    transform: translateY(-3px); /* Moves the button slightly up */
    box-shadow: 0px 5px 15px rgba(200, 200, 200, 0.8); /* Slightly darker gray shadow */
}

.mc4wp-form input[type="submit"]:active {
    transform: translateY(0px) scale(0.95); /* Resets position and shrinks slightly on click */
    background-color: #007B62; /* Even darker shade for active state */
    box-shadow: 0px 2px 10px rgba(200, 200, 200, 0.6); /* Reduced shadow for click */
}



/* end MC4WP styling */