body {
  font-family: "Segoe UI", sans-serif;
}

/* ===== LOGO ===== */
.navbar-brand .logo-Eurika {
  width: 170px;
  height: auto;
  margin-left: -18px;
}



#navMenu {
  margin-right: -20px;
}


/* ===== NAVBAR ===== */
.main-nav {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-bottom: 4px solid orangered;
}

/* ===== NAV LINKS ===== */
.nav-link {
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  font-size: 17px;
  color: orangered;
  display: inline-block;
}

.nav-item:hover {
  cursor: pointer;
}

/* TOP LINE ON HOVER */
.nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #0272b3;
  transition: 0.3s;
}

.nav-link:hover::before {
  width: 100%;
}

.nav-link:hover {
  color: #0272b3;
}

/* ===== DROPDOWN MENU ===== */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  display: none;
  margin-top: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 180px;
}

.dropdown-menu li a {
  color: orangered;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

/* TOP LINE ON DROPDOWN ITEMS */
.dropdown-menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #0272b3;
  transition: 0.3s;
}

.dropdown-menu li a:hover::before {
  width: 100%;
}

.dropdown-menu li a:hover {
  color: #0272b3;
  background: rgba(255, 255, 255, 0.2);
}

/* REMOVE DROPDOWN ICON */
.navbar-nav .dropdown-toggle::after {
  display: none;
}

/* SHOW DROPDOWN ON MOBILE WHEN .show CLASS ADDED */
.nav-item.dropdown.show>.dropdown-menu {
  display: block !important;
}

/* REMOVE BOTTOM LINE ON DROPDOWN ITEMS */
.dropdown-menu li a {
  text-decoration: none;
  /* remove underline */
  border-bottom: none;
  /* remove any bottom border */
}

.dropdown-menu li a:hover::before {
  width: 100%;
  /* only top line will show */
}

.dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #0272b3;
}

/* SHOW DROPDOWN ON HOVER */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

.nav-item.dropdown.show>.dropdown-menu {
  display: block !important;
  /* mobile pe JS toggle ke liye */
}


.btn-danger {
  background: orangered;
  border: none;
  border-radius: 40px;
  align-items: center;
  font-weight: 500;
}



/* ===== RESPONSIVE ===== */
@media(max-width:992px) {
  .navbar-nav {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
  }

  .nav-item.dropdown:hover>.dropdown-menu {
    display: none;
    /* disable hover on mobile */
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    box-shadow: none;
  }
}

@media(max-width:768px) {
  .navbar-brand .logo-Eurika {
    margin-left: 0;
    width: 140px;
  }

  #navMenu {
    margin-right: 0;
  }
}

@media(max-width:992px) {
  .nav-item.dropdown:hover>.dropdown-menu {
    display: none;
    /* disable hover on mobile */
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    box-shadow: none;
  }
}

.nav-item.dropdown.show>.dropdown-menu {
  display: block !important;
}


/* ===== SUB DROPDOWN ===== */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
}

/* Hover show */
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* Arrow spacing fix */
.dropdown-submenu>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mobile fix */
@media (max-width: 992px) {
  .dropdown-submenu>.dropdown-menu {
    position: static;
    display: none;
  }

  .dropdown-submenu.show>.dropdown-menu {
    display: block;
  }
}







/* Additional styles for career.css */
.sk-2 {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Arial', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  /* same as Elementor default */
}

.container1 {
  max-width: 1300px;
  padding: 20px;
}

h3 {
  font-size: 65px;
  font-weight: bold;
  margin-top: 20px;
  color: black;
  line-height: 1.3;
}

h3 .highlight {
  color: rgb(255, 77, 0);
  /* Elementor highlight color */
}

.m-1 {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #555555;
}

.btn9 {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  background-color: orangered;
  /* matching highlight */
  color: white;
  text-decoration: none;
  border-radius: 50px;
  /* pill shape like Elementor */
  font-weight: bold;
  transition: 0.3s;
}

.btn9:hover {
  background-color: #fcb90081;
}

.image-container {
  margin-top: 40px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}









.kkk {
  /* font-family: Arial, sans-serif; */
  background: #f5f7ff;
}

/* SECTION */
.op-section {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CONTAINER */
.op-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

/* HEADING */
.op-container h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

/* TEXT */
.op-container p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .op-container h2 {
    font-size: 28px;
  }

  .op-container p {
    font-size: 15px;
  }
}

@media(max-width:480px) {
  .op-section {
    padding: 60px 15px;
  }

  .op-container h2 {
    font-size: 24px;
  }

  .op-container p {
    font-size: 14px;
  }
}






.ggg {
  font-family: Arial;
  background: #f5f7ff;
  /* margin-bottom: 50px; */
}

/* SECTION */
#positions {
  padding: 40px 20px;
}

.sc-wrap {
  max-width: 1100px;
  margin: auto;
}

.sc-section-border {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

/* SEARCH */
.sc-search-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}

.sc-field label {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
  display: block;
}

.sc-field input,
.sc-field select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* BUTTON */
.sc-btn-search {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background: orangered;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* RESULTS */
.sc-results-meta {
  margin-bottom: 15px;
  font-weight: 600;
}

/* JOB LIST */
.sc-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* CARD */
.sc-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: .3s;
}

