/* RESET */


/* TOP HEADER */
.top-header {
  background: #0b2a5b;
  color: #fff;
  font-size: 12px;
  padding: 0;              /* padding hata diya */
}

/* CONTAINER RESET */
.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;            /* 👈 exact height control */
  margin: 0;
  padding: 0 10px;
}

/* REMOVE EXTRA SPACING */
.top-header * {
  margin: 0;
  padding: 0;
  line-height: 1;          /* 👈 hidden height issue fix */
}

/* LEFT SIDE */
.top-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-left i {
  font-size: 11px;
}

/* RIGHT SIDE */
.top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* SOCIAL ICONS (SMALL & PERFECT) */
.social-icons a {
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

/* HOVER */
.social-icons a:hover {
  background: #023a35;
  color: #cfcfcf;
}
/*  top header  */




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial;
}

/* HEADER */
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo img {
  height: 45px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 18px 24px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  background: #0a1f5c;
  color: rgba(255,255,255,0.94);
  flex-wrap: wrap;
}

.topbar > div,
.tb-left,
.tb-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #0d63ff;
}

.close-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {

  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 72%;
    height: 100vh;
    background: #0b2a5b;
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 24px 24px;
    z-index: 999;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 18px;
  }

  .nav-links a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .close-btn {
    display: block;
  }
}



/* main section */





.contact-section-6 {
  padding: 40px 60px;
  background: #f5f7fb;
}

.contact-box {
  background: linear-gradient(135deg, #0d2f6b, #081f3f);
  border-radius: 14px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

/* left side */
.contact-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* icon */
.contact-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon img {
  width: 35px;
}

/* text */
.contact-text h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.contact-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #cbd5e1;
}

/* button */
.contact-btn {
  background: linear-gradient(135deg, #00d084, #00a86b);
  padding: 12px 22px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.contact-btn span {
  font-size: 16px;
}

/* hover effect */
.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,208,132,0.4);
}






.section-5 {
  padding: 90px 60px;
  background: radial-gradient(circle at top, #f3fff8, #eef4ff);
  font-family: Arial, sans-serif;
}

/* layout equal width */
.section-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* glass cards */
.section-5-left,
.section-5-right {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* green glow effect */
.section-5-left::before,
.section-5-right::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0,208,132,0.12);
  filter: blur(60px);
  border-radius: 50%;
  top: -50px;
  right: -50px;
}

/* hover premium lift */
.section-5-left:hover,
.section-5-right:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 25px 70px rgba(0,208,132,0.15);
}

/* headings */
.section-5 h2 {
  font-size: 28px;
  color: #0a2b6e;
}

.section-5-line {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg,#00d084,#00a86b);
  border-radius: 20px;
  margin: 10px 0 18px;
  animation: lineGlow 2s infinite alternate;
}

@keyframes lineGlow {
  from { box-shadow: 0 0 5px rgba(0,208,132,0.3); }
  to { box-shadow: 0 0 15px rgba(0,208,132,0.6); }
}

/* text */
.section-5 p {
  color: #555;
  line-height: 1.7;
}

/* grid */
.section-5-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* fields */
.field {
  position: relative;
}

.field .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 14px 12px 40px;
  outline: none;
  transition: 0.3s;
  background: #fff;
}

/* focus effect */
.field input:focus,
.field textarea:focus {
  border-color: #00d084;
  box-shadow: 0 0 0 5px rgba(0,208,132,0.1);
  transform: scale(1.02);
}

/* textarea */
.textarea-field textarea {
  height: 130px;
  resize: none;
}

/* button */
.section-5-btn {
  margin-top: 20px;
  background: linear-gradient(135deg,#00d084,#00a86b);
  color: #fff;
  padding: 14px 30px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* button shine */
.section-5-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: 0.5s;
}

.section-5-btn:hover::after {
  left: 100%;
}

.section-5-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,208,132,0.3);
}

