/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0
*/
/* Import the parent theme's style */

@import url("../hello-elementor/style.css");

/*-------------------------------------------------------------- */
/* .leaflet-popup-content{
        width: 100% !important;
} */
/* .leaflet-popup{
    left: 34px !important;
    top: -35px;
    height: max-content;
}
.leaflet-popup-tip-container {
    left: -10px !important;
    top: 31px !important;
    transform: rotate(90deg) !important;
}
.leaflet-popup-content-wrapper {
          width: 100% !important;
    max-width: 89% !important;
}
.leaflet-container a.leaflet-popup-close-button{
    right: 30px !important;
} */
.ttf-detail-btn {
    transition: 0.5s;
}

.ttf-detail-btn:hover {
    background-color: #58d0c1 !important;
}

.ttf-school-map.leaflet-container {
    background: #55c1aa;
    overflow: hidden;
}

.ttf-school-map .leaflet-popup-pane {
    z-index: 800;
}

/* Hide the default downward triangle (“tail”) between popup and marker */
.ttf-school-map .leaflet-popup-tip-container {
    display: none;
}

.ttf-school-map .leaflet-popup-tip {
    display: none;
}







.ttf-map-col {
    position: relative;
    z-index: 2;
}

.ttf-list-col {
    position: relative;
    z-index: 1;
    height: 100%;
    /* min-height: 500px !important; */
    /* max-height: 872px !important; */
    max-height: 1070px !important;
}

.ttf-map-popup {
    font-family: "Affogato", Sans-serif !important;

}

.ttf-map-popup strong {
    font-size: 16px;
    color: #0a3a65;
}

.ttf-location-item {
    white-space: normal !important;
}

.ttf-detail-row a {
    color: #fff !important;
    transition: 0.5s;
}

.ttf-detail-row a:hover {
    color: #55c1aa !important;
}

.share-btn .elementor-grid-item .elementor-share-btn svg {
    margin-left: 2px;
}

.related-post .elementor-post__read-more-wrapper {
    margin-bottom: 20px;
}

.ttf-no-results {
    font-size: 20px;
    color: #f3efe6;
    font-family: "Affogato", Sans-serif !important;
    font-weight: 500;
}

.ttf-map-filters .ttf-filter-group .ttf-filter-toggle {
    background-color: #fcf8eb;
    color: #55c1aa;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    padding: 15px 50px 15px 20px;
    justify-content: center;
}

.ttf-filter-caret {
    position: relative;
}

.ttf-filter-caret::before {
    content: '';
    position: absolute;
    top: 0;
    right: -38px;
    width: 25px;
    height: 25px;
    background-image: url(images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    transform: rotate(90deg);

}

.ttf-filter-group.is-open .ttf-filter-caret::before {
    transform: rotate(-90deg);

}

.ttf-member-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: sans-serif;
    position: relative;
}

/* Hide checkbox */
.ttf-member-toggle input {
    appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 26px;
    background-color: #55c1aa !important;
    border-radius: 50px !important;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    outline: none;

}

/* Circle */
.ttf-member-toggle input::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    background: #003458;
    border-radius: 50%;
    transition: 0.3s;
}

/* Active */
.ttf-member-toggle input:checked {
    background: #a5d6a7;
}

.ttf-member-toggle input:checked::before {
    transform: translateX(24px);
}

.ttf-filter-clear {
    font-size: 22px !important;
    box-shadow: none !important;
    padding: 16px 34px !important;
    margin-left: 13px !important;
    background-color: #fbad18 !important;
    border: 0 !important;
}

.ttf-filter-clear:hover {
    background-color: #f04c23 !important;
}

.ttf-filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: sans-serif;
    
    position: relative;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #fcf8eb45;
        margin-bottom: 8px;
    padding-bottom: 11px !important;
    /* text-align: center !important; */
}
.ttf-filter-option:last-child{
    border-bottom: 0;

    margin-bottom: 0 ;
}
/* Hide default checkbox */
.ttf-filter-option input {
    appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #003458;
    border-radius: 3px !important;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    padding:7px !important;
}

/* Checked background */
.ttf-filter-option input:checked {
    background-color: #003458;
}

/* Tick mark */
.ttf-filter-option input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #003458;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover effect */
.ttf-filter-option input:hover {
    border-color: #003458;
}

/* Header start */
.donate-button {
    display: none !important;
    padding: 0 !important;
    margin-top: 33px !important;


}

.ttf-filter-apply {
    font-size: 22px !important;
    color: #fcf8eb !important;
    padding: 16px 50px !important;
    border: 0 !important;
}

.ttf-filter-apply:hover , .ttf-filter-apply:focus {
    background-color: #fcf8eb !important;
    color: #f04c23 !important;
}

.donate-button a {
    justify-content: center;
    padding: 14px 24px !important;
    margin: 0 !important;
    color: #003458 !important;
    border-radius: 6px;
    background-color: #55c1aa;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 19px !important;

}

.donate-button a:hover {
    background-color: #f04c23 !important;
}

/* Header End */
/* Footer Start*/
.main-footer form .elementor-field-type-submit {
    position: absolute;
    top: 8px;
    right: 9px;
    width: auto;
    height: auto;
}

