@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 7, 2026 */



@font-face {
    font-family: 'euclid_circular_abold';
    src: url('../fonts/euclid_circular_a_bold-webfont.woff2') format('woff2'),
         url('../fonts/euclid_circular_a_bold-webfont.woff') format('woff'),
         url('../font/seuclid_circular_a_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'euclid_circular_alight';
    src: url('../fonts/euclid_circular_a_light-webfont.woff2') format('woff2'),
         url('../fonts/euclid_circular_a_light-webfont.woff') format('woff'),
         url('../fonts/euclid_circular_a_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'euclid_circular_amedium';
    src: url('../fonts/euclid_circular_a_medium-webfont.woff2') format('woff2'),
         url('../fonts/euclid_circular_a_medium-webfont.woff') format('woff'),
         url('../fonts/euclid_circular_a_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'euclid_circular_aregular';
    src: url('../fonts/euclid_circular_a_regular-webfont.woff2') format('woff2'),
         url('../fonts/euclid_circular_a_regular-webfont.woff') format('woff'),
         url('../fonts/euclid_circular_a_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'euclid_circular_asemibold';
    src: url('../fonts/euclid_circular_a_semibold-webfont.woff2') format('woff2'),
         url('../fonts/euclid_circular_a_semibold-webfont.woff') format('woff'),
         url('../fonts/euclid_circular_a_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'euclid_circular_aregular';
}

.teacher-frame{     
    display: flex; align-items: center;
}

.image-area{
    flex:0 0 44%;
    position: relative;
}

.image-area img{
    position:   relative;   
    z-index: 3;
}

.image-area .rect{
    height: 480px;
    width: 77%;
    border-radius: 20px;
    background: #FDEDFF;
    position: absolute;
    bottom: 30px;
    left: 75px;
    max-width: 426px;
}

.image-area  .teacher-details{
    
    height: inherit;
    border-radius: 12.257px;
    background: #FFF;
    width: 50%;
    position: absolute;
    padding: 20px;
    bottom: -40px;
    z-index: 5;
    right: 10px;
    text-align: center;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.06);

}

.image-area  .teacher-details .degree{
    color: #1E2939;
text-align: center;
font-family: "euclid_circular_amedium";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}

.image-area  .teacher-details h3{
    color: #1E2939;
font-family: "euclid_circular_aregular";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 112.5% */
margin:8px 0 4px;
}

.image-area  .teacher-details .exp{
    color: #99A1AF;
font-family: "euclid_circular_amedium";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
margin:5px 0;
}

.teacher-slide{
    padding-bottom: 100px;
}


.rating-section{
    display: flex;
    gap:8px;
    align-items: center;
    justify-content: center;
    color: #101828;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
margin-bottom: 15px;
}

.rating-section ul{
    list-style: none; display: flex; padding: 0;
}


.subjects{
     padding: 0; list-style: none;
}

.subjects li{
    padding: 10px 21px;
    display: inline-block; border-radius: 50px;
    color: #000;
font-family: "Fredoka";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
margin: 4px 0;
}


.image-area .dots{
    width:120px; height: 104px; position: absolute;
    right:38px; top:87px;
}


.image-area .lines-shape{
    width:74px; height: 68px; position: absolute;
    left:-60px; bottom:-50px;
}

.teacher-frame .desc {
    padding-left: 112px;
    padding-right: 15px;
}

.teacher-frame .desc .tag{
    padding: 14px 20px; border-radius: 40px;
background: #FFA402;
color: #FFF;
font-family: "euclid_circular_asemibold";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 16px; 
display: inline-block;
margin:0 0 37px;
}

.teacher-frame .desc h2{
    color: #444648;
font-family: Fredoka;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 130% */
margin:0 0 22px;
}

.teacher-frame .desc p{
    color: #4A5565;
font-family: "euclid_circular_aregular";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 175% */
margin:0 0 22px;
}

.teacher-frame .desc a.view-detail{
    display: inline-flex;
padding: 16px 42px 16px 41px;
justify-content: center;
align-items: center;
border-radius: 80px;
background: #FFD230;
color: #000;
text-align: center;
font-family: "euclid_circular_amedium";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.bodhi-teacher-slider .slick-arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 24px; height: 24px; border-radius: 100%;
  background: #C7CACF; color: #fff; padding: 0; border:0;
}

.bodhi-teacher-slider .slick-arrow:hover{
    background: #000000;
}

.bodhi-teacher-slider .slick-prev{
    left:-80px;
}

.bodhi-teacher-slider .slick-next{
    right:-80px;
}

.feedback-frame{
    display: flex; align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.feedback-frame .feedback-image{
    width: 26%;
}

.feedback-frame .content-sec{
        padding-left: 50px; max-width: 604px;
}

.feedback-frame .content-sec p{
    color: #4A5565;
font-family: "euclid_circular_aregular";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 154.545% */
}

.feedback-frame .content-sec h3{
    color: #000;
font-family: "euclid_circular_amedium";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 154.545% */
margin:24px 0 0;
}

.feedback-frame .content-sec span{
    color: #686868;
font-family: "euclid_circular_amedium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 212.5% */
}

.ml-auto{
    margin-left: auto !important;
}

.mr-auto{
    margin-right: auto !important;
}


.feedback-slider .slick-arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 100%;
  background: none; color: #CF47CF; padding: 0; border:1px solid #CF47CF;
}

.feedback-slider .slick-arrow:hover{
    background: #CF47CF;
}

.feedback-slider .slick-prev{
    left:-80px;
}

.feedback-slider .slick-next{
    right:-80px;
}

.foot-address .title.eael-dch-title span + span.eael-dch-title-text{font-size:19px !important; font-family: "euclid_circular_aregular" !important;}

.foot-address .eael-dual-header, .foot-address .eael-dual-header h2{
    margin:0;
}
div.align-center{
    justify-content: center !important; border-top:1px solid rgba(232, 232, 232, 0.6); border-bottom:1px solid rgba(232, 232, 232, 0.6);
}

.banner-overlay:before{
    content: ""; background: rgba(44, 36, 36, 0.70); position: absolute; top:0; left:0; right: 0; bottom: 0;
}

.border-shape{position: relative;}

.border-shape:before{
    content: "";
    position: absolute;
    width: 90%;
    border: 7px solid rgba(255, 160, 0, 1);
    border-radius: 21.401px;
    box-shadow: 0 4.28px 4.28px 0 rgba(0, 0, 0, 0.05);
    height: 90%;
    top: 14px;
    left: 20px;
    transform: rotate(5.578deg);
}

.font-normal, .font-normal p{
  font-family: 'euclid_circular_aregular' !important;
}

.vision-shape {
    position: relative;
}

.vision-shape img{
    position: relative; z-index: 3;
}

.vision-shape:after{
    content: "";
    position: absolute;
    width:100%; left: -30px;
    background: #FFE99C;
    height: 522px;
    border-radius: 300px;

}

.feedback-lists{
     display: flex;
    flex-direction: column;
    gap: 24px;
}

.feedback-list{
        display: flex;
    flex-direction: row;
    border-radius: 20px;
    background: #FAFAFA;
    gap: 35px;
    padding: 24px;
}

.feedback-list .feedback-image{
    width: 20%;
}

.feedback-list .content-sec{
    width: 75%;
}

/*.feedback-list .feedback-image img{
   width:206px; height: 206px;
}*/

.feedback-list .content-sec p{
    color: #444648;
font-family: "euclid_circular_aregular";
font-size: 18px;
font-style: normal;
font-weight: 400; padding-right: 50px;
line-height: 27px; /* 150% */
margin-top: 15px;
}

.feedback-list .content-sec span p{
    margin:0;
}

.feedback-list .content-sec h3{
    color: #444648;
font-family: "euclid_circular_asemibold";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal; margin:0;
}

.feedback-list .content-sec span{
color: #444648;
font-family: "euclid_circular_aregular";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.phone-box .elementor-icon{
    border-radius: 14px; background: #FFFBEB; padding-top: 13px;
    width: 44px; height: 44px; display: flex;  justify-content: center;
}

.phone-box h3{margin-bottom: 0;}

.whatsapp-box .elementor-icon{
    border-radius: 14px; background: #F0FDF4; padding-top: 13px;
    width: 44px; height: 44px; display: flex;  justify-content: center;
}

.whatsapp-box h3{margin-bottom: 0;}

.email-box .elementor-icon{
    border-radius: 14px; background: #F0FDF4; padding-top: 13px;
    width: 44px; height: 44px; display: flex;  justify-content: center;
}

.email-box h3{margin-bottom: 0;}

.address-box .elementor-icon{
    border-radius: 14px; background: #FAF5FF; padding-top: 13px;
    width: 44px; height: 44px; display: flex;  justify-content: center;
}

.address-box h3{margin-bottom: 0;}

div.tutor-pop {
    flex-direction: column !important; padding: 0 !important;
}

div.tutor-pop .e-flexbox-base{
    padding: 0 !important;
}

.banner-overlay .elementor-image-box-wrapper{
    position: relative;z-index: 3;
}

div.tutor-pop.banner-overlay:before{
    border-radius: 25px 25px 0 0;
}

#uc_simple_popup_elementor_9d88007 div.ue-simple-popup-close{
    right: 18px !important; top:18px !important; background: rgba(255,255,255,0.20) !important;
}

div.ue-simple-popup-wrapper{scrollbar-width: none !important;}

.hfe-nav-menu li.current_page_item a{border-radius:5px;}


.filter-search{
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #F9F9F9;
    padding: 20px 32px;
    margin:0 0 25px;
}


.teacher-filter-container {
    max-width: 1230px;
    margin: 0 auto; 
    padding: 0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.filter-headline-area h3 { color: #444648;
font-family: "euclid_circular_amedium";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
margin:0;
}
.filter-headline-area p { color: #444648;
font-family: "euclid_circular_aregular";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */ margin:0; }

.total-counter-badge {
    padding: 0 16px;
    font-size: 13px;
    font-weight: 500;

    border-radius: 9px;
border: 1px solid #E0E0E0;
background: #FFF;

color: #444648;
text-align: center;
font-family: "euclid_circular_aregular";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 200% */
}

.filter-form-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    width: 60%;
}

.filter-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.filter-group label {
     color: #444648;
font-family: "euclid_circular_aregular";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}

 .filter-group .cover {
    padding: 10px 16px;
    border-radius: 5px;
border: 1px solid #D7D7D7;
background: #FFF;
    font-size: 14px;
}

.filter-group select{
    border: 0px solid #D7D7D7;
    background: none;
    padding:0;
}

/* Teachers Grid */
.teacher-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    transition: opacity 0.2s ease;
}

.loading-opacity { opacity: 0.5; pointer-events: none; }

/* Teacher Card Design */
.teacher-card {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-radius: 16px;
border: 1px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.teacher-card .star-rating{
    display: flex;
    gap: 5px;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0; list-style: none; margin-top: 5px;
}

.card-header { display: flex; gap: 15px; margin-bottom: 12px; }
.teacher-avatar { width: 84px; height: 84px !important; border-radius: 16px !important; object-fit: contain;background: #F3F4F6;  padding: 10px; padding-bottom: 0; }
.header-details h4 {color: #101828;
font-family: Poppins;
font-size: 18px; margin:0;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 150% */ }
.subject-subtitle { font-size: 13px; color: #f28a1c; font-weight: 600; }
.degree-text { margin: 2px 0 0; color: #99A1AF;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 125% */ }

.rating-row { display: flex; align-items: center; gap: 5px; font-size: 13px; margin-bottom: 15px; }
.rating-num { color: #222; margin-left: 2px; }
.reviews-count { color: #aaa; }

.meta-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    color: #4A5565;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}

.meta-details-grid div svg{
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.subject-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.subject-tags .tag {
    background: #fff3e5;
    color: #e27c00;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
    border-radius: 33554400px;
background: #FEF3C6;
padding: 2px 10px;
color: #BB4D00;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}

.view-profile-btn {
    display: block;
    text-align: center;
    background: #f28a1c;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;

    border-radius: 14px;
background: #EF8620;

color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}
.view-profile-btn:hover { background: #000000; }



    .teacher-filter-container { position: relative; }
        .loading-opacity { opacity: 0.5; pointer-events: none; }

        /* Modal Overlay */
        .custom-tp-overlay {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100vw !important;
            height: 100vh !important;
            background: rgba(0, 0, 0, 0.80) !important;
            z-index: 999999 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            backdrop-filter: blur(3px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.25s ease, visibility 0.25s ease;
        }

        .custom-tp-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Modal Card */
        .custom-tp-card {
            background: #ffffff !important;
            width: 90% !important;
            max-width: 520px !important;
            border-radius: 24px !important;
            padding: 0 !important;
            position: relative !important;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
            max-height: 85vh;
            overflow-y: auto;
            transform: translateY(20px);
            transition: transform 0.25s ease;
            box-sizing: border-box;
        }

        .custom-tp-overlay.active .custom-tp-card {
            transform: translateY(0);
        }

        .custom-tp-card .card-header{
            border-radius: 24px 24px 0 0;
            background: linear-gradient(90deg, #FE9A00 0%, #BB4D00 100%);
            padding: 24px; margin:0;
        }

         .custom-tp-card .teacher-avatar{
            width:80px; height: 80px !important;
         }

         .custom-tp-card  .header-details h3{
            color: #FFF;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px; /* 140% */
            margin:0;
         }

          .custom-tp-card  .rating-num{
            color:#ffffff;
          }

          .custom-tp-card  .reviews-count{
            color: #FEE685
          }

          .teacher-bio h4{
            margin:0 0 10px; 
            color: #101828;
            font-family: Poppins;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 27px; /* 150% */
          }

          .teacher-bio p{
            color: #4A5565;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22.75px; /* 162.5% */
          }

          .custom-tp-card  .star-rating{
            display: flex;
            gap: 5px;
            font-size: 13px;
            margin-bottom: 0;
            padding: 0;
            list-style: none;
            margin-top: 5px;
          }

         .custom-tp-card .degree-text{
            color: #FEF3C6;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 133.333% */
         }

         .custom-tp-card .subject-tags{
            display: flex; flex-direction: column; margin:0;
         }

         .custom-tp-card .subject-tags strong{
            color: #101828;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 150% */
         }

         .custom-tp-card .subject-tags .tag{
            border-radius: 33554400px;
    background: #FEF3C6;
    padding: 2px 10px;
    color: #BB4D00;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; margin-right: 8px;
         }

        /* Close Button */
        .custom-tp-close {
            position: absolute !important;
            top: 14px !important;
            right: 18px !important;
            border: none !important;
            width: 32px !important;
            height: 32px !important;
            border-radius: 50% !important;
            font-size: 20px !important;
            line-height: 32px !important;
            text-align: center !important;
            cursor: pointer !important;
            color: #ffffff !important;
            transition: background 0.2s;
            padding: 0 !important;
            border-radius: 33554400px;
            background: rgba(255, 255, 255, 0.20) !important;
            width: 32px; height: 32px;
        }


        .tp-loader-spinner {
            text-align: center;
            padding: 40px 0;
            font-size: 15px;
            color: #666;
        }

        .custom-tp-card .meta-details-grid{
            display: grid;
            grid-template-columns: 1fr 1fr;
            background: none;
        }

        .custom-tp-card .meta-details-grid > div{
          display: flex;
          flex-direction: column; padding: 16px; border-radius: 14px;
          gap:5px;
          color: #101828;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
        }

        .custom-tp-card .meta-details-grid > div strong{
            text-transform: uppercase;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 16px; /* 133.333% */
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }

        .custom-tp-card .meta-details-grid > div.exp{
            background: #FFFBEB;
        }

        .custom-tp-card .meta-details-grid > div.exp strong{
            color: #FE9A00;
        }

        .custom-tp-card .meta-details-grid > div.schedule{
            background: #F0FDF4;
        }

        .custom-tp-card .meta-details-grid > div.schedule strong{
            color: #008236;
        }

        .custom-tp-card .meta-details-grid > div.loc{
            background: #FAF5FF;
        }

        .custom-tp-card .meta-details-grid > div.loc strong{
            color: #9810FA;
        }

        .custom-tp-card .meta-details-grid > div.mode{
            background: #FFFBEB;
        }

        .custom-tp-card .meta-details-grid > div.mode strong{
            color: #E17100;
        }

        .body-part{
            padding: 24px;
        }

        .main-footer{
            position:relative;
        }

        .main-footer:before{
            content:"";
            background:url('http://16.112.182.137/wp-content/uploads/2026/07/footer_bg-1.png');
            background-repeat:no-repeat;
            position:absolute;
            left:0; right:0;
            background-size:100%;
            top:-90px;
            z-index:2;
        }

    .feedback-pagination{
        padding: 40px;
        text-align: center;
        padding-bottom: 0;
    }

    .feedback-pagination a.page-numbers{
        padding:5px 13px; border-radius:5px; background:#000000; color:#ffffff; font-size:16px; display: inline-block; border:1px solid #000;
    }

    .feedback-pagination span.page-numbers{
         padding:5px 13px; border-radius:5px; background:#ffffff; color:#000000; font-size:16px; border:1px solid #000;
    }

.home-banner{
    position:relative;
}

.home-banner:before{
    content: "";
    background: url(http://16.112.182.137/wp-content/uploads/2026/07/sketching_bg.png);
    position: absolute;
    left: 45%;
    top: 0;
    bottom: 0;
    width: 55%;
    background-size: contain;
}

       @media (max-width: 767px){
            .teacher-frame{
                flex-direction: column;
                gap:110px;
            }
           .teacher-frame .desc {
                padding-left: 20px;
                padding-right: 20px;
            }
           .image-area .teacher-details{
               height:inherit; right:20px;
           }
           
           
           .bodhi-teacher-slider .slick-arrow{
               top: -87px; 
               transform: translateY(0);
               width: 50px;
               height: 50px;
               font-size: 30px;
           }
           .bodhi-teacher-slider .slick-prev{
               left: 36%;
           }
           .bodhi-teacher-slider .slick-next{
               right: 36%;
           }
           
           .feedback-frame .content-sec{
                padding-left: 20px;
                padding-right: 20px;
           }
           
           .feedback-frame .feedback-image {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }
           
           .feedback-frame .feedback-image img{
               display:inline-block;
           }
           .feedback-frame{
               flex-direction:column;
           }
           
           .feedback-slider .slick-arrow{
               top: 20%;
           }
           .feedback-slider .slick-next {
                right: 0px;
            }
           
           .feedback-slider .slick-prev {
                left: 0;
            }
           
           .feedback-frame .content-sec p{
               text-align:justify
           }
           
           .align-center figure{
               text-align:center;
           }
           .align-center figure img{
               display:inline-block !important;
           }
           .teacher-slide{
               padding-bottom:0;
           }
           .bodhi-menu{
               position:absolute; right:0; top:-53px;
           }
           .bodhi-menu nav.hfe-nav-menu__layout-horizontal{
               right: 25px;
               z-index: 9;
               width: 200px;
           }
           
            .bodhi-menu nav.hfe-nav-menu__layout-horizontal ul li.current_page_item > a {
               color:#000000 !important;
           }
           
           .phone-box .elementor-icon, .whatsapp-box .elementor-icon{ margin:0 auto;}
           
           .feedback-list{
               flex-direction:column; 
           }
           .feedback-list .feedback-image, .feedback-list .content-sec{width:100%}
           
           .feedback-list .content-sec p{padding-right:0;}
           
           .filter-header{flex-direction: column-reverse; gap: 15px;}
           
           .filter-form-grid{
                 width: 100%;
                flex-direction: column;
           }
        }