img{
  max-width: 100%;
}
.ohms-banner{
    padding-top: 6.2rem;
    padding-bottom: 4rem;
}
h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.5;
    text-align: center;
    color: #0D2541;
}

.clolororange {
    color: #D04D22;
    font-weight: 600;
}




    .spagated {
      margin: 0;
      display: flex;
    }

    /* Sidebar */

    .main-section{
      padding-block: 4rem;
    }

    .sidebar {
      width: 380px;
      background: #0D2541;
      color: #fff;
      padding: 20px;
      position: sticky;
      top: 200px;
      border-radius: 8px;
      height: fit-content;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .sidebar h2 {
      font-size: 16px;
      margin-bottom: 20px;
      display: inline-block;
      color: #0D2541;
      background: #FFEABA;
      border: 1px solid #FFB152;
      font-family: Graphik;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      vertical-align: middle;
      border-radius: 7px;
      padding: 5px 10px;
    }

    .sidebar p{
      font-weight: 500;
      font-style: Medium;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #ffffff;
    }

    .spagated h3{
      font-weight: 500;
      font-size: 30px;
      letter-spacing: 0%;
      margin-bottom: 1.5rem;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sidebar ul li {
      margin: 0px 0;
    }

    .sidebar ul li a {
      font-weight: 400;
      font-style: Regular;
      font-size: 18px;
      letter-spacing: 0%;
      transition: background 0.3s;
      color: #ffffff;
      text-decoration: none;
    }

    .sidebar ul li{
      padding-block: 1rem;
      border-bottom: 1px solid #c4c4c42b;
    }

    .sidebar ul li a:hover,
    .sidebar ul li a.active {
      color: #ff6600;
    }

    /* Content */
    .content {
      flex: 1;
      margin-left: 20px;
    }

     .spagated section {
      margin-bottom: 30px;
      background: #FFF1E6;
      padding: 3rem 2rem;
      border: 1px solid #FF872C;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      scroll-margin-top: 30px; /* ensures top alignment on click */
    }

    .qual td{
      width: 50%;
    }

      .qual {
        width: 100%;
        border-radius: 25px;
      }
     .qual tr td{
      background-color: #ffffff;
      border: 2px solid #FFF1E6;
      padding: 20px 0px;
      font-weight: 400;
      font-style: Regular;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0%;
      text-align: center;

     }

     .left-top{
      border-top-left-radius: 25px;
     }
     .right-top{
      border-top-right-radius: 25px;
     }

    .left-bottom{
      border-bottom-left-radius: 25px;

    }

    .right-bottom{
      border-bottom-right-radius: 25px;

    }
    .star-list{
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      padding: 0;
      list-style: none;
      
    }
     .star-list li{
      margin-top: 1rem;
      vertical-align: middle;
       position: relative;
      padding-left: 1.5rem;
      font-size: 20px;
     }

     .star-list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          width: 20px;         /* Resize icon width */
          height: 20px;        /* Resize icon height */
          background-image: url(/images/ohms/star.png);
          background-size: contain;
          background-repeat: no-repeat;
      }

      #overview p{
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;

      }
      .distany h4{
        font-weight: 400;
        font-size: 30px;
        line-height: 1.2;
        color: #D04D22;

      }

      .distany p{
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0%;
        max-width: 550px;
        margin-top: 1rem;
      }

      .distany .Units-box{
          background-color: #ffffff;
          padding: 1.5rem 2.5rem;
          border-radius: 25px;
          margin-top: 2rem;
      }

      .distany ul li{
          font-weight: 400;
          font-size: 20px;
          line-height: 1.5;
          margin-bottom: 1rem;
      }


      #outcomes h3{
        margin-bottom: 0.5rem;
      }


    /* Responsive */
    @media (max-width: 768px) {
      .spagated {
        flex-direction: column;
      }
      .sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        border-radius: 0;
      }
      .content {
        margin-left: 0;
        margin-top: 100px; /* leave space for sticky nav */
      }

      .spagated section{  
        padding: 1rem 0.5rem;
      }

      .qual tr td {
        font-size: 13px;
      }
    div section {
      max-width: 100% !important;
    }
    .star-list li {
      margin-top: 0.3rem;
      padding-left: 1.5rem;
      font-size: 14px;
    }

    .distany h4 {
      font-size: 20px;
      line-height: 1.3;
    }
.distany .Units-box {
    padding: 1rem 1rem;
  }
  .distany ul li {
    font-size: 14px;
  }

  .main-section{
    padding-block: 2rem;
    padding-top: 0;
  }
  .main-section .content{
    margin: 0;
  }
  .ohms-banner{
    padding-block: 2rem;
  }
}
    /* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  /* styles for very small phones */
}

/* Small devices (phones, landscape) */
@media (max-width: 600px) {
  /* styles for small phones */
}

/* Medium devices (tablets, portrait) */
@media (max-width: 768px) {
  .sidebar{
    display: none;
  }
.categories {
    padding-top: 2rem;
}
.categories h2{
    margin-bottom: 0;
}
.conant {
    height: 1625px;
}

.contant-box{
    padding: 1rem;
}
.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
  }
  h1{
    font-size: 24px;
    text-align: center;
  }
  h2{
    font-size: 22px !important;
  }
  h3{
    font-size: 20px !important;
  }
  p{
    font-size: 14px !important;
    font-weight: 800;
  }
  .home-banner-btn{
    font-size: 14px;
  }
  .homebanner-round1 {
    top: -45%;
    left: 2%;
  }
  .homebanner-round2 {
    top: -45%;
    right: 2%;
  }
  .homebanner-round3{
    display: none;
  }
  .for_learners {
    position: absolute;
    top: 3%;
    left: 9%;
}
.block_border-btn {
    font-size: 17px;
    padding: 15px 15px;
}
.block_border-btn img {
    width: 15px;
    height: 15px !important;
}
.section-for .row{
    row-gap: 40px;
}
.news_slid_content a {
    font-size: 12px;
}

.arrow-contant {
    gap: 5px;
    top: 4%;
}
.fill-arrow {
    width: 30px;
    height: 30px;
}
.who_we_are_section{
        padding-top: 4rem;
}
.why_chase_us,.section-for,.Ofqual{
    padding-block: 2rem;
}
.who_we_are_section .arrow-imgg {
    margin-top: 4rem;
    margin-right: 61%;
    max-width: 34%;
    transform: rotate(45deg);
}
.vision-mission p{
    margin: auto;
}
}
@media (min-width: 768px) {
.window-none{
    display: none;
}
}

/* Large devices (tablets, landscape / small laptops) */
@media (max-width: 992px) {
  /* styles for small laptops */
}

/* Extra large devices (desktops) */
@media (max-width: 1200px) {
  /* styles for desktops */
}

/* Ultra wide screens */
@media (max-width: 1400px) {
  /* styles for very large monitors */
}