/* banner */

.main-sec {
  background: linear-gradient(
    135deg,
    #46b975,
    /* light minty green */ #01933d,
    /* your base green */ #025814 /* deep elegant green */
  );
  /* background: linear-gradient(
    135deg,
    #a8eac3,  #01933d, #005c2c 
  ); */
  color: #f0f0f0;
  min-height: 460px;
}

.newh-hero-banner {
  max-width: 1100px !important;
  padding: 125px 0 20px 0 !important;
  margin: auto !important;
  height: 450px;
  position: relative;
  box-sizing: border-box;
}

.newh-console-container {
  font-size: 2em !important;
  margin-bottom: 20px;
}

.newh-search-wrapper {
  max-width: 600px !important;
  width: 100% !important;
  margin-top: -59px !important;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.newh-search-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: white !important;
  border-radius: 50px !important;
  box-shadow: 0 8px 20px rgba(1, 147, 61, 0.2) !important;
  /* Green-tinted shadow */
  height: 60px !important;
  overflow: hidden !important;
  width: 100%;
}

.newh-h1 {
  width: 70% !important;
  height: 230px;
  line-height: 1.4 !important;
  color: #fff !important;
  float: inline-end;
  margin-right: 124px;
  font-size: 37px !important;
  text-shadow: 1px 1px 3px rgba(1, 147, 61, 0.3) !important;
  /* Text shadow for h1 */
}

#text,
#internshipText {
  background-color: #ffc600 !important;
  color: white !important;
  padding: 5px;
  /* Updated to green */
  display: inline-block;
}

.newh-search-input {
  flex-grow: 1 !important;
  border: none !important;
  outline: none !important;
  padding: 0 20px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333 !important;
  height: 100% !important;
  background-color: transparent !important;
  letter-spacing: 1.5px !important;
  text-align: center;
  margin-bottom: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.newh-explore-button {
  background-color: #ffc600 !important;
  /* Updated to green */
  color: #000 !important;
  border: none;
  border-radius: 0 50px 50px 0 !important;
  padding: 15px 20px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  height: 100% !important;
  transition: background-color 0.3s ease !important;
  z-index: 999;
  box-shadow: -3px 0 10px rgba(255, 198, 0, 0.15) !important;
  /* Yellow-tinted inner shadow */
  white-space: nowrap;
}

.newh-explore-button:hover {
  background-color: #ffc600 !important;
  /* Updated to yellow for hover */
}

/* Large screens (desktops) */
@media (min-width: 1200px) {
  .newh-hero-banner {
    padding: 150px 0 30px 0 !important;
    height: 500px;
  }

  .newh-h1 {
    font-size: 40px !important;
    margin-right: 150px;
  }
}

/* Medium screens (tablets, small desktops) */
@media (max-width: 992px) {
  .newh-hero-banner {
    padding: 100px 0 20px 0 !important;
    height: 400px;
  }

  .newh-h1 {
    width: 75% !important;
    margin-right: 80px;
    font-size: 32px !important;
    height: 200px;
  }

  .newh-search-wrapper {
    max-width: 500px !important;
  }
}

/* Small screens (tablets, large phones) */
@media (max-width: 768px) {
  .main-sec {
    min-height: 136px;
  }
  .newh-hero-banner {
    text-align: center !important;
    padding: 80px 0 30px 0 !important;
    height: auto;
  }

  .newh-search-wrapper {
    margin-top: 20px !important;
    max-width: 80% !important;
  }

  .newh-h1 {
    width: 90% !important;
    margin: 0 auto 40px auto;
    float: none;
    text-align: center;
    font-size: 28px !important;
    height: auto;
  }

  .newh-search-container {
    height: 50px !important;
  }

  .newh-search-input {
    font-size: 16px !important;
    padding: 0 10px !important;
  }

  .newh-explore-button {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
}

/* Extra small screens (phones) */
@media (max-width: 576px) {
  .newh-hero-banner {
    padding: 60px 0 20px 0 !important;
  }

  .newh-h1 {
    font-size: 24px !important;
    margin-bottom: 30px;
  }

  .newh-search-input {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }

  .newh-explore-button {
    padding: 10px 12px !important;
    font-size: 12px !important;
  }
}

/* Very small screens */
@media (max-width: 450px) {
  .newh-h1 {
    height: auto;
    width: 80% !important;
    margin-right: auto;
    margin-bottom: 60px;
    font-size: 22px !important;
  }

  .newh-search-container {
    height: 45px !important;
  }

  .newh-console-container {
    font-size: 1.5em !important;
  }

  .newh-search-wrapper {
    margin-top: 10px !important;
  }
}

/* Extra small phones */
@media (max-width: 320px) {
  .newh-h1 {
    font-size: 20px !important;
  }

  .newh-search-input {
    padding: 0 8px !important;
  }

  .newh-explore-button {
    padding: 8px 10px !important;
    font-size: 11px !important;
  }
}
/* banner */
/* dgree button banner */

.degree-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  padding: 10px;
}

.degree-button {
  background-color: #ffc107; /* Yellow primary color */
  border-radius: 5px;
  padding: 12px 20px;
  color: #333; /* Dark text for better readability on yellow */
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.3);
  text-align: center;
  min-width: 120px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 193, 7, 0.5);
}

