/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


body .comments-area a,
body .page-content a {
    text-decoration: none;
}

.ehf-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    filter: blur(0px);
}

header .e-con-inner {
    transition: padding 0.5s;
}
header.fixed {
    background-color: #fff;
}
header.fixed .e-con-inner {
    padding-top: 7px;
    padding-bottom: 7px;
}

.hfe-site-logo-img {
    display: block;
}

.hfe-nav-menu a.hfe-menu-item:not(.elementor-button) {
    /*text-shadow: 0px 2px 0px #ccc;*/
}
.hfe-nav-menu li.elementor-button-wrapper {
    margin-left: 20px;
}

#home-hero-section {
    background: rgb(28,162,235);
    background: linear-gradient(180deg, rgba(28,162,235,1) 58%, rgba(28,162,235,1) 60%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(28,162,235,1) 45%, rgba(31,71,171,1) 100%);
}

.read-more-modal button {
    position: relative;
    display: flex;
    align-items: center;
    border: 0;
    padding: 14px 22px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    transition: 0.2s;
}
.read-more-modal button::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 15px;
}

/*.read-more-modal button:hover {}*/

.genie__box:hover .read-more-modal button {
    width: auto;
    padding-right: 32px;
}
.read-more-modal button svg {
    display: block;
    width: 18px;
    height: 18px;
}
.read-more-modal button span {
    margin-left: 6px;
    transform: translateX(30px);
}

/*.read-more-modal button:hover span{}*/

.genie__box:hover .read-more-modal button span {
    transform: translateX(15px);
}


body.modal-open {
    overflow: hidden;
}
.custom-modal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.custom-modal-content {
    position: relative;
    margin: 0 auto;
    padding: 80px 60px;
    background: #fff;
    width: 90%;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    animation: fadeIn 0.3s ease-in-out;
    max-height: 92vh;
    overflow-y: auto;
}

.paoc-cb-popup-body {
    padding: 80px 60px;
    background: transparent !important;
    border-radius: 20px;
    width: 90% !important;
    max-width: 1100px !important;
    box-shadow: none !important;
}

.paoc-popup-content ul {
    margin: 15px 0;
}

body .paoc-cb-popup-body .paoc-popup-con-bg {
    padding: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    background-color: #AFAAAA;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.close-btn svg {
    display: block;
    width: 13px;
    height: 13px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.custom-modal-content h4 {
    font-weight: 700;
    color: #30394B;
    margin: 0 0 15px 0;
}
.custom-modal-content p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 26px;
    color: #4B5059;
}
.custom-modal-content img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: auto;
}

.genie-tab .e-n-tabs-heading {
    background-color: #30394B;
    width: fit-content;
    padding: 3px;
    border-radius: 12px;
    margin: 0 auto;
}

.align__footer_right_logo {
    margin-left: auto;
}

.cvs .item {
    height: 420px;
}
.cvs .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    gap: 12px;
}
.cvs .owl-dots {
    bottom: -30px;
}
.cvs .owl-stage-outer {
    background: transparent url("https://genieteacher.com/wp-content/uploads/2024/11/laptop-body-frame-img-transparent.png") no-repeat center;
    background-size: cover;
}
.cvs .owl-stage {
    transition: none !important;
}
.cvs .owl-carousel .animated { 
    animation-duration: 200ms;
    animation-fill-mode: both;
}
.cvs video {
    box-sizing: border-box;
    padding: 1.5% 11.9% 4.6% 11.8%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.cvs .owl-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    background-color: #fff;
}
.cvs .owl-dots button span {
    display: none !important;
}
.cvs .owl-dots button.active {
    background-color: #4b5059;
    background-color: #1f4db0;
    width: 30px;
}
.cvs .owl-dots button:not(.active) {
    background-color: #222;
    background-color: #4b5059;
    background-color: #1f4db0;
}


.tab__slider .swiper-pagination span.swiper-pagination-bullet {
    background: #1f4db0;
    opacity: 1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.tab__slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 25px;
}

.custom-slider .cs-data p {
    font-size: 20px;
    line-height: 30px;
}

.tab-heading .elementor-widget-container {
    background-image: url("https://genieteacher.com/wp-content/uploads/2024/11/Vector-5.png") !important;
}
.tab-heading-blue .elementor-widget-container {
    background-image: url("https://genieteacher.com/wp-content/uploads/2024/12/blue-vector.png") !important;
}
.tab-heading-yellow .elementor-widget-container {
    background-image: url("https://genieteacher.com/wp-content/uploads/2024/11/yellow-vector.png") !important;
}
.tab-heading-purple .elementor-widget-container {
    background-image: url("https://genieteacher.com/wp-content/uploads/2024/11/purple-vector.png") !important;
}


