/* Responsive Css */


@media only screen and (max-width: 1849px){


}


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1599px){

  .header-style-three .header-lower{
    padding: 0px 15px;
  }

  .header-style-three .outer-box .main-column .logo-box{
    margin-right: 30px;
  }

  .header-style-three .menu-right-content .support-box{
    display: none;
  }

  .header-style-three .menu-right-content .login-box{
    margin-right: 0px;
  }

}


@media only screen and (max-width: 1299px){

  .header-top .outer-container,
  .main-header .outer-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-carousel .curve-text{
    display: none;
  }

  .about-style-two .image-box:before{
    display: none;
  }

}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .left-column,
  .header-top .right-column{
    justify-content: center;
  }

  .header-top .text-box{
    display: inline-block;
    margin: 15px 0px;
  }

  .header-top .left-column .login-box,
  .header-top .right-column .mail-box{
    text-align: left;
  }

  .banner-section .banner-carousel .owl-nav,
  .banner-section .banner-carousel .owl-dots{
    display: none;
  }

  .banner-section .image-box .text-box{
    left: 0px;
  }

  .banner-section .pattern-layer{
    width: 100%;
  }

  .about-section .content-box{
    margin-left: 30px;
  }

  .funding-section .sec-title .shape{
    display: none;
  }

  .chooseus-section .owl-nav,
  .chooseus-section .owl-dots{
    display: none;
  }

  .header-style-two .menu-area .mobile-nav-toggler .icon-bar,
  .header-style-three .menu-area .mobile-nav-toggler .icon-bar{
    background: #fff;
  }

  .header-style-two .header-lower{
    padding-top: 15px;
  }

  .banner-style-two .image-box .image-content{
    right: 0px;
  }

  .banner-style-two .pattern-layer{
    display: none;
  }

  .banner-style-two{
    padding-left: 60px;
    padding-right: 60px;
  }

  .profit-calculator .content-box{
    padding-left: 0px;
  }

  .pricing-section .sec-title{
    margin-right: 0px;
  }

  .working-style-two .inner-container .shape{
    display: none;
  }

  .platform-section .pattern-layer,
  .platform-section .bg-color,
  .awards-section .owl-nav,
  .awards-section .owl-dots,
  .testimonial-style-two .owl-dots{
    display: none;
  }

  .main-footer .customer-widget .widget-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-footer.style-three .logo-widget .single-item .inner-box p br{
    display: none;
  }

  .header-style-four .menu-area .mobile-nav-toggler{
    background: var(--theme-color);
  }

  .header-style-four .menu-area .mobile-nav-toggler .icon-bar{
    background: #fff;
  }

  /* Keep desktop banner layout on mobile */
  .banner-style-four .outer-container{
    padding: 0px 30px;
  }

  .clients-style-two{
    padding-top: 115px;
  }

  /* Keep desktop offers styling on mobile */
  .offers-style-two{
    padding: 0px 30px;
  }

  /* Keep desktop navigation visible on mobile */
  .offers-style-two .owl-dots,
  .offers-style-two .owl-nav{
    display: block;
  }
  
  /* Educational Services - Mobile carousel card sizing (2 cards) */
  .offers-style-two .offers-block-one .inner-box {
    min-width: 200px;
    margin: 0 auto;
  }
  
  .offers-style-two .offers-block-one {
    margin: 0 5px; /* Add margin to each card */
  }
  
  .offers-style-two .four-item-carousel .owl-item {
    display: flex;
    justify-content: center;
    padding-right: 10px; /* Add spacing between items for 2-card layout */
  }
  
  .offers-style-two .four-item-carousel .owl-item:last-child {
    padding-right: 0; /* No padding on the last item */
  }
  
  /* Ensure proper carousel spacing */
  .offers-style-two .four-item-carousel {
    margin: 0 -10px; /* Negative margin to offset padding */
  }

  .about-style-three .inner-content{
    margin-right: 0px;
  }

  .contact-section .content-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-section .content-box .special-text{
    right: 0px;
  }

  .header-top-three .outer-container{
    padding: 0px 30px;
    display: block;
    text-align: center;
  }

  .header-top-three .left-column h6{
    display: inline-block;
  }

  .header-top-three .right-column{
    justify-content: center;
    margin-top: 15px;
  }

  .header-style-five .menu-area .mobile-nav-toggler .icon-bar{
    background: #fff;
  }

  .footer-style-five{
    padding: 0px;
  }

  .history-section .inner-container .shape,
  .account-section .owl-dots,
  .account-section .owl-nav,
  .course-section .owl-dots,
  .course-section .owl-nav{
    display: none;
  }

  .blog-sidebar{
    margin-left: 0px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .banner-section .image-box{
    margin-left: 0px;
  }

  .banner-section .content-box{
    padding-bottom: 40px;
  }

  .banner-carousel .content-box h2 br{
    display: none;
  }

  .banner-carousel .slide-item{
    padding-bottom: 120px;
  }

  .service-section .image-inner img{
    max-width: 100%;
    float: none;
  }

  .about-section .image-box{
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .about-section .image-box .image-2{
    right: 0px;
  }

  .about-section .content-box{
    margin-left: 0px;
  }

  .working-block-one .icon-box{
    display: none;
  }

  .working-section .working-block:nth-child(2){
    margin-top: 0px;
  }

  .funding-section .sec-title .icon-box{
    position: relative;
    bottom: 0px;
    margin-top: 10px;
  }

  .funding-section .tab-btn-one{
    padding-bottom: 40px;
  }

  .funding-section .tabs-content{
    margin-left: 0px;
    margin-top: 30px;
  }

  .testimonial-section .upper-box .right-content:before{
    display: none;
  }

  .testimonial-section .upper-box .right-content{
    padding-left: 0px;
    margin-top: 15px;
  }

  .testimonial-section .owl-dots,
  .testimonial-section .owl-nav{
    display: none;
  }

  .featured-section .sec-title{
    max-width: 100%;
  }

  .featured-section .bg-layer{
    width: 100%;
  }

  .featured-section .sec-title{
    padding-top: 115px;
  }

  .main-footer .footer-top .form-inner{
    display: block;
  }

  .footer-top .footer-top-content .form-inner form{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-top .footer-top-content .lower-box{
    display: block;
  }

  .footer-top .footer-top-content .subscriber-box{
    padding-left: 0px;
    margin-top: 15px;
  }

  .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 65px;
  }

  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }

  .footer-bottom .bottom-inner .footer-nav{
    justify-content: center;
  }

  .banner-style-two .inner-box{
    display: block;
  }

  .banner-style-two .inner-box{
    margin-top: 30px;
  }

  .pricing-section .sec-title{
    margin-bottom: 50px;
  }

  .working-style-two .sec-title .video-inner{
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }

  .offer-section .left-content .inner-box{
    margin-bottom: 30px;
  }

  .offer-section .right-content{
    margin-left: 0px;
    margin-top: 30px;
  }

  .platform-section .image-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .platform-section .image-box .text-1{
    left: 0px;
  }

  .platform-section .image-box .text-2{
    right: 0px;
  }

  .chooseus-block-two .inner-box .icon-box:before{
    display: none !important;
  }

  .chooseus-style-two .logo-box{
    text-align: center;
    margin-bottom: 50px;
  }

  .chooseus-block-two .inner-box .icon-box{
    top: 0px;
  }

  .chooseus-block-two .inner-box{
    min-height: 80px;
    margin-bottom: 30px;
  }

  .faq-section .image-box{
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .faq-section .image-box .text{
    left: 0px;
  }

  .faq-section .image-box .icon-box{
    right: 0px;
  }

  .funfact-style-two,
  .elementor-17 .elementor-element.elementor-element-f0e7ce6{
    margin-top: 0px;
    background: -webkit-linear-gradient(0deg, #391867 0%, #120c1a 100%);
    padding-top: 115px;
  }
  .elementor-17 .elementor-element.elementor-element-75ade8a{
    margin-top: 0px;
    background: -webkit-linear-gradient(0deg, #391867 0%, #120c1a 100%);
    padding-bottom: 100px;
  }

  .banner-style-three .slide-item:after{
    display: none;
  }

  .funfact-style-two .pricing-content{
    margin-right: 0px;
  }

  .about-style-two .image-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .news-style-two .owl-dots,
  .news-style-two .owl-nav{
    display: none;
  }

  .chooseus-style-three .image-box .image{
    max-width: 330px;
    margin: 0 auto;
  }

  .chooseus-style-three .image-box{
    margin: 30px 0px;
  }

  .chooseus-style-three .image-box .shape,
  .banner-style-three .owl-nav,
  .banner-style-three .owl-dots,
  .banner-style-three .social-links,
  .chooseus-style-three .single-item h5 a:before{
    display: none;
  }

  .chooseus-style-three .inner-container{
    padding-bottom: 60px;
  }

  .chooseus-style-three .lower-content p br{
    display: none;
  }

  .testimonial-style-two .owl-nav{
    display: none;
  }

  /* Keep desktop rating box positioning */

  .about-style-three .inner-content{
    margin-bottom: 40px;
  }

  .video-section .video-content{
    margin-right: 0px;
    margin-bottom: 40px;
  }

  /* Keep desktop layout for Key Highlights section on mobile */
  .highlights-block-one .inner-box:before{
    display: block;
  }

  .highlights-block-one .inner-box{
    padding-bottom: 43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .contact-section .form-inner{
    margin-bottom: 30px;
  }

  .footer-style-four .footer-bottom .footer-card{
    justify-content: center;
    margin-bottom: 15px;
  }

  .banner-style-five .banner-carousel .owl-dots,
  .banner-style-five .banner-carousel .owl-nav{
    display: none;
  }

  .banner-style-five .content-box{
    margin-left: 0px;
  }

  .banner-style-five .pattern-layer{
    display: none;
  }

  /* Keep desktop layout for About Our Academy section on mobile */
  .about-style-four .inner-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-style-four .inner-box .text-box{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  /* Ensure proper spacing for About Our Academy section on mobile */
  .about-style-two {
    padding: 120px 0px 120px 0px;
  }
  
  .about-style-four {
    padding: 120px 0px 120px 0px;
  }
  
  /* Hide the 4 Hours, 15 Thousand Students, and 2 Days cards on mobile */
  .elementor-element-f5bcdae,
  .elementor-element-0160126,
  .elementor-element-2b6d02f,
  .elementor-element-f5bcdae .funfact-block-one,
  .elementor-element-0160126 .funfact-block-one,
  .elementor-element-2b6d02f .funfact-block-one,
  .elementor-element-f5bcdae .digitalbark-feature-section,
  .elementor-element-0160126 .digitalbark-feature-section,
  .elementor-element-2b6d02f .digitalbark-feature-section {
    display: none !important;
  }

  .offer-style-three .image-box{
    margin-right: 0px;
  }

  .offer-style-three .content-box{
    margin-top: 30px;
  }

  .subscribe-section .content-box{
    max-width: 100%;
  }

  .testimonial-style-three .image-box .text{
    left: 0px;
  }

  .testimonial-style-three .image-box{
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .footer-style-five .lower-box{
    display: block;
  }

  .footer-style-five .lower-box .footer-nav{
    margin-bottom: 15px;
  }

  .funfact-block-one .inner-box{
    margin-bottom: 30px;
  }

  .funfact-style-three{
    padding-bottom: 85px;
  }

  .faq-page-section .content-box{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    margin-top: 30px;
  }

  .account-sidebar{
    margin-top: 40px;
  }

  .download-section .single-item{
    margin-bottom: 30px;
  }

  .download-section .inner-container{
    margin: 0px;
    padding-bottom: 30px;
  }

  .education-sidebar{
    margin-left: 0px;
    margin-top: 40px;
  }

  .service-details .account-sidebar{
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .blog-sidebar{
    margin-top: 40px;
  }

  .contact-style-two .title-inner .special-text{
    display: none;
  }


}


@media only screen and (max-width: 767px){

  .banner-carousel .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section .content-box{
    padding-top: 100px;
  }

  .banner-carousel .slide-item{
    padding-bottom: 100px;
  }

  .sec-title h2 br{
    display: none;
  }

  .sec-title h2{
    font-size: 40px;
    line-height: 50px;
  }

  .service-section,
  .working-section,
  .news-section{
    padding: 63px 0px 40px 0px;
  }

  .service-section .image-inner{
    margin-bottom: 30px;
  }

  .funfact-section .sec-title{
    margin-bottom: 30px;
  }

  .about-section{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .funding-section{
    padding: 63px 0px 70px 0px;
  }

  .funding-section .content-box .trading-list{
    margin-left: 0px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .funding-section .content-box .inner-box{
    margin-right: 0px;
    border-radius: 10px;
  }

  .pairs-section .pattern-layer,
  .pairs-section .image-layer{
    display: none;
  }

  .sec-pad{
    padding: 63px 0px 70px 0px;
  }

  .featured-section .sec-title{
    padding: 60px 0px;
  }

  .featured-section{
    padding-bottom: 70px;
  }

  .featured-section .content-box{
    overflow: hidden;
  }

  .footer-top .footer-top-content h2,
  .footer-top .footer-top-content h2,
  .banner-style-two .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .main-footer .footer-top{
    padding-top: 80px;
  }

  .main-footer .contact-widget{
    text-align: left;
  }

  .main-footer .contact-widget .social-links{
    justify-content: left;
  }

  .main-footer .widget-section{
    padding-bottom: 50px;
  }

  .banner-style-two .inner-box{
    margin-top: 0px;
  }

  .banner-style-two{
    padding: 200px 30px 100px 30px;
  }

  .banner-style-two .image-box{
    margin-top: 40px;
  }

  .profit-calculator{
    padding: 70px 0px;
  }

  .pricing-section,
  .working-style-two{
    padding: 63px 0px 40px 0px;
  }

  .offer-section .content-box .text-box{
    margin-bottom: 30px;
  }

  .chooseus-style-two{
    padding: 63px 0px 40px 0px;
  }

  .cta-section{
    padding: 60px 0px 70px 0px;
  }

  .cta-section .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .footer-style-two .widget-section{
    padding: 80px 0px 50px 0px;
  }

  .footer-style-two .widget-section .pattern-layer{
    display: none;
  }

  .banner-style-three .slide-item{
    padding-top: 220px;
  }

  .funfact-style-two{
    padding: 65px 0px 35px 0px;
  }

  .about-style-two{
    padding: 70px 0px;
  }

  .pricing-style-two{
    padding: 63px 0px 40px 0px;
  }

  .news-style-two .sec-title .theme-btn{
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }

  .main-footer.style-three .widget-section{
    padding: 80px 0px 50px 0px;
  }

  /* Keep desktop banner styling */

  .clients-style-two{
    padding-top: 65px;
  }

  /* Keep desktop outer container padding on mobile */
  .offers-style-two .outer-container{
    padding: 183px 0px 120px 0px;
  }
  
  /* Educational Services - Small mobile card adjustments (2 cards) */
  .offers-style-two .offers-block-one .inner-box {
    min-width: 180px;
    margin: 0 auto;
  }
  
  .offers-style-two .offers-block-one {
    margin: 0 3px; /* Add margin to each card for smaller screens */
  }
  
  .offers-style-two .four-item-carousel .owl-item {
    padding-right: 8px; /* Add spacing between items for smaller screens (2 cards) */
  }
  
  .offers-style-two .four-item-carousel .owl-item:last-child {
    padding-right: 0; /* No padding on the last item */
  }
  
  /* Ensure proper carousel spacing for smaller screens */
  .offers-style-two .four-item-carousel {
    margin: 0 -8px; /* Negative margin to offset padding for smaller screens */
  }

  .about-style-three{
    padding: 70px 0px 65px 0px;
  }

  .payout-system{
    padding: 63px 0px 70px 0px;
  }

  .video-section{
    padding: 70px 0px;
  }

  /* Keep desktop layout for Key Highlights section on mobile */
  .highlights-section{
    padding: 113px 0px 114px 0px;
  }

  .highlights-block-one .inner-box{
    padding: 0px 20px !important;
    margin-bottom: 47px !important;
  }
  
  /* Ensure proper spacing for Key Highlights section on mobile */
  .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-bottom: 43px;
    margin-bottom: 47px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  /* Create custom 2x2 grid layout for Key Highlights on mobile with specific ordering */
  .elementor-element-30877c4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  
  .elementor-element-30877c4 > .e-con-full {
    width: 100%;
    margin: 0;
  }
  
  /* Reorder items: Expert Instructors (1st child) stays in position 1, 24/7 Support (2nd child) moves to position 2 */
  .elementor-element-30877c4 > .e-con-full:nth-child(1) {
    grid-row: 1;
    grid-column: 1; /* Expert Instructors - Top Left */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(2) {
    grid-row: 1;
    grid-column: 2; /* 24/7 Support - Top Right */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(3) {
    grid-row: 2;
    grid-column: 1; /* Best Value - Bottom Left */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(4) {
    grid-row: 2;
    grid-column: 2; /* Transparent Learning - Bottom Right */
  }
  
  /* Remove bottom borders for 2x2 layout */
  .elementor-element-30877c4 .highlights-section .highlights-block .highlights-block-one .inner-box {
    border-bottom: none !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  
  /* Add right borders for vertical separation */
  .elementor-element-30877c4 .e-con-full:nth-child(1) .highlights-section .highlights-block .highlights-block-one .inner-box,
  .elementor-element-30877c4 .e-con-full:nth-child(3) .highlights-section .highlights-block .highlights-block-one .inner-box {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    padding-right: 15px;
  }
  
  .elementor-element-30877c4 .e-con-full:nth-child(2) .highlights-section .highlights-block .highlights-block-one .inner-box,
  .elementor-element-30877c4 .e-con-full:nth-child(4) .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-left: 15px;
  }
  
  /* Hide the 24/7 Support section on mobile but show the image */
  .elementor-element-887412f .faq-section {
    display: none !important;
  }
  
  .elementor-element-887412f .image-box {
    display: none !important;
  }
  
  /* Add the mobile image */
  .elementor-element-887412f::before {
    content: "";
    display: block;
    background-image: url('http://127.0.0.1:8000/wp-content/uploads/2024/02/new25.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .contact-section{
    padding-top: 70px;
  }

  .footer-style-four .footer-top-inner{
    display: block;
    text-align: center;
  }

  .footer-style-four .footer-top-inner .footer-top-info{
    text-align: center;
  }

  .footer-style-four .footer-top-inner .footer-nav{
    justify-content: center;
  }

  .footer-style-four .footer-top-inner .footer-top-info p{
    margin-top: 10px;
  }

  .footer-style-four .footer-top{
    padding-top: 80px;
  }

  .footer-style-four .widget-section{
    padding-bottom: 45px;
  }

  .header-style-five .menu-area .search-box-outer{
    margin-left: 40px;
  }

  .header-style-five .menu-area .search-box-outer:before{
    left: -20px;
  }

  .banner-style-five .content-box p br{
    display: none;
  }

  .banner-style-five .slide-item{
    padding-top: 200px;
  }

  .about-style-four .links-box .links-list{
    display: block;
  }

  .about-style-four .links-box .links-list li{
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .about-style-four .links-box .links-list li:last-child{
    margin-bottom: 0px;
  }

  .highlights-style-two,
  .news-style-three{
    padding: 64px 0px 40px 0px;
  }

  .offer-style-three,
  .subscribe-section,
  .testimonial-style-three{
    padding: 70px 0px;
  }

  .footer-style-five .inner-container .pattern-layer{
    display: none;
  }

  .footer-style-five .upper-box .info-list{
    display: block;
  }

  .footer-style-five .upper-box .info-list li{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-style-five .upper-box .info-list li:last-child{
    margin-bottom: 0px;
  }

  .footer-style-five .upper-box .info-list li:before{
    display: none;
  }

  .page-title{
    padding-top: 80px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
  }

  .about-style-four .image-box{
    margin: 30px 0px 0px 0px;
  }

  .about-style-two .image-box .image-content{
    bottom: 0px;
  }

  .funfact-style-three{
    padding: 70px 0px 35px 0px;
  }

  .statements-section,
  .team-section{
    padding: 64px 0px 40px 0px;
  }

  .statements-block:nth-child(2) .statements-block-two .inner-box:before,
  .statements-block:nth-child(3) .statements-block-two .inner-box:before{
    display: none;
  }

  .team-section .sec-title .theme-btn{
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }

  .history-section .inner-box h2{
    margin: 0px 50px;
  }

  .history-section .inner-container{
    padding: 0px;
  }

  .history-section{
    padding: 70px 0px;
  }

  .team-page-section{
    padding: 70px 0px 10px 0px;
  }

  .error-section .inner-box .error-title h1{
    font-size: 200px;
    line-height: 180px;
  }

  .error-section .inner-box .error-title h1 span{
    width: 220px;
    height: 220px;
  }

  .profit-calculator .profit-inner{
    padding: 0px;
    margin-bottom: 40px;
  }

  .account-details{
    padding: 70px 0px;
  }

  .account-details-content .content-three .tab-inner{
    padding-left: 0px;
  }

  .account-details-content .content-three .tab-btn-box{
    position: relative;
    width: 100%;
  }

  .platform-section.trader-page-1{
    padding-bottom: 70px;
  }

  .download-section .single-item:before{
    display: none;
  }

  .cta-style-two .inner-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .cta-style-two{
    padding: 65px 0px 70px 0px;
  }

  .industry-tab .industry-tab-btns{
    display: block;
  }

  .industry-tab .industry-tab-btns .p-tab-btn{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .industry-tab .industry-tab-btns .p-tab-btn:last-child{
    margin-bottom: 0px;
  }

  .lesson-section{
    padding: 64px 0px 40px 0px;
  }

  .education-details,
  .blog-grid-two,
  .sidebar-page-container,
  .blog-list-two{
    padding: 70px 0px;
  }

  .education-details-content .upper-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .education-details-content .upper-box h2 br,
  .news-block-one .inner-box .lower-content .post-info li:before{
    display: none;
  }

  .news-block-one .inner-box .lower-content .post-info{
    display: block;
  }

  .blog-details-content .news-block-one .inner-box .lower-content h3{
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-content blockquote{
    padding-right: 30px;
  }

  .blog-details-content .author-box .social-links{
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 15px;
  }

  .page-title .info-content{
    padding-bottom: 0px;
  }

  .contact-style-two{
    padding: 64px 0px 70px 0px;
  }

  .banner-style-two .text-inner p br{
    display: none;
  }

  .funfact-style-two .pricing-content{
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-footer.style-three .logo-widget .owl-dots{
    display: none;
  }

  .footer-top .footer-top-content .form-inner form{
    float: none;
  }

  .fxvibe-comment-item .fxvibe-comment-item{
	 margin-left:0px;  
  }	
}

@media only screen and (max-width: 599px){

  .header-style-three .menu-right-content .login-box a{
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Keep desktop layout for About Our Academy section on mobile */
  .about-style-two .image-box{
    padding: 50px 360px 0px 0px;
  }

  .about-style-two .image-box .experience-box{
    position: absolute;
    right: 90px;
    width: 240px;
    margin: 0px;
  }

  .about-style-two .image-box .image-content{
    position: absolute;
    width: 330px;
  }

  .clients-section .clients-list li{
    width: 50%;
  }

  .payout-system .image-box .card-image{
    display: none;
  }

  .payout-system .image-box{
    padding-left: 0px;
    margin-top: 30px;
  }

  .contact-section .form-inner{
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-top-three .right-column .links-list li{
    margin-right: 20px;
  }

  .header-style-five .menu-area .search-box-outer{
    display: none;
  }

  .working-section .video-inner{
    overflow: hidden;
  }

  .testimonial-style-three .image-box{
    margin-right: 45px;
  }

  .footer-style-five .upper-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .footer-style-five .lower-box .footer-nav{
    display: block;
  }

  .footer-style-five .lower-box .download-list{
    display: block;
  }

  .footer-style-five .lower-box .download-list li{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-style-five .lower-box .download-list li:last-child{
    margin-bottom: 0px;
  }

  .history-section .inner-box{
    display: block;
  }

  .history-section .inner-box h2{
    margin: 15px 0px;
  }

  .history-section .inner-box:nth-child(odd) .image-box .date{
    right: 0px;
  }

  .history-section .inner-box:nth-child(even) .image-box .date{
    left: 0px;
  }

  .cta-style-two .inner-box .info-list{
    display: block;
  }

  .cta-style-two .inner-box .info-list li{
    margin-right: 0px;
  }

  .cta-style-two .inner-box .info-list li:before{
    display: none;
  }

  .info-block-two .inner-box .list-item{
    display: block;
  }

  .info-block-two .inner-box .list-item li{
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .working-section .video-inner .big-text{
    font-size: 50px;
  }

  .offer-section .content-box{
    margin-right: 0px;
  }
  .blog-details-content .author-box .social-links li a{
	margin-bottom:10px;  
  }
  .blog-details-content .comments-box .comment{
	padding-left:0px;	  
  }
  .blog-details-content .comments-box .comment .comment-thumb{
	position:relative;
	top:0px;
	margin-bottom:20px;  
  }
}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-header .menu-right-content{
    display: none;
  }

  .main-header .outer-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-top{
    display: none;
  }

  .service-block-one .inner-box,
  .service-block-two .inner-box,
  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .funding-section .content-box .trading-list li span{
    width: 100px;
    padding-left: 0px;
    text-align: center;
  }

  /* Keep desktop layout for Popular Courses on mobile */
  .pairs-block-one .inner-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pairs-block-one .inner-box .right-column{
    display: flex;
    align-items: center;
  }

  .pairs-block-one .inner-box .right-column .text{
    margin-right: 40px;
    text-align: right;
  }
  
  /* Ensure proper spacing for Popular Courses on mobile */
  .pairs-block-one {
    padding: 26px 20px 23px 20px;
    margin-bottom: 10px;
  }
  
  /* Make pricing cards even smaller on very small mobile screens */
  .pricing-style-two {
    padding: 60px 0px 40px 0px;
  }
  
  .pricing-block-two .pricing-table {
    padding: 15px 20px 25px 20px;
  }
  
  .pricing-block-two .pricing-table .table-header h3 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .pricing-block-two .pricing-table .table-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .pricing-block-two .pricing-table .feature-list li {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 0px 7px 0px;
  }
  
  /* Keep desktop layout for About Our Academy section on very small mobile screens */
  .about-style-two {
    padding: 80px 0px 80px 0px;
  }
  
  .about-style-four {
    padding: 80px 0px 80px 0px;
  }
  
  .about-style-two .image-box {
    padding: 30px 200px 0px 0px;
  }
  
  .about-style-two .image-box .experience-box {
    width: 180px;
    right: 60px;
  }
  
  .about-style-two .image-box .image-content {
    width: 250px;
  }
  
  /* Hide the 4 Hours, 15 Thousand Students, and 2 Days cards on mobile */
  .elementor-element-f5bcdae,
  .elementor-element-0160126,
  .elementor-element-2b6d02f,
  .elementor-element-f5bcdae .funfact-block-one,
  .elementor-element-0160126 .funfact-block-one,
  .elementor-element-2b6d02f .funfact-block-one,
  .elementor-element-f5bcdae .digitalbark-feature-section,
  .elementor-element-0160126 .digitalbark-feature-section,
  .elementor-element-2b6d02f .digitalbark-feature-section {
    display: none !important;
  }
  
  /* Keep desktop layout for Key Highlights section on very small mobile screens */
  .highlights-section {
    padding: 80px 0px 80px 0px;
  }
  
  .highlights-block-one .inner-box {
    padding: 0px 15px !important;
    margin-bottom: 40px !important;
  }
  
  .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  
  /* Maintain custom 2x2 grid layout for Key Highlights on very small mobile screens */
  .elementor-element-30877c4 {
    gap: 15px;
  }
  
  /* Maintain the same ordering for very small screens */
  .elementor-element-30877c4 > .e-con-full:nth-child(1) {
    grid-row: 1;
    grid-column: 1; /* Expert Instructors - Top Left */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(2) {
    grid-row: 1;
    grid-column: 2; /* 24/7 Support - Top Right */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(3) {
    grid-row: 2;
    grid-column: 1; /* Best Value - Bottom Left */
  }
  
  .elementor-element-30877c4 > .e-con-full:nth-child(4) {
    grid-row: 2;
    grid-column: 2; /* Transparent Learning - Bottom Right */
  }
  
  .elementor-element-30877c4 .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
  }
  
  .elementor-element-30877c4 .e-con-full:nth-child(1) .highlights-section .highlights-block .highlights-block-one .inner-box,
  .elementor-element-30877c4 .e-con-full:nth-child(3) .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-right: 10px;
  }
  
  .elementor-element-30877c4 .e-con-full:nth-child(2) .highlights-section .highlights-block .highlights-block-one .inner-box,
  .elementor-element-30877c4 .e-con-full:nth-child(4) .highlights-section .highlights-block .highlights-block-one .inner-box {
    padding-left: 10px;
  }
  
  /* Hide the 24/7 Support section on very small mobile screens but show the image */
  .elementor-element-887412f .faq-section {
    display: none !important;
  }
  
  .elementor-element-887412f .image-box {
    display: none !important;
  }
  
  /* Add the mobile image for very small screens */
  .elementor-element-887412f::before {
    content: "";
    display: block;
    background-image: url('http://127.0.0.1:8000/wp-content/uploads/2024/02/new25.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .testimonial-section .upper-box .left-content{
    display: block;
  }

  .testimonial-section .upper-box .right-content{
    padding-right: 0px;
  }

  .testimonial-section .upper-box .right-content .link{
    position: relative;
    top: 0px;
    margin-top: 10px;
  }

  .footer-top .footer-top-content h2, .footer-top .footer-top-content h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-style-two .content-box h2{
    font-size: 45px;
    line-height: 55px;
  }

  .banner-style-two .text-inner{
    position: relative;
    text-align: left;
  }

  .banner-style-two .image-box .image-content{
    position: relative;
    top: 0px;
    width: 100%;
    margin: 30px 0px;
  }

  .profit-calculator .profit-inner .btn-box{
    display: block;
  }

  .profit-calculator .profit-inner .btn-box h3{
    margin-bottom: 15px;
  }

  .pricing-section .content-inner .text-box{
    margin-bottom: 15px;
  }

  .funding-style-two .tab-btns li{
    font-size: 10px;
  }

  .cta-section .content-box .lower-box{
    display: block;
  }

  .cta-section .content-box .lower-box .theme-btn{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .cta-section .content-box h3:before{
    display: none;
  }

  .news-block-two .inner-box{
    padding-left: 0px;
  }

  .news-block-two .inner-box .image-box{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .news-block-two .lower-content{
    display: block;
  }

  .news-block-two .lower-content .post-info{
    margin-bottom: 15px;
  }

  .clients-section .clients-list li{
    width: 100%;
  }

  .clients-section .clients-list:before{
    display: none;
  }

  .clients-section .clients-list li{
    border-right: none;
  }

  .main-footer .customer-widget .widget-content .clients-list li{
    margin-right: -20px;
  }

  .header-upper .single-item{
    display: none;
  }

  .header-style-four .logo-box{
    margin-bottom: 15px;
  }

  /* Keep desktop banner image positioning */

  /* Keep desktop layout for Learning Community pricing section on mobile */
  .pricing-block-two .pricing-table .table-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pricing-block-two .pricing-table .table-footer a:before{
    display: block;
  }

  .pricing-block-two .pricing-table .table-footer a{
    padding: 16px 0px 17px 37px;
    border-radius: 0px;
    margin-top: 0px;
    background: transparent;
  }

  .pricing-block-two .pricing-table .table-footer a:hover{
    color: var(--theme-color);
    background: transparent;
  }
  
  /* Ensure proper spacing for pricing section on mobile */
  .pricing-style-two {
    padding: 80px 0px 60px 0px;
  }
  
  .pricing-block-two .pricing-table {
    padding: 18px 25px 30px 25px;
  }
  
  /* Make pricing cards smaller on mobile */
  .pricing-block-two .pricing-table .table-header h3 {
    font-size: 22px;
    line-height: 30px;
  }
  
  .pricing-block-two .pricing-table .table-header h2 {
    font-size: 26px;
    line-height: 34px;
  }
  
  .pricing-block-two .pricing-table .feature-list li {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0px 9px 0px;
  }

  .about-style-three .inner-content{
    padding: 0px;
  }

  .about-style-three .funfact-block-one:last-child{
    position: relative;
    top: 0px;
  }

  .payout-system .content-box .inner-box .list-item li{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .payout-system .content-box .inner-box .list-item li:last-child{
    margin-bottom: 0px;
  }

  .payout-system .content-box .inner-box .list-item li:before{
    display: none;
  }

  .contact-section .form-inner .info-list{
    display: block;
  }

  .contact-section .form-inner .info-list li{
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact-section .form-inner .message-btn{
    display: block;
  }

  .contact-section .form-inner .message-btn .theme-btn{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }

  .contact-section .form-inner .message-btn{
    padding: 0px;
    background: transparent;
  }

  .header-top-three .right-column{
    display: block;
  }

  .header-top-three .right-column .links-list{
    margin-right: 0px;
    justify-content: center;
  }

  .header-top-three .right-column .social-links{
    justify-content: center;
  }

  .subscribe-section .content-box{
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimonial-block-one .inner-box .author-box .icon-box{
    display: none;
  }

  .error-section .inner-box .error-title h1{
    font-size: 120px;
    line-height: 120px;
  }

  .error-section .inner-box .error-title h1 span{
    width: 130px;
    height: 130px;
  }

  .error-section .inner-box .error-title h1 span{
    font-size: 16px;
    line-height: 26px;
  }

  .account-block-one .inner-box .image-box{
    display: none;
  }

  .account-sidebar .category-widget .category-list li a{
    font-size: 12px;
  }

  .video-section .video-inner{
    padding: 78px 0px;
  }

  .lesson-block-one .inner-box .content-box{
    padding-left: 0px;
  }

  .lesson-block-one .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .education-details-content .upper-box .lower-content{
    display: block;
  }

  .education-details-content .upper-box .lower-content .option-list{
    margin-top: 10px;
  }

  .education-details-content .tabs-box .tab-btns li{
    width: 100%;
    margin-bottom: 5px;
  }

  .education-details-content .tabs-box .tab-btns li:last-child{
    margin-bottom: 0px;
  }

  .education-details-content .tabs-box .tab-btns{
    display: block;
  }

  .education-details-content .course-content .download-list li button span{
    position: relative;
    top: 0px;
    right: 0px;
  }

  .education-details-content .course-content .download-list li button span:before{
    display: none;
  }

  .education-sidebar .social-links li a{
    width: 46px;
  }

  .account-details-content .content-two .single-item .overlay-content{
    padding-right: 20px;
  }

  .account-details-content .content-three .tabs-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .pagination li a{
    width: 50px;
  }

  .news-block-one .inner-box .lower-content .lower-inner{
    display: block;
  }

  .news-block-one .inner-box .lower-content .lower-inner .share-box a{
    margin-top: 15px;
  }

  .blog-details-content .content-three .post-tags li{
    margin-bottom: 5px;
  }

  .blog-details-content .author-box{
    padding-left: 30px;
  }

  .blog-details-content .author-box .thumb-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .error-section .inner-box p{
	max-width:320px;
	margin:0 auto 30px;  
  }
}















/* ============================================
   TEXT VISIBILITY IMPROVEMENTS - ALL SCREENS
   ============================================ */

/* Learning Community Section - Improve text visibility on all screens */
.elementor-element-6aa81b2 .digitalbark-title-section .te-title {
    color: #ffffff !important; /* White text for better visibility */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important; /* Dark shadow for contrast */
    font-weight: 700 !important; /* Bolder font weight */
}

.elementor-element-6aa81b2 .digitalbark-title-section .te-subtitle {
    color: #ffffff !important; /* White text for better visibility */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important; /* Dark shadow for contrast */
    font-weight: 600 !important; /* Bold font weight */
}

/* Add background overlay for better text readability */
.elementor-element-6aa81b2 .digitalbark-title-section {
    background: rgba(0, 0, 0, 0.4) !important; /* Semi-transparent dark overlay */
    padding: 25px 20px !important; /* Padding around text */
    border-radius: 10px !important; /* Rounded corners */
    margin-bottom: 25px !important; /* Spacing from other elements */
}

/* Ensure the section has proper contrast */
.elementor-element-6aa81b2 {
    position: relative !important;
}

.elementor-element-6aa81b2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.8), rgba(26, 77, 58, 0.8)) !important;
    z-index: 1;
    pointer-events: none;
}

.elementor-element-6aa81b2 .e-con-inner {
    position: relative !important;
    z-index: 2 !important;
}

/* Mobile-specific adjustments */
@media only screen and (max-width: 767px) {
    .elementor-element-6aa81b2 .digitalbark-title-section .te-title {
        font-size: 28px !important; /* Larger font size for mobile */
        line-height: 1.2 !important; /* Tighter line height */
    }
    
    .elementor-element-6aa81b2 .digitalbark-title-section .te-subtitle {
        font-size: 16px !important; /* Appropriate mobile font size */
        margin-bottom: 15px !important; /* Better spacing */
    }
    
    .elementor-element-6aa81b2 .digitalbark-title-section {
        padding: 20px 15px !important; /* Mobile padding */
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 499px) {
    .elementor-element-6aa81b2 .digitalbark-title-section .te-title {
        font-size: 24px !important; /* Slightly smaller for very small screens */
        line-height: 1.3 !important;
    }
    
    .elementor-element-6aa81b2 .digitalbark-title-section .te-subtitle {
        font-size: 14px !important; /* Smaller subtitle for very small screens */
    }
    
    .elementor-element-6aa81b2 .digitalbark-title-section {
        padding: 15px 10px !important; /* Reduced padding for small screens */
        margin-bottom: 15px !important;
    }
}

/* ============================================
   TITLE VISIBILITY - Choose Your Learning Path
   ============================================ */
.elementor-element-6aa81b2 .digitalbark-title-section .te-title {
    color: #ffffff !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9) !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
}
