/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.elementor-element.elementor-element.elementor-view-framed .elementor-icon:hover svg path {
    filter: invert(1);
}

/*bar*/

/* ===== Progress Wrapper ===== */
.elementor-widget-progress .elementor-progress-wrapper {
    background: #d9d9d9;
    height: 19px;
    border-radius: 50px;
    position: relative;
    overflow: visible;
}

/* ===== Green Progress Line ===== */
.elementor-widget-progress .elementor-progress-bar {
    background: #9BC27C;
    height: 6px;
    border-radius: 50px;
    position: relative;
}

/* ===== Title ===== */
.elementor-widget-progress .elementor-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

/* ===== Percentage Ribbon Badge ===== */
.elementor-widget-progress .elementor-progress-percentage {
    position: absolute;
    top: -34px;
    right: 0;
    background: #09B6B0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 4px 4px 0 4px;
    line-height: 1;
}

/* ===== Right Side Triangle Cut ===== */
.elementor-widget-progress .elementor-progress-percentage:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #09B6B0;
    border-left: 8px solid transparent;
}

.elementor-95 .elementor-element.elementor-element .elementor-progress-wrapper .elementor-progress-bar {
    margin-top: 7px;
}


/*search*/

input.ekit_search-field {
    height: 60px !important;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):focus {
    background: transparent !important;
}

/*hover*/

.whoweclass:hover {
    background: #38b7af !important;
}

.whoweclass:hover * {
    color: #fff !important;
}

.whoweclass:hover svg path {
    filter: brightness(14.5);
}

.agentone:hover * {
    color: #fff !important;
}


/*megamenu*/


.elementor-667 .elementor-element.elementor-element-ba42315.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
    background: #38b7af !important;
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover {
    background: #38b7af !important;
}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background: #38b7af !important;
}

/*blogsection*/

div#bloginner .elementor-element.elementor-element-d7935f0 .elementskit-post-image-card {
    background: #38b7afad !important;
}

div#bloginner .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
    padding-bottom: 0px !important;
}

div#bloginner .elementor-element.elementor-element-d7935f0 .elementskit-post-body .entry-title {
    margin-bottom: 14px !important;
}

div#bloginner .ekit-wid-con .elementskit-btn {
    background: transparent;
    padding: 0;
    text-decoration: underline;
}

div#bloginner .ekit-wid-con .elementskit-btn:hover {
    background: transparent !important;
}

.whoweclass p {
    font-size: 13px !important;
}

.innercount .elementor-icon-box-title {
    font-size: 23px !important;
    font-weight: 700 !important;
}


/*studenttabclickable*/

.e-n-tab-title:hover {
    cursor: pointer;  /* Show pointer on hover */
}

/* Optionally, you can change the tab's appearance on hover */
.e-n-tab-title:hover {
    background-color: #f5f5f5;  /* Light background on hover */
    color: #007bff;  /* Change text color on hover */
}

/* Add transition effect to smooth the change */
.e-n-tab-title {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/*table*/

  table {
            width: 100%;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
        }
        th, td {
            padding: 15px;
            text-align: left;
        }
        th {
            background-color: #08B6AF;
            color: white;
        }
        tr:nth-child(odd) {
            background-color: #f5f5f5;
        }
        tr:nth-child(even) {
            background-color: #e0e0e0;
        }

td {
    font-size: 14px;
    font-weight: 500;
    color: black;
    font-family: 'Poppins';
}

th {
    font-size: 20px !important;
}


td a {
    color: black !important;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
}

ul.has-primary-color.has-text-color li {
    line-height: 34px;
    font-size: 17px;
    font-family: 'Golos Text';
}

ul.has-primary-color.has-text-color li strong {
    color: black;
}


/*gerenalenglish*/

.course-label{
    display:inline-block;
    background:#4db8af;
    color:#fff;
    font-weight:600;
    padding:12px 28px;
    font-size:16px;
    position:relative;
    border-radius:4px;
}

.course-label:after{
    content:'';
    position:absolute;
    left:20px;
    bottom:-12px;
    width:0;
    height:0;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:12px solid #4db8af;
}



