/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Common CSS */
body {overflow-x: hidden;}
.page-content .elementor-widget-text-editor p:last-child {margin-bottom: 0;}
.quote-icon-wrap {position: relative;}
.accordion-wrap .e-n-accordion-item-title[aria-expanded="true"] {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.icon-box-wrap .elementor-icon-wrapper {line-height: 1;}
.elementor-counter-number-prefix span {color: #2A7DE1!important;}
.home-stats-wrap .elementor-counter-title {text-align: center;}
.custom-tab-wrap .e-n-tabs-heading {
    justify-content: space-between !important;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.custom-tabs button[aria-selected="true"] {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
}
.patient-btn{margin-top: auto !important;}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    .custom-tab-wrap .e-n-tabs-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color:#808FAB80;
}
.quote-icon-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00AE42;
    border-radius: 25px;
}
}
@media (max-width: 767px) {
    .elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    margin-bottom: 20px;
}
}
/* .Common CSS */

/* Language Switcher */
.gtranslate_wrapper .gt_selector {
    border: 0;
    position: relative;
    box-shadow: none;
    outline: none;
    background: transparent;
    padding-left: 32px;
    font-size: 14px;
 appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.gtranslate_wrapper {
    position: relative;
    background-color: #FFF;
}
.gtranslate_wrapper:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/07/g-logo-new-1.png');
    background-position: center center;
    background-size: cover;
    width: 22px;
    height: 22px;
}
.gtranslate_wrapper::after {
    content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  pointer-events: none;
}
/* Language Switcher */


/* Header */

.main-menu .mobile-menu {
    display: none !important;
}
.main-menu .mobile-menu.mobile-menu-btn a {
        background-color: #EF6553;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #FFFFFF !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EF6553;
    border-radius: 8px 8px 8px 8px;
    padding: 18px 48px 18px 48px;
    transition: all 0.3s ease-in-out;
}

.main-menu .mobile-menu.mobile-menu-btn a:hover {
        background-color: #00AE42 !important;
    border-color: #00AE42 !important;
    color: #FFFFFF !important;
}

@media(max-width:1024px) {
    .main-menu nav.elementor-nav-menu--dropdown .elementor-nav-menu {
        margin: 15px 0 30px;
    }
  
}
@media(max-width:767px) {
  .main-menu .mobile-menu {
        display: flex !important;
        justify-content: center;
    }
}
/* /Header */

/* Footer */

.footer-menu .elementor-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 62px;
    row-gap: 24px;
}
/* /Footer */


/* Pricing Table */
.pricing-table-wrap .elementor-price-table__integer-part {margin-bottom: 43px; line-height: 1.2 !important;} 
.pricing-table-wrap ul.elementor-price-table__features-list {display: flex;flex-direction: column;gap: 8px;}
.pricing-table-wrap ul.elementor-price-table__features-list li::before {display: none !important;}
ul.elementor-price-table__features-list .elementor-price-table__feature-inner {
    display: flex;
    gap: 12px;
}
.pricing-table-wrap ul.elementor-price-table__features-list .elementor-price-table__feature-inner svg {
    width: 14px;
    fill: transparent;
}
.pricing-table-wrap ul.elementor-price-table__features-list .elementor-price-table__feature-inner span {
    width: calc(100% - 26px);
}

.pricing-table-wrap {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-origin: center center;
  box-shadow: none;
}

.pricing-table-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.pricing-table-wrap .elementor-price-table__button {
    width: 100% !important;
}

/* /Pricing Table */