/* map */
.map-box {
  height: 230px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid rgba(0,208,132,0.2);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* location */
.location-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* left */
.location-left h4 {
  color: #0a2b6e;
}

/* right ticks */
.location-right p {
  margin-bottom: 8px;
  transition: 0.3s;
  color: #444;
}

.location-right p:hover {
  color: #00a86b;
  transform: translateX(6px);
}

/* tick style */
.tick {
  color: #00d084;
  font-weight: bold;
  margin-right: 6px;
}

/* entry animation */
.section-5-left,
.section-5-right {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

.section-5-right {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






.contact-section {
    padding: 50px 20px;
}

.contact-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-card {
    background: #fff;
    padding: 25px;
    width: 260px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

/* Hover Animation */
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border: 1px solid #e0e0e0;
}

/* Glow Border Animation */
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(120deg, transparent, rgba(0,0,0,0.1), transparent);
    opacity: 0;
    transition: 0.3s;
}

.contact-card:hover::before {
    opacity: 1;
}

.icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    transition: 0.3s;
}

/* Icon Colors */
.blue { background: #e6f0ff; color: #2979ff; }
.green { background: #e6fff4; color: #00c853; }
.blue-light { background: #eef6ff; color: #42a5f5; }
.green-light { background: #e8f8f5; color: #26a69a; }

/* Icon Hover Animation */
.contact-card:hover .icon {
    transform: scale(1.1) rotate(5deg);
}








.contact-card1 {
    background: #fff;
    padding: 25px;
    width: 260px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

/* Hover Animation */
.contact-card1:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border: 1px solid #e0e0e0;
}

/* Glow Border Animation */
.contact-card1::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(120deg, transparent, rgba(0,0,0,0.1), transparent);
    opacity: 0;
    transition: 0.3s;
}

.contact-card1:hover::before {
    opacity: 1;
}

.icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    transition: 0.3s;
}

/* Icon Colors */
.blue { background: #e6f0ff; color: #2979ff; }
.green { background: #e6fff4; color: #00c853; }
.blue-light { background: #eef6ff; color: #42a5f5; }
.green-light { background: #e8f8f5; color: #26a69a; }

/* Icon Hover Animation */
.contact-card1:hover .icon {
    transform: scale(1.1) rotate(5deg);
}











h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.highlight {
    color: #2e7d32;
    font-weight: 600;
}

p {
    font-size: 14px;
    color: #555;
}


.contact-card {
    opacity: 0;
    transform: translateY(30px);
}

.contact-card.show {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s ease;
}


.contact-card {
    background: #fff;
    padding: 25px;
    width: 260px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(40px);
}

/* Slide up effect */
.contact-card:hover {
    transform: translateY(0);
}

/* Gradient overlay */
.contact-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0d47a1, #00c853);
    transition: 0.4s ease;
    z-index: 0;
}

.contact-card:hover::after {
    bottom: 0;
}

/* Content above gradient */
.contact-card * {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

/* Text white on hover */
.contact-card:hover h3,
.contact-card:hover p {
    color: #fff;
}

/* Icon base */
.icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    transition: 0.4s;
}

/* ROTATION ANIMATION */
@keyframes rotateClockwise {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotateAnti {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* Apply rotation on hover */
.contact-card:hover .icon {
    animation: rotateClockwise 2s linear infinite;
}

/* Alternate cards anti-clockwise */
.contact-card:nth-child(even):hover .icon {
    animation: rotateAnti 2s linear infinite;
}

/* Optional glow */
.contact-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}







/* Footer*/

.footer {
  position: relative;
  background: linear-gradient(135deg, #081f3f, #020c1b);
  color: #fff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

/* animated gradient glow layer */
.footer::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  background: radial-gradient(circle at center, rgba(0,208,132,0.25), transparent 60%);
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}

.footer:hover::before {
  opacity: 1;
  animation: moveGlow 6s linear infinite;
}

@keyframes moveGlow {
  0% { transform: translate(0,0); }
  50% { transform: translate(25%,25%); }
  100% { transform: translate(0,0); }
}

/* Container */
.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 60px 70px;
  position: relative;
  z-index: 2;
}

/* ✅ FIXED divider spacing */
.border-right {
  border-right: 1px solid rgba(255,255,255,0.06);
  padding-right: 30px;   /* right space */
  margin-right: 20px;    /* line se distance */
}

/* extra left spacing for next column */
.footer-col:not(:first-child) {
  padding-left: 20px;
}

/* Headings */
.footer-col h3 {
  margin-bottom: 18px;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.5px;
}

.footer-col h3::after {
  content: "";
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #00d084, #00a86b);
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.4s;
}

.footer-col:hover h3::after {
  width: 60%;
}

/* text */
.footer-col p {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.9;
}

/* links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 10px 0;
  color: #cbd5e1;
  cursor: pointer;
  transition: 0.35s;
  position: relative;
}

.footer-col ul li:hover {
  color: #00d084;
  transform: translateX(8px);
  text-shadow: 0 0 8px rgba(0,208,132,0.6);
}

.footer-col ul li.active {
  color: #00d084;
}

/* logo */
.logo {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.logo .plus {
  background: linear-gradient(135deg, #00d084, #00a86b);
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,208,132,0.5);
}

.logo h2 span {
  color: #00d084;
}

/* social icons */
.social-icons {
  margin-top: 18px;
}

.social-icons i {
  margin-right: 10px;
  background: rgba(255,255,255,0.06);
  padding: 10px;
  border-radius: 50%;
  transition: 0.35s;
}

.social-icons i:hover {
  background: #00d084;
  transform: translateY(-4px) scale(1.15);
  box-shadow: 0 0 15px rgba(0,208,132,0.8);
}

/* newsletter */
.newsletter {
  display: flex;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
}

.newsletter input {
  flex: 1;
  padding: 12px;
  border: none;
  outline: none;
}

.newsletter button {
  background: linear-gradient(135deg, #00d084, #00a86b);
  border: none;
  padding: 12px 16px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter button:hover {
  box-shadow: 0 0 12px rgba(0,208,132,0.7);
}

/* bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  padding: 18px 70px;
  font-size: 13px;
  color: #cbd5e1;
}

.footer-bottom span {
  margin-left: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-bottom span:hover {
  color: #00d084;
}

/* animation */
.footer-col {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.footer-col:nth-child(1){ animation-delay: 0.2s; }
.footer-col:nth-child(2){ animation-delay: 0.4s; }
.footer-col:nth-child(3){ animation-delay: 0.6s; }
.footer-col:nth-child(4){ animation-delay: 0.8s; }
.footer-col:nth-child(5){ animation-delay: 1s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* performance optimized smoke layer */
.smoke-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0; /* text ke peeche */
  pointer-events: none;
}

/* text always above */
.footer-container,
.footer-bottom {
  position: relative;
  z-index: 2;
}

/* optimized smoke particle */
.smoke {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.5;
  will-change: transform, opacity;
  animation: smokeSpread 2s ease-out forwards;
}

/* smoother animation */
@keyframes smokeSpread {
  0% {
    transform: scale(0.4) translate3d(0,0,0);
    opacity: 0.7;
  }
  100% {
    transform: scale(6) translate3d(var(--x), var(--y), 0);
    opacity: 0;
  }
}









/* SECTION BACKGROUND */
.hero-section {
    height: 450px;

    background: url('images/banner-contact.jpeg');
    background-size: cover;
background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 80px;

    /* Zoom out feel (less crop) */
}

/* DARK OVERLAY (white hata diya) */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.65) 35%,
        rgba(0, 0, 0, 0.25) 60%,
        rgba(0, 0, 0, 0.05)
    );
}

/* TEXT CONTENT */
.overlay-content {
    position: relative;
    max-width: 520px;
    z-index: 2;
}

/* HEADING */
.overlay-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.overlay-content h1 span {
    color: #00c853;
}

/* LINE */
.line {
    width: 60px;
    height: 3px;
    background: #00c853;
    margin: 15px 0;
    border-radius: 10px;
}

/* PARAGRAPH */
.overlay-content p {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.6;
}

/* WORD ANIMATION */
.overlay-content span.word {
    display: inline-block;
    transform: translateY(30px);
    opacity: 0;
    animation: wordUp 0.5s ease forwards;
}

/* SMOOTH ANIMATION (no white flash) */
@keyframes wordUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    70% {
        transform: translateY(-4px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}







/* About page ka css */





/* SECTION */
.cta-section {
    background: linear-gradient(to right, #eef3f7 70%, #dde6ef);
    border-top: 4px solid #0b2a5b;
    overflow: hidden;
}

/* CONTAINER */
.cta-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px;
}

/* TEXT */
.cta-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0b2a5b;
}

.cta-text p {
    font-size: 15px;
    color: #444;
    max-width: 420px;
}

/* BUTTON */
.cta-btn a {
    background: linear-gradient(135deg, #00a651, #0a8f3c);
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* IMAGE POSITION */
.cta-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.cta-image img {
    height: 100%;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .cta-image {
        display: none;
    }
}






.stats-section {
  background: linear-gradient(90deg, #0b2a5b, #0d3a7a);
  padding: 40px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-box {
  text-align: center;
  color: #fff;
  flex: 1;
}

.stat-box h2 {
  font-size: 28px;
  margin: 10px 0 5px;
  font-weight: 700;
}

.stat-box p {
  font-size: 14px;
  color: #cbd5e1;
  margin: 0;
}

.icon {
  width: 40px;
  height: 40px;
  margin: auto;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: #22c55e; /* green */
}

.divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.2);
}







/* .stat-box {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.stat-box.show {
  opacity: 1;
  transform: translateY(0);
} */







.features-section {
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  width: 260px;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
  background: #0b2a5b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.card h3 {
  font-size: 16px;
  margin: 10px 0;
  color: #0b2a5b;
  font-weight: 600;
}

.card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}



/* Card base */
.card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Background overlay (top se aayega) */
.card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0b2a5b, #0f766e);
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 12px;
}

/* Hover effect */
.card:hover::before {
  top: 0;
}

.card:hover {
  transform: translateY(-8px);
}

/* Text color white */
.card:hover h3,
.card:hover p {
  color: #fff;
}

/* Icon circle change */
.card:hover .icon {
  background: #ffffff;
}

/* Icon color change */
.card:hover .icon svg {
  fill: #0b2a5b;
}



/* CARD BASE */
.card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* AUTO SWEEP ANIMATION */
.card::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 250%;
  height: 250%;
  background: linear-gradient(135deg, #0b2a5b, #0f766e);
  transform: rotate(25deg);
  z-index: 0;
  opacity: 0;
  animation: sweepAnim 6s infinite;
}

/* KEEP TEXT ABOVE ANIMATION */
.card * {
  position: relative;
  z-index: 2;
}

/* ANIMATION KEYFRAMES */
@keyframes sweepAnim {
  0% {
    top: -120%;
    left: -120%;
    opacity: 0;
  }
  20% {
    opacity: 0.4; /* halka effect only */
  }
  40% {
    top: 0%;
    left: 0%;
    opacity: 0.4;
  }
  60% {
    top: 120%;
    left: 120%;
    opacity: 0;
  }
  100% {
    top: 120%;
    left: 120%;
    opacity: 0;
  }
}

/* DIFFERENT DELAYS */
.card:nth-child(2)::before { animation-delay: 1s; }
.card:nth-child(3)::before { animation-delay: 2s; }
.card:nth-child(4)::before { animation-delay: 3s; }

/* 🔥 HOVER EFFECT (separate & clean) */
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* hover pe strong color */
.card:hover::before {
  top: 0;
  left: 0;
  opacity: 1;
  animation: none; /* stop auto animation on hover */
}

/* TEXT WHITE ONLY ON HOVER */
.card:hover h3,
.card:hover p {
  color: #fff;
}

/* ICON STYLE */
.card:hover .icon {
  background: #fff;
}

.card:hover .icon svg {
  fill: #0b2a5b;
}






.about-section {
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
}

.about-content {
  max-width: 500px;
}

.tag {
  color: #16a34a;
  font-weight: bold;
  font-size: 14px;
}

.about-content h2 {
  font-size: 32px;
  color: #0b2a5b;
}

.about-content p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.info-boxes {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.info-box {
  background: #eef2f7;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  flex: 1;
}

.icon {
  font-size: 24px;
}

/* image upgrade */
.about-image img {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border-radius: 15px;
}

/* info box premium */
.info-box {
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* icon clean gradient */
.icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #0b2a5b, #0f766e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}



.hero-section1 {
    height: 450px;

    background: url('images/2.jpeg');
    background-size: cover;
background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 80px;

    /* Zoom out feel (less crop) */
}

/* DARK OVERLAY (white hata diya) */
.hero-section1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.65) 35%,
        rgba(0, 0, 0, 0.25) 60%,
        rgba(0, 0, 0, 0.05)
    );
}









/*Hire staff*/

















::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#dcecff;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(
    to bottom,
    #0d63ff,
    #00b894
    );
    border-radius:50px;
}

/* ========================= */
/* GLOBAL ANIMATED BG */
/* ========================= */

.staffing-page{
    position:relative;
    overflow:hidden;
}

/* GRID BG */

.staffing-page::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-image:
    linear-gradient(
    rgba(13,99,255,0.03) 1px,
    transparent 1px
    ),
    linear-gradient(
    90deg,
    rgba(0,184,148,0.03) 1px,
    transparent 1px
    );
    background-size:60px 60px;
    animation:gridMove 25s linear infinite;
    z-index:0;
}

@keyframes gridMove{

    0%{
        transform:translateY(0px);
    }

    100%{
        transform:translateY(60px);
    }

}

/* FLOATING SHAPES */

.floating-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(5px);
    z-index:0;
}

.shape1{
    width:380px;
    height:380px;
    background:
    radial-gradient(
    circle,
    rgba(13,99,255,0.20),
    transparent 70%
    );
    top:-120px;
    left:-100px;
    animation:floatShape1 14s ease-in-out infinite;
}

.shape2{
    width:300px;
    height:300px;
    background:
    radial-gradient(
    circle,
    rgba(0,184,148,0.18),
    transparent 70%
    );
    right:40px;
    top:140px;
    animation:floatShape2 16s ease-in-out infinite;
}

.shape3{
    width:550px;
    height:550px;
    background:
    radial-gradient(
    circle,
    rgba(13,99,255,0.10),
    transparent 70%
    );
    right:-180px;
    bottom:-80px;
    animation:floatShape3 20s ease-in-out infinite;
}

@keyframes floatShape1{

    0%{
        transform:translateY(0px) rotate(0deg);
    }

    50%{
        transform:translateY(-60px) rotate(180deg);
    }

    100%{
        transform:translateY(0px) rotate(360deg);
    }

}

@keyframes floatShape2{

    0%{
        transform:translateX(0px);
    }

    50%{
        transform:translateX(-50px);
    }

    100%{
        transform:translateX(0px);
    }

}

@keyframes floatShape3{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }

    100%{
        transform:scale(1);
    }

}

/* ========================= */
/* HERO SECTION */
/* ========================= */

.hero-area{
    min-height:100vh;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:80px;
    align-items:center;
    padding:130px 8%;
    position:relative;
    z-index:5;
}

/* LEFT */

.small-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:
    linear-gradient(
    135deg,
    rgba(13,99,255,0.10),
    rgba(0,184,148,0.12)
    );
    border:1px solid rgba(13,99,255,0.15);
    color:#0060ff;
    padding:14px 26px;
    border-radius:60px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(10px);
    animation:pulseBadge 2s infinite;
}

@keyframes pulseBadge{

    0%{
        box-shadow:0 0 0 0 rgba(13,99,255,0.3);
    }

    70%{
        box-shadow:0 0 0 20px rgba(13,99,255,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(13,99,255,0);
    }

}

.hero-left h1{
    font-size:78px;
    line-height:1.08;
    font-weight:800;
    margin:30px 0;
    color:#032b66;
    animation:textUp 1s ease;
}

.hero-left h1 span{
    background:
    linear-gradient(
    135deg,
    #0d63ff,
    #00b894
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-left p{
    font-size:18px;
    line-height:2;
    color:#52627e;
    max-width:650px;
}

@keyframes textUp{

    from{
        opacity:0;
        transform:translateY(80px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* BUTTONS */

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:45px;
    flex-wrap:wrap;
}

.main-btn,
.light-btn{
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.main-btn{
    background:
    linear-gradient(
    135deg,
    #0d63ff,
    #00b894
    );
    color:#fff;
    box-shadow:
    0 15px 40px rgba(13,99,255,0.25);
}

.main-btn::before{
    content:"";
    position:absolute;
    width:0%;
    height:100%;
    background:rgba(255,255,255,0.2);
    left:0;
    top:0;
    transition:.5s;
}

.main-btn:hover::before{
    width:100%;
}

.main-btn:hover{
    transform:translateY(-10px);
}

.light-btn{
    background:#fff;
    color:#0045b5;
    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

.light-btn:hover{
    transform:translateY(-10px);
    background:#0d63ff;
    color:#fff;
}

/* COUNTERS */

.hero-counter-wrap{
    display:flex;
    gap:25px;
    margin-top:70px;
    flex-wrap:wrap;
}

.counter-card{
    background:
    rgba(255,255,255,0.75);
    border:1px solid rgba(255,255,255,0.6);
    backdrop-filter:blur(15px);
    padding:35px;
    border-radius:30px;
    min-width:190px;
    box-shadow:
    0 20px 50px rgba(13,99,255,0.10);
    transition:.5s;
    position:relative;
    overflow:hidden;
}

.counter-card::before{
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    background:
    linear-gradient(
    to right,
    #0d63ff,
    #00b894
    );
    left:0;
    top:0;
}

.counter-card:hover{
    transform:
    translateY(-12px)
    scale(1.03);
}

.counter-card h2{
    font-size:48px;
    color:#00a884;
}

.counter-card span{
    color:#00367d;
}

/* ========================= */
/* IMAGE */
/* ========================= */

.hero-image-box{
    position:relative;
    animation:imageFloat 5s ease-in-out infinite;
}

@keyframes imageFloat{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }

}

.hero-image-box img{
    width:100%;
    border-radius:45px;
    box-shadow:
    0 30px 80px rgba(0,86,210,0.18);
    transition:.6s;
}

.hero-image-box:hover img{
    transform:scale(1.02);
}

/* FLOATING CARDS */

.floating-card{
    position:absolute;
    background:
    rgba(255,255,255,0.80);
    border:1px solid rgba(255,255,255,0.6);
    backdrop-filter:blur(20px);
    padding:24px;
    border-radius:22px;
    box-shadow:
    0 20px 50px rgba(0,0,0,0.10);
    animation:floatCard 4s ease-in-out infinite;
}

.card1{
    top:70px;
    left:-40px;
}

.card2{
    right:-40px;
    bottom:60px;
    animation-delay:2s;
}

@keyframes floatCard{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-18px);
    }

    100%{
        transform:translateY(0);
    }

}

/* ========================= */
/* SERVICES */
/* ========================= */

.services-section{
    padding:130px 8%;
    position:relative;
}

.section-heading{
    text-align:center;
    margin-bottom:80px;
}

.section-heading span{
    color:#00a884;
    letter-spacing:2px;
    font-weight:700;
}

.section-heading h2{
    font-size:62px;
    line-height:1.2;
    color:#032b66;
    margin-top:20px;
}

.services-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.service-box{
    background:
    rgba(255,255,255,0.80);
    backdrop-filter:blur(12px);
    border-radius:35px;
    overflow:hidden;
    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);
    transition:.6s;
    position:relative;
}

.service-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    180deg,
    transparent,
    rgba(13,99,255,0.05)
    );
    opacity:0;
    transition:.5s;
}

.service-box:hover::before{
    opacity:1;
}

.service-box:hover{
    transform:
    translateY(-15px)
    rotateX(4deg);
}

.service-image{
    height:270px;
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.service-box:hover img{
    transform:scale(1.1);
}

.service-box h3{
    padding:28px;
    font-size:28px;
    color:#00367d;
}

/* ========================= */
/* WHY SECTION */
/* ========================= */

.why-section{
    padding:130px 8%;
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(420px,1fr));
    gap:80px;
    align-items:center;
}

.why-left h2{
    font-size:62px;
    color:#032b66;
    line-height:1.2;
    margin:20px 0;
}

.why-left p{
    line-height:2;
    color:#52627e;
}

.why-grid{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-top:50px;
}

.why-card{
    width:220px;
    background:
    rgba(255,255,255,0.8);
    padding:35px;
    border-radius:30px;
    text-align:center;
    backdrop-filter:blur(12px);
    box-shadow:
    0 15px 50px rgba(0,0,0,0.08);
    transition:.5s;
}

.why-card:hover{
    transform:
    translateY(-12px)
    scale(1.05);
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:
    linear-gradient(
    135deg,
    #0d63ff,
    #00b894
    );
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:22px;
}

/* ========================= */
/* FORM */
/* ========================= */

.form-section{
    padding:130px 8%;
    position:relative;
}

.form-wrapper{
    background:
    rgba(255,255,255,0.80);
    border:1px solid rgba(255,255,255,0.7);
    backdrop-filter:blur(20px);
    padding:80px;
    border-radius:45px;
    box-shadow:
    0 30px 80px rgba(13,99,255,0.10);
    position:relative;
    overflow:hidden;
}

.form-wrapper::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:
    radial-gradient(
    circle,
    rgba(13,99,255,0.10),
    transparent
    );
    top:-100px;
    right:-100px;
}

.form-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.input-box{
    display:flex;
    flex-direction:column;
}

.input-box label{
    color:#00367d;
    margin-bottom:12px;
    font-weight:600;
}

.input-box input,
.input-box select,
.input-box textarea{
    padding:20px;
    border:none;
    outline:none;
    border-radius:18px;
    background:#f4f8ff;
    font-size:15px;
    transition:.4s;
    border:2px solid transparent;
}

.input-box input:focus,
.input-box select:focus,
.input-box textarea:focus{
    border-color:#00b894;
    transform:translateY(-3px);
    box-shadow:
    0 10px 30px rgba(0,184,148,0.10);
}

.textarea-box{
    margin-top:25px;
}

.textarea-box textarea{
    height:180px;
    resize:none;
}

.submit-btn{
    width:100%;
    padding:24px;
    border:none;
    border-radius:22px;
    margin-top:35px;
    background:
    linear-gradient(
    135deg,
    #0d63ff,
    #00b894
    );
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.5s;
    box-shadow:
    0 15px 40px rgba(13,99,255,0.20);
}

.submit-btn:hover{
    transform:
    translateY(-10px)
    scale(1.02);
}

/* ========================= */
/* MOUSE GLOW */
/* ========================= */

.mouse-glow{
    position:fixed;
    width:300px;
    height:300px;
    background:
    radial-gradient(
    circle,
    rgba(13,99,255,0.12),
    transparent 70%
    );
    pointer-events:none;
    border-radius:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}

/* PARTICLES */

.particle{
    position:fixed;
    bottom:-20px;
    background:
    linear-gradient(
    135deg,
    #0d63ff,
    #00b894
    );
    border-radius:50%;
    opacity:0.4;
    animation:particleFloat linear infinite;
    z-index:0;
}

@keyframes particleFloat{

    from{
        transform:
        translateY(0)
        rotate(0deg);
    }

    to{
        transform:
        translateY(-120vh)
        rotate(720deg);
    }

}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:768px){

.hero-left h1,
.section-heading h2,
.why-left h2{
    font-size:42px;
}

.hero-area,
.why-section{
    grid-template-columns:1fr;
}

.form-wrapper{
    padding:35px;
}

.card1,
.card2,
.consult-box{
    display:none;
}

.hero-counter-wrap{
    justify-content:center;
}

}