.main-footer form .elementor-field-type-submit button {
    position: relative;
}

.main-footer form .elementor-field-type-submit button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    width: 25px;
    height: 100%;
    background-image: url(images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    cursor: pointer;
    transition: 0.5s;
}

.main-footer form .elementor-field-type-submit button:hover::before {
    opacity: 0.5;
}

.main-footer form .elementor-button {
    background-color: transparent;
}

.main-footer form .elementor-field-group-email {
    position: relative;
}

.main-footer .elementor-field-group-email {
    position: relative;
}



.main-footer .elementor-field-group-email input {
    padding-right: 50px;
}

/* Footer End*/

/* Banner Section Start */
.banner-section {
    position: relative !important;
}

.banner-section::before {
    content: '' !important;
    position: absolute;
    top: 0;
    right: 0;
    /* width: 60% !important; */
    width: 100% !important;
    height: 100%;
    background-color: rgb(252 247 233 / 64%);
    z-index: -1;
}

.banner-section.left::before {
    content: '' !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100%;
    margin-left: auto !important;
    background-color: rgb(252 247 233 / 64%);
    z-index: -1;
}

/* Banner Section End */

/* Tabbing Section Start */
.tabbing-section button {
    width: 100% !important;
    flex-basis: auto !important;
}

.tabbing-section button:first-child {
    background-color: #09996f !important;
}

.tabbing-section button:nth-child(2) {
    background-color: #006098 !important;
}

.tabbing-section button:last-child {
    background-color: #5fb9db !important;
}

.tabbing-section .e-n-tabs-heading {
    /* justify-content: space-between !important; */
    flex-wrap: nowrap !important;
    gap: 0 !important;

}

.tabbing-section .e-n-tabs {
    gap: 0 !important;
}

.tabbing-section.logo button:first-child {
    background-color: #55c1aa !important;
}

.tabbing-section.logo button:nth-child(2) {
    background-color: #09996f !important;
}

/* Tabbing Section End */


/* Leadership Section start */
.leadership-section .elementor-widget-shortcode {
    width: 100%;
    max-width: 1199px !important;
    margin: 0 auto;

}
.leadership-section .e-n-tab-title {
    width: 100% !important;
    flex-basis: auto !important;
}

.leadership-section .e-n-tab-title:first-child {
    background-color: #006098 !important;
}

.leadership-section .e-n-tab-title:nth-child(2) {
    background-color: #09996f !important;
}



.leadership-section .e-n-tabs-heading {
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

}

.leadership-section .e-n-tabs {
    gap: 0 !important;
}

.leadership-section .e-n-tabs-heading {
    padding: 0 150px 0 550px !important;
}

.popup-inner {
    max-width: 100%;
    margin: auto;
    background: #5fb9db;
    padding: 40px;
    position: relative;
    border-radius: 8px;
    /* height: 314px !important; */
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 11px;
}

/* CLOSE BUTTON */
.popup-close {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: #003458; */
    /* color: #fff; */
    /* font-size: 31px; */
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    transform: rotate(45deg);
    z-index: 9;

}

.popup-close svg {
    transition: 0.5s;
}

.popup-close svg:hover {
    opacity: 0.5;
}

/* POPUP CONTENT */
.popup-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* POPUP IMAGE */
.popup-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 9px !important;
}

.popup-img {
    width: 198px;
    height: 215px;
}

/* POPUP TEXT */
.popup-text {
    flex: 1;
    color: #fff;
}

.popup-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.popup-content.mobile {
    display: none;
}

.popup-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    color: #FCF8EB !important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Rift Soft", Sans-serif !important;
}

.popup-designation {
    font-size: 15px;
    /* margin-bottom: 20px; */
    font-weight: 500;
    color: #FCF8EB !important;
}

.popup-designation p {
    margin-bottom: 0;
}

.popup-designation a {
    color: #FCF8EB !important;
}

.popup-bio {
    font-size: 16px;
    line-height: 1.6;
    max-height: 145px !important;
    overflow-y: auto;
    padding-right: 8px;

}


.popup-bio::-webkit-scrollbar,
.event-section .elementor-widget-theme-post-excerpt::-webkit-scrollbar {
    width: 5px;
}


.popup-bio::-webkit-scrollbar-track,
.event-section .elementor-widget-theme-post-excerpt::-webkit-scrollbar-track {
    background: #003458;
    border-radius: 10px;


    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-clip: content-box;
}

.event-section .event-loop .event-section .elementor-swiper-button svg {
    transition: 0.5s;
}

.event-section .type-event .e-parent {
    padding: 0 20px;
}

.event-section .elementor-swiper-button svg:hover {
    opacity: 0.5;
}

.event-section .type-event:hover .event-box {
    bottom: 0 !important;
    height: 100%;
}

