/*@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Bogle&family=Black+Ops+One&family=Staatliches&display=swap');*/


@font-face {
  font-family: 'IntroRustGBase2Line';
  src: url('font/introrustg-base2line.woff2') format('woff2'),
       url('font/introrustg-base2line.woff') format('woff'),
       url('font/introrustg-base2line.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

 .main-title {
      font-family: 'IntroRustGBase2Line', sans-serif;
      font-size: 80px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      line-height: 1.1;
    }

    .sub-title {
      font-family: 'IntroRustGBase2Line', sans-serif;
      font-size: 39px;
      text-transform: uppercase;
      font-weight: 850000;
      letter-spacing: 3px;
      color: #a5ff1a; /* solid neon green */
      /* -webkit-text-stroke: 1px #003300; */ /* dark green border like image */
      /* text-shadow:
        0 0 2px #00ff48,
        0 0 5px #00ff48; */
      line-height: 1.4;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 50px;
      }
      .sub-title {
        font-size: 28px;
      }
    }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00eaff, #b7ff00);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #00ffc6, #baff00);
}

/* Hero Section */
.hero-section {
  position: relative;
  background: url('img/im1.png') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
background: rgb(4 37 9 / 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: 8%;
  max-width: 900px;
}

.nhj{
        margin-top: 55px;
    height: 84%;
        margin-right: 12px;
}

/* Vertical line close to text */
.side-line {
      width: 18px;
      height: 230px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      border-radius: 0px;
      flex-shrink: 0;
      margin-top: 10px;
}

.side-line2 {
      width: 20px;
      height: 70px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      border-radius: 0px;
      flex-shrink: 0;
      margin-top: 250px;
      position: relative;
      top: 110px;
      left: 523px;
}

.side-line3 {
      width: 3px;
      height: 30px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      border-radius: 0px;
      flex-shrink: 0;
      margin-top: -6px;
      transform: rotate(90deg);
}

.side-line4 {
      width: 3px;
      height: 30px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      border-radius: 0px;
      flex-shrink: 0;
      margin-top: -20px;
      transform: rotate(90deg);
}


.text-block{
    padding-top: 25px;
}


.text-block h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text-block h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #b7ff00;
  text-transform: uppercase;
  line-height: 1.5;
}

/* Navbar */
.navbar-custom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}

.navbar-custom a {
  color: #fff !important;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s;
  font-family: "Open Sans", sans-serif;
}

.navbar-custom a:hover {
  color: #00ff88 !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5%;
  }

  .side-line {
    height: 6px;
    width: 80px;
    margin-bottom: 15px;
  }

  .text-block h1 {
    font-size: 2.2rem;
  }

  .text-block h3 {
    font-size: 1.1rem;
  }
}


.log{
    width: 100px;
}



/* ab/ */

 .about-section {
      padding: 80px 0;
      background: #09161b;
      position: relative;
    }