/*jobs*/
















.medical-jobs-page{
    width:100%;
    overflow:hidden;
    position:relative;
    background:
    linear-gradient(180deg,#eef5ff 0%,#f4fff8 100%);
}

/* FLOATING BG */

.medical-jobs-page::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(0,87,255,0.08);
    top:-180px;
    left:-180px;
    filter:blur(40px);
    animation:floatBg1 12s linear infinite;
}

.medical-jobs-page::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(20,200,120,0.08);
    bottom:-180px;
    right:-180px;
    filter:blur(40px);
    animation:floatBg2 12s linear infinite;
}

@keyframes floatBg1{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-40px);
    }

    100%{
        transform:translateY(0px);
    }

}

@keyframes floatBg2{

    0%{
        transform:translateX(0px);
    }

    50%{
        transform:translateX(-40px);
    }

    100%{
        transform:translateX(0px);
    }

}

/* HERO */

.jobs-hero{
    width:100%;
    min-height:100vh;
    padding:120px 8%;
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(
    135deg,
    rgba(0,70,180,0.95),
    rgba(0,170,120,0.85));
}

.jobs-hero::before{
    content:'';
    position:absolute;
    width:100%;
    height:120px;
    background:#eef5ff;
    bottom:-2px;
    left:0;
    clip-path:polygon(
    0 50%,
    20% 75%,
    40% 45%,
    60% 80%,
    80% 50%,
    100% 75%,
    100% 100%,
    0 100%
    );
}

