* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    background-color: #f8f8f8;
}
.logo1:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.151);
    border-radius: 4px;
    cursor: pointer;

}
.logo1 img {
max-width: 150px;
height:89px;
/* position: relative;
top: -19pxpx; */


}



/* Header Styles */
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: #fff2f200;
color: rgb(0, 0, 0);
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
}
#focus{
display: inline;
font-size:22px;
font-weight:bold;
color: rgb(42, 188, 42);
}


/* Logo */
.logo1 {
font-size: 21px;
font-weight: bold;
}

/* Navigation Menu */
nav {
display: flex;
}

nav ul {
list-style: none;
display: flex;
padding: 0;
margin: 0;
}

nav ul li {
margin: 0 15px;
/* border: 1px solid rgb(3, 2, 2); */


}
nav ul li:hover{
background-color: rgb(184, 182, 194);
transition: 2s;


}
nav ul li a:hover{
color: rgb(0, 0, 0);

}
#home{
margin-top:50px;
}




nav ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
font-size: 16px;
padding: 10px 8px;
}

/* Contact Info */
.contact-info {
display: flex;
gap: 15px;
}

/* Social Icons */
.social-icons {
display: flex;
gap: 10px;
left: 10px;
}

/* Hamburger Menu */
#hamburger {
display: none;
font-size: 30px;
cursor: pointer;
padding:7px;
margin-right:5px;
margin-top:5px;
margin-left:10px
}
.anchar i{
    display: none;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
nav {
 display: none;
 flex-direction: column;
 position: absolute;
 top:60px;
 left: 0;
 width: 100%;
 background-color: #222;
 text-align: center;
 transition: all 0.3s ease-in-out;
 background-color: #09082df3;
}
/* #head1{
    display: flex;
    justify-content:space-evenly;
} */
.anchar i{
    display: block;
}

nav ul {
 flex-direction: column;
}

nav ul li {
 margin: 15px 0;
}
nav ul li a{
 color: white;
}

#hamburger {
 display: block;
}

.contact-info,
.social-icons {
 display: none;
}
/* .logo1{
    width: 88px;
} */
}

/* Show menu when active */
nav.active {
display: flex;
margin-top: 50px;
}
/* Sticky Header */
header.sticky {
position: fixed;
top: 0;
width: 100%;
background: rgb(232,224,209);
padding: 10px 20px;
z-index: 1000;
color: rgb(0, 0, 0);


}



/* career */


/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333;
}

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.openings
{
    background-color: black;
    padding: 10px;
}
.openings h1{
    padding-top: 50px;
    color: white;
font-size: xx-large;;

}
.openings h3{
    padding-right: 40px;
    font-variant: small-caps;
    font-size: large;
    
    color: white;

}

.openings p{
    font-size: medium;
    font-style: italic;
    color:white;
    font-weight: 600;
    line-height: 200%;
    padding-bottom: 50px;
  
}


/* Hero Section */
.hero {
    height: 100vh;
    background: url('../career2pic1.jpg') no-repeat center center/cover;
    background-size: cover;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    position: relative;
    padding-top: 200px;
}

/* Adjusting heading size for different screens */
.hero h1 {
    font-size: 3.5em;
    margin-top: 50px;
}

/* Adjusting paragraph size */
.hero p {
    font-size: 1.3em;
    margin-bottom: 40px;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .hero {
        height: auto;
        padding-top: 90px; 
    }

    .hero h1 {
        font-size: 2.5em;
        margin-top: 20px;
    }

    .hero p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    .hero {
        padding: 5px;
        padding-top: 100px;
    }

    .hero h1 {
        font-size: 2em;
        margin-top: 10px;
    }

    .hero p {
        font-size: 1em;
    }
}


/*three  slides at the time  */


