header{
    display: block;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
div{
  display: block;
  unicode-bidi: isolate;
}
body{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
     'Open Sans', 'Helvetica Neue', sans-serif;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: black;
     background-color: #fff;
}
.container-head{
    padding: 40px;
    line-height: 35px;
}
.bg-green{
    background-color: green;
}
div{
  display: block;
  unicode-bidi: isolate;
}
header .text-left0, .text-left1, .text-left2 {
 margin: 0px 40px;
 color: white;

 }
header a{
    text-decoration: none;
    padding: 20px;
}
a{
    background-color: transparent;
}

.social-icons{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.social-icons li{
  float: left; 
  margin-right: 10px; 
}
.social-icons a {
 text-decoration: none;
 color: #fff; 
 font-size: 24px; 
 } 
 .social-icons li a:hover {
  background-color: #00b894;
  color: white;
  transform: scale(1.1);
  border-color: #00b894;
}
 .row {
width: 100%;
overflow: hidden;  
padding: 10px 0;
}

.headtop {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
  }
  @media screen and (max-width: 480px) {
    .container-head a {
      font-size: 12px;
    }
    .social-icons a {
      justify-content: center;
    }
  
    .headtop h1 {
      font-size: 20px;
    }
  
    .headtop h3 {
      font-size: 16px;
    }
  }
  .headtop {
    padding: 10px 20px;
  }
  
  .logo-header {
    height: auto; 
    width: 160PX;
    margin-right: 15px;
  }
  .company-name {
    font-size: 40px;
    font-weight: 600;
    color: #2e8b57;
    margin: 0;
    white-space: nowrap;
  }
  
  @media (max-width: 768px) {
    .logo-header {
      height: 40px; 
      margin-right: 10px;
    }
  
    .company-name {
      font-size: 16px;  
      white-space: normal; 
    }
  }
  
  @media (max-width: 480px) {
    .col-12 {
      flex-direction: column;   
      text-align: center;
    }
  
    .logo-header {
      margin: 0 0 8px 0; 
    }
  
    .company-name {
      font-size: 14px;
    }
  }
  .row::after {
    content: "";
    display: table;
    clear: both;
  }   

  /* Navbar */
.navbar {
    background-color: green;
    padding: 30px 0;
  }
  
  .navbar-nav {
    float: left;
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    display: block;
    justify-content: space-around;
  }
  
  .nav-item {
    float: left;
    font-size: 15px;
    padding: 5px 30px;
    position: relative;
  }
  
  .nav-link {
    display: block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
  }
  
  .nav-link:hover,
  .dropdown-item:hover {
    background-color: #495057;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #343a40;
    border: none;
    padding: 0;
  }
  
  .dropdown-item {
    padding: 10px 15px;
    display: block;
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .navbar-nav {
      flex-direction: column;
      align-items: stretch;
    }
  
    .dropdown-menu {
      position: static;
      width: 100%;
    }
  }

  /* image */
.carousel-inner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#carouselExampleIndicators {
  max-height: 600px;
  overflow: hidden;
}
.carousel-item {
  height: 100vh;
}

@media (max-width: 768px) {
  #carouselExampleIndicators,
  .carousel-item {
    max-height: 300px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  #carouselExampleIndicators,
  .carousel-item {
    max-height: 200px;
    height: 200px;
  }
}
  /* Main Container Styling */
  .contact-banner {
    background-color: green;
    padding: 50px;
    text-align: center;
    border-radius: 8px;
  }
  
  .contact-link {
    color: #fff;
    text-decoration: none;
  }
  
  .contact-link h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .contact-link p {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .contact-link h2 {
      font-size: 22px;
    }
  
    .contact-link p {
      font-size: 16px;
    }
  }
/*Mentor*/
   element.style {
    background-image: url(background.jpg);
   }
  
  .mentor-section {
    padding: 40px 20px;
    background-color: #f4f4f4;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .mentor-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
  }
  
  .mentor-bio {
    flex: 1 1 60%;
  }
  
  .mentor-bio h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #2c3e50;
  }
  
  .mentor-bio h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #34495e;
  }
  
  .mentor-bio p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
  }
  
  .mentor-profile {
    flex: 1 1 35%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .mentor-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  
  .mentor-profile h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #2c3e50;
  }
  
  .mentor-profile p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 8px;
  }
  
  .mentor-profile a {
    color: #0066cc;
    text-decoration: none;
  }
  
  .mentor-profile a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .mentor-container {
      flex-direction: column;
    }
  
    .mentor-profile {
      text-align: center;
    }
  
    .mentor-image {
      max-width: 200px;
    }
  }
  /*CMD Message */
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    padding: 20px;
  }
  
  
  .cmd-section {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .cmd-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
  }
  
  .cmd-image {
    flex: 1 1 250px;
    text-align: center;
  }
  
  .cmd-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
  
  .cmd-details {
    margin-top: 15px;
  }
  
  .cmd-details h3 {
    margin-bottom: 5px;
    color: #333;
  }
  
  .cmd-details p {
    font-size: 14px;
  }
  
  .cmd-details a {
    color: #007BFF;
    text-decoration: none;
  }
  
  .cmd-details a:hover {
    text-decoration: underline;
  }
  
  .cmd-message {
    flex: 2;
  }
  
  .cmd-message h2 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .cmd-message p {
    margin-bottom: 15px;
    color: #444;
    text-align: justify;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .cmd-container {
      flex-direction: column;
      align-items: center;
    }
  
    .cmd-message {
      text-align: left;
    }
  }
  
  /*Services*/
  .news-ticker {
    width: 100%;
    background: black;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 70px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .news-text {
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    animation: scroll-left 30s linear infinite;
    font-size: 30px;
    padding-left: 100%;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  /*logo*/
  element.style {
    background-image: url('white.jpg');
   }
  
.texth1 {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
}

.texth1 h1 {
  font-size: 2.5rem;
  color: green;
  margin-bottom: 40px;
}
.image-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.image-left {
  flex: 1;
  text-align: left;
}

.image-center {
  flex: 1;
  text-align: center;
}

.image-right {
  flex: 1;
  text-align: right;
}

.img-fluid {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.img-fluid:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .image-layout {
    flex-direction: column;
    text-align: center;
  }

  .image-left, .image-center, .image-right {
    text-align: center;
  }

  .texth1 h1 {
    font-size: 2rem;
  }
}

/*Footer*/
.footer-section {
  background-color: green;
  color: #fff;
  padding: 50px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-about-container {
  margin-bottom: 30px;
}

.footer-content p {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  color: #ccc;
}

.seperator-in-footer {
  display: block;
  width: 80px;
  height: 3px;
  background-color: #00b894;
  margin: 30px auto;
}

.social-icon {
  margin: 20px 0;
}

.social-icon ul {
  padding-left: 0;
  margin: 0 auto;
  display: inline-flex;
  list-style: none;
  gap: 15px;
}

.social-icon ul li a {
  font-size: 20px;
  color: #fff;
  background: #333;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.social-icon ul li a:hover {
  background: #00b894;
  color: #fff;
}

.footer-section .copyright {
  font-size: 0.95rem;
  color: #aaa;
  margin-top: 20px;
}

.footer-section .copyright a {
  color: #00b894;
  text-decoration: none;
}

.footer-section .copyright a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content p {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .social-icon ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-icon ul li a {
    font-size: 18px;
    padding: 8px;
  }

  .footer-section {
    text-align: center;
  }
}


  
  
  