    .footer-area{
      position: relative;
    }
    .esdc-group{
      position: absolute;
      bottom: 30px;
      left: 80px;
      width: 100px;
    }
    .esdc-group p{
      color: white;
      margin-left: 7px;
      color:rgb(207, 122, 18);

    }

    @media (max-width:768px){
      .esdc-group{
        position: relative;
        top: 5px;
        left: 10px;
      }
    }
    .container1{
            max-width: 1300px;
            margin: 0 auto;
        }
        .course-section {
            display: flex;
            flex-wrap: wrap;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            overflow: hidden;
            animation: fadeIn 2s;

        }
        .course-image {

            flex: 1 1 55%;
            overflow: hidden;

        }
        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .course-content {
            flex: 1 1 50%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        h2 {
            color: #333;
            margin-top: 0;
        }
        p {
            line-height: 1.8;
            color: #555;
        }
        .cta-button {
            background-color: #0d6efd;
            color: #fff;
            padding: 12px 25px;
            border: none;
            border-radius: 5px;
            font-size: 1.1em;
            cursor: pointer;
            margin-top: 20px;
            align-self: flex-start;
            transition: background-color 0.3s ease;
        }
        .cta-button:hover {
            background-color: #0b5ed7;
        }
        @keyframes slideIn {
            from { transform: translateY(-100%); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @media (max-width: 768px) {
            .course-section {
                flex-direction: column;
            }
            header h1 {
                font-size: 2.2em;
            }
            .cta-button {
                font-size: 1em;
            }
        }

/* ......................about page ............................. */

        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/banner-img1.jpg");
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
        }

        .hero-content h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: white;
        }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            color: white;
        }

        /* .btn {
            background-color: #007bff;
            color: #fff;
            padding: 0.8rem 2rem;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
        } */



        .about-section {
            padding: 4rem 2rem;
            background-color: #f9f9f9;
            text-align: center;
        }

        .about-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #333;
        }

        .about-section p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #555;
        }

        .about-cards {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
        }

        .about-card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 2rem;
            width: 300px;
        }

        .about-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: #007bff;
        }

        .about-card p {
            font-size: 1rem;
            color: #333;
        }

        .cta-section {
            padding: 3rem 2rem;
            background-color: #007bff;
            color: #fff;
            text-align: center;
        }

        .cta-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        .cta-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        /* .......................privacy policy..................... */

        /* main {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: black;
            color:white;
            font-size:19px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          } */
          .privacy-header h1{
              color:red;
              text-align: center;
              margin: 20px 0;
          }
          .privacy-header p{
            margin-bottom: 20px;
            line-height: 1.6;
             color: rgb(18, 17, 17);
             text-align: justify;
          }
          .privacy-section h3 {
            font-size: 1.2em;
            margin-bottom: 10px;
            color:rgb(26, 37, 189);
          }

         .privacy-section p {
            font-size: 1em;
            margin-bottom: 20px;
            line-height: 1.8;
            color: rgb(18, 17, 17);
            text-align: justify;
          }
          .learn-btn{
            background-color: #007bff;
            color: #fff;
            padding: 0.8rem 2rem;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
          }

          .learn-btn:hover {
            background-color: #0056b3;
            color:white;
        }


        /* ...................gallery container........... */

        .img-header {
            text-align: center;
            padding: 10px;
            background-color: #c3d0c4;
            color: white;
            margin-top: 20px;

          }

          .img-header h1 {
            margin: 0;
            font-size: 32px;
            font-weight: 500;
          }
        .container2 {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            justify-content: center;
            padding: 50px;
          }

        .item {
            position: relative;
            width: 250px;
            height: 225px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(241, 4, 4, 0.2);
          }

          .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
          }

          .item:hover img {
            transform: scale(1.1);
          }

          .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(68, 218, 198, 0.6);
            opacity: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s ease;
          }

          .item:hover .overlay {
            opacity: 2;
          }

          .text {
            color: black;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
          }

          /* ......................faq content................ */

          .container0 {
            padding: 20px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .faq {
            margin: 20px 0;
            border: 1px solid #36baf7;
            border-radius: 5px;
            background: white;;

        }

        .faq-header {
            padding: 15px;
            background: #75e7de;
            cursor: pointer;
            font-size: 1.2em;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-header:hover {
            background: rgb(49, 201, 228);
        }

        .faq-content {
            padding: 15px;
            display: none;
            border-top: 1px solid #c9c0c0;
            font-size: 1em;
            background-color: rgb(236, 230, 230);
        }
        .faq-content p{
            color: black;
        }
        .faq-header .icon {
            font-size: 1.5em;
            transition: transform 0.3s;
        }

        .faq-header.active .icon {
            transform: rotate(180deg);
        }


           /* Career Categories */
.career-categories {
    background-color: #ffffff;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .career-categories h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #4caf50;
  }

  .categories-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .category {
    background-color: #e8f5e9;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .category h3 {
    margin-bottom: 0.5rem;
    color: #2e7d32;
  }

  .category p {
    color: #666;
  }

  /* Featured Careers */
  .featured-careers {
    padding: 2rem 1rem;
  }

  .featured-careers h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #4caf50;
  }

  .careers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .career {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .career h3 {
    margin-bottom: 0.5rem;
    color: #388e3c;
  }

  .career p {
    color: #666;
  }





  .career-container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

.career-header {
    text-align: center;
    margin-bottom: 20px;
}

.job-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-card {
    width: 80vw;
    max-width: 100%;
    border: 1px solid #0996d2;
    border-radius: 5px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.job-card h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    color:rgb(6, 87, 146);
    font-size: 30px;
    font-weight: 600;
}

.job-card p {
    margin: 15px 0px;
    font-size: 1em;
}

.apply-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #106ed2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 1em;
}

.apply-button:hover {
    background-color: #063c77;
    color: white;
}

.buttons {
    text-align: center;
    margin-top: 20px;
}

.buttons button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    background-color: #0592bd;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.buttons button:hover {
    background-color: #0056b3;
}