.event-section .event-box .elementor-heading-title a {
    font-family: "Rift Soft", Sans-serif !important;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.popup-bio::-webkit-scrollbar-thumb,
.event-section .elementor-widget-theme-post-excerpt::-webkit-scrollbar-thumb {
    background: #003458;
    border-radius: 20px;
}

/* hover */
.popup-bio::-webkit-scrollbar-thumb:hover,
.event-section .elementor-widget-theme-post-excerpt::-webkit-scrollbar-thumb:hover {
    background: #e6dcc7;
}

/* SLICK ARROWS */
.team-slider {
    position: relative !important;
}

.team-slider.less-than-four .team-card {
    width: 348px !important;
}

.team-slider.less-than-four .slick-track {
    display: flex;
    justify-content: center;

}

.less-than-four-popup .popup-inner {
    max-width: 85%;
    margin: 0 auto !important;
}

.team-slider .team-prev,
.team-slider .team-next,
.popup-slider .slick-prev,
.popup-slider .slick-next {

    top: -35px;
    width: 34px;
    height: 34px;
    background: orange;
    border-radius: 50%;
    z-index: 10;
    font-size: 34px;
    border: 0;
    padding: 0;
}

.popup-slider .slick-prev,
.popup-slider .slick-next {
    top: -77px !important;
}

.team-slider .team-prev:hover,
.team-slider .team-next:hover,
.popup-slider .slick-prev:hover,
.popup-slider .slick-next:hover {
    background: transparent;
}

.team-slider .team-prev:before,
.team-slider .team-next:before,
.popup-slider .slick-prev:before,
.popup-slider .slick-next:before {
    font-size: 30px;
    color: #172c4f;
    /* opacity: 1 !important; */
}

/* popup hidden */
.team-popup {
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    display: none;
    z-index: 50;
    width: 100%;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
    right: 0;

}

/* ========================
   CUSTOM ARROWS (MAIN + POPUP)
======================== */
.custom-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 2px solid #0E78BE; */
    border: 0;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 53px);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0 !important;
}
.custom-arrow:hover {
    background-color: #172c4f !important;
}
/* POSITION */
.custom-arrow.prev {
    left: -60px;

}
.custom-arrow.prev svg{
    margin-left: -3px;
}
.custom-arrow.next svg{
    margin-left: 5px;
}
.less-than-four-popup .custom-arrow.prev {
    left: -105px;
    top: 50% !important;
}

.custom-arrow.prev svg {
    transform: rotate(180deg);
}

.custom-arrow.next {
    right: -60px;

}

.less-than-four-popup .custom-arrow.next {
    right: -105px;
}

/* POPUP POSITION */
.popup-arrow.prev {
    left: -70px;
}

.popup-arrow.next {
    right: -70px;
}

.custom-arrow svg path {
    fill: #fff;
}

.custom-arrow svg {
    width: 16px;
    height: 16px;
}

/* DISABLED */
.custom-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.team-name {
    font-size: 25px !important;
    font-family: "Rift Soft", Sans-serif !important;
    margin: 0;
    letter-spacing: 0.9px;
    color: #ffffff !important;
    margin-top: 10px;

}

.team-designation {
    color: #ffffff;
}

.team-slider .slick-slide {
    padding: 0 11px;

}

/* .team-slider .slick-list {
  margin: 0 -11px;
} */
.team-slider.popup-open .custom-arrow,
.team-popup.less-than-four-popup .custom-arrow {
    top: 50% !important;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    border-radius: 15px !important;
}

.team-img .icon-plus {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 2rem;
    height: 2rem;
    border-radius: 100vh;
    z-index: 1;
    cursor: pointer;
}

.team-img .icon-plus svg {
    transition: 0.5s;
}

.team-img .icon-plus svg:hover {
    opacity: 0.5;
}

/*
.team-img .icon-plus::before,
.team-img .icon-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transition: inherit;
    width: 1.063rem;
    height: 3px;
    background-color: #5fb9db;
    border-radius: 10px;
}

.team-img .icon-plus::before {
    transform: rotate(90deg);
} */

.team-designation {
    font-size: 19px !important;
    font-family: "Affogato", Sans-serif !important;
}

/* ========================
   SINGLE POPUP CENTER
======================== */
.popup-slider:not(.slick-initialized) .popup-slide {
    max-width: 500px;
    margin: 0 auto;
}

/* Leadership Section start */


.curves .e-n-tabs-heading {
    padding: 0 200px;
}

.logo .e-n-tabs-heading {
    padding: 0 360px !important;
}

.curves .e-n-tabs-heading .e-n-tab-title {
    position: relative;
}

.curves .e-n-tab-title .e-n-tab-title-text {
    margin-left: 60px;
}

.curves .e-n-tab-title:first-child .e-n-tab-title-text {
    margin-left: 0;
}

.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
    background-color: white;
    transform: scale(-1);
    background: #09996f !important;
    left: -72px;

}

.curves .e-n-tabs-heading .e-n-tab-title:last-child::before {
    background-color: #006098 !important;
    transform: rotateX(180deg);
    left: -1px;

}



.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
    transform: rotateX(180deg);
    /* right: -89px; */
    right: -68px;
    background-color: #09996f !important;

}


.school-type .e-n-tabs-heading .e-n-tab-title:nth-child(1)::after,
.school-type .e-n-tabs-heading .e-n-tab-title:last-child::before,
.school-type .e-n-tabs-heading .e-n-tab-title:last-child::after .school-type .e-n-tabs-heading .e-n-tab-title:last-child::before {
    transform: none !important;
}

