
:root{
  --navy:#0b2a45;
  --accent:#ff8c42;
  --muted:#6b7280;
}

body{
  background:#f7f9fc;
  font-family:Inter, system-ui, Arial, sans-serif;
  line-height: 1.6;
  color:#222;
}

.navbar-brand span{color:black;}

/* ================================================
   Responsive Navbar Fix for Fyuture Elite
=================================================== */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.nav-link{
    font-weight: bold;
}


.logo {
  display: flex;
  top:  20px;
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 10px;
}

.brand-text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #000;
  line-height: 1.1;
}

.brand-text p {
  font-weight: bold;
  font-size: 14px;
  color: #0a4f8a;
  margin: 0;
}

/* Responsive - tablets & phones */
@media (max-width: 992px) {
  .navbar-brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    width: 100%;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .brand-text h1 {
    font-size: 20px;
  }

  .brand-text p {
    font-size: 12px;
  }

  .navbar-toggler {
    display: block;
    margin: 10px auto 0 auto;
  }

  .navbar-nav {
    text-align: center;
  }
}

/* Extra small devices (under 480px) */
@media (max-width: 480px) {
  .logo {
    width: 50px;
    height: 50px;
  }

  .brand-text h1 {
    font-size: 18px;
  }

  .brand-text p {
    font-size: 11px;
  }
}


/*================================================
Slide Bar Area Css
=================================================*/

.slider {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: auto;
  border: 2px solid #ccc;
}

.slides img {
  height: 50px; /* fixed */
}


.slides img.active {
  display: block;
}

.button {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

#prev { left: 10px; }
#next { right: 10px; }

/* Container styling */
.swiper {
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* Each slide image */
.swiper-slide img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* Hover effect */
.swiper-slide img:hover {
  transform: scale(1.03);
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #0056b3;
  opacity: 1;
}



.container{max-width:1100px;}
.card{border:0;}
.job-card:hover{transform:translateY(-4px); transition:0.15s;}

/*================================================
Search Area CSS
=================================================*/
.search-btn {
  position: relative;
  bottom: auto;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: round;
    padding: 10px;

}
.aronix-nav .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: blue;
    font-size: 20px;
    font-weight: 600;
}

.aronix-nav .navbar .others-options .option-item .search-btn:hover {
    color: #f03737;
}

/* Job Post Area */

.cardbody{
  flex: 1px;
  padding: auto;
  margin: 0;
}

#jobsList {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}



/*================================================
Footer Area CSS
=================================================*/

.footer-area {
    width: 100%;
    background-color: var(--navy);
    padding: 20px 0;
}

.single-footer-widget {
    margin-bottom: 20px;
}

.single-footer-widget h3 {
    margin-bottom: 35px;
    color: #ffffff;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #4e5e6a;
    font-size: 24px;
    font-weight: 700;
}

.single-footer-widget h3::before {
    bottom: -1px;
    left: 0;
    width: 55px;
    height: 1px;
    background-color: #ffffff;
    content: '';
    position: absolute;
}

.email-img {
  width: 25px;
  transition: transform 0.3s, opacity 0.3s;
}

.email-img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    color: #ffffff;
    padding-left: 55px;
    position: relative;
    margin-bottom: 25px;
    font-size: 14.5px;
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li i {
    font-size: 35px;
    color: #fa7070;
    position: absolute;
    left: 0;
    top: 0;
}

.single-footer-widget .footer-contact-info li span {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #fa7070;
}


.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 0;
}

.social-icons a {
  color: white;
  font-size: 30px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons a:hover {
  color: #0077b5; /* Change color on hover, e.g., LinkedIn blue */
  transform: scale(1.2); /* Slight zoom effect */
}

/* Specific hover colors for different icons */
.social-icons a.facebook:hover { color: #3b5998; }
.social-icons a.twitter:hover { color: #1da1f2; }
.social-icons a.instagram:hover { color: #e1306c; }
.social-icons a.linkedin:hover { color: #0077b5; }
.social-icons a.whatsapp:hover { color: green; }
.social-icons a.youtube:hover { color: red; }



/* Footer Area */

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    margin-top: -15px;
}

.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: white;
}

.single-footer-widget .footer-quick-links li a:hover {
    color: #fa7070;
}

.copyright-area {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: black;
}
/* contact Form Area */

.contact-section {
  max-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.contact-section p {
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

.contact-form button {
  width: 70px;
  display: flex;
  gap:calc(10px, 20px); 
  align-self: flex-start; /* keeps button aligned with inputs */
  background: #007bff;
  color: white;
  border: none;
  padding: 1px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: static;
}

.contact-form button:hover {
  background: #0056b3;
}


.body1{
  margin: 10px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 40px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.team-member {
  max-width: 250px;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #f1f1f1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  object-fit: cover;
}

.team-member h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #333;
}

.team-member p {
  font-size: 14px;
  color: #666;
}


.location-container {
  background: #f6f9fc;
  padding: 20px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}



.office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.office {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.office h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.office p {
  margin: 6px 0;
  font-size: 14px;
  color: #333;
}

.office i {
  margin-right: 8px;
  color: #007bff;
}

/* login Area */



.body2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-container {
  width: 100%;
  max-width: 400px;
  padding: 40px;
}

.login-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.login-header {
  text-align: center;
  margin-bottom: 10px;
}

.login-header h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.login-header p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: relative;
  bottom: 25px;
  right: 30px;
  transform: translateY(-50%);
  color: #aaa;
}

.input-icon input {
  position: relative;
  bottom: 30px;
  left: 20px;
  width: 100%;
  padding: 10px 10px 10px 36px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.input-icon input:focus {
  border-color: #007bff;
  outline: none;
}

.actions {
  text-align: right;
  margin-bottom: 20px;
}

.actions a {
  font-size: 13px;
  color: #007bff;
  text-decoration: none;
}

.actions a:hover {
  text-decoration: underline;
}

.login-btn {
  position: relative;
  bottom: 30px; 
  width: 45%;
  right: 50px;
  padding: 10px;
  background: #007bff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-btn:hover {
  background: #0056b3;
}


/* Regiteration Area */

/* General page styling */
.body3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* ===== GLOBAL FIX ===== */
* {
  box-sizing: border-box;
}

/* ===== FORM CONTAINER ===== */
.form-container {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);

  max-width: 600px;   /* ✔ instead of width */
  width: 100%;
  margin: 20px auto;
  text-align: left;
}

/* ===== HEADING ===== */
.form-container h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}

/* ===== INPUT LAYOUT ===== */
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px; /* prevents zoom on mobile */
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #007bff;
  outline: none;
}

/* ===== BUTTON ===== */
.button {
  display: block;
  width: 100%;
  background-color: #007bff;
  color: white;
  padding: 14px 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #0056b3;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .form-container {
    padding: 20px 15px;
    margin: 10px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-container h2 {
    font-size: 20px;
  }
}

/* QR/UPI Payment section (for later use) */
.payment-section {
    display: none; /* show this after form submission */
    text-align: center;
    margin-top: 25px;
}

.payment-section img {
    width: 200px;
    margin-top: 10px;
    border-radius: 10px;
}

.payment-section p {
    font-weight: 600;
    margin-top: 15px;
    color: #444;
}


/* ---------- Success Message ---------- */
.success-message {
  display: none;
  text-align: center;
  padding: 40px 20px;
}

.success-message h2 {
  color: #16a34a;
  font-size: 24px;
  font-weight: 700;
}

.success-message p {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}

/* This is the column that will show/hide --*/

.hidden {
    display: none;
}







