/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1749747196
Updated: 2025-06-12 16:53:16

*/


/*header css start*/

/* body, html, p, h1, h2, h3, h4, h5, h6, .et_pb_text_inner{
	font-family:'Transat Text Black',Helvetica,Arial,Lucida,sans-serif !important;
} */
h1{
	font-weight:bold !important;
}
.home-post h2.entry-title{
	font-size:18px !important;
}
@media screen and (min-width: 900px) {
  li.et_pb_menu_page_id-18.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-18 {
    margin-right: 6rem;
}
	button.et_pb_menu__icon.et_pb_menu__search-button {
    position: absolute;
    top: 2rem;
    right: 23rem;
		 transform: scaleX(-1);
}
	
.menu-btn a {
    background: #DA1984;
    padding: 12px 16px !important;
	height:fit-content;
	border-radius:50px;
	color:#ffffff !important;
}
	
	.menu-btn a:hover{
    background: #EF71B6 !important;
	color:#ffffff !important;
}
	
	.et_pb_menu .et_pb_menu__menu>nav>ul>li{
		align-items:center !important;
	}
	
	.mt-footer .et_pb_row .et_pb_column_1_2{
		width:56.25% !important;
		padding-right:10rem !important;
	}
	.mt-footer .et_pb_row .et_pb_column_1_4{
		width:14.875% !important;
	}
}

/*header css end*/
/* .et_pb_menu .nav li ul{
	opacity:1 !important;
	visibility:visible !important;
} */

.bottom-footer-link li a, .footer-link li a{
	color:#000000;
}

.bottom-footer-link li{
	list-style-type:none;
	padding-right:20px;
	display:inline-block;
}

.footer-link li{
	list-style-type:none;
	margin-bottom:30px;
}

/* mega menu css start */
.et-menu-nav li.mega-menu>ul{
/* 	opacity:1 !important;
	visibility:visible !important; */
	width: 40rem;
    margin-left: 20rem;
}
ul#menu-main-menu > li > .sub-menu {
    background: rgba(255, 255, 255, 0.75) !important;
	 backdrop-filter: blur(10px);
}

.et-menu-nav li.mega-menu>ul>li>a:first-child{
	border-bottom:0px !important;
}

.et-menu-nav li.mega-menu>ul>li>a:first-child::after{
	 margin-left: 15px !important;
}
/* ul#menu-main-menu > li > .sub-menu a::after {
content: "";
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url('/wp-content/uploads/2025/06/CaretDown.png') no-repeat center center;
    background-size: contain;
} */

.nav ul li a:hover {
	background:none !important;
	color:#DA1984 !important;
}

/* mega menu css end */

.cap-blurb span.et_pb_icon_wrap {
    position: relative;
    top: 8px;
}





/* Tabs */
.tabs-wrapper {
  margin-bottom: 20px;
}

.post-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

.post-tabs .tab {
  position: relative;
  padding: 10px 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}

.post-tabs .tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.post-tabs .tab:hover {
  color: #DA1984;
}

.post-tabs .tab.active {
  color: #DA1984;
  font-weight: 600;
}

.post-tabs .tab.active::after {
  background-color: #DA1984;
}

/* Post grid container */
.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Post card */
.post-card {
  width: 32%;
  background: #ffffff;
  border: 2px solid #DA1984;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.post-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.post-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Visibility logic */
.post-card.hidden {
  display: none;
}

/* More button */
.more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #DA1984;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

/* Tab content visibility */
.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .post-card {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .post-card {
    width: 100%;
  }
}


/*post tab start*/
ul.pt-list {
    list-style-type: none;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.home-post p.post-meta {
    position: absolute;
    bottom: 40px;
}
@media screen and (max-width: 820px) {
 .home-post p.post-meta {
    position: static !important;
}
}

.pt-link{
	cursor:pointer;
}
.pt-link.active {
  text-decoration:underline;
}

.post-tab {
  display: none;
}
.post-tab:first-of-type {
  display: block;
}
.post-tab .et_pb_post{
	min-height:130px !important;
}
/*post tab end*/

@media screen and (min-width: 900px) {
  .about-bg{
	background-size:50% !important;
}
	.bg-popup a {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}
.bg-popup .et_pb_code_inner {
    position: relative;
    height: 100% !important;
}
	
	/* Top-level menu items with dropdown on hover */
ul#menu-main-menu > li.menu-item-has-children:hover > a {
  color: #000000;
  position: relative;
}

/* Custom underline only for dropdown parents */
ul#menu-main-menu > li.menu-item-has-children:hover > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 57px; /* Adjust spacing */
  width: 100%;
  height: 2px;
  background-color: #000000;
}
}