.school-type .school-point ul {
    padding-left: 18px;
}


.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
    background-color: #5fb9db !important;
    width: 69px;
}

.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::before {
    display: none;
}

.school-type .e-n-tabs-heading .e-n-tab-title.active-tab:nth-child(2)::before {
    background-color: #09996f !important;
    left: -5px;
}

.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after {
    right: 0;
    left: -1px;
    z-index: 999;
    background: #09996f;
    transform: rotateX(180deg);

}

.curves .e-n-tabs-heading .e-n-tab-title.active-tab:nth-child(2)::after,
.curves .e-n-tabs-heading .e-n-tab-title.active-tab:last-child::before {
    transform: none;
}

.leadership-section.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::before,
.leadership-section.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after,
.logo.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::before,
.logo.curves .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after,
.school-type .e-n-tabs-heading .e-n-tab-title:nth-child(2)::before,
.school-type .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after {
    display: block !important;
}

.leadership-section.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
    background-color: #006098 !important;
}

.leadership-section.curves .e-n-tabs-heading .e-n-tab-title:last-child::before {
    left: -4px;
}

.leadership-section.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
    background-color: #09996f !important;
    transform: rotateX(180deg);
    /* right: -89px; */
    right: -68px;

}

.logo.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
    background: #55c1aa !important;
}

.logo.curves .e-n-tabs-heading .e-n-tab-title:last-child::before {
    background: #55c1aa !important;
    left: -4px;
    z-index: 999;
}

.logo.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
    background-color: #09996f !important;
    right: -68px;
    left: unset;
}

.logo.curves .e-n-tabs-heading .e-n-tab-title.active-tab:last-child::after {
    transform: rotateX(180deg);
}

.leadership-section.curves .e-n-tabs-heading .e-n-tab-title::after {
    left: auto;
    right: 0;
    background-position: right;
    /* background: #006098; */
    z-index: 9;
    transform: rotateY(180deg);
}


.curves .e-n-tabs-heading .e-n-tab-title::before,
.curves .e-n-tabs-heading .e-n-tab-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: calc(100% + 1px);
    cursor: pointer;
    z-index: 9;
    /* clip-path: polygon(100% 0%, 0% 0%, 0.00% 100.00%, 2.00% 99.91%, 4.00% 99.62%, 6.00% 99.15%, 8.00% 98.49%, 10.00% 97.65%, 12.00% 96.63%, 14.00% 95.43%, 16.00% 94.06%, 18.00% 92.52%, 20.00% 90.83%, 22.00% 88.98%, 24.00% 86.98%, 26.00% 84.85%, 28.00% 82.58%, 30.00% 80.20%, 32.00% 77.71%, 34.00% 75.11%, 36.00% 72.42%, 38.00% 69.65%, 40.00% 66.81%, 42.00% 63.91%, 44.00% 60.97%, 46.00% 57.99%, 48.00% 54.98%, 50.00% 51.97%, 52.00% 48.95%, 54.00% 45.95%, 56.00% 42.97%, 58.00% 40.02%, 60.00% 37.13%, 62.00% 34.29%, 64.00% 31.52%, 66.00% 28.83%, 68.00% 26.23%, 70.00% 23.74%, 72.00% 21.35%, 74.00% 19.09%, 76.00% 16.96%, 78.00% 14.96%, 80.00% 13.11%, 82.00% 11.41%, 84.00% 9.88%, 86.00% 8.51%, 88.00% 7.31%, 90.00% 6.29%, 92.00% 5.45%, 107% -2.21%, 137% 2.32%, 135% 2.03%, 100.00% -6.06%) */
    clip-path: polygon(100% 0%,
            0% 0%,
            0% 100%,
            2% 99.9%, 4% 99.6%, 6% 99.1%, 8% 98.5%, 10% 97.6%,
            12% 96.6%, 14% 95.4%, 16% 94.1%, 18% 92.5%, 20% 90.8%,
            22% 88.9%, 24% 86.9%, 26% 84.8%, 28% 82.5%, 30% 80.2%,
            32% 77.7%, 34% 75.1%, 36% 72.4%, 38% 69.6%, 40% 66.8%,
            42% 63.9%, 44% 60.9%, 46% 57.9%, 48% 54.9%, 50% 51.9%,
            52% 48.9%, 54% 45.9%, 56% 42.9%, 58% 40.0%, 60% 37.1%,
            62% 34.2%, 64% 31.5%, 66% 28.8%, 68% 26.2%, 70% 23.7%,
            72% 21.3%, 74% 19.0%, 76% 16.9%, 78% 14.9%, 80% 13.1%,
            82% 11.4%, 84% 9.8%, 86% 8.5%, 88% 7.3%, 90% 6.3%,
            92% 5.5%,
            99% 1%,
            103% 0%,
            100% 5%,
            /* smooth approach */
            100% 100%
            /* 👈 close vertically (no corner visible) */
        );
}

.curves .e-n-tabs-heading .e-n-tab-title::after {
    left: auto;
    right: -34px;
    background-position: right;
}

.curves .e-n-tabs-heading {
    overflow: hidden;
}

