/* section desktop and mobile */
.mobile_sec,
.desktop_done {
  display: none;
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile_sec {
    display: table;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 1699px) {
  .silence_sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 0;
  }

}

@media only screen and (max-width: 1279px) {
  .nav_link {
    font-size: 15px;
  }

  .btn_header_cta {
    padding: 10px 18px;
  }

  .banner_title {
    font-size: 72px;
  }

  .banner_subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner_title {
    font-size: 52px;
  }

  .section_title,
  .about_title,
  .approach_title,
  .depth_title,
  .giveback_title {
    font-size: 40px;
  }

  .specialisations_title {
    font-size: 38px;
  }

  .header_nav .nav_list li:not(:last-child)::after {
    margin: 0 12px;
    width: 4px;
    height: 4px;
  }

  .nav_link {
    font-size: 12px;
  }

  .btn_header_cta {
    padding: 7px 10px;
    font-size: 15px;
  }

  .footer_cta_title {
    font-size: 32px;
    letter-spacing: 3px;
  }

  .header_logo img {
    height: 35px;
  }

  .about_sec {
    padding: 0px 0 50px;
  }

  .approach_sec {
    padding: 70px 0;
    background: #ffffff;
  }

  .specialisations_sec {
    padding: 0 0 40px;
  }

  .silence_sec .about_title {
    font-size: 40px;
  }

  .depth_sec {
    padding: 60px 0;
  }

  .giveback_sec {
    padding: 60px 0;
  }

  .giveback_card {
    gap: 24px;
    border-radius: 10px;
    padding: 20px;
  }

  .footer_cta_sec {
    padding: 60px 0 30px;
  }

  .copyright_sec {
    padding: 0 0 18px;
  }
    .bg_sec{padding:5rem 4rem;}

}

@media (min-width: 991px) and (max-width: 2500px) {
    .mobile_menu_btn{display: none !important;}

}
/* ── Tablets (<= 991px): hide desktop nav, show hamburger ── */
@media only screen and (max-width: 991px) {
  .header_nav {
    display: none;
  }

  .header_right {
    gap: 0;
  }

  .mobile_menu_btn {
    display: flex;
    padding: 7px;
    background: #6E7247;
    border-radius: 6px;
  }

  .mobile_menu_drawer {
    width: 100%;
    right: -100%;
    max-width: 100%;
  }

  .top_header {
    padding: 16px 0;
  }

  .banner_title {
    font-size: 42px;
  }

  .banner_sec {
    background-position-x: 71%;
  }

  .banner_desc {
    font-size: 13px;
  }

  .banner_image_wrap {
    position: static;
    height: auto;
    text-align: center;
    margin-top: 30px;
  }

  .testimonials_sec {
    padding: 65px 0;
  }

  .section_title {
    font-size: 36px;
  }

  .testimonial_card {
    margin-bottom: 20px;
  }

  .about_sec {
    padding: 0 0 40px;
  }

  .about_title {
    font-size: 36px;
  }

  .about_image_wrap {
    margin-bottom: 30px;
  }


  .approach_sec {
    padding: 65px 0;
  }

  .approach_title {
    font-size: 36px;
  }

  .approach_desc {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .approach_steps_container {
    padding-left: 0;
  }

  .specialisations_banner {
    padding: 65px 0 130px;
  }

  .specialisations_title {
    font-size: 34px;
  }

  .specialisation_cards_row {
    margin-top: -85px;
  }

  .specialisation_card {
    margin-bottom: 20px;
  }

  /* Show Navigate section on tablet/mobile */
  .navigate_sec {
    display: block;
    padding: 70px 0;
    background: #FAF8F5;
  }

  .navigate_content {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
  }

  .navigate_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .navigate_title em {
    font-style: italic;
    color: var(--sage);
  }

  .navigate_leaf_divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px auto 22px;
    max-width: 260px;
  }

  .navigate_leaf_line {
    flex-grow: 1;
    height: 1px;
    background: rgba(125, 139, 94, 0.3);
  }

  .navigate_text {
    font-size: 13.5px;
    color: var(--text-body);
    line-height: 1.85;
    margin-bottom: 16px;
  }

  .navigate_btn {
    background: var(--sage) !important;
    border-color: var(--sage) !important;
    color: #ffffff !important;
    display: inline-flex;
    margin: 10px auto 0;
  }

  .navigate_btn:hover {
    background: var(--sage-dark) !important;
    color: #ffffff !important;
  }

  .navigate_image_wrap {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 28px;
    box-shadow: var(--shadow-sm);
  }

  .navigate_image {
    width: 100%;
    height: auto;
    display: block;
  }

  .depth_sec {
    padding: 65px 0;
  }

  .depth_title {
    font-size: 36px;
  }

  .depth_desc {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .depth_card {
    margin-bottom: 20px;
  }

  .giveback_sec {
    padding: 65px 0;
  }

  .giveback_title {
    font-size: 36px;
  }

  .footer_cta_sec {
    padding: 65px 0 45px;
  }

  .footer_cta_title {
    font-size: 28px;
  }

  .footer_contact_row {
    gap: 20px;
  }

  .drawer_nav ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: "Google Sans Flex", sans-serif;
  }

  .drawer_cta.btn_header_cta {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
  }

  .content_boxover {
    position: relative;
    top: 0;
    width: 100%;
    transform: none;
    z-index: 2;
    margin: 0 0 -114px;
  }

  .silence_sec {
    padding: 0;
    background: #fff;
  }

  .imageseccust {
    position: relative;
  }

  .imageseccust::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff 64%, #ffffff42 81%);
    z-index: 0;
  }

  .depth_title br,
  .giveback_title br {
    display: none;
  }

  .giveback_sec {
    padding:50px 0 50px;
  }

  .approach_title br {
    display: none;
  }
  .bg_sec{padding:5rem 3rem;}


}