@media screen and (max-width: 820px) {
	.key-part{
		border-right:0px !important;
	}
}


/* Style for the parent menu item when a submenu is open */
/* ul#menu-main-menu li.current-menu-ancestor > a,
ul#menu-main-menu li.current-menu-item > a {
  color: #000000 !important;
  text-decoration: underline !important;
} */

ul#menu-main-menu > li:hover > a {
/*   color: #000000; */
/*   text-decoration: underline; */
}
@media screen and (min-width: 900px) and (max-width: 1280px) {
	.et-menu-nav li.mega-menu>ul{
    margin-left: 16rem !important;
}

}

ul.footer-link{
	padding:0px !important;
}


.services-heading h2:after{
	content: "";
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2025/06/CaretDown.png') no-repeat center center;
    background-size: contain;
}
/* 
.services-list li:after{
	content: "";
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url('/wp-content/uploads/2025/06/CaretDown.png') no-repeat center center;
    background-size: contain;
} */
.services-list ul{
	padding:0px !important;
}
.services-list li{
	list-style-type:none;
	margin-bottom:20px;
}

.learn-btn {
    background-color: #DA1984;
    width: fit-content;
    border-radius: 100px;
	margin-top:10px;
	padding: 8px 10px;
}

.learn-btn a {
    padding: 8px 10px;
   color:#ffffff;
}



.cmn-breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 0;
}

.cmn-breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.cmn-breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

.cmn-breadcrumb li a {
  text-decoration: none;
  color: #007BFF;
  transition: color 0.2s;
}
.cmn-breadcrumb li a{
	color:#3c3439;
}
.cmn-breadcrumb li a:hover {
  color: #DA1984;
}

.cmn-breadcrumb li::after {
  content: "/";
  margin: 0 8px;
  color: #ccc;
}

.cmn-breadcrumb li:last-child::after {
  content: "";
}

.cmn-breadcrumb li.active {
  color: #333;
  font-weight: bold;
  pointer-events: none;
}




/* Target the specific blurb */
.sidebar-title .et_pb_blurb_content {
  display: flex;
  flex-direction: row-reverse; /* Move icon to the right */
  align-items: center;
}

/* Optional: adjust spacing */
.sidebar-title .et_pb_main_blurb_image {
  margin-left: 15px; /* space between title and icon */
  margin-right: 0;
}

/* Ensure title takes remaining space */
.sidebar-title .et_pb_blurb_container {
  flex: 1;
}

.sidebar-title .et_pb_main_blurb_image{
	margin:0px !important;
}
.sidebar-title h4{
	padding-bottom:0px !important;
}
.sidebar-title.et_pb_blurb_position_left .et_pb_blurb_container{
	padding-left:0px !important;
}

.sidebar-menu ul li:not(:last-child){
	border-bottom:1px solid #00000061;
	margin-bottom:0px !important;
}
.sidebar-menu ul li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:10px 0px;
}

.sidebar-menu .sub-menu ul li a{
	padding:10px 8px;
}

