/* class details start */

/* General Section Styling */
.class-details-area {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f8f9fa;
  }
  
  .class-details-area h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
  }
  
  .class-details-area p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
  }
  
  /* Image Styling */
  .post-thumb img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .post-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
  }
  
  blockquote {
    background-color: #e9ecef;
    padding: 15px;
    margin: 20px 0;
    border-left: 5px solid #ff0044;
    font-style: italic;
  }
  
  .widget-header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffffff; /* or any color */
  }
  
  .curriculum {
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #a10b40; /* or any color */
  }
  .widget {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  
  .widget .input-field input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .widget select.form-control {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .contact-btn button.thm-btn {
    background-color: rgb(89, 89, 191);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    border: none;
    transition: background-color 0.3s ease;
  }
  
  .contact-btn button.thm-btn:hover {
    background-color: #ff8c00;
  }
  
  /* Course Features Styling */
  
  .course-features {
    list-style: none;
    padding-left: 0;
  }
  
  .course-features li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .course-features li .ques {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .course-features li .ques img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: 10px;
  }
  
  .course-features li .ans {
    width: 70%;
  }
  
  .course-features li .ans h3 {
    font-family: "Bebas Neue", "cursive";
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #00394f;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
  }
  
  .course-features li .ans p {
    font-size: 14px;
    color: #555;
  }
  
  /* Sidebar Styling */
  .blog-sidebar {
    margin-top: 50px;
  }
  .blue-bg {
    background-color: #a10b40;
  }
  
  /* Responsive Styles */
  @media (max-width: 991px) {
    .class-details-area h1 {
      font-size: 30px;
    }
  
    .widget {
      padding: 20px;
    }
  
    .contact-btn button.thm-btn {
      padding: 10px 25px;
      font-size: 14px;
    }
  
    /* ✅ REMOVE flex-direction: column so image and text stay side by side */
  }
  
  @media (max-width: 767px) {
    .class-details-area {
      padding-top: 30px;
      padding-bottom: 20px;
    }
  
    .post-content {
      font-size: 14px;
    }
  
    .widget .input-field input,
    .widget select.form-control {
      font-size: 12px;
    }
  
    .contact-btn button.thm-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
  
    /* ✅ Still keep flex-direction: row on small screens */
  }
  
  /* General Section Styling */
  .feature-area {
    padding-top: 110px;
    padding-bottom: 80px;
    background-color: #f8f9fa;
  }
  
  .feature-area .section-title h2.title {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    font-family: Impact;
  }
  
  .feature-area .section-title {
    margin-bottom: 60px;
  }
  
  /* 4. feature */
  .section-title .title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .section-title p:last-child {
    margin-bottom: 0;
  }
  .feature-item {
    padding: 35px 15px;
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
  }
  
  .feature-item:hover,
  .class-item:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  .feature-item .feature-shape {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 38px;
    border-radius: 50%;
    background-image: linear-gradient(
      145deg,
      rgb(35, 204, 136) 0%,
      rgb(142, 207, 53) 100%
    );
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
  }
  .feature-item .feature-shape-2 {
    background-image: linear-gradient(
      145deg,
      rgb(255, 79, 88) 0%,
      rgb(255, 180, 0) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
  }
  .feature-item .feature-shape-3 {
    background-image: linear-gradient(
      145deg,
      rgb(1, 203, 173) 0%,
      rgb(71, 161, 242) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
  }
  .feature-item .feature-shape-4 {
    background-image: linear-gradient(
      145deg,
      rgb(232, 90, 202) 0%,
      rgb(252, 78, 101) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
  }
  .feature-content .feature-title h3 {
    position: relative;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 36px;
    color: #00394f;
  }
  .feature-item .feature-content .feature-title h3::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background-image: linear-gradient(
      145deg,
      rgb(35, 204, 136) 0%,
      rgb(142, 207, 53) 100%
    );
    margin: auto;
    bottom: -22px;
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
  }
  .feature-item .feature-content .feature-title-2 h3::after {
    background-image: linear-gradient(
      145deg,
      rgb(255, 79, 88) 0%,
      rgb(255, 180, 0) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
  }
  .feature-item .feature-content .feature-title-3 h3::after {
    background-image: linear-gradient(
      145deg,
      rgb(1, 203, 173) 0%,
      rgb(71, 161, 242) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
  }
  .feature-content .feature-title-4 h3::after {
    background-image: linear-gradient(
      145deg,
      rgb(232, 90, 202) 0%,
      rgb(252, 78, 101) 100%
    );
    box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
  }
  .feature-content p {
    margin: 0;
    font-size: 16px;
    color: #555555;
    padding: 0px 8px;
  }
  
  /* about-area */
  
  /* General Section Styling */
  .about-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #122948;
  }
  
  .about-area .section-title h2.title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    margin-bottom: 20px;
  }
  
  .about-area .section-title p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
  }
  
  .about-btn {
    margin-top: 30px;
  }
  
  .about-btn a.thm-btn {
    background-color: #ff0044;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .about-btn a.thm-btn:hover {
    background-color: #ff8c00;
  }
  
  /* Image Styling */
  .about-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .about-area {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .about-area .section-title h2.title {
      font-size: 30px;
    }
  
    .about-btn a.thm-btn {
      padding: 10px 25px;
      font-size: 14px;
    }
  
    .about-img {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .about-area .section-title p {
      font-size: 16px;
    }
  
    .about-btn a.thm-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
  }
  