.abh2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
    .about-img img {
      width: 94%;
      border-radius: 0;
    }

    .about-content h2 {
      text-transform: uppercase;
      margin-bottom: 15px;
      position: relative;
      font-family: "Bebas Neue", sans-serif;
      font-size: 50px;
      font-weight: 500;
      font-style: normal;
    }

    /* Small gradient line BELOW heading */
    .about-content h2::after {
     content: "";
     position: absolute;
     bottom: -13px;
     left: 0;
     width: 70px;
     height: 4px;
     background: linear-gradient(90deg, #00f7ff, #a8ff00);
     border-radius: 2px;
    }

      .about-content{
      max-width: 515px;
      font-weight: 500;
    }

    .about-content p {
      color: #fff;
      font-size: 14px;
      line-height: 1.8;
      margin-top: 40px;
      font-family: "Open Sans", sans-serif;
    }

    .highlight {
      color: #a8ff00;
      font-weight: 600;
    }

    @media (max-width: 992px) {
      .about-content {
        margin-top: 40px;
      }
    }


    /* corse */

        .courses-section {
      padding: 0;
      background: #09161b;
      position: relative;
    }

    /* Heading */
    .courses-content h2 {
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative;
      font-family: "Bebas Neue", sans-serif;
      font-size: 50px;
      font-weight: 500;
      font-style: normal;
    }

    /* Gradient line below heading */
    .heading-line {
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #00f7ff, #a8ff00);
      border-radius: 2px;
      margin-bottom: 25px;
    }

    /* Course Box */
    .course {
      align-items: flex-start;
    }

    .course-number {
      background: linear-gradient(133deg, #00eaff, #b7ff00);
      color: #000;
      font-weight: 700;
      font-size: 1.3rem;
      border-radius: 0;
      padding: 8px 15px;
      min-width: 55px;
      text-align: center;
      flex-shrink: 0;
      box-shadow: 0 0 8px rgba(0, 255, 200, 0.5);
    }

    .course-text h5 {
      font-weight: 600;
      text-transform: uppercase;
      color: #a8ff00;
      margin-bottom: 10px;
    }

    .course-text ul {
      list-style: none;
      padding-left: 0;
    }

    .course-text ul li {
      color: #fff;
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 6px;
      position: relative;
      padding-left: 18px;
      font-family: "Open Sans", sans-serif;
    }

    .course-text ul li::before {
      content: "*";
      position: absolute;
      left: 0;
      color: #fff;
      font-size: 18px;
      line-height: 1.6;
    }

    /* Image settings */
    .object-fit-cover {
      object-fit: cover;
    }

    @media (max-width: 992px) {
      /* .courses-content {
        padding: 30px;
      } */
      .heading-line {
        margin-bottom: 20px;
      }
      .course {
        flex-direction: column;
      }
      .course-number {
        margin-bottom: 10px;
      }
    }

    /* service */

    .services-section {
      padding: 80px 0;
      background: #09161b;
      position: relative;
    }

    /* Heading */
    .services-section h2 {
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 50px;
      font-weight: 500;
      font-style: normal;
    }

    .heading-line {
         position: relative;
         width: 80px;
         height: 4px;
         background: linear-gradient(90deg, #00f7ff, #a8ff00);
         border-radius: 2px;
         margin-bottom: 50px;
         right: 0px;
         top: 12px;
    }

    .heading-line2{
        position: relative;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #00f7ff, #a8ff00);
        border-radius: 2px;
        margin-bottom: 50px;
        right: 0px;
        top: 6px;
    }

    /* Number box */
    .service-box {
      display: flex;
      align-items: flex-start;
      margin-bottom: 35px;
    }

    .service-number {
      background: linear-gradient(133deg, #00eaff, #b7ff00);
      color: #000;
      font-weight: 700;
      font-size: 1.1rem;
      border-radius: 0;
      padding: 8px 15px;
      text-align: center;
      flex-shrink: 0;
      box-shadow: 0 0 10px rgba(0, 255, 180, 0.4);
    }

    .service-content {
      margin-left: 15px;
    }

    .service-content h5 {
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      margin-bottom: 5px;
    }

    .service-content p {
      color: #FFF;
      font-size: 12.5px;
      margin: 0;
      line-height: 1.7;
      font-family: "Open Sans", sans-serif;
    }

    /* Image */
    .services-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @media (max-width: 992px) {
      .services-section {
        padding: 50px 20px;
      }
      .services-image {
        margin-top: 30px;
      }
    }

 .portfolio-section {
   background: #09161b;
   padding: 0;
   position: relative;
   }

    .portfolio-row {
      display: flex;
      align-items: stretch;
      justify-content: center;
      overflow: hidden;
    }

    /* Image container */
    .portfolio-img {
      position: relative;
      overflow: hidden;
      flex: 1;
      transition: all 0.5s ease;
    }

    .portfolio-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease;
    }

    /* Make image clickable */
    .portfolio-img a {
      display: block;
      width: 100%;
      height: 100%;
    }

    /* Hover Zoom Logic */
    .portfolio-row:hover .portfolio-img {
      flex: 1; /* slightly shrink all */
    }

    .portfolio-row .portfolio-img:hover {
      flex: 1.1; /* expand hovered image */
      z-index: 2;
    }

    .portfolio-row .portfolio-img:hover img {
      transform: scale(1.1);
    }

    /* Vertical Portfolio Text */
    .portfolio-title {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      letter-spacing: 3px;
      color: #ffffff;
      margin-top: 0;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 20px;
      /* background: linear-gradient(90deg, #0e2238 0%, #001221 100%); */
      font-family: "Bebas Neue", sans-serif;
      font-size: 120px;
      font-weight: 500;
      font-style: normal;
    }

    @media (max-width: 992px) {
      .portfolio-title {
        writing-mode: horizontal-tb;
        font-size: 2.5rem;
        text-align: center;
        padding: 30px 0;
      }

      .portfolio-row {
        flex-direction: column;
      }

      .portfolio-img {
        flex: 1 !important;
      }
    }

/* faculty */

  .facility-section {
      padding: 60px 0;
      background: #09161b;
      position: relative;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 50px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 50px;
      font-weight: 500;
      font-style: normal;
    }

    .section-title::after {
      content: "";
      position: absolute;
      width: 100px;
      height: 4px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      left: 50%;
      bottom: -15px;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .dj-block {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }

    .dj-block h5 {
      color: #9efe0b;
      font-weight: 600;
      margin-right: 20px;
      min-width: 120px;
    }

    .dj-block p {
        font-weight: 500;
        color: #fff;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
    }

    .dj-content {
      flex: 1;
    }

    @media (max-width: 576px) {
      .dj-block {
        flex-direction: column;
      }
      .dj-block h5 {
        margin-bottom: 10px;
      }
    }

    /* contact */

     .contact-section {
      padding: 60px 0;
      background: #09161b;
    }

    .contact-title {
      margin-bottom: 20px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 50px;
      font-weight: 500;
      font-style: normal;
    }

    .title-underline {
      width: 70px;
      height: 4px;
      background: linear-gradient(180deg, #00eaff, #b7ff00);
      margin-bottom: 40px;
      border-radius: 2px;
    }

    .contact-info p {
        color: #fff;
        margin-bottom: 25px;
        font-size: 1rem;
        display: flex;
        align-items: center;
        font-family: "Open Sans", sans-serif;
    }

    .contact-info i {
      color: #00ff75;
      font-size: 1.2rem;
      margin-right: 10px;
    }

    .contact-info a {
      color: #fff;
      text-decoration: none;
    }

    .contact-info a:hover {
      color: #00ff75;
    }

    /* LEFT IMAGE GRID */
    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
    }

    .image-grid img {
      width: 100%;
      height: 350px;
      object-fit: cover;
    }

    .posr{
        bottom: 50px;
        position: relative;
    }

    /* Green accent strip (like screenshot) */
    .accent-strip {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 100%;
      /* background: linear-gradient(180deg, #00ff75, #00b3ff); */
    }

    @media (max-width: 992px) {
      /* .image-grid {
        grid-template-columns: 1fr;
      } */
      .image-grid img {
        height: 220px;
      }
      .accent-strip {
        width: 30px;
      }
    }




    /* footer */

    h1, h2, h3, h4, h5, h6 {}

section {
  padding: 40px 0;
  min-height: 100vh;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ========================= */
/* MAIN FOOTER */
/* ========================= */

.ve-footer {
  position: relative;
  background: #09161b;
}

.ve-footer-content {
  position: relative;
  padding: 85px 0px 80px 0px;
}

.ve-footer-content:before {
  position: absolute;
  /* content: ""; */
  /* background: url(https://i.ibb.co/jyRLrBZ/world-map.png); */
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation: ve-float-bob 30s linear infinite;
}

@keyframes ve-float-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ========================= */
/* LOGO WIDGET */
/* ========================= */

.ve-logo-widget {
  position: relative;
  margin-top: -5px;
}

.ve-logo-widget .ve-social-list li {
  display: inline-block;
  margin-right: 9px;
}

.ve-logo-widget .ve-social-list li:last-child {
  margin-right: 0px;
}

.ve-logo-widget .ve-social-list li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #ffffff;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.ve-logo-widget .ve-social-list li a:hover {
  color: #ffffff;
  background: #00FF75;
}

.ve-logo-widget .ve-logo-box {
  margin-bottom: 25px;
}

.ve-logo-widget .ve-text p {
  color: #fff;
  margin-bottom: 32px;
}

/* ========================= */
/* HEADINGS */
/* ========================= */

.ve-footer-heading {
  font-size: 24px;
  line-height: 35px;

  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}

/* ========================= */
/* SERVICE WIDGET */
/* ========================= */

.ve-service-widget .ve-list li {
  display: block;
  margin-bottom: 12px;
}

.ve-service-widget .ve-list li a {
  color: #fff;
}

.ve-service-widget .ve-list li a:hover {
  color: #00ff48;
}

/* ========================= */
/* CONTACT WIDGET */
/* ========================= */

.ve-contact-widget p {
  color: #fff;
  margin-bottom: 15px;
}

/* .ve-contact-widget {
  margin-left: 90px;
} */

/* ========================= */
/* FOOTER BOTTOM */
/* ========================= */

.ve-footer-bottom {
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}

.ve-copyright,
.ve-copyright a,
.ve-footer-nav li a {
  color: #fff;
}

.ve-copyright a:hover,
.ve-footer-nav li a:hover {
  color: #00ff48;
}

.ve-footer-nav {
  text-align: right;
}

.ve-footer-nav li {
  display: inline-block;
  margin-left: 29px;
  position: relative;
}

.ve-footer-nav li:first-child {
  margin-left: 0px;
}

.ve-footer-nav li:before {
  content: "";
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 7px;
  left: -18px;
}

.ve-footer-nav li:first-child:before {
  display: none;
}

.ve-logo-box img {
  max-width: 220px;
}

.pl-100{
    padding-left:100px!important;
}

.plr-50{
    padding-left:50px!important;
    padding-right: 41px!important;
}

.facility-section-heading{
    text-align: left;
    padding-left: 340px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
}

.heading-line3{
    position: relative;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #00f7ff, #a8ff00);
    border-radius: 2px;
    margin-bottom: 50px;
    left: 394px;
    top: -35px;
}

.facility-line2{
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 410px;
    position: absolute;
    top: 320px;
    right: 5px;
    z-index: 99999;
}

.facility-line3 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 410px;
    position: absolute;
    top: 300px;
    right: 5px;
    z-index: 99999;
}

.facility-line4 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 720px;
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 99999;
}

.facility-line5 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 410px;
    position: absolute;
    top: 253px;
    right: 3px;
    z-index: 99999;
}

.facility-line6 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 410px;
    position: absolute;
    top: 750px;
    right: 5px;
    z-index: 99999;
}

.facility-line7 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 410px;
    position: absolute;
    top: 150px;
    right: 5px;
    z-index: 99999;
}

.icon-w{
    width: 30px;
    margin-right: 20px;
}






@media only screen and (max-width: 600px) {
    
.pl-100 {
    padding-left: 0px !important;
}

.side-line2 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 250px;
    position: relative;
    top: 0px;
    left: 364px;
}

 .facility-section-heading {
    text-align: left;
    padding-left: 0px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
}

 
 .heading-line3 {
    position: relative;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #00f7ff, #a8ff00);
    border-radius: 2px;
    margin-bottom: 50px;
    left: 0px;
    top: -35px;
  }
}











{
    
.side-line2 {
    width: 20px;
    height: 70px;
    background: linear-gradient(180deg, #00eaff, #b7ff00);
    border-radius: 0px;
    flex-shrink: 0;
    margin-top: 250px;
    position: relative;
    top: 0px;
    left: 364px;
}

 .facility-section-heading {
    text-align: left;
    padding-left: 0px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
}

 
 .heading-line3 {
    position: relative;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #00f7ff, #a8ff00);
    border-radius: 2px;
    margin-bottom: 50px;
    left: 0px;
    top: -35px;
  }
}
