  /* ==========================================================================
     7. Media Queries
     ========================================================================== */


  @media (min-width: 2000px) {
    .books-list .books-grid {
      margin-left: auto;
    }
  }

  @media(max-width:1600px) {
    .home-alt-lead {
      font-size: 70px;
    }

    .hero-alt-bottom-logo {
      bottom: -280px;
    }

    .title {
      font-size: 50px;
    }

    .banner-right-content {
      padding-top: 150px;
    }

    .banner-left-content {
      padding-top: 70px;
    }

    .hero-lead {
      font-size: 35px;
    }
  }

  @media (max-width: 1280px) {
    h3 {
      font-size: 45px;
    }

    .rotate-list {
      bottom: 230px;
    }

    .hero-lead {
      font-size: 35px;
    }
  }

  @media(min-width:1200px) {
    .podcast-card img {
      height: 300px;
      object-fit: cover;
      object-position: 50% 20%;
    }
  }

  @media (min-width:992px) {

    .blog-header.header-section a.navbar-brand {
      width: 28%;
    }

    .blog-header .contact-menu {
      width: 100%;
    }

    .books-info {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 102px 80px;
    }

    .invest-slider .slide.slick-active {
      width: 360px !important;
    }

    .invest-slider .slide.slick-current.slick-active {
      width: 562px !important;
    }

    .invest-slider .slide.slick-active {
      width: 487px !important;
    }
  }

  @media (max-width: 991px) {

    .section,
    .footer-section .row {
      padding: 80px 0px;
    }

    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
      padding: 0 20px;
    }

    h1 {
      font-size: 48px;
    }


    .subtitle {
      font-size: 16px;
    }

    .title {
      font-size: 48px;
      margin-bottom: 0px;
    }

    .text-32 {
      font-size: 24px;
    }


    /* ================================================================
   MOBILE ‑ OFF‑CANVAS (≤ 991.98 px)
   ================================================================ */

    .close-btn {
      position: absolute;
      top: 1.1rem;
      right: 1.25rem;
      background: transparent;
      border: 0;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1;
      cursor: pointer;
    }

    .close-btn,
    .close-btn * {
      pointer-events: auto;
    }

    .close-btn {
      display: block;
    }

    .main-nav .close-btn {
      display: none;
    }

    .main-nav.show .close-btn {
      display: block;

    }

    .contact-page .main-nav.show .close-btn {
      filter: brightness(100%) invert(1);
    }


    .banner-left-content {
      padding: 80px 0px 108px;
    }

    .header-section {
      padding: 20px;
    }

    .desk-header {
      column-gap: 0px;
      padding: 0;
    }

    .blog-page .nav-toggle img {
      filter: brightness(100%) invert(1);
    }

    .contact-page .header-section .navbar-brand img,
    .mobile-white-logo img {
      filter: brightness(0) invert(1);
    }

    .light-mobile-menu.header-section .contact-menu a:hover,
    .light-mobile-menu.header-section .contact-menu a.active {
      border-bottom: 2px solid #fff;
    }

    /* Toggle icon switch */
    .nav-toggle i {
      font-size: 1.75rem;
      color: #fff;
      transition: transform 0.3s ease;
      z-index: 99999;
    }

    /* Show close (X) when menu is open */
    .nav-toggle.menu-open i::before {
      content: "\f00d";
      /* fa-xmark */
    }

    .main-nav {
      transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4, .0, .2, 1);
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 260px;
      padding: 2.5rem 1.75rem 4rem;
      background: linear-gradient(180.46deg, #4542F4 32.54%, #3C96E9 55.76%, #CDE4F9 75.36%, #FFFFFF 100%);
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      z-index: 9999;
    }

    .main-nav.show {
      transform: translateX(0);
    }

    .main-nav .nav-link {
      color: #fff !important;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding: 0;
    }

    .main-nav .nav-link:hover,
    .main-nav .nav-link.active {
      color: #fff !important;
    }

    .offcanvas-open::before {
      content: '';
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .45);
      z-index: 1;

    }


    /* Hero banner Section */

    .hero-section,
    .featured-posts {
      padding: 120px 0px 0px;
    }

    .featured-posts {
      padding-bottom: 128px !important;
    }

    .featured-posts .container {
      padding: 0;
    }

    .banner-left-content p {
      font-size: 16px;
    }

    .banner-left-content h1 {
      font-size: 48px;
    }

    /* Feature Section */

    .feature-card .feature-btn {
      bottom: 91px;
      right: 20px;
    }

    .featured-slider .slide-item .post-wrapper {
      width: 100% !important;
      max-width: 100% !important;
      margin-top: 48px;
    }

    .feature-header {
      display: flex;
      justify-content: space-between;
      text-align: justify;
      align-items: center;
      flex-direction: row;
    }

    .feature-header a {
      font-size: 14px;
      margin-right: 0;
    }

    .feature-header h3 {
      font-size: 20px;
    }

    .featured-posts .post-card {
      max-width: 100%;
      box-shadow: none;
      margin: 0px 10px;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 95%;
      bottom: 60px;
      padding: 16px 24px 32px;
    }

    .featured-posts .slick-track {
      column-gap: 0px;
    }

    /* Newsroom section start */

    .news-container h3.post-title {
      padding-right: 35px;
    }

    #newsletterModal input.form-control {
      font-size: 20px;
      font-weight: 400;
    }

    #newsletterModal .modal-dialog .modal-content {
      padding: 32px;
      margin: 0px 20px;
    }

    #newsletterModal .modal-dialog {
      max-width: 100%;
      width: 100%;
    }

    .banner-right-content {
      padding: 0px;
    }

    .feature-card img {
      width: 100%;
      max-width: 100%;
      height: 521px;
    }

    .feature-overlay {
      padding: 16px;

    }

    .banner-right-content h3 {
      font-size: 20px;
      margin-bottom: 0px !important;
    }

    .home-alt-lead {
      font-size: 48px;
      max-width: 100%;
    }

    .hero-img-col {
      text-align: right;
    }

    .article-description {
      font-size: 14px;
      max-width: 350px;
      width: 100%;
      padding-top: 12px;
    }

    .feature-btn {
      bottom: 75px;
    }

    /* Hero banner Section end */

    /* Featured post section start */

    .post-img {
      height: 400px;
    }

    .post-card {
      max-width: 90%;
      padding: 1.5rem;
    }

    .post-card h3 {
      font-size: 24px;
      font-weight: 400;
      padding-top: 16px;
    }

    /* Featured post section end */

    /* Newsroom section */

    .custom-arrows {
      display: none;
    }

    .slick-prev {
      left: -30px;
    }

    .slick-next {
      right: -30px;
    }

    .news-slider {
      padding-left: 20px;
    }

    .news-slider .slick-track {
      column-gap: 0px;
    }

    .news-container .news-item .news-card,
    .news-container .news-item:first-child .news-card {
      margin-right: 20px;
    }

    .newsroom-section {
      padding-bottom: 80px;
    }

    .invest-slider .slick-track {
      column-gap: 15px;
    }

    .books-info {
      background: linear-gradient(134deg, #4542F4 38.49%, #3C96E9 61.55%, #CDE4F9 100.33%, #FFFFFF 91.23%);
    }

    .books-list .books-grid {
      display: block;
      max-width: 100%;
    }

    .book-price h3 {
      font-size: 32px !important;
    }

    .footer-link {
      font-size: 14px;
    }

    .mobile-footer-logo {
      height: 100%;
      width: 100%;
      padding-bottom: 20px;
    }

    .footer-section {
      border-top: 1px solid #D5D5D5;
    }

    .news-container .custom-arrows {
      right: 15px;
    }

    .subscribe-box {
      padding: 20px;
    }

    /* Books section start */

    .book-card {
      padding: 40px;
      max-width: 362px;
      margin: 0 auto;
      width: 100%;
      margin-bottom: 30px;
    }

    .book-card:last-child {
      margin-bottom: 0px;
    }

    .coming-soon.book-card {
      padding: 162px 64px;
    }

    .book-card img {
      max-width: 180px;
    }

    .books-section .row,
    .book-section .row {
      flex-direction: column-reverse;
    }

    .books-info {
      padding: 80px 20px;
    }

    .books-section .title {
      padding-bottom: 80px;
    }

    .books-list {
      padding: 80px 20px;
    }

    /* Books section end */

    /* Footer CSS Start */
    .footer-form-group {
      display: block;
    }

    .form-left-col {
      padding-right: 0px;
    }

    .footer-cta-form input::placeholder {
      font-size: 24px;
      font-weight: 300;
    }

    .footer-cta-form input,
    .footer-cta-form input:focus {
      height: 64px;
    }

    p.form-label {
      margin-bottom: 16px;
      font-size: 16px;
    }

    /* Contact page CSS Start */

    .contact-left-panel {
      padding: 40px 15px;
    }

    .reverse-column {
      flex-direction: column-reverse;
    }

    .contact-section img {
      height: 320px;
    }

    /* About page CSS start */

    .rotate-list {
      display: none !important;
    }

    .hero-lead {
      font-size: 24px !important;
    }

    .about-hero {
      padding: 50px 15px 0px !important;
    }

    .about-hero {
      padding-top: 6rem;
    }

    .about-hero::after {
      font-size: 8rem;
    }

    .about-right-content h3 {
      font-size: 24px;
      font-weight: 400;
    }

    .book-content-section {
      padding-top: 80px;
    }

    .book-content {
      padding-left: 15px;
      padding-top: 80px;
    }

    .vision-image-main {
      max-width: 201px;
      height: 308px;
      position: absolute;
      bottom: -120px;
      right: 20px;
    }

    .vision-image-secondary {
      width: 161px;
      height: 154px;
      object-fit: cover;
      right: 0;
      top: 330px;
      position: relative;
    }

    section.vision-section.section.bg-grey {
      padding-bottom: 300px;
    }

    /* Newsletter confirmation */

    .book-content-section .row {
      padding-bottom: 80px;
    }

    .hero-gradient .row {
      padding-top: 80px;
    }

    .hero-img {
      max-width: 100%;
    }

    .newsletter-confirmation-section {
      padding-top: 134px;
    }

    .secondary-text {
      font-weight: 400;
      font-size: 20px;
      padding: 32px 0px 24px;
    }

    .text-btn {
      padding-top: 32px;
    }

    .newsletter-confirmation-right.bg-white {
      margin-top: 64px;
    }

    .newsletter-confirmation-img-text {
      padding-top: 40px;
    }

    /* Featured article */


    .featured-alt {
      padding: 40px 0px 0px;
    }

    .featured-alt p.description {
      font-size: 20px;
      padding: 12px 0px 0px;
    }

    .featured-posts .slider-container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .featured-posts .row {
      padding: 0px 20px;
    }

    .featured-alt-posts .post-wrapper {
      margin-top: 24px;
    }

    .featured-alt-posts .slide-item:first-child .post-wrapper:last-child {
      margin-top: 48px;
    }

    .featured-alt {
      padding-bottom: 0px !important;
    }

    .featured-alt-posts {
      margin: 0;
      padding: 0;
    }

    .featured-alt-posts .post-wrapper {
      margin-right: 0px;
    }

    .featured-alt-posts .post-wrapper:last-child {
      margin-bottom: 0px;
    }

    .featured-alt-posts .post-card {
      right: 0px;
      max-width: fit-content;
      margin: 0px 10px;
    }

    .podcast-card img {
      height: 340px;
    }

    /* product section CSS */

    .book-bg img {
      position: relative;
      max-width: 320px;
      padding-top: 130px;
    }

    .book-info {
      padding: 55px 10px;
    }

    .book-section .feature-section {
      flex-direction: column;
      padding: 55px 15px 48px;
    }
    
    .footer-cta-form {
      margin-bottom: 20px;
    }
    .featured-alt-posts .post-card {
      bottom: 20px;
      margin: 0 auto;
    }
    .news-highlights-section .slick-track{
      column-gap: 0px;
    }
  }

  @media (max-width: 767px) {
    .podcast-slider {
      margin: 0;
      padding: 0;
    }

    h2.podcast-title {
      font-size: 48px;
      max-width: 100%;
      margin-bottom: 32px;
    }
    .podcast-slider .slick-track {
      column-gap: 0px;
    }

    .right-bullet-col p,
    .right-bullet-col li {
      font-size: 16px;
    }

    .blog-heading {
      font-size: 40px;
    }

    .podcast-card img {
      height: 199px;
    }

    .news-highlights-section .news-container {
      padding-top: 45px;
    }

    .news-slide {
      margin-right: 0px;
    }

    .news-highlights-slider .slick-track {
      column-gap: 0px;
    }

    .news-highlights-section .container-fluid {
      padding-right: 0px;
      padding-left: 20px;
      margin: 0;
    }

    .search-bar .form-control {
      font-size: 16px;
    }

    .news-meta {
      display: none;
    }

    .search-filter {
      padding: 10px 16px;
      margin-bottom: 48px;
    }

    .news-container h3.post-title {
      padding-right: 50px;
    }

    .press-slider-wrapper {
      padding-left: 0px;
      margin-right: 0px;

    }
    .featured-alt-posts .post-card {
      bottom: 10px;
    }


    .featured-alt-posts .post-img {
      height: 600px;
      object-position: 30% 100%;
    }

    .press-card.slick-slide.slick-current.slick-active {
      padding-left: 0px;
      padding-right: 0px;
    }

    .press-slider .slick-slide {
      padding: 0px;
    }

    .hero-section,
    .featured-posts {
      padding: 80px 0px 64px;
    }

    .featured-posts .title {
      padding-bottom: 20px;
    }

    .featured-slider {
      margin-top: 0px;
    }

    .news-container {
      margin-top: 44px;
    }

    .news-container .custom-arrows {
      top: -90px;
    }

    .news-container .news-content {
      padding: 20px 0px;
      background-color: #f8f9fa;
      z-index: 2;
      position: relative;
    }

    .news-container .news-card {
      box-shadow: none;
    }

    .news-container .post-square-btn {
      top: 60px;
      right: 0px;
    }

    .news-container .news-image {
      height: 238px;
    }

    p.footer-logo-text {
      padding: 0px;
    }

    .footer-section ul li {
      padding-bottom: 20px;
    }

    .footer-section ul {
      padding-bottom: 48px;
      margin: 0;
    }

    .footer-section ul li:last-child {
      padding-bottom: 0px;
    }

    .copyright-text {
      font-size: 14px;
      color: #969AA4;
    }

    .contact-form-col {
      padding-top: 80px;
    }

    .featured-posts .post-img {
      height: 560px;
      object-position: 38% 50%;
    }
    .slide-overlay {
      padding: 0 0px 0px 50px;
    }
    .browse-news-section [class^="col-"] {
      padding: 0px 0px 30px;
  }

  }

  @media (max-width: 575px) {
    .review-slider .slick-track {
      column-gap: 0px;
    }

    .invest-slider .slick-track {
      column-gap: 0px;
    }

    .book-card {
      padding: 20px 10px;
    }

    .hero-section .feature-card {
      margin-right: -20px;
    }
  }