* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

body {
    background: #fff;
    padding-top: 100px;
}

/* Container */
.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* Top Bar */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
}



.top-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 10px 0;
    color: #003b5c;
}

.top-right i {
    margin-right: 6px;
    color: #0077a3;
}

/* Header */
.main-header {
    position: fixed;
    top: 40px; /* height of top-bar */
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;   /* reduced height */
}



/* Logo container */
.logo {
    display: flex;
    align-items: center;   /* vertical centering */
}

/* Logo image size & clarity */
.logo img {
    height: 52px;     /* balanced & compact */
    width: auto;
    object-fit: contain;
}
/* Navigation */
.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #003b5c;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-menu ul li a:hover {
    color: #d42603;
    font-size: large;
    text-decoration: underline;
}

/* Contact Button */
.contact-btn {
    background: linear-gradient(135deg, #004c75, #0077a3);
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-btn:hover {
    opacity: 0.9;
    background-image: linear-gradient(to right, #ff6e7f 0%, #bfe9ff  51%, #ff6e7f  100%);

}
/* Floating Social Container */
.floating-social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Social Icon Style */
.floating-social .social {
     width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* Individual Colors */
.facebook {
    background: #1877f2;
}

.linkedin {
    background: #0077b5;
}
.social.twitter {
     background: #000000; 
    }

.whatsapp {
    background: #25d366;
}

.instagram {
    background: linear-gradient(
        45deg,
        #f58529,
        #feda77,
        #dd2a7b,
        #8134af,
        #515bd4
    );
}
.social.youtube {
  background-color: #ff0000;
}

/* Hover Effect */
.floating-social .social:hover {
    padding-right: 12px;
    width: 60px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

/* Footer */
.footer {
    background-color: #001f3f;
    color: #ccc;
    padding: 40px 5%;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px 10px 15px;
    font-size: 0.9em;
}

.footer-links a:hover {
    color: #FFD700;
}

.social-media a {
    color: #FFD700;
    font-size: 1.5em;
    margin: 0 10px;
    text-decoration: none;
}
/* Footer CTA */
.footer-cta {
background: #eeeeee;
padding: 20px 0;
}

.cta-flex {
display: flex;
align-items: center;
justify-content: space-between;
}

.footer-cta p {
font-size: 18px;
color: #1f3a52;
font-weight: 600;
}

.cta-btn {
background: #4a90e2;
color: #fff;
padding: 12px 25px;
border-radius: 25px;
text-decoration: none;
font-size: 14px;
}

.cta-btn:hover {
background: #357abd;
}

/* Main Footer */
.footer-main {
background: #2f4357;
padding: 60px 0;
color: #d5e2ee;
}

.footer-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
}

.footer-col h3 {
color: #fff;
margin-bottom: 20px;
font-size: 18px;
}

.footer-col p {
font-size: 14px;
line-height: 1.7;
margin-bottom: 10px;
}
/* Links */
.footer-col ul {
    list-style: none;
    }
    
    .footer-col ul li {
    margin-bottom: 12px;
    }
    
    .footer-col ul li a {
    color: #d5e2ee;
    text-decoration: none;
    font-size: 14px;
    }
    
    .footer-col ul li a:hover {
    color: #4a90e2;
    }
    
    /* Social Icons */
    .social-icons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    }
    
    .social-icons a {
    width: 35px;
    height: 35px;
    background: #3b536a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    }
    
    .social-icons a:hover {
    background: #4a90e2;
    }

    /* Career Hero */
.career-hero {
  height: 60vh;
  background: url("https://images.unsplash.com/photo-1521791136064-7986c2920216") center/cover no-repeat;
  position: relative;
}

.career-overlay {
  background: rgba(0, 0, 0, 0.55);
  height: 100%;
  display: flex;
  align-items: center;
}

.career-hero-content {
  color: #fff;
  padding: 0 60px;
  max-width: 800px;
}

.career-hero-content h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.career-hero-content p {
  font-size: 18px;
}

/* Why Section */
.career-why {
  padding: 80px 60px;
  background: #fff;
  text-align: center;
}

.career-why h2 {
  font-size: 34px;
  margin-bottom: 50px;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.career-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.career-card i {
  font-size: 36px;
  color: #2563eb;
  margin-bottom: 15px;
}

/* Openings */
.career-openings {
  padding: 80px 60px;
  background: #f8fafc;
}

.career-openings h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}

.opening-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  margin-bottom: 25px;
}

/* Profile */
.career-profile {
  padding: 80px 60px;
  background: #fff;
}

.career-profile h2 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}

.profile-list {
  max-width: 700px;
  margin: auto;
  list-style: none;
}

.profile-list li {
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e7eb;
}

/* CTA */
.career-cta {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  text-align: center;
  padding: 70px 30px;
}

.career-apply-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 35px;
  background: #fff;
  color: #1e40af;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .career-hero-content h1 {
    font-size: 32px;
  }

  .career-why,
  .career-openings,
  .career-profile {
    padding: 50px 25px;
  }
}
/* Job Application Form */
.career-form {
  padding: 80px 60px;
  background: #f8fafc;
  text-align: center;
}

.career-form h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.form-subtext {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 40px;
}

/* Form Layout */
.job-application-form {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f2937;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #2563eb;
}

/* Submit Button */
.form-submit-btn {
  grid-column: span 2;
  margin-top: 20px;
  padding: 14px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.form-submit-btn:hover {
  opacity: 0.95;
}

/* Mobile */
@media (max-width: 768px) {
  .career-form {
    padding: 50px 25px;
  }

  .job-application-form {
    grid-template-columns: 1fr;
  }

  .form-group.full-width,
  .form-submit-btn {
    grid-column: span 1;
  }
}
/* Ideal Candidate Section */
.ideal-candidate {
  padding: 80px 60px;
  background: #ffffff;
  text-align: center;
}

.ideal-candidate h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.ideal-subtext {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #64748b;
}

/* Grid */
.ideal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Card */
.ideal-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.ideal-card:hover {
  transform: translateY(-8px);
}

.ideal-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ideal-card h3 {
  font-size: 18px;
  margin: 15px 0 8px;
}

.ideal-card p {
  font-size: 14px;
  color: #475569;
  padding: 0 15px 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .ideal-candidate {
    padding: 50px 25px;
  }
}

    