.custom-slider a.paoc-popup-link {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-style: italic;
    border-bottom: 2px solid #111;
    color: #111;
    font-size: 16px;
    line-height: 26px;
}

body .paoc-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
}

body .paoc-close-popup:hover {
    background: #343A3F;
}

body .paoc-close-popup svg {
    fill: #343A3F;
}

body .paoc-close-popup:hover svg {
    fill: #ffffff;
}

#claimBtn {
    cursor: pointer;
}


.custom-slider a.paoc-popup-link::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.paoc-popup-content > p:first-child {
    margin-bottom: 5px !important;
}

.tab__slider .swiper-pagination {
    bottom: -25px !important;
}

.trigger__popup_btn.current-menu-item a:not(:hover) {
    color: #fff !important;
}

div#paoc-popup-1573 {
    background-color: transparent;
    box-shadow: none;
}
div#paoc-popup-1573 {
    max-width: 1100px !important;
}
.popup__col {
    background: linear-gradient(180deg, #FFFFFF 0%, #ABDFFC 100%);
}
.popup__col .elementor-widget-image img {
    max-height: 250px;
    width: auto;
}
body div#paoc-popup-1573 .paoc-close-popup {
    border: 0 !important;
    background-color: #fff !important;
}
body div#paoc-popup-1573 .paoc-close-popup svg {
    fill: #343A3F;
}

div#paoc-popup-1243-8,
div#paoc-popup-1247-9,
div#paoc-popup-1251-10 {
    background-color: #fff !important;
}




/* LAPTOP VIDEO SECTION */

.adhd-top-video {
    width: 100%;
    height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.adhd-top-video .adhd-top-video2 {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
.adhd-top-video iframe {
    box-sizing: border-box;
    /*background: url(https://www.adhdcentre.co.uk/wp-content/uploads/2018/02/macbook.png) center center no-repeat;*/
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    padding: 9.5% 11.5% 12.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* CUSTOM IMAGE AND VIDEO SLIDER */

.custom-video-slider {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.custom-video-slider .owl-stage-outer {
  background: transparent url("https://genieteacher.com/wp-content/uploads/2024/11/laptop-body-frame-img-transparent.png") no-repeat center;
  background: transparent url("https://genieteacher.com/wp-content/uploads/2025/09/laptop-body-frame-img-filled.png") no-repeat center;
  background-size: cover;
}
.cv-item {
  height: 420px;
}
.cv-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cv-image,
.cv-item video,
.cv-item iframe {
  box-sizing: border-box;
  padding: 0.8% 11.7% 3.6% 11.8%;
  padding: 1.5% 11.7% 4.6% 11.8%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cv-item video,
.cv-item iframe {
    object-fit: contain;
}
.cv-image {
  pointer-events: none;
  user-select: none;
}
.custom-video-slider .owl-nav button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.custom-video-slider .owl-nav button.owl-prev {
  left: 0;
}
.custom-video-slider .owl-nav button.owl-next {
  right: 0;
}
.custom-video-slider .owl-nav button span {
  font-size: 32px;
}
.custom-video-slider .owl-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 26px;
}
.custom-video-slider .owl-dots button span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  display: block;
}
.custom-video-slider .owl-dots button.active span {
  background-color: #000;
}
.video-slide {
  position: relative;
}
.video-slide::before {
    display: none;
    content: '';
    background-color: #000000;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 33px;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
    right: 0;
}
.video-slide::before {
    content: '';
    background-color: #000000;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 30px;
    left: 0;
    max-width: 615px;
    margin: 0 auto;
    right: 0;
}
.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
  justify-content: space-between;
  padding: 2% 13% 0% 13%;
  padding: 0.6% 13% 0% 13%;
}
.video-controls button {
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.video-controls button i {
    font-size: 15px;
}
.video-controls button:focus,
.video-controls button:hover {
    background-color: #222 !important;
}
.show-icon {
  display: inline-block !important;
}
.hide-icon {
  display: none !important;
}


.review-ticker-parent::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 180px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 100%);
    z-index: 10;
}
.review-ticker-parent::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    width: 180px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}
.tracket-parent-wrapper .e-con-inner {
    padding: 0 0 0 15px;
    box-shadow: 0px 4px 45px #0000001F;
    box-shadow: 6px 0 14px -4px #0000000d, -6px 0 14px -4px #0000000d;
    border-radius: 30px;
    overflow: hidden;
}
.reviews-ticker {
    overflow: hidden;
    height: 100%;
}
.review-track {
    /*background-color: #efefef0a;*/
    display: flex;
    height: 100%;
}
.review-ticker-parent {
    height: auto;
}
.review-ticker-parent > div,
.review-ticker-parent > div > div {
    height: 100%;
}
.reviews-ticker > div,
.reviews-ticker .js-marquee {
    height: 100%;
}
.review-track-card {
    margin: 0 10px;
    width: 500px;
    background-color: white;
    padding: 24px;
    border-radius: 30px;
    box-shadow: 0px 4px 45px #0000001F;
    display: flex;
    flex-direction: column;
}
.rtc-content {
    white-space: break-spaces;
    margin: 30px 0 14px 0;
}
.rtc-meta-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.rtc-profile img {
    border-radius: 50%;
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
    max-width: 45%;
    display: block;
}
.rtc-content p {
    font-weight: 400;
    font-size: 17px;
    color: #4B5059;
    line-height: 24px;
}
.rtc-meta h6,
.rtc-meta p {
    margin: 0;
}
.rtc-meta h6 {
    font-size: 16px;
    color: #30394B;
    font-weight: 500;
    line-height: 1;
}
.rtc-meta p {
    margin-top: 8px;
    color: #00000073;
    font-size: 15px;
    line-height: 1;
}


