#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.loading {
    overflow: hidden;
}

.header_color{
    color: #E31E24;
}

.more-read-color{
    color: #000000;
}

/**************** Home Page css *******************/

/***************** Categories Layout ***********************/
.categories-area{
    padding: 36px 29px;
}

.single-cat {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    transition: all 0.3s ease;
}

.single-cat:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.single-cat:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.border_categories{
  box-shadow: 0 0.125rem 0.25rem #E31E24;  /* Light gray shadow */
  border: 1px solid #E31E24;               /* Light gray border */
  border-radius: 0.5rem;
}
.cat-icon .icon-style-color{
    font-size: 80px;
    color: #E31E24;
}
.no-underline {
    text-decoration: none;
  }

/********************************************************/

/*********************** Count Down *********************/
.pb-60 {
    padding-bottom: 60px;
}
.pt-90 {
    padding-top: 90px;
}
.count-down-area .count-down-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.count-down-area .count-down-wrapper .single-counter {
    padding: 44px 10px 44px 9px;
    margin-bottom: 30px;
}
.count-down-area .count-down-wrapper .single-counter svg {
    font-size: 53px;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 16px;
    display: block;
    font-weight: 600
}
.count-down-area .count-down-wrapper .single-counter .counter {
    font-size: 24px;
    font-family: "Sen", sans-serif;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.count-down-area .count-down-wrapper .single-counter p {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    display: inline-block;
    font-family: "Sen",sans-serif
}
.color-blue {
    color: #2d3092
}

.color-green {
    color: #1e9d78
}

.color-red {
    color: #f05510
}

/*********************** Popular Course Start *********************/
/*.section-padding30 {
    padding-top: 195px;
    padding-bottom: 180px;
}*/

/************************* Mobile Screen ****************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-down-area {
        padding-bottom:60px;
        padding-top: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .count-down-area {
        padding-bottom:60px;
        padding-top: 60px
    }
}


.shiftright{
    text-align: right;
    color: #E31E24;
}
/*********************** Modal *********************/
.features-section {
    max-width: 1200px;
    margin: auto;
}
.feature-title {
font-weight: bold; /* or use 700 */
font-size: 1.2rem;
margin-bottom: 10px;
color: #2d2d2d;
}
.feature-text {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.5;
}
.feature-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .col-md-4 {
      margin-bottom: 30px;
    }
 }

/*********************** Video border *********************/
 .styled-iframe {
    border: 3px solid #E31E24;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }


/*********************** Rating Start for Review Page *********************/
.rating {
    direction: rtl;
    font-size: 2rem;
    unicode-bidi: bidi-override;
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
}
.rating input {
    display: none;
}
.rating label {
    color: #ddd;
    cursor: pointer;
}

.rating input:checked ~ label {
    color: #E31E24 !important;
}
.rating label:hover,
.rating label:hover ~ label {
    color: #E31E24 !important;
}

/* admin dashboard css */

     * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
     .containerr {
      display: flex;
      min-height: 100vh;
    }

    .sidebar {
      width: 240px;
      background: #eaf0f6;
      padding: 1rem 0;
      flex-shrink: 0;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      overflow-y: auto;
      transition: transform 0.3s ease-in-out;
      z-index: 1000;
      margin-top: 70px;
    }

    .sidebar.hidden {
      transform: translateX(-100%);
    }

    .sidebar ul {
      list-style: none;
    }

    .sidebar li {
      padding: 12px 24px;
      display: flex;
      align-items: center;
      color: #444;
      cursor: pointer;
      transition: background 0.3s;
    }

    .sidebar li i {
      margin-right: 10px;
      width: 20px;
    }

    .sidebar li:hover {
      background: #dbe8f3;
    }

     .header {
      background: #e8e8e8;
      color: #fff;
      padding: 0rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .main {
      flex: 1;
      display: flex;
      flex-direction: column;
      margin-left: 240px;
      transition: margin-left 0.3s ease;
    }

    .hdash {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    color: #E31E24;
}

    
    .hamburger {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }

    .dashboard {
      padding: 2rem;
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .card {
      background: #fff;
      border-radius: 8px;
      padding: 1.5rem;
      display: flex;
      align-items: center;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .card i {
      font-size: 32px;
      margin-right: 16px;
      color: #1976d2;
    }

    .card-content {
      display: flex;
      flex-direction: column;
    }

    .card-number {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 4px;
    }

    .card-label {
      text-transform: uppercase;
      font-size: 12px;
      color: #555;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .sidebar {
        transform: translateX(-100%);
        position: fixed;
      }

      .sidebar.show {
        transform: translateX(0);
      }

      .main {
        margin-left: 0;
      }

      .hamburger {
        display: block;
      }

      .dashboard {
        padding: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      }
    }

   /* admin dashboard css end*/

   /* stats section start */
   .stats {
            background: white;
            padding: 4rem 0;
            padding-top: 20px;
        }
 .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            text-align: center;
        }
        .stat-card {
            padding: 2rem;
            border-radius: 15px;
            background: linear-gradient(145deg, #f8f9fa, #e9ecef);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #E31E24;
            display: block;
        }

        .stat-label {
            font-size: 1.1rem;
            color: #666;
            margin-top: 0.5rem;
        }
    /* stats section end */

/* welcome page css start */
  opacity_white {
    background-color: rgba(255, 255, 255, 0.5); 
  }

  .contact-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
  .contact-button {
            background: rgba(255, 255, 255, 0.2);
            color: #E31E24;
            padding: 15px 30px;
            border: 2px solid rgba(227, 30, 36, 0.3);
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .contact-button:hover {
            background: #E31E24;
            color: white;
            transform: translateY(-2px);
        }
 /* welcome page css end */

 /* Room page CSS Start */
     #raiseHandNotifications .alert {
          background-color: #fffae6;
          border-left: 5px solid #f0ad4e;
      }
        .raise-hand-btn {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 1.5rem; /* Adjust size as needed */
        line-height: 1;
        cursor: pointer;
      }
      .raise-hand-btn:focus {
          outline: none;
      }
/* Room page CSS End */