.school-type button:nth-child(2) {
    background-color: #55c1aa !important;
}

/* .school-type .e-n-tabs-heading .e-n-tab-title:nth-child(3)::before {
    background-color: #55c1aa;
    top: -1px;
} */

.school-type .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after {
    right: -71px !important;
    left: auto;
    transform: none;
    background-color: #55c1aa;

}

.school-type .e-n-tabs-heading .e-n-tab-title.active-tab:nth-child(2)::after {
    transform: rotateX(180deg) !important;

}

.school-type button:nth-child(3) {
    background-color: #006098 !important;
}

.school-type .e-n-tabs-heading .e-n-tab-title:first-child:after {
    background-color: #09996f !important;
}

.school-type .e-n-tabs-heading .e-n-tab-title::after {
    right: -71px !important;
    background-position: right;
    background: #55c1aa;
    /*     transform: rotateX(180deg); */
}

.school-type .e-n-tabs-heading .e-n-tab-title.active-tab:nth-child(1)::after {
    transform: rotateX(180deg) !important;
    background-color: #09996f;
}

.school-type .e-n-tabs-heading .e-n-tab-titl:nth-child(1)::after {
    transform: none !important;
}



.school-type .e-n-tabs-heading {
    padding: 0 100px !important;
}

.school-type .e-n-tabs-heading .e-n-tab-title:last-child::after {
    width: 71px !important;
    background-color: #003458 !important;
}

.school-type button:last-child {
    background-color: #003458 !important;
}

.school-type .e-n-tabs-heading .e-n-tab-title:last-child .e-n-tab-title-text {
    color: #fff;
}

.school-type .e-n-tabs-heading .e-n-tab-title:nth-child(3):after {
    background-color: #006098 !important;
}

.school-type .e-n-tabs-heading .e-n-tab-title.active-tab:nth-child(3):after {
    transform: rotateX(180deg);
}

.school-type .e-n-tabs-heading .e-n-tab-title:last-child::before {
    transform: none !important;
    left: -2px !important;
    width: 76px !important;
    background-color: #006098 !important;
    opacity: 0;
}

.faq-section .e-n-accordion {
    display: grid;
    grid-gap: 0px 30px;
    grid-template-columns: repeat(2, 1fr);
}

.faq-section .e-n-accordion-item {
    width: 100%;
}

.faq-section .e-n-accordion-item-title {
    border: 0;
    border-width: 0 !important;
    border-top: 2px solid #003458 !important;
}

.faq-section .e-n-accordion-item:nth-last-child(-n+2) {
    border-bottom: 2px solid #003458 !important;
}

.faq-section .e-n-accordion-item-title-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #f04c23;
    border-radius: 50%;
    width: 31px !important;
    height: 28.47px !important;
    /* padding-left: 1px; */
}

.faq-section .e-opened {
    width: 18px !important;
    height: 18px !important;
    transform: rotate(45deg);
    margin-top: 7px;
    margin-left: 2px;
}

.faq-section .e-closed {
    margin-left: 0.6px;
    margin-top: 1px;
}

.faq-section .e-n-accordion-item-title-header {
    width: 100% !important
}

.event-section .elementor-widget-theme-post-excerpt {
    height: 0;
    display: none;
    max-height: 210px !important;
    overflow-y: auto;
    padding-right: 8px !important;

    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    opacity: 0 !important;
    transform: translateY(100%) !important;
    pointer-events: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.6s ease, opacity 0.4s ease !important;
}

.event-section .event:hover .elementor-widget-theme-post-excerpt {

    height: 100%;
    display: block;

    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.no-grid .e-n-accordion {
    display: block !important;
}

.event-section .elementor-swiper-button-prev {
    transform: rotate(180deg) !important;
}

header .cls-1 {
    fill: #003458 !important;
}

.form-section form label {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #003458 !important;
}



.form-section .frm_error {
    color: red !important;
    font-weight: 600 !important;
    margin-top: 4px !important;
}

.form-section .frm_description {
    display: none !important;
}

.form-section .frm_button_submit {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 19px !important;
    letter-spacing: 1.6px !important;
    background-color: #f04c23 !important;
    color: #ffffff !important;
    border: 0 !important;
    padding: 12px 26px !important;
    box-shadow: none !important;
}

.form-section .frm_button_submit:hover {
    background-color: #003458 !important;
}

.filter-section .e-filter {
    position: absolute;
    top: -23px;
    width: 100%;
    margin: auto;
    z-index: 999;
    background: #fcf8eb;
    border-radius: 5px;
    cursor: pointer;

}

.filter-section .type-event {
    background-color: #003458 !important;
    border-radius: 10px;
}

/* Main button */
.filter-section .e-filter-item.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #f3efe6;
    border-radius: 8px;
    padding: 11px 0;
    font-weight: 600;
    letter-spacing: 2px;
    color: #55c1aa !important;
    position: relative;
    pointer-events: none !important;
    cursor: pointer;

}

/* Hide others by default */
.filter-section .e-filter-item {
    display: none;
    background: #fff;
    padding: 12px 15px;
    cursor: pointer;
}