/* 1024 */
@media only screen and (max-width :1100px){
    
    .hfe-nav-menu a.hfe-menu-item {
        /*text-shadow: none !important;*/
    }
    
    .custom-modal-content,
    body .paoc-cb-popup-body {
        padding: 60px 40px;
    }
    .custom-modal-content h4 {
        font-size: 30px;
        line-height: 42px;
    }
    
}

/* 768 */
@media only screen and (max-width:999px){
    #home-hero-section-inner {
        width: 100%;
    }
    .cvs video {
        padding: 3.1% 11.4% 6.2% 11.3%;
    }
    
    .popup__col h6.elementor-heading-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .popup__col p.elementor-heading-title {
        font-size: 16px !important;
        line-height: 22px !important;
        height: 44px;
    }
    .popup__col .elementor-widget-image img {
        max-height: 180px;
    }
    .popup__col .ekit-btn-wraper a.elementskit-btn {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .custom-video-slider .owl-nav {
        display: none;
    }
}

@media only screen and (max-width:767px){
    
    .yellow-line-vector, .pink-line-vector {
        width: fit-content !important;
    }
    
    .review-track-card {
        width: 100%;
        max-width: 100vw;
    }
    
    .custom-video-slider .owl-stage-outer {
        background-image: none;
    }
    .video-controls button {
        padding: 6px 7px;
    }
    .video-slide::before {
        display: none;
    }
    .cv-item {
        height: auto;
    }
    .cv-image, .cv-item video, .cv-item iframe {
        position: relative;
        padding: 0;
        border: 2px solid #000;
        border-radius: 5px;
        overflow: hidden;
    }
    .cv-item iframe {
        height: 340px;
    }
    .video-controls {
        padding: 15px;
    }
    
    .genie-tab .e-n-tabs-heading {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .genie-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin-bottom: initial !important;
    }
    
    .read-more-modal button {
        width: fit-content;
        height: auto;
        margin: 0 auto;
    }
    .read-more-modal button span {
        transform: none;
        margin-left: 14px;
    }
    
    .custom-modal-content,
    body .paoc-cb-popup-body {
        padding: 45px 22px;
    }
    .custom-modal-content h4 {
        font-size: 22px;
        line-height: 32px;
    }
    div#paoc-popup-1573-5 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .popup__col h6 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .popup__col p.elementor-heading-title.elementor-size-default {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .popup__col .elementor-widget-image img {
        max-height: 140px;
    }
    .popup__col p.elementor-heading-title {
        height: auto;
    }
    
    .align__footer_right_logo {
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .review-ticker-parent::before {
        width: 14vw;
    }
    .review-ticker-parent::after {
        width: 14vw;
    }
}

@media only screen and (max-width:575px){
    
    .popup__col {
        padding: 22px 10px;
    }
    .popup__col h6.elementor-heading-title {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .popup__col .elementor-widget-image img {
        max-height: 120px;
        margin-top: -10px;
    }
    .popup__col .ekit-btn-wraper a.elementskit-btn {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    
}

@media only screen and (max-width: 500px) {
    .cv-item iframe {
        height: 280px;
    }
}

@media only screen and (max-width: 400px) {
    .cv-item iframe {
        height: 250px;
    }
}