.sc-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.sc-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.sc-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sc-badge {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}

.sc-badge-loc {
  background: #e0f2fe;
}

.sc-badge-type {
  background: #dcfce7;
}

.sc-badge-cat {
  background: #fce7f3;
}

/* APPLY */
.sc-btn-apply {
  background:  orangered;
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 13px;
}

/* NO RESULT */
.sc-no-results {
  display: none;
  text-align: center;
  margin-top: 20px;
  color: #777;
}

/* FOOTNOTE */
.sc-footnote {
  margin-top: 20px;
  font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:900px) {
  .sc-search-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:600px) {
  .sc-search-grid {
    grid-template-columns: 1fr;
  }

  .sc-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .sc-btn-apply {
    align-self: flex-end;
  }
}










/* ////////////////////////////////////// carasole section card  */

.carousel-section {
  padding: 60px 20px;
  /* background: #f5f5f5; */
  text-align: center;
  max-width: 1350px;
  margin: auto;
}

.carousel-header .subtitle {
  font-size: 60px;
  font-weight: 700;
  color:  orangered;
  display: block;
  margin-bottom: 10px;
}

.carousel-header .title {
  font-size: 60px;
  margin-bottom: 10px;
}

.carousel-header .description {
  max-width: 700px;
  margin: 0 auto 40px;
  color: black;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* 🔥 WIDTH KAM KI GAI */
.carousel-card {
  background: #000000;
  border-radius: 10px;
  flex: 0 0 calc(20% - 10px); /* pehle 22% - 20px tha */
  margin: 0 5px; /* gap bhi kam kiya */
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 50px;
  color:  orangered;
  margin-bottom: 15px;
}

.card-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.card-text {
  font-size: 14px;
  color: white;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.carousel-arrow.prev {
  left: 0;
}

.carousel-arrow.next {
  right: 0;
}

.carousel-arrow i {
  color:  orangered;
  font-size: 18px;
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .carousel-card {
    flex: 0 0 calc(45% - 10px);
  }
}

@media(max-width:600px) {
  .carousel-card {
    flex: 0 0 calc(90% - 10px);
  }
}








.eee {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
}

.elementor-element {
  max-width: 1200px;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
}

.pxl-heading--inner h3 {
  font-size: 2rem;
  margin: 10px 0 30px;
  color: #222;
  font-weight: 600;
  animation: fadeInUp 1s ease forwards;
}

.pxl-item--subtext {
  font-size: 1.1rem;
  color: #777;
  display: block;
  margin-bottom: 10px;
  animation: fadeInUp 1s ease forwards;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.process-step {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  width: 250px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease forwards;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.process-step i {
  font-size: 60px;
  color:  orangered;
  margin-bottom: 15px;
  display: block;
}

.process-step h2 {
  font-size: 20px;
  margin: 5px 0;
  color: #333;
}


.process-step p {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.5;
}

/* Fade in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .process-step {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .process-step {
    width: 90%;
  }
}





/* ////////////////////////////////////////////////////////////FOOTER  */





.footer{
  /* background:#f5f5f5; */
  padding:60px 80px;
  position:relative;
  overflow:hidden;
}


.footer{
  max-width:1450px;   /* 👈 width kam */
  margin:40px auto;   /* 👈 center + top/bottom space */
  border-radius:10px; /* 👈 optional (nice look) */
}



/* watermark */
.footer::after{
  content:"";
  position:absolute;
  right: 60px;
  top:  50px;
  width:500px;
  height:500px;
  background:url('img/favicon.jpg.png') no-repeat center;
  background-size:contain;
  opacity:0.05;

  pointer-events: none; /* ✅ IMPORTANT FIX */
}

/* LOGO */
.logo{
  margin-bottom:40px;
  margin-left: -14px;
}
.logo img{
  width:220px;
}

/* GRID */
.footer-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:40px;
}

/* LINKS */
.footer a{
  text-decoration:none;
  color:#333;
  transition:0.3s;
}

.footer a:hover{
  color:orangered;
}

/* HEADINGS */
.footer h3{
  font-size:24px;
  margin-bottom:15px;
}

.footer h3::after{
  content:"";
  display:block;
  width:30px;
  height:3px;
  background:orangered;
  margin-top:8px;
}

/* LIST */
.footer ul{
  list-style:none;
  padding:0;
}

.footer ul li{
  margin:10px 0;
  font-size:14px;
}

/* NEWSLETTER */
.newsletter p{
  margin-bottom:15px;
}

.input-box{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  border:1px solid #ddd;
}

.input-box input{
  border:none;
  padding:12px;
  flex:1;
  outline:none;
}

.input-box button{
  background: orangered;
  border:none;
  color:#fff;
  padding:12px 16px;
  cursor:pointer;
  border-radius:0 30px 30px 0;
}


/* SOCIAL */
.social-icons i{
  margin-right:15px;
  font-size: 30px;
  cursor:pointer;
  transition:0.3s;
}

.social-icons i:hover{
  color: orangered;
}

/* TABLET */
@media(max-width:1024px){
  .footer-grid{
    grid-template-columns: repeat(2, 1fr);
    gap:40px;
  }
}

/* MOBILE */
@media(max-width:600px){
  .footer{
    padding:40px 20px;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
}