/*
Theme Name: Genesis child Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: This is a custom child theme built on the Genesis Block Theme. It is designed to be a starting point for developers who want to create their own custom child themes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: genesis-block-theme
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/


.feature-webinars .e-tabs-main-area {
    gap: 60px;
}

.feature-webinars .e-tabs-wrapper {
    width: 30%;
}

.feature-webinars .e-tabs-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-webinars .e-tabs-items-wrapper .e-tab-title {
    background: rgba(0, 174, 233, 1);
}
.feature-webinars .e-tabs-items-wrapper .e-tab-title.e-active, .feature-webinars .e-tabs-items-wrapper .e-tab-title:hover {
    background-color: #293a8c;
    border-color: #293a8c;
}
.feature-webinars .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text button {
    color: #fff !important;
}
.signup-form-event .elementor-button.elementor-size-sm {
    min-height: 47px;
}
.search-code-bar .loop-filter-wrap {
    display: flex;
    background: rgba(0, 174, 233, 1);
    gap: 10px;
    padding: 12px;
    border-radius:8px;
}
 .search-code-bar .loop-filter-wrap select  ,.search-input-wrap{
    padding: 10px;
    width: auto;
    min-width: 200px;
    border: 1px solid gray;
    border-radius: 5px;
    color: #002A9A;
    font-size: 16px;
    font-weight: 500;    background-color: #fff;min-height: 46px;
}
.search-code-bar .loop-filter-wrap input::placeholder{
    color: #002A9A;
}
.search-input-wrap {
    display: flex;
    align-items: center;
}
.search-input-wrap #loop-search {
    padding: 0;
    border: 0;
}
.results .elementor-heading-title.elementor-size-default a {
    font-size: 24px !important;
    font-weight: 900;
    color: rgba(0, 174, 233, 1) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px !important;
}
.results .elementor-widget-theme-post-featured-image img {
    height: 250px;
    object-fit: cover;
}

.results figure.blog-video iframe {
    height: 250px;
}

.results .elementor-heading-title.elementor-size-default {
    padding: 12px 0 10px;
}
.results .post .e-con-inner {
    display: block;
}

.results .elementor-widget.elementor-widget-theme-post-excerpt {
    font-size: 17px !important;
    line-height: 24px;
    margin-top: 5px;
}
.commitee-images .elementor-widget-image {
    overflow: hidden;
    border-radius: 12px;
    transition: transform .3s ease;
}
.commitee-images .elementor-widget-image img{
   transition: transform .3s ease; 
}
.commitee-images .elementor-widget-image:hover img {
    transform: scale(1.05);
}
.balance-table td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
}
.balance-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.balance-table th {
    background: #3498db;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}
.step-number {
    background: #3498db;
    color: white;
    padding: 2px 10px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
.step-title {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 6px;
}
.step-item {
    background: #f8f9fa;
    border-left: 3px solid #3498db;
    margin: 15px 0;
    padding: 15px;
    border-radius: 0 6px 6px 0;
}
.alert-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 6px 6px 0;
}
.scenario-box {
    background: white;
    border: 2px solid #52c3f1;
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
}
.info-box {
    background: #e3f2fd;
    border-left: 4px solid #1976d2;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 6px 6px 0;
}
.img-w-100 {
    width: 100%;
}
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.benefits-list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.6;list-style:none
}
.benefits-list li::before {
    content: "•";
    color: rgb(112, 8, 193);
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: -8px;
}
.a-tag-dark a {
    color: #7008c1;
    font-weight: 700;
    transition: color .3s ease;
}
.team-tab .e-n-tabs.e-activated {
    align-items: baseline;    gap: 4%;
}
.team-tab .e-n-tabs-heading {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 20%;
}
.team-tab .e-n-tabs-heading button {
    padding: 10px;
    border-radius: 0;
}
#video-about .e-hosted-video {
    height: 650px;
    width: 100%;
}
#video-about .e-hosted-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list-card {
    overflow: hidden;
    position: relative;
    padding: 34px;
}
.list-card .elementor-heading-title.elementor-size-default {
    max-width: 178px;
    margin: auto;
}
.list-card .elementor-widget-text-editor {
    max-width: 286px !important;
    margin: 0 auto !important;
}
.list-card .elementor-widget-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search-code-bar .loop-filter-wrap select:after {
    content:"" !important;
    visibility: hidden;
}

#loop-category {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Add a custom arrow */
#loop-category {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2300aee9' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.search .results .post:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

a.page-numbers {
    background: #00aee9;
    color: #fff;
    padding: 8px 12px;
    line-height: 1;
    margin: 0;
    display: inline-block;
}

/* End custom CSS */
span.page-numbers.current {
    background: #002A9A;
    color: #fff;
    padding: 8px 12px;
    line-height: 1 !important;
    position: relative;
    display: inline-block;
}

.loop-filter-wrap button {
    line-height: 1 !important;
    padding: 12px 20px;
}
.feature-webinars .elementor-widget-video-playlist .e-tabs-header {
    display: none;
}
.feature-webinars .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
    white-space: unset;margin: 0;
}

.feature-webinars .e-tabs-items-wrapper .e-tab-title {
    background: rgba(0, 174, 233, 1);
    padding: 10px 12px;
    min-height: 81px;
        align-items: center;
}
.feature-webinars .e-tabs-items-wrapper .e-tab-title .e-tab-title-text button {
    box-shadow: none;
    line-height: 22px;
}
.feature-webinars .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail{
margin: 0 15px 0 0;
}

@media only screen and (max-width:1024px) {
.team-tab .e-n-tabs-heading {
 
    flex: 0 0 30%;
    max-width: 30%;
}
	#video-about .e-hosted-video {
    height: 400px;
  
}
.feature-webinars .e-tabs-main-area {
    gap: 20px;
    flex-direction: column-reverse;
    height: auto;
}
.feature-webinars .e-tabs-wrapper {
    width: 100%;
}
.feature-webinars .e-tabs-content-wrapper iframe {
    min-height: 350px;
}
.results .elementor-grid.elementor-loop-container {
    grid-auto-rows: auto !important;
}

	}

@media only screen and (max-width:767px) {
    .feature-webinars .e-tabs-items-wrapper .e-tab-title {
    min-height: 53px;
  
}

    .search-code-bar .loop-filter-wrap {
    flex-direction: column;
}
.results .elementor-grid.elementor-loop-container {
        grid-auto-rows: auto !important;
        gap: 10px;
    }
		#video-about .e-hosted-video {
    height:220px;
  
}
	
	.team-tab .e-n-tabs-heading {
 
    flex: 0 0 100%;
    max-width: 100%;
}
	.team-tab .e-n-tabs-heading button {
   
    width: 100% !important;
}
	
   .package-table thead {
    display: none;
  }

  .package-table, 
  .package-table tbody, 
  .package-table tr, 
  .package-table td {
    display: block;
    width: 100%;
  }

  .package-table tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid;
  }

  .package-table td {
    text-align: right !important;
    padding-left: 35% !important;
    position: relative;
    min-height: 40px;
  }

  .package-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 35%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
  }
	.features-service-table .elementor-element {
    overflow: unset !important;
}
	.features-service-table .elementor-element td.has-text-align-left img {
    width: 25px !important;
    height: auto !important;
    vertical-align: middle !important;
}
	
}