.arrow-link {
    height: 40px;
    width: 40px;
    border: 1px solid #DA1984;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}
.card-col:hover, .vivo-blurb:hover{
	background:rgba(239,113,182,0.2) !important;
}

.card-col:hover .arrow-link, .vivo-blurb:hover .arrow-link{
	background:#DA1984 !important;
	color:#ffffff !important;
}
.sidebar-open{
	width:fit-content !important;
	display:none;
}
.sidebar-closed img, .sidebar-open img{
	cursor:pointer;
}


/* related page cards start */
.related-pages-wrapper {
  margin: 40px 0;
}

.parent-page-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

.related-pages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.related-page-card {
/*   flex: 1 1 calc(33.33% - 20px); */
	flex: 1 1 calc(25% - 15px);
	
/*   max-width: calc(33.33% - 20px); */
	 max-width: calc(25% - 15px);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.related-page-card:hover {
	background-color:rgba(239,113,182,0.2) !important;
}

.related-page-parent {
  font-size:12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 500;
	line-height:1.4em;
}

.related-page-link {
  text-decoration: none;
}

.related-page-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #DA1984; /* adjust if needed */
  transition: color 0.3s ease;
}

.related-page-link:hover .related-page-title {
  color: #b7156f;
}

@media screen and (max-width: 820px) {
  .related-page-card {
	flex: 1 1 calc(100% - 15px) !important;
	 max-width: calc(100% - 15px) !important;
}
}
/* related page cards end */


/*custom search start */
input.swp-input--search.swp-input {
    background: #F3F1F2;
    border: none !important;
    padding: 20px 20px;
    border-radius: 100px !important;
}

form.searchwp-form input.swp-input--search{
	background-image: url(/wp-content/uploads/2025/06/MagnifyingGlass.png);
	background-size:auto;
}



.filter-accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\4b" !important;
}



/* ul.swp-category-list {
    position: absolute;
    top: 14rem;
    right: 0px;
} */