.resume-section {
    text-align: center;
    margin-top: 30px;
}
.resume-section p{
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.resume-section button {
    padding: 10px 20px;
    border: none;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.resume-section button:hover {
    background-color: #218838;
}

@media (max-width: 768px) {
    .job-card {
        font-size: 0.9em;
    }

    .buttons button {
        font-size: 0.9em;
    }
}
  /*close careeer css*/

  /*term css start*/
  .term {
    max-width: 1300px;
    margin: 40px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.term h1, h2 {
    color: #1e3a8a;
}

.term h1 {
    font-size: 2rem;
    text-align: center;
}

.term h2 {
    font-size: 1.5rem;
    margin-top: 30px;
}

.term p {
    margin: 10px 0;
    font-weight: bold;
}

.term ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}
/* Button Styling */
.agree {
text-align: center;
margin-top: 2rem;
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 1s forwards;
animation-delay: 1s;
}

/* Terms Section */
.terms-container {
max-width: 1250px;
margin: 2rem auto;
background-color: #ffffff;
padding: 2rem;
border-radius: 8px;
/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
animation: fadeIn 1s ease-in-out;
}



/* Expandable Section */
.expandable {
margin-top: 2rem;
}

.expandable h3 {
color: #34495e;
}

.expand-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
}

.expand-content.show {
max-height: 200px; /* Adjust based on content height */
}

.expand-content p {
margin-bottom: 0.5rem;
}

.toggle-btn {
background-color: #3498db;
color: white;
border: none;
padding: 0.5rem 1rem;
border-radius: 4px;
cursor: pointer;
margin-top: 1rem;
transition: background-color 0.3s;
}

.toggle-btn:hover {
background-color: #217dbb;
}


/* Animation */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/* term css close*/

/* privacy css start*/

.privacy {
  max-width: 1250px;
  margin: 2rem auto;
  padding: 20px;
  color:black;
  font-size:19px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.para h1{
    color:red;
}

.privacy-section h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color:rgb(243, 76, 76);
}

.privacy-section p {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color:black;
}

@media (max-width:768px){

  #privacy-policy{
    padding: 0 20px;

  }
}

/*privacy css close*/

.icon{

  padding: 10px;
}
.icons{
  border-radius: 50%;
  width: 50px;
  color: white;

}
