*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{

    font-family: "roboto",sans-serif;
}
a{
    text-decoration: none;
}
.wrapper{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}


/* -------------------------nav bar  */
.nav-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    border-bottom: 2px solid #e7e7e7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.my-nav{
    width: 100%;
    padding: 10px 5px;
    background-color: white;
}
.left-ul li a img{
    max-width: 60%;
}
.left-ul li a{
    display: inline-flex;
    align-items: center;
}
.my-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.right-ul li input {
  padding: 16px 60px 16px 14px;
  border: 1px solid #dedede;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
  font-size: 16px;
}

.right-ul li button {
  background-color: #FFE401;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  top: 4px;
  right: 4px;
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------- technology section */

.tech-navbar {
    position: fixed;
    top: 96px;
    left: 0;
    width: 100%;
    background-color: #2d2f31;
    overflow-x: auto;
    z-index: 998;

}


.tech-navbar ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    /* overflow-x: auto; */
}

.tech-navbar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    padding: 14px 8px;
    transition: background-color 0.2s ease-in-out;
}

.tech-navbar ul li a:hover {
    background-color: #FFE401;
    color: black;
}

.tech-navbar ul li a.active {
    background-color: #FFE401;
    color: black;
}
.main-content{
      margin-top: 144px;
}
.layout-flex {
  display: flex;
  width: 100%;
}

.sidebar {
  position: fixed;
  top: 140px;
  bottom: 0px;
  overflow-y: auto;
  width: 250px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 10px 0 10px 0;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}
.sidebar h3{
  padding: 15px 0;
}

.sidebar ul {
  list-style: none;
   overflow-y: auto;
  flex-grow: 1;


}

.sidebar ul li ul li{
    margin-left: -15px !important;
    padding: 0 !important;
      /* background-color: #53A700; */
}

.sidebar ul li h2{
    font-weight: 400;
      /* background-color: #53A700; */
}

.sidebar ul li ul li a{

    padding: 5px 0 5px 5px !important;
      /* background-color: #53A700; */
      font-weight: 300;
      margin-right:30px;
}

.sidebar li {
  padding-top: 10px;

  cursor: pointer;
}


.sidebar li strong{
  font-size: 20px;
}

.sidebar li:hover {
  /* background-color: #ddd; */
}

.content-area {
  padding: 20px;
  flex: 1;
  background: #fff;
  margin-left: 250px;
}

.ads {
  position: sticky;
  /* top: 0; */
  width: 200px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ebebeb;
  padding: 10px;
  overflow-y: auto;
  flex-shrink: 0;
  border-right: 1px solid #ebebeb;
  text-align: center;
}

.example-box-div {
  background: #f4f4f4;
  padding: 15px;
  margin-top: 20px;
}
.example-box-div h3 {
  background: #f4f4f4;
  padding: 15px 0;
}

.example-box {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 6px;
  margin: 20px 0;
  font-family: monospace;
}

.code-box {
  background: white;
  padding: 20px;
  border-left: 4px solid #53A700;
  font-family: monospace;
  font-size: 15px;
  overflow-x: auto;
  margin-bottom: 10px;
  border-radius: 8px;
}

.tag {
  color: #e87700;
}
.btn-self{
     background-color: #FFE401;
     border: none;
     outline: none;
     padding: 14px 18px;
     border-radius: 12px;
}

.sidebar a.active {
    background-color: #FFE401; /* Yellow background */
    color: #000000 !important; /* Dark black text */
    font-weight: 200; /* Bold text */
    border-radius: 5px; /* Smooth corners */
    transition: background-color 0.3s ease;
}

.sidebar a:hover {
    background-color: rgb(190, 182, 182); /* Light yellow on hover */
}



  .course-title_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.course-title_btn p{
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
.next-pre-btn{
    display: flex;
    justify-content: center;
}

.pre-btn{
    padding: 14px 14px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #FFE401;
}
.pre-btn span{
   display: inline-flex;
   padding: 0 4px;
}
.next-btn{
    padding: 14px 14px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #FFE401;
    margin-left: 12px;
}
.next-btn span{
   display: inline-flex;
   padding: 0 4px;
}


.num-list{
    padding-top: 15px;
}
.num-bul-list{
    margin-top: 20px;
}
.num-list-title{
    font-size: 30px;
    color: black;
}

.num-bul-list ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin: 0;
}

.num-bul-list li {
  margin-bottom: 2px;
  color: #333333;
  padding: 8px;
}

.num-bul-list ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 5px;
}
.learn-box{

    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}
.learn-title{
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1d;
}
.learn-sub-title{
    padding: 14px 0;
}
.learn-sub-title p{
    padding: 8px 0;
    font-size: 18px;
    color: #0f0f0f;
}
.start-learn{
    padding: 14px 14px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #FFE401;
}


.note-box{
    border: 1px solid #AF9D00;
    border-radius: 15px;
    background-color: #FEFFE5;
    padding: 15px;
    margin-bottom: 15px;
}
.note-box p{
  line-height: 25px;
  text-align: justify;
  color: #474747;
}



.course-img{
  width: 100%;
  margin-bottom: 40px;
}
.course-img img{
  max-width: 100%;
  border: 1px solid #f5f5f5;
  padding: 10px;
  border-radius: 14px;
}



.site-footer {
  background-color: #333333;
  color: #fff;
  padding: 40px 20px;
  background-image: url(img/Ellipse\ 6.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: 0.4s ease-in-out;
  background-size: 80px 100px;
}

/* .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
} */

.four-col{
  display: flex;
  justify-content: space-between;
}
.footer-logo-div{
  display: inline-block;
  background-color: white;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
}

.footer-logo {
  max-width: 180px;
  /* margin-bottom: 10px; */
}

.footer-col h4 {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}

.col-one{
  width: 24%;
}
.col-one p{
  color: white;
  line-height: 18px;
  font-size: 14px;
  text-align: justify;
}
.col-two{
  width: 20%;
}
.col-three{
  width: 20%;
}
.col-four{
  width: 15%;
}

.footer-col h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffd700;
  margin-top: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-col ul li a {
  text-decoration: none;
  color: white;
}

.social-icons {
  display: flex;
  gap: 15px;
  font-size: 20px;
  margin-top: 10px;
}



.social-icons i:hover {
  background-color: #e0c200;
}
.soc-icon a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 4px;

}
