/* mobile responsive */
html, body {	 
  overflow-x: hidden;	 
  max-width: 100%;	 
}	 

/* post grid style heading underline */
.ast-single-post .entry-content a, 
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {	 
  text-decoration: none;	 
} 	 

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  line-height: 1.2;
  background: linear-gradient(93.86deg, #0072d0ff 9.08%, #073763ff 100.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Hide comments link */
.entry-meta .comments-link { 
  display: none; 
}	 

/* meta color */ 	 
.entry-meta, .entry-meta * {	 
  line-height: 1.45;	 
  color: #4BACC6 !important;	 
}	 

body { 
  font-size: 1.25rem; 
}	 

.elementor-7935 .elementor-element.elementor-element-f978e91 .wpr-grid-filters li > .wpr-active-filter {	 
  color: white;	 
  background-color: #4BAAC4;	 
  border-color: #E8E8E8;	 
}	 

.elementor-7935 .elementor-element.elementor-element-f978e91 .wpr-grid-filters li > span:hover {	 
  color: #ffffff;	 
  background-color: #4BAAC4;	 
  border-color: #E8E8E8;	 
}	 

/* 19-01-2024 */	 
.content-box .elementor-image-box-content {	 
  display: flex;	 
  column-gap: 20px;	 
}	 

.content-box .elementor-image-box-content h3 {	 
  margin-bottom: 0;	 
  width: auto;	 
  background: #4bacc6;	 
  height: fit-content;	 
  padding: 7px 10px;	 
  color: #fff;	 
}	 

.content-box .elementor-image-box-content p b {	 
  color: #4bacc6;	 
}	 

.content-box2 .elementor-image-box-content h3 {	 
  background:#08263E;	 
}	 

/* 19-01-2024 end */	 

/* 31-01-2024 */	 
.team-member-left-col .management-challenge-col {	 
  flex-grow: 1;	 
}	 

.team-member-left-col .bg-content {	 
  margin-top: auto;	 
}	 

.team-member-left-col > .elementor-widget-wrap {	 
  flex-direction: column;	 
}

/* 12-04-2024 */
.elementor-8749 .elementor-element.elementor-element-50709c9 .wpr-grid-tax-style-1 .inner-block {
  margin: -13px 0px 0px 0px;
}

/* 17-04-2024 */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1232px;
}

.elementor-8749 .elementor-element.elementor-element-50709c9 .wpr-grid-item-date .inner-block {
  margin: 0px 7px -12px 0px;
}

.elementor-8749 .elementor-element.elementor-element-50709c9 .wpr-grid-tax-style-1 .inner-block a {
  margin-right: 5px;
}

.homepage-posts-old .post-grid-thumbnail {
  position: relative;
  padding-top: 80%;
  border: 1px solid #eee;
}

.homepage-posts-old .post-grid-thumbnail img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Custom-blog-title-css */
.ast-single-post .entry-title, 
h1.wpr-post-title {
  line-height: 1.5;
}

/* GLOBAL HYPERLINK COLOR */
:root {
  --link: #0072D0;
  --link-hover: #005AA3; /* darker shade for hover */
}

/* Scoped hyperlink color (content only, not header nav) */
.entry-content a,
.ast-single-post .entry-content a,
.ast-comment-content a,
.elementor a,
.widget-area a {
  color: #0072D0 !important;
  text-decoration: none;
}

.entry-content a:hover,
.ast-single-post .entry-content a:hover,
.ast-comment-content a:hover,
.elementor a:hover,
.widget-area a:hover {
  color: #005AA3 !important; /* darker blue on hover */
  text-decoration: underline;
}

/* Footer link color override */
.site-footer a,
.footer-adv a,
.footer-adv-widget a {
  color: #ffffff;
}

.site-footer a:hover,
.footer-adv a:hover,
.footer-adv-widget a:hover {
  color: #E0E0E0 !important; /* light grey hover, adjust if needed */
}
/* Reset image alignment for banner */
.wp-block-image img {
  margin: 0 auto !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain !important;
}
.wp-block-categories ul {
    list-style: none;       /* Remove bullets */
    display: flex;           /* Horizontal layout */
    gap: 15px;               /* Space between items */
    padding: 0;
    margin: 0;
}

.wp-block-categories ul li a {
    text-decoration: none;   /* Remove underline */
    color: #000;             /* Change as needed */
}

.wp-block-categories ul li a:hover {
    color: #d01f3c;          /* Hover color */
}


.custom-html-widget .form_15iP5 {
    min-width: 250px !important;
    width: 250px !important;
}


.page-id-5806.ast-page-builder-template .site-content > .ast-container {
    max-width: 1240px;
    padding: 0 20px;
	flex-wrap: wrap;
}
.hero.featured-banner {
    margin-bottom: 15px;
}
.page-id-5806 .entry-content.clear > .wp-block-group {
    padding: 0 !important;
}
a.hfe-menu-item, .hfe-nav-menu  a.hfe-sub-menu-item{
    color: #818181 !important;
}
.hfe-menu-item:hover, .hfe-nav-menu  .hfe-sub-menu-item:hover {
    background: linear-gradient(93.86deg, #008DDE .08%, #040256 100.25%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
	@media (min-width: 800px) {
	.page-id-5806.ast-page-builder-template .site-content > .ast-container div#secondary {
			width: 30%;
			padding-left: 30px;
			border-left: 1px solid #EEE;
	}
	.page-id-5806.ast-page-builder-template .site-content > .ast-container div#primary {
			width: 70%;
			padding-right: 60px;
	}
.site-title {
    display: none !important;
}
}
.footer-widget-area h2, 
.footer-widget-area h3, 
.footer-widget-area .widget-title {
    background: linear-gradient(90deg, #3cb4e7, #31859c);
    padding: 8px 15px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.footer-widget-area ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.footer-widget-area ul li a:hover {
    color: #ffd700; /* hover color */
}

/* Styles by Sys */
.site-footer {
    padding: 22px 5px;
    background: linear-gradient(93.86deg, #0072d0ff 9.08%, #073763ff 100.25%);
    position: relative;
    margin-bottom: 6px;
}
.footer-widget-area h2, .footer-widget-area h3, .footer-widget-area .widget-title {
    -webkit-text-fill-color: unset;
}
.footer-widget-area .widget_nav_menu a {
    color: #FFF !important;
    font-size: 20px;
    line-height: 1.75;
}
.site-footer .widget_nav_menu {
    position: relative;
}
.site-footer h2.widget-title:before {
    content: '';
    width: calc(100% - 40px);
    height: 2px;
    background-color: #4BACC6;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: transparent;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: auto;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 45px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu a {
    padding: .3em 1em;
    font-size: 16px;
}
.elementor-element-13cdd91 .elementor-widget-wrap.elementor-element-populated {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
}
.post-grid-text-wrap h2 {
    font-size: 1rem;
}
.read-more-btn {
    font-size: 16px;
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title
 {
    margin-bottom: 0;
}
.elementor-5841 .elementor-element.elementor-element-28980b3>.elementor-element-populated {
    border-right: 1px solid var(--ast-border-color);
}
.ast-right-sidebar #secondary {
        padding: 0 0 0 30px;
}
    #secondary {
        width: 25%;
    }
    .elementor-element-30be38d .elementor-widget-wrap.elementor-element-populated {
    padding-right: 3px !important;
}

@media (min-width: 768px) {
    .elementor-5841 .elementor-element.elementor-element-30be38d {
        width: 25.839%;
    }
	.elementor-5841 .elementor-element.elementor-element-28980b3 {
        width: 75.161%;
    }
}