/* Dropdown open */
.filter-section .e-filter.open .e-filter-item {
    display: block !important;
    width: 100%;
    position: relative;

    right: unset;
    margin: 0 auto;
    color: #003458;

}

/* Dropdown box */
.filter-section .e-filter.open {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    gap: 0;
}

/* Hover */
.filter-section .e-filter-item:not(.active):hover {
    background: #f5f5f5;
}


/* Arrow icon */
.filter-section .post-info-event {
    width: auto;
}

.filter-section .elementor-heading-title a {
    font-family: "Rift Soft", Sans-serif !important;
    font-weight: 700;
}

.filter-section .post-info-event .elementor-post-info__terms-list a {
    font-weight: 700;
    letter-spacing: 1.3px;
    font-family: "Rift Soft", Sans-serif !important;
}

.filter-section .elementor-button-icon svg {
    height: 21px;
    width: 21px;
}

.filter-section .e-filter::before {
    content: '';
    position: absolute;
    top: 13px;
    right: 12px;
    width: 25px;
    height: 25px;
    background-image: url(images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    transform: rotate(90deg);

}

.filter-section .e-filter.open::before {
    transform: rotate(-90deg);
}

/* Rotate arrow when open */
.filter-section .e-filter.open .e-filter-item.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.filter-section .e-filter-item {
    display: none !important;
}

.filter-section .e-filter-item.active {
    display: flex !important;
    width: 100%;
}

.filter-section .e-filter.open .e-filter-item {
    display: block !important;

}

.quick-fact-section .quick-email ul li {
    margin-bottom: 10px;
}

.single-event .elementor-post__read-more-wrapper .elementor-post__read-more {
    position: relative;
}

.single-event .elementor-post__read-more-wrapper .elementor-post__read-more:hover {
    color: #003458 !important;

}

.single-event .elementor-post__read-more-wrapper .elementor-post__read-more::before {
    content: '';
    position: absolute;
    top: 0;
    right: -37px;
    width: 25px;
    height: 25px;
    background-image: url(images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;

}

.single-event .elementor-post__title a:hover {
    color: #003458 !important;
}




/*-------------------------- Responisve Start -------------------------------*/


@media(max-width:1440px) {

    .ttf-map-filters .ttf-filter-group .ttf-filter-toggle,
    .ttf-member-toggle,
    .ttf-filter-apply,
    .ttf-filter-clear {
        font-size: 18px !important;
    }

    .ttf-list-col {
        max-height: 99% !important;
    }

    .ttf-location-list {
        max-height: 872px !important;

    }

    .team-popup {
        max-width: 100%;
        min-width: 100%;
        left: 0;
    }

    .curves .e-n-tabs-heading {
        padding: 0 65px 0 65px !important;
    }

    .logo .e-n-tabs-heading {
        padding: 0 150px 0 150px !important;
    }

    .tabbing-section button:nth-child(2) {
        padding-right: 0;
    }

    .tabbing-section button:first-child {

        padding-right: 0;
        padding-left: 0;
    }

    .school-type .e-n-tab-title .e-n-tab-title-text {
        font-size: 30px !important;
    }

    .school-type .e-n-tabs-heading .e-n-tab-title:last-child::after {
        width: 73px !important;
    }

    .custom-arrow.prev {
        left: unset;
        right: 80px;
    }

    .custom-arrow.next {
        right: 30px;
    }

    .custom-arrow {
        top: -30px !important;
    }
}

@media (max-width:1280px) {
    .ttf-list-col {
        max-height: 96% !important;
    }

    .ttf-location-list {
        max-height: 811px !important;
    }

    .ttf-map-filters .ttf-filter-group .ttf-filter-toggle {
        padding: 12px 38px 12px 12px !important;
    }

    .ttf-member-toggle {
        padding: 9px 9px !important;
    }

    .ttf-filter-apply,
    .ttf-filter-clear {
        padding: 13px 20px !important;
    }

    .ttf-filter-caret::before {
        right: -31px;
        width: 20px;
        height: 20px;
    }
     .team-slider.popup-open .custom-arrow, .team-popup.less-than-four-popup .custom-arrow{
            top: -33px !important;
    }

}

@media (max-width:1116px) {

    .ttf-list-col {
        max-height: 93% !important;
    }


    .ttf-map-col,
    .ttf-list-col,
    .ttf-school-map {

        height: 100% !important;
        overflow: hidden;
    }

    .ttf-map-filters .ttf-filter-group .ttf-filter-toggle,
    .ttf-member-toggle,
    .ttf-filter-apply,
    .ttf-filter-clear {
        font-size: 15px !important;
    }

    .ttf-member-toggle input {
        width: 41px;
    }

    .ttf-map-filters {
        gap: 7px !important;
    }

    .ttf-filter-clear {
        margin-left: 6px !important;
    }
   
}

@media (max-width:1026px) {
    .less-than-four-popup .popup-inner {
        max-width: 100%;
        margin: 0 15px !important;

    }

    .ttf-list-col {
        max-height: 87% !important;
    }
    
}

@media(max-width:991px) {
    .ttf-list-col {
        max-height: 100% !important;
        margin-top: 30px !important;
    }
    
    .ttf-map-filters .ttf-filter-group .ttf-filter-toggle {
        padding: 12px 33px 12px 12px !important;
    }

    .ttf-filter-caret::before {
        right: -26px;
    }
    .ttf-list-col {
        height: 100% !important;
    }

    .ttf-map-col,
    .ttf-list-col,
    .ttf-school-map {
        height: 850px !important;

    }

    .school-type .e-n-tabs-heading .e-n-tab-title::after {
        right: -70px !important;
    }

    .logo .e-n-tabs-heading {
        padding: 0 120px 0 120px !important;
    }

    .logo.curves .e-n-tabs-heading .e-n-tab-title:last-child::before {
        left: -5px;
    }

    .faq-section .e-opened {
        margin-top: 6px;
    }

    .tabbing-section button {
        width: auto !important;
    }

    .curves .tabs-wrapper {
        position: relative;
    }

    .curves .arrow-btn-wrap .tab-arrow {
        background-color: transparent !important;
        border: none !important;
        padding: 0;
    }

    .curves .arrow-btn-wrap .tab-arrow.left svg {
        transform: rotate(180deg);
    }

    .curves .tab-arrow svg {
        width: 30px !important;
        height: 30px !important;
    }

    .curves .arrow-btn-wrap {
        position: absolute;
        top: -37px;
        right: 15px;
        display: flex;
        gap: 8px;
        z-index: 10;
    }

    .curves .elementor-widget-n-tabs,
    .curves .e-n-tabs,
    .curves .e-con-full,
    .curves .tabs-wrapper {
        overflow: visible !important;
    }

    .curves .e-n-tabs-heading {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        scrollbar-width: none;
        padding-top: 45px;
    }

    .curves .e-n-tabs-heading::-webkit-scrollbar {
        display: none;
    }

    .curves .e-n-tab-title {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .curves {
        position: relative;
    }


}

@media(max-width:767px) {
    .curves .e-n-tab-title .e-n-tab-title-text{
        line-height: 1 !important;
    }

    .header-container nav .elementor-nav-menu li a {
        justify-content: center;
    }

    .leaflet-popup-content-wrapper,
    .leaflet-popup-close-button {
        display: none;
    }

    .ttf-detail-row {
        margin-bottom: 20px !important;
    }

    .ttf-location-list {
        max-height: 680px;
    }

    .ttf-detail-card {
        padding: 30px 20px !important;
    }

    .event-section .event-box .elementor-heading-title a {
        font-size: 18px !important;
    }

    .event-section .type-event:hover .event-box {
        height: auto;
    }

    .school-type .e-n-tabs-content {
        margin-top: -1px;
        z-index: 999;
    }


    .ttf-filter-option input:checked::after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 9px;
    }

    .ttf-filter-option {
        font-size: 16px !important;
    }

    .ttf-filter-option input {
        width: 11px;
        height: 11px;
        border: 1px solid #003458;
        padding: 7px 7px 7px 7px !important;
        border-radius: 3px !important;
    }

    .ttf-member-toggle input:checked::before {
        transform: translateX(17px);
    }

    .ttf-map-filters {
        justify-content: center;
    }


    .ttf-filter-caret::before {
        right: -29px;
        width: 20px;
        height: 20px;

    }

    .ttf-member-toggle input {
        width: 40px;
        height: 22px;
    }

    .ttf-member-toggle input::before {
        width: 16px;
        height: 16px;
    }

    .ttf-member-toggle {
        padding: 14px 17px !important;
    }

    .ttf-filter-apply {
        font-size: 20px !important;
        padding: 15px 36px !important
    }

    .school-type .e-n-tabs-heading {
        padding: 0 65px 0 53px !important;
    }

    .school-type .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
        left: -60px !important;
    }

    .popup-inner {
        padding: 25px 20px 15px 25px;
    }

    .popup-content.mobile {
        display: block;
    }

    .popup-content.mobile .popup-img {
        display: flex;
        width: 100%;
        height: 175px;
        gap: 20px;
        align-items: end;
    }

    .popup-content.mobile .popup-img img {
        width: 175px !important;
    }

    .popup-content.mobile .popup-bio {
        margin-top: 17px;
    }

    .popup-content.mobile .popup-wrap {
        display: block;
        margin-bottom: 0 !important;
    }

    .popup-content.desktop {
        display: none;
    }

    .menu-open header .elementor-widget-theme-site-logo {
        text-align: center !important;
        position: absolute;
        width: 100%;
        top: 0;
        left: 35px;
        right: 0;
        margin: 0 auto;
        z-index: 9;
    }

    .menu-open .top-header {
        display: none !important;
    }

    .menu-open .elementor-menu-toggle {
        margin-top: -50px;

    }

    .menu-open .header-container {
        height: 130px !important;
    }

    .menu-open .elementor-nav-menu--dropdown {
        padding-top: 50px !important;
    }

    .donate-button {
        display: block !important;
    }

    .leadership-section.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
        right: -65px;
    }

    .custom-arrow {
        bottom: -60px !important;
        top: auto !important;
        /* display: none !important; */
    }

    .team-slider.popup-open .custom-arrow,
    .team-popup.less-than-four-popup .custom-arrow {
        bottom: -88px !important;
        top: auto !important;


    }

    .less-than-four-popup .custom-arrow.prev {
        left: 36% !important;
    }

    .less-than-four-popup .custom-arrow.next {
        right: 38% !important;
    }

    .custom-arrow.prev {

        right: 52%;
    }

    .custom-arrow.next {
        right: 44%;
    }

    .school-type .e-n-tabs-heading .e-n-tab-title::after {
        right: -61px !important;
    }

    .banner-section {
        background-image: none !important;
    }

    .school-type .e-n-tabs-heading .e-n-tab-title:last-child::after {
        width: 64px !important;
    }

    .school-type .e-n-tab-title .e-n-tab-title-text {
        font-size: 20px !important;
    }

    .banner-section::before,
    .banner-section.left::before {
        width: 100% !important;
        background-color: #fcf8eb;
    }

    .banner-mobile-img {
        position: relative !important;
    }

    .banner-mobile-img::before {
        content: '' !important;
        position: absolute;
        top: 0;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 20% !important;
        background: linear-gradient(to bottom,
                #fcf8eb 0%,
                rgba(252, 248, 235, 0.9) 40%,
                rgba(252, 248, 235, 0.6) 70%,
                rgba(252, 248, 235, 0) 100%);
        z-index: 0;
    }

    .tabbing-section .e-n-tab-title,
    .vertical-tabbing .e-n-tab-title {
        padding: 10px !important;
    }

    .curves .e-n-tabs-heading .e-n-tab-title::before,
    .curves .e-n-tabs-heading .e-n-tab-title::after {
        width: 62px;
    }

    .curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::after,
    .curves .e-n-tabs-heading .e-n-tab-title:last-child::before {
        right: -61px;
    }

    .leadership-section.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
        left: -61px;
    }

    .leadership-section.curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
        width: 66px;
    }

    .curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
        left: -62px;
    }

    .curves .e-n-tabs-heading .e-n-tab-title:last-child::after {
        right: -68px;
    }

    .logo .e-n-tabs-heading {
        padding: 0 60px 0 60px !important;
    }

    .faq-section .e-n-accordion {
        display: block;
    }

    .faq-section .e-n-accordion-item:nth-last-child(-n+2) {
        border-bottom: 0 !important;
    }

    .faq-section .e-n-accordion-item:last-child() {
        border-bottom: 2px solid #003458 !important;
    }

    .faq-section .e-closed {
        margin-left: 0px;
    }

    header .elementor-nav-menu--dropdown {
        display: flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        align-items: center;
        height: 100vh !important;

    }

    .popup-bio {
        max-height: 108px !important;
    }

    .less-than-four-popup .popup-inner {
        margin: 0 10px !important;

    }

    .event-section .elementor-widget-theme-post-excerpt {
        max-height: 110px !important;
    }

    .school-type .e-n-tabs-heading .e-n-tab-title:nth-child(2)::after {
        right: -61px !important;
    }

    .ttf-list-col {
        padding: 30px 20px !important;
    }

    .curves .e-n-tabs-heading {
        padding: 0 65px 0 23px !important;
    }

    /* .vertical-tabbing .e-n-tabs-content > .e-con {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.vertical-tabbing .e-n-tabs-content > .e-con.smooth-active {
  opacity: 1;
  transform: translateY(0);
} */



}

