/*#seek-button {*/
/*    display: inline-block!important;*/
/*    border-radius: 20px !important;*/
/*    padding: 20px !important;*/
/*    font-size: 16px !important;*/
/*    line-height: 1.5 !important;*/
/*    font-weight: 600 !important;*/
/*    color: #fff !important;*/
/*    background: var(--system_primery_color);*/
/*    background-size: 200% auto;*/
/*    border: 1px solid var(--system_primery_color);*/
/*}*/

/*Hero Header*/
.banner-text h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 20px;
  text-transform: capitalize;
  
}

/*Home About Section*/

#home-about{
  padding-top: 7%;
  padding-bottom:5%;
}

#home-about img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

#all-mages{
    max-width: 100%;
    height: auto;
    border-radius: 30px;  
}

#home-about .section__title h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1em; /* Choose this or 64px, not both */
    color: var(--system_secondary_color, #32a402); /* fallback added */
    margin-bottom: 17px;
    text-transform: capitalize;
}

#home_cta_part_iner {
  
}

#Numbers-trained{
  padding-top: 60px;
  Padding-bottom: 60px;
}
/*transparent green background sections*/
.section_padding2 {
    padding: 50px 0 90px;
    background-color: #32a4021c;
}

.work_title_area .work_title_desc {
    margin-top: 43px;
    max-width: 70%;
}

.work_title_area .section__title4 {
    max-width: 40%;
}

.section__title4 h3 {
    font-size: 36px;
    font-weight: 800;
    color: #32a402;
    margin-bottom: 9px;
    line-height: 1.38;
}

.process_widget_box {
    border-radius: 25px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .02);
    border: 3px solid #32a402;
    padding: 40px 60px 49px;
}

/*Commission box*/

.commision_box {
    border-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
    background-color: #ffffff;
    display: flex;
    position: relative;
    margin-top: -237px;
    z-index: 10;
}

.commision_left {
    padding: 60px 75px 60px 100px;
    max-width: 480px;
    border-right: 1px solid #ebf1ff;
    background: #32a4021c;
}
.commision_right {
    padding: 80px 0 60px 100px;
    background: #32a4021c;
    border-radius: 25px;
}

/*Impact numbers*/
#impact-div{
  padding-top:10%;
  padding-bottom:10%;
}

/*All Page content*/
.instructor_cta {
    background-color:#fff;
    background-size: cover;
    background-position: center center;
    padding: 10% 5%;
}
@media (max-width: 767.98px) {
    .cta_area {
        padding: 15% 5%;
    }
}

.cta_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/banner/cta_bg.jpg);
    background-position: 50%;
    position: relative;
    z-index: 1;
    padding: 5% 5%!important;
}

.affiliate_bradcam_area {
    background-color: #f7faff;
    padding: 15% 5% !important;
    border-radius: 25px;
    background-image: url(../img/affiliate/affiliate_bg_1.jpg);
    background-size: cover;
    background-position: 50%;
}

/*Blogs page*/
.breadcrumb_area {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: top;
    display: flex
;
    align-items: center;
    height: 240px;
    background-size: cover;
    text-align: center;
    background-color: #fff;
}
.breadcrumb_area .breadcam_wrap h3 {
    font-size: 48px;
    font-weight: 900;
    color: #32a402;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.breadcrumb_area .breadcam_wrap p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.single_blog {
    border: .5px solid #d1d1d157;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
}
.single_blog .thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius:30px 30px 0px 0px;
    aspect-ratio: 306/170
}
.blog_read_more {
    background: var(--system_primery_color);
    background-size: 200% auto;
    border-radius: 20px;
    color: #fff;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
}
.blog_sidebar_box {
    border: .5px solid #d1d1d157;
    padding: 16px;
    border-radius: 30px;
}

.lms_blog_details_area .blog_details_inner {
    border: .5px solid #d1d1d157;
    border-top: 0;
    margin-bottom: 50px;
    border-radius: 30px;
}
.blog_details_banner img {
    aspect-ratio: 966 / 493;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}
.theme_search_field4.style2 {
    border-radius: 30px;
}

/*Login page starts*/


.login_wrapper_right {
    display: none;            /* hide by default on smallest screens */
    visibility: hidden;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,234,239,.1), rgba(64,232,221,.1));
    align-items: center;
    justify-content: center;
  }
  
@media (min-width: 370px) and (max-width: 769px) {
    .login_wrapper_left {
        padding: 75px;            /* comfortable padding on small screens */
        width: 100%;
        max-width: 100vw;
      }
}

  
  /* Tablet: show right panel, reduce left padding */
  @media (min-width: 769px) and (max-width: 1024px) {
    .login_wrapper_left {
      padding: 40px 120px;    /* side padding for tablets */
      max-width: 100vw;
    }
  }
  
  /* Desktop/Large screens: original layout but improved */
  @media (min-width: 1025px) {
    .login_wrapper_left {
      padding: 40px 500px;    /* original desktop padding */
      width: 100vw;
    }
  }
  
  /* Optional: very small phones, tighten padding */
  @media (max-width: 369px) {
    .login_wrapper_left {
      padding: 20px 16px;
      max-width: 100vw;
    }
  }
  
  /*Login page ends*/






/*Header buttons*/


 /* Dropdown submenu styling */
/*.heading-nav .heading-list .submenu {*/
/*    width: 200px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 120%;*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    text-align: left;*/
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, .04);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/* Show dropdown on hover */
/*.heading-nav .heading-list:hover .submenu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    top: 100%;*/
/*}*/

/* Submenu list items */
/*.heading-nav .heading-list .submenu li {*/
/*    list-style: none;*/
/*    transition: all 0.3s ease;*/
/*}*/

/* Submenu links */
/*.submenu li a {*/
/*    display: block;*/
/*    padding: 10px 15px;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    border-radius: 10px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/* Hover effect on submenu items */
/*.heading-nav .heading-list .submenu li:hover {*/
/*    background-color: #32a402;*/
/*    transform: translateY(-3px);*/
/*}*/

/*.heading-nav .heading-list .submenu li:hover a {*/
/*    color: #fff;*/
/*}*/