*{
    margin: 0;

}
html {
  scroll-behavior: smooth;
}
.pre-nav{
    background:linear-gradient(90deg, #11342e, #9cc3ca); 
    color: white;
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 14px;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f0f4f4;
  font-family: 'Poppins', sans-serif;
}
.career-section {
  flex: 1;   /* footer ko neeche push karega */
}
.contact-num,.time{
    display: inline-block;
}

.contact-num{
    margin-left: 20px;
}

.pre-nav-items {
    position: absolute;
    right: 30px;
}
/* .logo{
    margin-left: 15px;
} */

.logo {
    margin-top: 5px;
    margin-left: 15px;
    width: 150px;
    height: 110px;
}

.main-nav {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    /* background-color: white; */
    box-shadow: 0 4px 8px 0 rgb(172 172 172 / 20%), 0 6px 20px 0 rgb(156 156 156 / 19%);
}
.nav-items{
    display: flex;
    align-items: center;
    gap: 30px;
    /* margin-right: 60px; */
}

.nav-items:first-child{
    margin-top: 20px;
}

.nav-item{
    text-decoration: none;
    color: #123a3f;;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.nav-item:active{
    color:#123a3f
}
.nav-item:visited{
    color:#123a3f
}
.weekend{
  padding-left: 30px;
}
@media (max-width: 970px) {
  .pre-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
    font-size: 12px;
  }
  .pre-nav-items {
    position: static;
    margin-top: 4px;
  }
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  box-shadow: 0 4px 8px 0 rgb(172 172 172 / 20%), 0 6px 20px 0 rgb(156 156 156 / 19%);
  background-color: #ffffff;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 120px;
  height: auto;
  margin: 0;
}

.site-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #123a3f;
  font-size: 16px;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 9;
  /* margin-right: 20px; */
}

.nav-item {
  text-decoration: none;
  color: #123a3f;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* hamburger button default hidden (desktop) */
.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: #123a3f;
}
@media (max-width: 1240px) {
  .main-nav {
    padding: 8px 10px;
  }

  .logo {
    width: 80px;
  }

  .site-name {
    font-size: 13px;
  }

  /* show hamburger, hide menu initially */
  .nav-toggle {
    display: block;
  }
  .nav-items {
        position: absolute;
        top: 114px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
ease;
    }

    .about{
    margin-top:20px ;
  }

  .booking-content{
        padding: 40px 45px 40px 45px;
  }

  .nav-items.open {
    max-height: 280px;   /* enough for all links */
    padding-bottom: 10px;
  }


  .nav-item {
    width: 100%;
    font-size: 15px;

  }
  .nav-items:first-child{
    margin-top: 15px;  
  }

  .nav-item.information {
  width: 7%;
}
  #google_translate_element {
    margin-top: 4px;
  }
}


  
@media (max-width: 1130px){

  .pre-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
    font-size: 12px;
  }
  .pre-nav-items {
    position: static;
    margin-top: 4px;
  }
      .nav-item.information {
        width: 35px;
    }

    .nav-items{
     position: absolute;
        top: 123px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
}
}


/* ------------------------------------------------------------------------> */


@media (max-width: 600px) {
  .main-content {
    width: 100%;
    padding: 24px 16px 0 16px;   /* left padding 12% hatao */
  }
  .nav-items{
     position: absolute;
        top: 133px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
  }
  .head {
    font-size: 32px;
    line-height: 1.2;
  }

  .short-des {
    font-size: 16px;
  }

  .long-des {
    width: 100%;
    font-size: 14px;
  }

  .controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }


  .booking-content {
    width: 100%;
    padding: 24px 16px;
  }

  .booking-controls {
    flex-direction: column;
  }


    .nav-item.information {
        width: 35px;
    }
.booking-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 50px;
    gap: 20px;
}
.intro {
    width: 79%;
    margin-left: 12%;
}
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.Adminbtn,.logoutbtn {
    background-color: #5D8183;
    /* background: linear-gradient(90deg, #11342e, #9cc3ca); */
    color: white;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  z-index: 9999;
}

.overlay.show {
  display: flex;
}

.overlay-content {
  width: 100%;
  max-width: 420px;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 20px;
  padding: 24px 20px 20px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.8);
  position: relative;
}

@media (max-width: 1240px) {
    .nav-items a:first-child {
        margin-top: 15px;
    }
}
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
} */