/* ── Mobile Devices (<= 767px) ── */
@media only screen and (max-width: 767px) {

      .depth_card_icon_circle, .spec_card_icon_circle, .step_icon_circle { 
        padding: 12px;
    }

  .about_text.poppinsfonts.bold_color_span{margin-bottom: 20px;}
  .mobile_none,
  .desktop_image {
    display: none;
  }

  .desktop_done,
  .mobile_image {
    display: block;
  }

  .banner_sec {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    background-position: center top;
  }

  .banner_bg_overlay {
    background: linear-gradient(to bottom,
        rgba(13, 26, 16, 0.35) 0%,
        rgba(13, 26, 16, 0.85) 60%,
        rgba(13, 26, 16, 0.96) 100%);
  }

  .banner_image_wrap {
    position: static;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .banner_portrait {
    max-height: 360px;
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .banner_content {
    text-align: center;
    padding: 0 10px;
  }

  .banner_title {
    font-size: 45px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .banner_subtitle {
    font-size: 15.5px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .banner_divider_row {
    margin: 16px auto 20px;
    max-width: 240px;
  }

  .banner_desc {
    font-size: 15.5px;
    max-width: 100%;
    margin-bottom: 22px;
  }

  .btn_book_session svg {
    display: none;
  }

  .btn_book_session {
    margin: 0 auto;
    font-size: 13px;
    padding: 12px 24px;
  }

  /* 2. Testimonials */
  .testimonials_sec {
    padding: 45px 0;
  }

  .section_title {
    font-size: 34px;
    margin-bottom: 20px;
    display: grid;
  }

  .testimonial_card {
    padding: 24px 20px 0;
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .testimonial_author {
    position: relative;
    padding-top: 10px;
  }

  .testimonial_author::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: -2px;
    left: 0;
    background: #a6a671;
  }

  .testimonial_text {
    font-size: 13px;
    line-height: 1.75;
  }

  .about_sec {
    padding: 40px 0;
    background: #FDFDFD;
  }

  .about_qual_divider {
    border-right: none;
    padding-right: 15px;
  }

  .imageseccust::before {
    display: none;
  }

  .mobile_sec {
    display: block;
    margin: 15px auto 0;
  }

  .about_title em {
    color: #506D3B;
  }

  .about_row {
    display: flex;
    flex-direction: column;
  }

  .about_row>.col-lg-5 {
    order: 2;
    margin: 20px 0 25px;
  }

  .about_row>.col-lg-7 {
    order: 1;
  }

  .about_title {
    font-size: 42px;
  }

  .about_text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .about_image_wrap {
    border-radius: 20px;
  }

  .about_quals_wrap {
    margin-top: 20px;
  }

  .about_qual_col {
    margin-bottom: 16px;
  }

  .approach_sec {
    padding: 45px 0;
    background: #FBF8F5;
  }

  .approach_title em {
    font-style: italic;
    color: #7C8353;
  }

  .section_tag .tag_icon {
    display: none;
  }

  .approach_leaf_divider {
    display: none;
  }

  .approach_title {
    font-size: 35px;
    display: grid;
  }

  .approach_desc {
      max-width: 100%;
    margin-bottom:30px;
    margin-bottom: 23px;
    font-size: 15px;
  }

  .approach_steps_container {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .approach_steps_container::before {
    display: none;
  }

  .approach_step_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: none;
    border-radius: 18px;
    padding: 0px 10px 14px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 0;
    gap: 10px;
  }

  .step_card_box {
    width: 54px;
    height: 54px;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    background: #F7F6EF;
    margin: 7px 0 0;
  }

  .step_card_box .step_icon_circle {
    width: 50px;
    height: 50px;
    background: #EFF2E7;
  }

  .step_card_box .step_icon_circle svg {
    width: 30px;
    height: 30px;
  }

  .step_info_col {
    padding-left: 0;
  }

  .step_heading {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 4px;
    font-family: "Google Sans Flex", sans-serif;
  }

  .step_line_divider {
    display: none;
  }

  .step_para {
    font-size: 13px;
    line-height: 1.5;
    color: #353940;
  }

  /* 5. Specialisations (Stacked Horizontal Cards) */
  .specialisations_banner {
    padding: 45px 0 100px;
  }

  .specialisations_title {
    font-size: 28px;
  }

  .specialisation_cards_row {
    margin-top: -65px;
  }

  .specialisation_card {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
    padding: 20px 18px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: #FDFCF9;
    border: none;
  }

  .spec_card_icon_circle {
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .spec_card_icon_circle svg {
    width: 41px;
    height: 41px;
  }

  .spec_card_title {
    font-size: 19px;
    margin-bottom: 4px;
    padding: 0;
    font-weight: 800;
  }

  .spec_card_text {
    font-size: 12px;
    line-height: 1.6;
  }

  /* 6. Navigate in Silence */
  .navigate_sec {
    padding: 45px 0;
    display: block;
  }

  .navigate_title {
    font-size: 28px;
  }

  .navigate_text {
    font-size: 12.5px;
    line-height: 1.75;
  }

  .navigate_btn {
    font-size: 13px;
    padding: 12px 24px;
  }

  /* 7. Depth Work */
  .depth_sec {
    padding: 45px 0;
  }

  .depth_title {
    font-size: 34px;
    display: grid;
  }

  .depth_desc {
    max-width: 100%;
    margin-bottom:30px;
    font-size: 15px;
  }

  .depth_image_wrap {
    display: none !important;
  }

  .depth_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 0px;
  }

  .depth_card {
    padding: 22px 14px 18px;
    border-radius: 18px;
    margin-bottom: 0;
  }

  .depth_card_num {
    display: none;
  }

  .depth_card_icon_circle {
    width: 55px;
    height: 55px;
    background: #F3F2EE;
    margin: 0 auto 10px;
  }

  .depth_card_icon_circle svg {
    width: 22px;
    height: 22px;
  }

  .qual_icon_badge {
    width: 35px;
    height: 35px;
    background: #F4F5ED;
  }

  .qual_col_header {
    align-items: start;
    margin-bottom: 0;
    padding: 13px;
  }

  .qualifications_list li {
    font-size: 13px;
    line-height: 1.7;
     
    font-style: normal;
  }

  .border_left_devide ul.qualifications_list {
    margin: 20px 0 0;
  }

  .about_qual_col {
    margin-bottom: 0;
    box-shadow: 0 4px 8px #ebe6e6;
    border: none;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
  }

  .depth_card_divider {
    width: 22px;
    margin-bottom: 8px;
    display: none;
  }

  .depth_card_title {
    margin-bottom: 4px;
    color: #2B343E;
    font-weight: 800;
    position: relative;
    text-align: center;
    padding: 0 0 14px;
  }

  .depth_card_title::before {
    content: "";
    position: absolute;
    width: 51px;
    height: 1px;
    background: #6D8439;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .depth_card_text {
    font-size: 15.5px;
    line-height: 1.55;
    text-align: center;
  }

  .border_left_devide {
    border-left: solid 1px #E5E6DA;
    padding: 0 0 0 15px;
    font-style: normal;
    font-weight: 800;
    color: #25451F;
    line-height: normal;
  }

  /* .qualifications_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%237D8B5E' stroke-width='2'%3E%3Cpath d='M17 8C8 10 5.9 16.17 3.82 21.34L3 23l2.5-1.5C9.35 19 14.1 17 17 8z'/%3E%3Cpath d='M12.5 3.5C10.79 5.21 10 8 10 8s2.79-.79 4.5-2.5C16.21 3.79 17 1 17 1s-2.79.79-4.5 2.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } */

  .giveback_sec {
    padding: 50px 0 32px;
    background: #FEFEFE;
  }

  .specialisations_sec {
    padding: 0 0 20px;
  }

  .giveback_title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .giveback_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    border-radius: 20px;
    margin-bottom: 16px;
    gap: 14px;
    background: #F9FAF5;
    border-color: #f1f1f1;
  }

  .giveback_card_icon_circle {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #EFF1E5;
  }

  .giveback_card_icon_circle svg {
    width: 50px;
    height: 50px;
  }

  .giveback_card_title {
    font-size: 23px;
    margin-bottom: 6px;
    font-weight: 800;
    color: #3A5624;
    position: relative;
    padding: 0 0 12px;
  }


  .giveback_card_title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    background: #3E5728;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: 0 auto;
  }

  .step_num_badge {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    font-size: 23px;
    line-height: 17px;
    font-weight: 600;
    color: #7C8458;
    flex-shrink: 0;
    position: relative;
    border: solid 1px #EEEDE1;
    margin: -27px 0 0;
  }

  .step_num_badge::after {
    display: none;
  }

  .giveback_card_text {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .spec_card_title::before {
    display: none;
  }

  .border_left_devider {
    border-left: solid 1px #d7d7c1;
    padding: 0 0 0 15px;
    line-height: normal;
  }

  /* 9. Footer (Warm Cream with 2x2 Contact Grid on Mobile) */
  .footer_sec {
    background: #FBF7F2;
  }

  .giveback_card_content {
    padding: 10px 0;
    border: none;
  }

  .footer_sec::before {
    display: none;
  }

  .footer_cta_sec {
    padding: 50px 0 35px;
  }

  .footer_cta_title {
    color: var(--text-dark);
    font-size: 29px;
    letter-spacing: 0px;
  }

  .footer_leaf_line {
    background: rgba(125, 139, 94, 0.3);
  }

  .footer_leaf_divider svg {
    stroke: var(--sage);
  }

  .footer_cta_text {
    font-size: 15px;
    margin-bottom: 24px;
  }


  .imageseccust .footer_cta_btn {
    background: #5E7332 !important;
    border-color: #5E7332 !important;
    color: #fff !important;
  }

  .depth_leaf_divider {
    display: none;
  }

  .drawer_close_btn svg {
    width: 35px;
    height: 34px;
  }

  .footer_contact_bar {
    padding: 14px 0 15px;
  }

  .tag_icon_left,
  .giveback_leaf_divider {
    display: none;
  }

  .footer_contact_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .footer_contact_row > :last-child {
    grid-column: 1 / -1;
}

  .footer_divider_bar {
    display: none !important;
  }

  .footer_contact_item {
    font-size: 15px;
    color: var(--text-dark);
    background: transparent;
    padding: 22px 10px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    justify-content: center;
  }

  .footer_contact_item:hover {
    color: var(--sage-dark);
  }

  .contact_icon_circle {
    width: 50px;
    height: 50px;
    background: #EDECDE;
    border: 1px solid rgba(125, 139, 94, 0.25);
  }

  .contact_icon_circle svg {
    width: 13px;
    height: 13px;
    stroke: var(--sage-dark);
  }

  .copyright_sec {
    padding: 9px 0 15px;
  }

  .copyright_text {
    font-size: 15.5px;
  }

  .mobile_sectionbanner {
    display: block;
  }

  .mobile_sectionbanner img {
    width: 100%;
    object-fit: cover;
  }

  .banner_content {
    text-align: center;
    padding: 0 10px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
  }

  .banner_bg_overlay {
    background: none;
  }

  .shap_right .shap {
    display: none;
  }

  .section_tag {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .footer_leaf_divider {
    display: none;
  }
  .bg_sec{padding:4rem 2rem;}
.bg_sec .max_customsec{    max-width:90%; gap:10px; }

}

@media only screen and (max-width: 575px) {
  .step_num_badge {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 17px;
    margin: -23px 0 0;
  }

  .step_heading {
    font-size: 14px;
  }

  .content_boxover {
    margin: 0 0 -90px;
  }
}

@media only screen and (max-width: 479px) {
  .banner_title {
    font-size: 26px;
  }

  .section_title,
  .about_title,
  .approach_title,
  .depth_title,
  .giveback_title {
    font-size: 30px;
  }

  .step_heading {
    font-size: 13px;
  }

  .step_para {
    font-size: 12px;
  }

  .approach_step_item {
    border-radius: 10px;
    padding: 0px 6px 10px;
    gap: 10px;
  }

  .imageseccust::before {
    background: linear-gradient(#fff 74%, #b68740a1 80%);
  }

  .content_boxover {
    margin: 0 0 -64px;
  }

  .depth_grid .col-md-6 {
    padding: 0;
  }

  .depth_grid {
    gap: 9px;
  }

  .footer_contact_row {
    gap: 10px;
  }

  .header_logo img {
    height: 34px;
  }

}

@media only screen and (max-width: 376px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials_sec {
    padding: 30px 0;
  }

  .qual_col_header {
    padding: 0;
  }

  .approach_steps_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 9px;
  }

  .approach_steps_container .last_item {
    grid-column: 1 / -1;

  }

  .silence_sec .about_title {
    font-size: 34px;
  }

  .row.depth_grid {
    gap: 8px;
    padding: 0 10px;
  }

  .depth_card_title {
    font-size: 19px;
  }

  .depth_card_text {
    font-size: 13.5px;
  }

  .depth_card {
    padding: 18px 8px 16px;
    border-radius: 12px;
  }

  .giveback_sec {
    padding: 30px 0 20px;
  }

  .giveback_card {
    padding: 15px 10px;
    border-radius: 15px;
  }

  .footer_contact_item {
    font-size: 13px;
  }

  .giveback_cards {
    gap: 0;
  }

}


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

h1.banner_title.cormorantfonts{        position: absolute;
        top: 160px;
        width: 100%;}

.container.position-relative{    position: absolute !important;
    z-index: 999;
    top: 0px;
    height: 100%;}
    .row.align-items-center.banner_row {  height: 100%;}
    .banner_content{ height: 100%;
    display: flex;
    justify-content: center;
    align-items: self-end;}
.res-slider-bttext{        position: relative;
        top: -60px;}
        .banner_desc.poppinsfonts.pspan{font-weight: 700; padding: 0px 20px;}
        .specialisation_cards_row {     margin-top: 20px;  }
            .specialisations_title {     padding-top: 30px;  }
            #workshops{     padding: 0px 0px 45px 0px !important;    }
            .col-lg-5.mt-5.mb-lg-0{    margin-top: 0rem !important;}
}


@media only screen and (min-width: 380px) and (max-width: 480px) {

  h1.banner_title.cormorantfonts{       top: 180px; }
  .res-slider-bttext{    top:-70px;}
}