/* Form */
.gform-wrapper {}
.gform-wrapper input[type="text"], .gform-wrapper input[type="email"] {height: 48px !important;}
.gform-wrapper input[type="text"], .gform-wrapper input[type="email"], .gform-wrapper textarea {
    color: rgba(0,0,0,0.7) !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    background-color: #FFF !important;
    border-radius: 8px !important;
    padding: 13px 16px 11px !important;
    outline: none !important;
    box-shadow: none !important;
}
.gform-wrapper .gform_fields {
    row-gap: 12px !important;
    column-gap: 16px;
}
.gform-wrapper textarea {height: 161px !important;}
.gform-wrapper .gform-footer input[type="submit"] {
        background-color: #2A7DE1 !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    color: #FFFFFF !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #2A7DE1 !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 17px 16px !important;
    min-width: 115px !important;
}
.gform-wrapper .gform-footer input[type="submit"]:hover {
    background-color: #EF6553 !important;
     border-color: #EF6553 !important;
}
.gform-wrapper .gform_validation_errors {display: none !important;}
.validation_message {color : #EF6553 !important; margin-left: 10px;}
.gform_confirmation_message {font-size: 24px !important; color: #00CE7C !important; line-height: 1.2 !important;}
@media(max-width: 767px) {
    .gform_confirmation_message {font-size: 20px !important;}.pricing-table-wrap:hover {
  transform: scale(1.02);
}
}
/* /Form */


/* Filter */
body .facetwp-facet {
    margin-bottom: 0;
}
.facet-search-filter .facetwp-facet input.facetwp-search {
    border: 1px solid #011E56;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 48px 15px 24px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    min-width: 275px;
    color: #011E56;
}
.facet-search-filter .facetwp-facet input.facetwp-search::placeholder {
    color: rgba(1, 30, 86, 0.7);
}
.facet-search-filter .facetwp-type-search .facetwp-icon {
    opacity: 1;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
}
.facet-search-filter .facetwp-type-search .facetwp-icon::before {
    background: url(/wp-content/uploads/2025/07/Search-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.facet-dropdown-filter .facetwp-facet select {
    min-width: 275px;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    outline: none;
    box-shadow: none;
    padding: 15px 48px 15px 24px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('/wp-content/uploads/2025/07/chevron-down-1.svg');
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #011E56;
}
.facet-dropdown-filter .facetwp-facet select::-ms-expand {
    display: none !important;
}
.facet-dropdown-filter .facetwp-facet select option {
    color: rgba(1, 30, 86, 0.7);
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 24px;
    border-radius: 0;
}
@media(max-width: 880px) {
    .facet-search-filter .facetwp-input-wrap {width: 100%;}
    .facet-search-filter .facetwp-facet input.facetwp-search {
        width: 100%;
    }
    .facet-dropdown-filter .facetwp-facet select {
        width: 100%;
    }
}
/* /Filter */

/* Pagination */
.post-list-wrap .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;

}
.post-list-wrap .page-numbers.prev, .post-list-wrap .page-numbers.next {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #F4F9FD;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.post-list-wrap .page-numbers.prev[href]:hover, .post-list-wrap .page-numbers.next[href]:hover {
    background-color: #00AE42;
}

.post-list-wrap .page-numbers.prev::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/wp-content/uploads/2025/07/left-arrow.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-list-wrap .page-numbers.next::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/wp-content/uploads/2025/07/right-arrow.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.post-list-wrap .page-numbers.current {
    font-weight: 700;
}

@media (max-width: 880px) {
    .post-list-wrap .page-numbers.prev, .post-list-wrap .page-numbers.next {
        width: 40px;
        height: 40px;
    }
}
/* /Pagination */


/* Single Post */
.single-post .elementor-widget-theme-post-content .wp-block-heading {
    margin-top: 0;
    margin-bottom: 24px;
}
.single-post-terms-list .dce-terms ul {gap: 12px;}
.single-post-terms-list .dce-terms ul li {
    background-color: #2A7DE1;
    padding: 4px 12px;
    border-radius: 8px;
}
.single-post .elementor-widget-theme-post-content p {margin-bottom: 24px;}
.single-post .elementor-widget-theme-post-content .wp-block-list {
    padding: 0 0 0 26px;
    margin: 24px 0;
}
.single-post .elementor-widget-theme-post-content ul.wp-block-list {
    list-style: none;
    padding: 0;
}
.single-post .elementor-widget-theme-post-content ul.wp-block-list li {
    position: relative;
    padding-left: 26px;
}
.single-post .elementor-widget-theme-post-content ul.wp-block-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/07/check-1.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-post .wp-block-image {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.single-post .wp-block-image.shodow-img {
    margin-top: 48px;
    margin-bottom: 48px;
}
.single-post .wp-block-image.shodow-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #00000000 0%, rgba(0, 0, 0,0.7) 100%);
}
.single-post .wp-block-image img {
    border-radius: 24px;
    width: 100%;
}

.related-post .swiper {width: 100% !important;}

.people-carousel-prev.green-arrow, .people-carousel-next.green-arrow {
    display: block;
    cursor: pointer;
}
.people-carousel-prev.green-arrow.disable, .people-carousel-next.green-arrow.disable {
    display: none;
}
.people-carousel-prev.disable-arrow, .people-carousel-next.disable-arrow {
    display: none;
}
.people-carousel-prev.disable-arrow.disable, .people-carousel-next.disable-arrow.disable {
    display: block;
}

@media(max-width: 1024px) {
    .single-post .wp-block-image {
    border-radius: 16px;
}

.single-post .wp-block-image img {
    border-radius: 16px;
}
.single-post .wp-block-image.shodow-img {
    margin-top: 32px;
    margin-bottom: 32px;
}
}

@media(max-width: 767px) {
    .single-post .elementor-widget-theme-post-content p {margin-bottom: 20px;}
    .single-post .elementor-widget-theme-post-content .wp-block-list {
        margin: 20px 0;
    }
        .single-post .wp-block-image {
    border-radius: 8px;
}

.single-post .wp-block-image img {
    border-radius: 8px;
}
.single-post .wp-block-image.shodow-img {
    margin-top: 24px;
    margin-bottom: 24px;
}
}

/* /Single Post */


/* Single Event */
.single-events .elementor-widget-theme-post-content .wp-block-heading {
    margin-top: 0;
    margin-bottom: 24px;
}
.single-post-terms-list .dce-terms ul {gap: 12px;}
.single-post-terms-list .dce-terms ul li {
    background-color: #2A7DE1;
    padding: 4px 12px;
    border-radius: 8px;
}
.single-events .elementor-widget-theme-post-content p {margin-bottom: 24px;}
.single-events .elementor-widget-theme-post-content .wp-block-list {
    padding: 0 0 0 26px;
    margin: 24px 0;
}
.single-events .elementor-widget-theme-post-content ul.wp-block-list {
    list-style: none;
    padding: 0;
}
.single-events .elementor-widget-theme-post-content ul.wp-block-list li {
    position: relative;
    padding-left: 26px;
}
.single-events .elementor-widget-theme-post-content ul.wp-block-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/07/check-1.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-events .wp-block-image.size-full {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.single-events .wp-block-image.size-full::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #00000000 0%, rgba(0, 0, 0,0.7) 100%);
}
 .single-events .wp-block-gallery .wp-block-image::after {display: none;}
.single-events .wp-block-image.size-full img {
    border-radius: 24px;
    width: 100%;
}
.wp-block-gallery {
    margin-bottom: 48px;
}
.shadow-img {
    margin: 48px 0;
}
.related-post .swiper {width: 100% !important;}

.people-carousel-prev.green-arrow, .people-carousel-next.green-arrow {
    display: block;
    cursor: pointer;
}
.people-carousel-prev.green-arrow.disable, .people-carousel-next.green-arrow.disable {
    display: none;
}
.people-carousel-prev.disable-arrow, .people-carousel-next.disable-arrow {
    display: none;
}
.people-carousel-prev.disable-arrow.disable, .people-carousel-next.disable-arrow.disable {
    display: block;
}
.sponsors-list {
    margin-bottom: 48px;
}
.sponsors-list .sponsors-list-item {
    display: flex;
    flex-direction: column;
}
.sponsors-list-item .wp-block-image {
    width: 298px;
    min-height: 156px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7, 54, 41, 0.13);
}

.sponsors-list-item .wp-block-buttons {
    margin-top: 16px;
}

.sponsors-list-item .wp-block-button__link {
    padding: 0;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

.sponsors-list-item .wp-block-button__link:hover {
    text-decoration: none;
}
.winner-section table {
    border: 0;
}
.winner-section table thead {
    background-color: #2A7DE1;
    border: 0;
}

.winner-section table thead th {
    background-color: #2A7DE1;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}
.winner-section table tbody tr {
    border: 0;
    font-size: 16px;
    font-weight: 500;
}
.winner-section table tbody>tr:nth-child(odd)>td, .winner-section table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* Optional: force horizontal scroll on small screens */
}
@media(max-width: 1024px) {
    .single-events .wp-block-image.size-full {
    border-radius: 16px;
}

.single-events .wp-block-image.size-full img {
    border-radius: 16px;
}
.sponsors-list {
    margin-bottom: 32px;
}
.wp-block-gallery {
    margin-bottom: 32px;
}
.shadow-img {
    margin: 32px 0;
}
}
@media(max-width: 767px) {
    .single-events .elementor-widget-theme-post-content p {margin-bottom: 20px;}
    .single-events .elementor-widget-theme-post-content .wp-block-list {
        margin: 20px 0;
    }
        .single-events .wp-block-image.size-full {
    border-radius: 8px;
}

.single-events .wp-block-image.size-full img {
    border-radius: 8px;
}
.sponsors-list-item .wp-block-button__link {
    font-size: 16px;
}
.sponsors-list {
    margin-bottom: 24px;
}
.wp-block-gallery {
    margin-bottom: 24px;
}
.shadow-img {
    margin: 24px 0;
}
}

/* /Single Event */

/* /Newsletter Form */
.newsletter-form form {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

.newsletter-form form .gform-footer {
    margin-top: 0 !important;
}
.newsletter-form form input[type="email"] {min-width: 320px !important;}
.newsletter-form form .gform-footer input[type="submit"] {
    height: 48px !important;
}
@media (max-width: 767px) {
    .newsletter-form form {
        flex-direction: column;
        align-items: center;
    }
    .newsletter-form form input[type="email"] {
        min-width: auto !important;
    }
}
/* /Newsletter Form */