.slider-container {
    margin-top: 40px;
    position: relative;
    width: 90%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.slide:last-child {
    margin-right: 0;
}

.slide-content {
    padding: 0px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    position:absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* Background Images for Each Slide */
.slide-2 { background-image: url(../carrerimg1.jpg); }
.slide-3 { background-image: url('../carrerimg2.jpg'); }
.slide-4 { background-image: url('../carrerimg3.jpg'); }
.slide-5 { background-image: url('../carrerimg4.jpg'); }
.slide-6 { background-image: url('../carrerimg8.jpg'); }
.slide-7 { background-image: url('../carrerimg6.jpg'); }
.slide-8 { background-image: url('../carrerimg7.jpg'); }

/* Navigation Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
    font-size: 18px;
}
.arrow-left {
    left: 5px;
}
.arrow-right {
    right: 5px;
}


/* mobile responsive for 1st slide with multiple images */


@media (max-width: 1024px) {
    .slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .slider-container {
        width: 95%;
    }
    .slide {
        flex: 0 0 100%;
        height: 250px; 
    }
    .arrow {
        padding: 8px;
        font-size: 16px;
    }
    .slide-content {
        font-size: 14px;
    }
}


body {
    margin: 0;
}


/* Job Listings Section  related to departments*/
.job-listings {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
}

.job-listings h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.filters {
    margin-bottom: 30px;
}

.filters select {
    padding: 10px 20px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 2px solid #ddd;
}

.jobs-container {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.job-card {
   
    background: #c8cdc5;
    color: black;
    padding: 30px 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.job-card h3 {
    margin-bottom: 10px;
    font-size: 1.6em;
}

.job-card p {
    font-size: 1.1em;
  

}

/* 2 sliders with 2 images and paragraph tag */



.image-text-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .image-text-slide-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    background-color: white;
  }
  
  .image-text-slide {
    display: flex;
    width: 100vw;
    height: 100vh;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    
    padding-left: 10px;
  }
  
  .image-text-slide.active {
    opacity: 1; 
    left: 0; 
  }
  
  .image-text-left,
  .image-text-right {
    height: 80%; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; 
    background-color: white;
  }
  
  .image-text-left img {
    background-color: white;
    max-width: 100%;
    height: 140%; 
    object-fit: cover; 
  }
  
  .image-text-right {
    padding: 20px;
    color: rgb(69, 68, 68);
    background-color: white;
    line-height: 140%;
    font-size: x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    word-spacing: 1.2px;
   
  }
  
  .slider-button {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(201, 36, 36);
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  .slider-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }





/* Mobile Responsiveness for 2 image and 2 paragraph content */
@media (max-width: 768px) {
    .image-text-slide {
        flex-direction: column; 
        height: auto;
        padding: 0;
    }

    .image-text-left,
    .image-text-right {
        width: 100%; 
        height: auto;
        padding: 15px;
        text-align: center; 
    }

    .image-text-left img {
        width: 100%;
        height: auto; 
    }

    .slider-button {
        font-size: 1.5rem; 
        padding: 8px;
    }

    .prev {
        left: 5px;
    }

    .next {
        right: 5px;
    }
}





/* Our Values Section with three boxes and image back ground */
.our-values {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.our-values h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
}

.values-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.value-card {
    background-image:url('../career12img.jpg') ;
    color: rgb(3, 0, 0);
    padding: 40px 30px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.value-card1 {
    background-image:url('../career13img.jpg') ;
    color: rgb(3, 0, 0);
    padding: 40px 30px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}


.value-card2 {
    background-image:url('../career15img.jpg') ;
    color: rgb(3, 0, 0);
    padding: 40px 30px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* 
Job Application form with mandatory fields */
  /* Career Form */
  .career-form {
    height: 30%;
    width: 80%;
    margin: auto;
    padding: 20px;
  
    background: white; 
  border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  .career-form {
 
    width: 70%;
    padding: 15px;
}

  .career-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
    
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    
    
}

.form-group input,
.form-group select {
    
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
}

.form-buttons {
    text-align: center;
    margin-top: 20px;
}

.form-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"] {
    background-color: #007bff;
    color: white;
}

button[type="reset"] {
    background-color: #ec7e78;
    color: white;
}



  .collab h1
  {
      margin: 20px;
     color: navy; 
  }
  
  .collab p{
      margin-left:15px ;
      color: rgb(86, 85, 85);
      margin-bottom: 10px;
      line-height: 30px;
      letter-spacing: 1.5px;
      word-spacing: px;
  }
  

.container {
    position: relative;
    width: 100%;         
    height: 100vh;       
}

.background-img {
    width: 100%;          
    height: 100%;         
    object-fit: cover;     
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-section {
    text-align: center;
    padding: 60px 20px;
    background: url('../') no-repeat center center/cover;
    color: white;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.testimonial-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}
.testimonial {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    font-style: italic;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.testimonial.active {
    opacity: 1;
    transform: translateX(0);
}
.testimonial::before {
    content: '\201C';
    font-size: 4em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: -20px;
    top: -10px;
}
.name {
    font-weight: 600;
    margin-top: 15px;
    font-size: 1.2em;
}
.position {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
}




  /* Job Listings */
  .jobs-container {
      flex-direction: column;
      align-items: center;
      padding-bottom: 50px;
  }

  .job-card {
      width: 90%;
      max-width: 350px;
  }

  /* Our Values */
  .values-container {
      grid-template-columns: 1fr;
  }

  .value-card {
      padding: 30px 20px;
  }




@media (max-width: 480px) {
  /* Further adjustments for smaller screens */
  .hero h1 {
      font-size: 2em;
  }

  .hero p {
      font-size: 1em;
  }

  .apply-btn {
      font-size: 0.9em;
      padding: 10px 15px;
  }

  .job-card {
      width: 100%;
  }

  .value-card h3 {
      font-size: 1.4em;
  }

  .value-card p {
      font-size: 1em;
  }

  footer p {
      font-size: 0.9em;
  }

  .social-links a {
      font-size: 1em;
  }
}
.spacer {
    height: 100vh; 
    background-color: #f4f4f4;
}
.smart {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.smart h1 {
    font-size: 2em;
    font-weight: bold;
    color: white;
    font-size: 40px;
    line-height: 30px;
    
    font-weight: 1000;
    overflow: hidden;
    white-space: nowrap;
}
.letter {
    display: inline-block;
    transform: translateY(-100px);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.falling .letter {
    transform: translateY(0);
    opacity: 1;
}
/* Mobile responsive for falling letter */
@media screen and (max-width: 768px) {
    .smart {
        min-height: 60vh;
        flex-direction: column;
    }
    
    .smart h1 {
        font-size: 24px; 
        line-height: 28px;
        white-space: normal;
        text-align: center;
    }

    .letter {
        transform: translateY(-50px); 
    }
}

@media screen and (max-width: 480px) {
    .smart {
        min-height: 50vh; 
        padding: 15px;
    }

    .smart h1 {
        font-size: 20px; 
        line-height: 25px;
    }

    .letter {
        transform: translateY(-30px);
    }
}

footer {
    background-color: #333;
    color: white;
    
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    font-size: small;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 2px;
}
/* Default Style */
.footer-section ul li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0;
    transition: 0.3s ease-in-out;
}

/* Hover Effect for Products & Services */
.footer-section ul li:hover {
    color: white;
    background-color: #0077B5; 
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}


.footer-section {
    width: 22%;
    min-width: 250px;
    text-align: left;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffcc00;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-bottom {
    margin-top: 20px;
    padding: 10px;
    background-color: #222;
    font-size: 14px;
}
footer {
    width: 100%;
    position: relative; /* Keeps footer at the bottom naturally */
    bottom: 0;
}

.social-media {
    text-align: center;
}

.social-media a {
    display: inline-block;
    margin: 5px;
    color: white;
    font-size: 10px;
    padding: 8px;
    border-radius: 50%;
    background-color: #555;
    transition: 0.3s;
}

.social-media a:hover {
    background-color: #ffcc00;
    color: black;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Center the social media icons */
.social-media {
    text-align: center;
    margin-top: 10px;
}

/* Style the icons */
.social-media a {
    display: inline-block;
    font-size: 15px;
    width: 33px;
    height: 33px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin: 5px;
    transition: 0.3s ease-in-out;
}

/* Set background colors */
.social-media .facebook { background-color: #1877F2; } /* Facebook Blue */
.social-media .twitter { background-color: #000000; } /* Twitter (X) Black */
.social-media .linkedin { background-color: #0077B5; } /* LinkedIn Blue */
.social-media .whatsapp { background-color: #25D366; } /* WhatsApp Green */
.social-media .youtube { background-color: #FF0000; } /* YouTube Red */

/* Hover effect */
.social-media a:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

/* 
 
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
} */

/* Ensure Footer Stays Below */
footer {
    width: 100%;
    position: relative; 
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.testimonial-slider-container {
    width: 100vw;
    height: 200px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.testimonial-slider {
    display: flex;
    width: 300%;
    animation: testimonial-slide 18s linear infinite;
}
.testimonial-item {
    width: 100vw;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
    background: navy;
    padding: 20px;
    text-align: center;
}
@keyframes testimonial-slide {
    0% { transform: translateX(100vw); }
    33% { transform: translateX(0); }
    66% { transform: translateX(-100vw); }
    100% { transform: translateX(-200vw); }
}

@media (max-width: 768px) {
    .testimonial-slider-container {
        height: 150px;
    }
    .testimonial-item {
        font-size: 1.2rem;
        height: 150px;
        padding:15px;
}
}