.degree-button:hover {
  background-color: #ffb300; /* Slightly darker yellow on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.5);
  color: #222;
  text-decoration: none;
}

.degree-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}

.degree-button:hover::before {
  left: 100%;
}

/* Responsive styles */
/* Responsive styles */
@media (max-width: 768px) {
  .degree-buttons-container {
    gap: 10px;
  }

  .degree-button {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 100px;
  }
}

@media (max-width: 576px) {
  .degree-buttons-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .degree-button {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 5px;
    min-width: 0;
  }
}
/* dgree button banner */
/* Container */
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* Top Header */
.top-header {
  background: #04af4a;
  padding: 10px 0;
  color: white;
}

/* Header Content Layout */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Social Section */
.social-section {
  flex: 0 0 auto;
}

.social-icons-box {
  display: flex;
  gap: 8px;
}

.social-icns {
  background: #001a4c;
  color: #ffc600;
  padding: 8px 12px;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  width: 36px;
  height: 36px;
}

.social-icns:hover {
  transform: scale(1.05);
  background: #ffc600;
  color: #001a4c;
}

/* Contact Section */
.contact-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.contact-item:last-child {
  border-right: none;
}

.contact-item i {
  color: #ffc600;
  font-size: 14px;
}

.contact-item a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.contact-item a:hover {
  color: #ffc600;
}

/* Action Section */
.action-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}

.login-btn a {
  background: #013334;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s ease;
}

.login-btn a:hover {
  background: #001a1a;
}

.translate-wrapper {
  min-width: 120px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .header-content {
    justify-content: center;
  }

  .contact-section {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .top-header {
    padding: 15px 0;
  }

  .header-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .social-section {
    order: 2;
  }

  .action-section {
    order: 3;
  }

  .contact-section {
    order: 1;
    flex-direction: row;
    gap: 10px;
  }

  .contact-item {
    border-right: none;
    padding: 5px 0;
  }

  .dig-img {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 10px;
  }

  .social-icons-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .action-section {
    flex-direction: column;
    gap: 10px;
  }

  .contact-section {
    gap: 8px;
  }

  .contact-item {
    font-size: 12px;
  }

  .login-btn a {
    padding: 8px 12px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .social-icns {
    width: 32px;
    height: 32px;
    padding: 6px 8px;
  }

  .contact-item a {
    font-size: 11px;
  }
}
.chairman-section {
  background: #001a4c;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.chairman-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 60vh;
}

.text-content {
  color: #fff;
}

.section-title-2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  background: linear-gradient(45deg, #ffc107, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 0.75rem;
}

.section-title-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #ffc107, rgba(255, 255, 255, 0.5));
  border-radius: 3px;
}

.designation {
  font-size: 1.5rem;
  color: #ffc107;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}

.designation::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ffc107;
  margin-right: 10px;
}

.chairman-info {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.chairman-title {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.video-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

  transition: transform 0.3s ease;
}

video {
  background: linear-gradient( #011c34, #013b66);
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  border-radius: 15px;
  border: 3px solid white;
  box-shadow: 0 0 30px 10px #011c34, 0 0 60px 20px #035f98;
}

/* Responsive Design */
@media (max-width: 968px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .section-title-2 {
    font-size: 2rem;
  }

  .section-title-2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }

  .chairman-section {
    padding: 3rem 0;
  }

  .designation::before {
    display: none;
  }

  .chairman-info {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .section-title-2 {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }

  .designation {
    font-size: 1.3rem;
  }

  .chairman-title {
    font-size: 0.85rem;
  }

  video {
    width: 100%;
    /* max-height: 280px; */
  }

  .navbar-light .navbar-toggler {
    background-color: #fff;
  }
}

@media (max-width: 480px) {
  .chairman-section {
    padding: 2rem 0;
  }

  .section-title-2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .section-title-2::after {
    width: 60px;
    height: 2px;
  }

  .designation {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    justify-content: center;
  }

  .chairman-title {
    font-size: 0.75rem;
  }

  video {
    /* max-height: 220px; */
  }
}