/* HERO GRID */

.hero-content{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    align-items:center;
    gap:70px;
    position:relative;
    z-index:2;
}

/* HERO TEXT */

.hero-left h1{
    font-size:75px;
    line-height:1.1;
    color:#fff;
    font-weight:800;
    margin-bottom:30px;
}

.hero-left p{
    color:#dfeeff;
    font-size:18px;
    line-height:2;
    max-width:650px;
}

/* BUTTONS */

.hero-btns{
    display:flex;
    gap:20px;
    margin-top:45px;
    flex-wrap:wrap;
}

.green-btn,
.white-btn{
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.green-btn{
    background:linear-gradient(135deg,#16d14d,#0cae43);
    color:#fff;
    box-shadow:0 15px 40px rgba(0,255,120,0.25);
}

.white-btn{
    background:#fff;
    color:#0057ff;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.green-btn:hover,
.white-btn:hover{
    transform:translateY(-10px);
}

/* HERO IMAGE */

.hero-right{
    position:relative;
}

.hero-right img{
    width:100%;
    border-radius:35px;
    box-shadow:0 30px 80px rgba(0,0,0,0.25);
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-18px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* TITLE */

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h2{
    font-size:58px;
    color:#00367d;
    margin-bottom:15px;
}

.section-title p{
    color:#60708d;
    font-size:18px;
}

/* JOBS */

.jobs-section{
    padding:120px 8%;
    position:relative;
}

.jobs-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:35px;
}

/* JOB CARD */

.job-card{
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    transition:.5s;
    position:relative;
}

.job-card:hover{
    transform:translateY(-15px);
    box-shadow:0 35px 80px rgba(0,87,255,0.15);
}

.job-card::before{
    content:'';
    position:absolute;
    width:100%;
    height:5px;
    background:
    linear-gradient(90deg,#0057ff,#17c964);
    top:0;
    left:0;
}

.job-image{
    height:260px;
    overflow:hidden;
}

.job-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.job-card:hover img{
    transform:scale(1.1);
}

/* JOB INFO */

.job-info{
    padding:30px;
}

.job-badge{
    background:#eaf2ff;
    color:#0057ff;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.job-info h3{
    font-size:30px;
    color:#00367d;
    margin:25px 0 10px;
}

.job-info p{
    color:#60708d;
}

.job-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
}

.job-bottom span{
    font-weight:600;
    color:#16c45b;
}

.job-bottom a{
    background:
    linear-gradient(135deg,#0057ff,#17c964);
    color:#fff;
    text-decoration:none;
    padding:14px 26px;
    border-radius:12px;
    transition:.4s;
}

.job-bottom a:hover{
    transform:scale(1.05);
}

/* WHY SECTION */

.why-join{
    padding:120px 8%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:70px;
    align-items:center;
}

.why-left h2{
    font-size:58px;
    color:#00367d;
    margin-bottom:25px;
}

.why-left p{
    color:#60708d;
    line-height:2;
}

.why-grid{
    display:flex;
    gap:20px;
    margin-top:50px;
    flex-wrap:wrap;
}

/* WHY BOX */

.why-box{
    width:220px;
    background:#fff;
    padding:35px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:.5s;
}

.why-box:hover{
    transform:translateY(-10px);
}

.why-box h3{
    width:70px;
    height:70px;
    border-radius:50%;
    margin:auto auto 20px;
    background:
    linear-gradient(135deg,#0057ff,#16c45b);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.why-right img{
    width:100%;
    border-radius:35px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

/* FORM */

.apply-form-section{
    padding:120px 8%;
}

.form-wrapper{
    background:#fff;
    padding:70px;
    border-radius:40px;
    box-shadow:0 25px 70px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

.form-wrapper::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(0,87,255,0.05);
    top:-120px;
    right:-120px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.input-box{
    display:flex;
    flex-direction:column;
}

.input-box label{
    margin-bottom:12px;
    color:#00367d;
    font-weight:600;
}

.input-box input,
.input-box select,
.input-box textarea{
    padding:18px;
    border:none;
    outline:none;
    border-radius:18px;
    background:#f4f8ff;
    border:2px solid transparent;
    transition:.4s;
}

.input-box input:focus,
.input-box select:focus,
.input-box textarea:focus{
    border-color:#16c45b;
    box-shadow:0 0 20px rgba(22,196,91,0.12);
}

.textarea-box{
    margin-top:25px;
}

.textarea-box textarea{
    height:180px;
    resize:none;
}

.upload-box{
    margin-top:30px;
}

.upload-box label{
    display:block;
    margin-bottom:12px;
    font-weight:600;
    color:#00367d;
}

.submit-btn{
    width:100%;
    margin-top:35px;
    padding:22px;
    border:none;
    border-radius:20px;
    background:
    linear-gradient(135deg,#0057ff,#16c45b);
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.4s;
}

.submit-btn:hover{
    transform:translateY(-10px);
}

/* RESPONSIVE */

@media(max-width:768px){

.hero-left h1,
.section-title h2,
.why-left h2{
    font-size:42px;
}

.hero-content,
.why-join{
    grid-template-columns:1fr;
}

.form-wrapper{
    padding:35px;
}

}


























/* ================= CARECREW SERVICES SECTION ================= */

.cc-services-section{
    padding:120px 5%;
    background:#f5f8ff;
    position:relative;
    overflow:hidden;
}

.cc-services-container{
    max-width:1350px;
    margin:auto;
}

/* ================= HEADING ================= */

.cc-services-heading{
    text-align:center;
    margin-bottom:70px;
}

.cc-services-heading span{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#1fa84f;
    margin-bottom:18px;
}

.cc-services-heading h2{
    font-size:52px;
    font-weight:700;
    color:#082567;
    margin-bottom:20px;
    line-height:1.2;
}

.cc-services-heading p{
    max-width:760px;
    margin:auto;
    font-size:17px;
    line-height:1.8;
    color:#6b7280;
}

/* ================= GRID ================= */

.cc-services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

/* ================= CARD ================= */

.cc-service-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    position:relative;
    transition:.45s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.cc-service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/* TOP LINE */

.cc-service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;

    background:
    linear-gradient(
    90deg,
    #082567,
    #1fa84f
    );

    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}

.cc-service-card:hover::before{
    transform:scaleX(1);
}

/* IMAGE */

.cc-service-image{
    height:240px;
    overflow:hidden;
}

.cc-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.cc-service-card:hover .cc-service-image img{
    transform:scale(1.08);
}

/* CONTENT */

.cc-service-content{
    padding:35px 30px 40px;
    text-align:center;
    position:relative;
}

/* ICON */

.cc-service-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:36px;

    margin:-78px auto 24px;

    border:6px solid #f5f8ff;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    position:relative;
    z-index:5;
}

/* TITLE */

.cc-service-content h3{
    font-size:28px;
    color:#082567;
    margin-bottom:15px;
    font-weight:700;
}

/* TEXT */

.cc-service-content p{
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:25px;
}

/* BUTTON */

.cc-service-content a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    border-radius:12px;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    color:#fff;

    background:
    linear-gradient(
    135deg,
    #082567,
    #1fa84f
    );

    transition:.4s;
}

.cc-service-content a:hover{
    transform:translateY(-4px);
}

/* ================= REVEAL ================= */

.cc-reveal{
    opacity:0;
    transform:translateY(70px);
    transition:1s ease;
}

.cc-reveal.cc-active{
    opacity:1;
    transform:translateY(0);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

    .cc-services-heading h2{
        font-size:42px;
    }

}

@media(max-width:768px){

    .cc-services-section{
        padding:90px 5%;
    }

    .cc-services-heading h2{
        font-size:34px;
    }

    .cc-service-content h3{
        font-size:24px;
    }

    .cc-services-grid{
        grid-template-columns:1fr;
    }

}









/*mobile responsive*/

/* ----------------------------
   Global responsive header/footer
---------------------------- */
.topbar {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 18px !important;
  background: #0a1f5c !important;
  color: rgba(255,255,255,0.9) !important;
}

.topbar > div {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  justify-content: space-between;
}

.topbar .soc {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
}

nav.navbar {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 18px !important;
  min-height: auto !important;
  box-shadow: 0 2px 20px rgba(10,31,92,0.08) !important;
  background: #fff !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 500 !important;
}

.nav-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-top: 0 !important;
  width: auto !important;
}

.nav-links a {
  font-size: 14px !important;
  white-space: nowrap !important;
  padding: 8px 10px !important;
}

.navbar .logo img {
  max-height: 60px !important;
  width: auto !important;
}

.footer-container {
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

@media (max-width: 1200px) {
  .footer-container {
    padding: 50px 24px;
  }
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .topbar {
    padding: 12px 14px !important;
  }
  .topbar > div {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  .topbar .top-right {
    justify-content: flex-start !important;
    width: 100%;
  }
  nav.navbar {
    padding: 14px 14px !important;
  }
  .nav-links {
    justify-content: center !important;
    width: 100%;
  }
  .nav-links a {
    flex: 1 1 100% !important;
    text-align: center !important;
  }
  .topbar,
  nav.navbar {
    gap: 10px !important;
  }
  .hero,
  .hero-section,
  .hero-section1,
  .jobs-hero,
  .hero-area {
    padding: 30px 16px !important;
    min-height: auto !important;
  }
  .why-section,
  .services-section,
  .jobs-section,
  .form-section,
  .apply-form-section,
  .stats-section,
  .contact-section,
  .contact-section-6,
  .section-5,
  .staffing-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .footer-container {
    grid-template-columns: 1fr !important;
    padding: 30px 16px !important;
  }
  .footer-col {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: none !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 18px 16px !important;
  }
  .footer-bottom span {
    margin-left: 0 !important;
  }
  .contact-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .section-5-wrap {
    grid-template-columns: 1fr !important;
  }
  .location-info {
    grid-template-columns: 1fr !important;
  }
  .jobs-grid,
  .services-grid,
  .hosp-grid,
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  .hero-left h1,
  .section-title h2,
  .why-left h2,
  .about-content h2,
  .job-info h3,
  .cta-text h2 {
    font-size: 32px !important;
  }
  .contact-box {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .contact-right {
    width: 100% !important;
    text-align: left !important;
  }
}