@media(max-width:640px) {
    .custom-arrow.next {
        right: 39%;
    }
    .top-header .top-banner .elementor-icon-list-icon svg {
        margin: 0 !important;
    }

    .top-header .top-banner .elementor-icon-list-item {
        margin-inline: 6px !important;
    }

    .ttf-filter-actions {
        width: 100%;
    }

    .ttf-filter-clear {
        margin-top: 13px;
        margin-left: 0 !important;
        width: 100% !important;
        font-size: 20px !important;
    }

    .ttf-map-filters {
        gap: 10px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .ttf-filter-apply {
        width: 100% !important;
        font-size: 20px !important;
    }

    .ttf-map-filters .ttf-filter-group .ttf-filter-toggle {
        font-size: 20px;
        text-transform: uppercase;
        border: 0;
        padding: 11px 36px 11px 9px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .ttf-member-toggle {
        width: 100%;
        justify-content: space-between;
        font-size: 18px !important;
        padding: 10px 10px !important;
    }

    .ttf-filter-group {
        width: 100%;
    }

    .team-img img {
        height: 230px !important;
    }

    .event-section .type-event .e-parent {
        padding: 0 5px;
    }

    .event-section .type-event .elementor-heading-title {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .logo.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
        left: -61px;
    }

    .logo.curves .e-n-tabs-heading .e-n-tab-title:last-child::after,
    .logo.curves .e-n-tabs-heading .e-n-tab-title:last-child::before,
    .logo.curves .e-n-tabs-heading .e-n-tab-title:nth-child(1)::before {
        overflow: hidden;
        z-index: 0;
    }

    .logo.curves .elementor-element {
        margin-top: -2px;
    }

    .event-section .elementor-widget-theme-post-excerpt {
        max-height: 137px !important;
    }

}