.swp-select {
  display: none;
}
.swp-category-list {
  list-style: none !important;
  padding: 0;
  margin: 10px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.swp-category-list li a {
  padding: 6px 12px;
  background:transparent;
	border:1px solid #BCB3B8;
  text-decoration: none;
  border-radius: 2px;
  color: #333;
  display: inline-block;
}
.swp-category-list li a.active {
  background:#FCE8F3;
}

form.searchwp-form .searchwp-form-input-container{
	flex-direction:column-reverse !important;
}
form.searchwp-form .swp-items-stretch {
    align-items: flex-start;
}
input.search-submit.swp-button {
    height: 60px;
    position: absolute;
    background: transparent;
    border: none;
    right: 0px;
    color: transparent;
	cursor:pointer;
}

ul.swp-category-list {
    position: absolute;
    bottom: -260px;
    left: 27%;
	height:100px !important;
}
/* custom search end */

.filter-cat li{
	list-style-type:none;
}
.filter-cat{
	padding:0px !important;
}

.sidebar-menu .sub-menu ul li a.active{
	background:#00000026 !important;
}



.custom-search-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.custom-card {
  flex: 1 1 calc(33.33% - 2rem);
  border: 1px solid #800043;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

.category-label {
  background-color: #f5e8ee;
  color: #800043;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.custom-title {
  font-weight: bold;
  font-size: 1rem;
}

.custom-date {
  margin-top: 1rem;
  color: #666;
  font-size: 0.875rem;
}
span.swp-published-date{
		    position: absolute;
    bottom: 30px;
}
.custom-arrow-link {
  display: inline-block;
  margin-top: 1rem;
  color: #800043;
  font-size: 1.5rem;
  text-decoration: none;
  float: right;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .custom-card {
    flex: 1 1 calc(50% - 2rem);
  }
}

@media (max-width: 767px) {
	.custom-taxonomy-tabs {
    display: flex;
    flex-wrap: wrap;
}
	.custom-result .custom-taxonomy-tabs a{
		margin-bottom:5px !important;
	}
  .custom-card {
    flex: 1 1 100%;
  }
}

.swp-result-category {
    background-color: #EAE6E8;
    padding: 8px 20px;
    width: fit-content;
    margin-bottom: 10px !important;
    border-radius: 50px;
}

.swp-result-item--button::after {
  content: "\f061"; /* Unicode for Font Awesome right arrow (fa-arrow-right) */
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; /* Required for solid style */
  display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
}
a.swp-result-item--button{
	font-size:0px;
	    padding: 0px !important;
    height: 30px;
    width: 30px;
	border-radius:100px;
	color:#000000;
	border:1px solid #DA1984;
	line-height:0px !important;
	align-self:flex-end !important;
}

.swp-result-item--button:hover {
  background-color:rgba(252, 232, 243, 0.50);
	color:#ffffff;
}

.swp-result-item:hover{
	background-color:#FCE8F3 !important;
}

.swp-result-item:hover .swp-result-item--button{
	background-color:#DA1984 !important;
	color:#ffffff !important;
}

.side-blurb .et_pb_blurb_description{
	display:none;
}

.side-blurb .et_pb_blurb:hover .et_pb_blurb_description{
	display:block;
}
ul.box-list {
     list-style-type: none;
    padding: 0px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
ul.box-list li {
    background: #F3F1F2;
    padding: 8px 20px;
    border: 1px solid #850F50;
    border-radius: 8px;
	font-size: 14px;
    color: #2E051C;
	text-align: center;
}

.section-links li{
	list-style-type:none;
	display:inline-block;
	    margin-right: 10px;
    margin-bottom: 10px;
}
.section-links{
	padding:0px !important;
}
.section-links li a{
	display: flex;
padding: 4px 8px;
justify-content: center;
align-items: center;
}

.section-links li a:hover{
	background:#FCE8F3 !important;
}

h3.team-name{
	font-size:18px !important;
	padding-bottom:0px;
}

.team-banner-title .et_pb_blurb_container {
    display: flex;
    align-items: center;
    gap: 15px;
}

p.team-designation {
    line-height: 1.7em;
}

/* .cmn-contact span{
	font-weight:700 !important;
}

.cmn-contact input.hs-button.primary.large {
    border-radius: 100px;
} */
/* mobile design css start */
@media screen and (max-width: 820px) {
	.services-part .key-part{
		background-color:#EAE6E8 !important;
	}
		.services-part .cap-part{
		background-color:#92828B !important;
	}
	.services-part .et_pb_row{
		width:100% !important;
	}
		.services-part .et_pb_row_inner, div#key-cap{
		padding:40px;
	}
  .services-part .list-btn {
    width: 100%;
}
.experience-row {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap if needed on small screens */
  gap: 5px; /* Optional: spacing between items */
	justify-content:center;
}

.experience-row > .et_pb_column  {
  flex: 0 0 46%; /* Each item takes 50% width */
  box-sizing: border-box;
	justify-content:center;
}
	.blog-more{
		margin-right:20px;
	}
	.footer-col-2, .footer-col-3{
		width:47% !important;
	}
	.footer-col-2{
		padding-right:20px;
	}
	.sidebar-col{
		display:none !important;
	}
	
	a.team-card {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
	.team-img{
		width:30%;
	}
	.team-text{
		width:70%;
	}
	h3.team-name{
		line-height:1.4em;
	}
	.team-image img{
		height:100px !important;
		width:100px !important;
		margin-bottom:0px !important;
	}
}



/* mobile design css end */

.filter-btn {
    background: #EAE6E8;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
	text-transform:uppercase;
}

.blog-pages ul li a {
    border: 1px solid #BCB3B8;
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
	border-radius:2px;
}
.blog-pages ul li a.active{
	background:#FCE8F3 !important;
}

.blog-pages li {
    list-style-type: none;
}
.blog-pages ul {
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}



/* news and insights listing start */
.custom-post-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin: 2rem 0;
}

.custom-post-card {
  flex: 0 0 32%;
  max-width: 32%;
  box-sizing: border-box;
  border: 1px solid #911c44;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.3s ease;
}



.custom-post-card:hover {
  background:#FCE8F3 !important;
}

.card-category {
  display: inline-block;
  padding: 0px 15px;
  font-size: 10px;
  border-radius: 50px;
  background-color: #f3f3f3;
  color: #000000;
  margin-bottom: 10px;
}

.card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
	line-height:1.4em;
}

.card-date {
  font-size: 14px;
  color: #555;
}

.card-arrow {
/*   position: absolute; */
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #911c44;
  transition: transform 0.2s ease;
}

.custom-post-card:hover .card-arrow {
  transform: translateX(4px);
}

/* Tablet (2 per row) */
@media (max-width: 991px) {
	.latest-post .custom-post-card{
	  flex: 0 0 100% !important;
    max-width: 100% !important;
	}
  .custom-post-card {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
  .custom-post-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.items-per-page-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.items-per-page-form select {
  padding: 5px 8px;
  border: 1px solid #911c44;
  border-radius: 6px;
  background: white;
  color: #000;
}

/* Pagination and dropdown styles */
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.custom-pagination {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.custom-pagination .page-numbers {
  display: inline-block;
  min-width: 36px;
  padding: 4px 12px;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.custom-pagination .page-numbers.current {
  background: #fddfed;
  color: #911c44;
  font-weight: bold;
}

.items-per-page-form {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.items-per-page-form select {
  padding: 6px 10px;
  border: 1px solid #911c44;
  border-radius: 6px;
  background: white;
  color: #000;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
  .custom-post-card .card-title {
    height: auto !important; /* let them stack naturally on small screens */
  }
}

.latest-post .custom-post-card {
    flex: 0 0 48%;
    max-width: 48%;
	background:#ffffff;
}
.card-title-1 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4em;
}

.insights-search input.swp-input--search.swp-input{
	padding:10px 10px !important;
}
.insights-search input.swp-input--search.swp-input{
	padding-right:50px !important;
}
.insights-search input.search-submit.swp-button{
	width:40px !important;
}
/* news and insights listing end */

/* custom searchWP result css start */
.custom-result .custom-taxonomy-tabs a{
	border: 1px solid #BCB3B8;
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
	margin-right:5px;
}
.custom-result .custom-taxonomy-tabs a.active{
	background:#FCE8F3 !important;
}
.custom-result .custom-post-cards-grid{
	justify-content:flex-start;
}

.results-summary {
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 16px;
	margin-top:10px;
	margin-bottom:-20px;
}
input.search-submit.swp-button{
	width:36px !important;
}
/* custom searchWP result css end */
.light-breadcrumb .cmn-breadcrumb li a, .light-breadcrumb .cmn-breadcrumb li.active{
	color:#ffffff !important;
}

a.custom-download-btn, a.acf-resource-button, a.registration-link, a.external-link {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #DA1984;
}

.date-range{
	font-size:14px !important;
}
.gated-form input{
	padding:10px !important;
}
.gated-form input#nf-field-26{
	    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 20px !important;
    background-color: #DA1984;
	float:left;
	cursor:pointer;
}

.list-btn::after, .cap-blurb .et-pb-icon {
/*   content: " →"; */
  opacity: 1;
  transform: translateX(-5px);
  display: inline-block;
  transition: all 0.3s ease;
}

.list-btn:hover::after, .cap-blurb:hover .et-pb-icon {
  opacity: 1;
  transform: translateX(0);
}


.services-list li a::after {
  content: "";
  display: inline-block;
	margin-top:10px;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: url(/wp-content/uploads/2025/06/CaretDown.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.services-list li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
ul#menu-main-menu > li > .sub-menu a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2025/06/CaretDown.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

ul#menu-main-menu > li > .sub-menu a:hover::after {
    opacity: 1;
    transform: translateX(0);
}
/* .white-gallery .mfp-img{
	background-color: #ffffff !important;
    padding: 10px;
    box-sizing: content-box;
} */

/* .mfp-figure {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	color:#000000 !important;
}

.mfp-img {
    background-color: transparent !important; 
} */
@media screen and (max-width: 600px) {
 .services-heading h2:after{
	display:none !important;
}
}


@media screen and (max-width: 820px) {
body.page-id-545 .sidebar-col, .sidebar-col.insights-pages{
    display: block !important;
	margin-bottom:0px !important;
}
	
	body.page-id-545 .filter-accordion, body.page-id-545 .filter-submit, .insights-pages .filter-accordion, .insights-pages .filter-submit, .insights-pages .insights-search{
		display:none;
	}

	
}



.filter-checkbox p{
	padding-bottom:0px;
}
.filter-checkbox{
    display: flex;
    flex-direction: column;
}
.filter-sublist ul li{
    list-style-type:none;
}

a.gb-btn{
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 50px;
    font-size: 18px;
    background-color: #DA1984;
	padding-top: 8px !important;
    padding-right: 20px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
}