.Adminbtn {
  display: inline-block;
  padding: 12px 24px;
  background:#5D8183; 
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 640px) {
  .overlay-content {
    padding: 28px 28px 24px;
  }

  .field input {
    width: 94%;
}

.nav-items{
     position: absolute;
        top: 137px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
}
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.close-btn:hover {
  color: #e5e7eb;
  transform: scale(1.05);
}

.tabs {
  display: flex;
  background: #020617;
  padding: 4px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.tab {
  flex: 1;
  border: none;
  background: transparent;
  color: #9ca3af;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}



.form h2 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #f9fafb;
}

.field {
  margin-bottom: 12px;
}

.field label {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.field input {
  width: 94%;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #020617;
  color: #e5e7eb;
  font-size: 13px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.field input::placeholder {
  color: #6b7280;
}


.primary-btn {
  width: 100%;
  margin-top: 8px;
  padding: 10px 0;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(79, 70, 229, 0.55);
  opacity: 0.98;
}

.switch-text {
  margin-top: 10px;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
}

.switch-text span {
  color: #6366f1;
  font-weight: 500;
  cursor: pointer;
}

.switch-text span:hover {
  text-decoration: underline;
}
.nav-item.information {
  position: relative;
  padding: 4px 14px;
  border-radius: 999px;
  color: #e5e7eb;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  width: 35px;
}


.footer {
      background-color: #204143;
  color: #fff;
  padding: 70px 20px 20px;
  margin-top: 50px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col h2 {
  font-weight: 700;
  line-height: 1.3;
}

.footer-col .sub {
  font-size: 0.9rem;
  color: #9fcfe0;
  letter-spacing: 1px;
}

.footer-col .tagline {
  margin: 10px 0;
  font-weight: 600;
  color: #ffffff;
}

.footer-col .desc {
  color: #cfd8dc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-col h3 {
  margin-bottom: 15px;
 color: #c3ccce;
  font-size: 1.1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0%;
}

.footer-col ul li {
  margin-bottom: 10px;
  color: #cfd8dc;
  font-size: 0.9rem;
}



.footer-col ul li a {
  color: #cfd8dc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #00bcd4;
}

.socials a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.socials a:hover {
  color: #00bcd4;
}

.book-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background-color: #467d84;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}

.book-btn:hover {
  background-color: #114c55;
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #103238;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #b0bec5;
}
/* .about{
  width: 90%;
} */
.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #b0bec5;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #4f797c;
}

.footer-logo{
    width: 200px;
    margin-bottom: 10px;
}

.footer-loction,.footer-call,.footer-mail,.footer-experience{
    width: 20px;
    margin-right: 10px;
}

.footer-col ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-col {
  width: 100%;
  max-width: 300px; 
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.career-list {
  display: flex;
  margin-left: 60px;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}

.career-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  border: 1px solid #d4e3e6;
  flex: 0 1 360px;
  max-width: 360px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.career-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
}

/* top strip with edit/delete – hidden until hover */
.career-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: linear-gradient(90deg, #11342e, #9cc3ca);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  gap: 8px;
  border-radius: 12px 12px 0 0;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.career-card:hover .career-actions {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.career-action-btn {
  border: none;
  background: rgba(255,255,255,0.95);
  color: #1f5f66;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.career-action-btn.career-delete { color: #c62828; }

.career-action-btn:hover {
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

/* inner content shift on hover (admin view) */
.career-card-inner-admin {
  padding-top: 6px;
  transition: margin-top 0.3s ease;
}

.career-card:hover .career-card-inner-admin {
  margin-top: 18px;
}

/* texts */
.career-job-title {
  margin: 4px 0 2px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c3c4a;
}

.career-section-name {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2d7b86;
}

.career-subheading {
  margin: 10px 0 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #35525a;
}

.career-text {
  margin: 0;
  font-size: 0.9rem;
  color: #34454d;
  line-height: 1.5;
}

/* mobile */
@media (max-width: 768px) {
  .career-card {
    flex: 0 1 100%;
    max-width: none;
  }
}
.career-add-card {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-style: dashed;
  border-color: #8cb9c1;
  background: #f3fafb;
}

.career-add-inner {
  text-align: center;
  color: #2b6b74;
}

.career-add-plus {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

.career-add-text {
  font-size: 0.95rem;
  font-weight: 500;
}
.career-add-card {
    flex: 0 1 360px;
    max-width: 360px;
    border-radius: 12px;
    border: 1px dashed #1c3d8f;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s 
ease, border-color 0.2s 
ease, transform 0.15s 
ease, box-shadow 0.15s 
ease;
    margin: auto;
}

.career-add-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #e3ebff;
  color: #1c3d8f;
  font-size: 0.95rem;
  font-weight: 500;
}

.career-add-plus {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1c3d8f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.career-add-text {
  white-space: nowrap;
}

.career-add-card:hover {
  background: #e0e7ff;
  border-color: #162f6b;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.book-nav {
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 160px;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #5D8183;
}


.nav-item.information::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #4f46e5, #22c55e, #eab308);
    background-size: 200% 200%;
    border-radius: inherit;
    z-index: -1;
    animation: infoGlow 4s 
ease-in-out infinite;
}
.nav-item.information:hover::before,
.nav-item.information:focus-visible::before {
  animation: none;
  background: #5D8183;
}

.nav-item.information:hover,
.nav-item.information:focus-visible {
  color: #ffffff;
}


@keyframes infoGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.overlay-news {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.overlay-news {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(5px);
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
    z-index: 9999;
}
.overlay-news.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideIn 0.3s 
ease-out;
}
.announce-btn {
    background: linear-gradient(135deg, #057789, #0bbeb9);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s 
ease;
}
.form-group {
    margin-bottom: 20px;
}
.modal-content h3 {
    margin: 0 0 25px 0;
    color: #333;
    font-size: 24px;
}
.close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    line-height: 1;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s 
ease;
    box-sizing: border-box;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.announce-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
#no-news-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
#job-open-head-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #057789;
}
.no-news-image{
  width: 300px;
}