/* Reset or Normalize Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* General Styles (body, headings, typography) */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #444;
}

a {
  color: #007BFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}




/* Header Css */

.header-logo{
  width: 250px;
  max-width: 100%;
}


/* Responsive Css */




@media (max-width: 576px) {
  
  /* Header Css */
  
  .header-logo{
    width: 150px;
    max-width: 100%;
  }

}


.title {
  text-align: center;
  margin: 20px 0;
}

.Ltd {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.less {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

.border {
  width: 50px;
  height: 3px;
  background-color: #44ff00;
  margin: 15px auto;
}

/* Media Queries for smaller devices */
@media (max-width: 768px) {
  .Ltd {
    font-size: 1.5rem;
  }

  .less {
    font-size: 0.9rem;
  }

  .border {
    width: 30px;
  }
}

@media (max-width: 576px) {
  .Ltd {
    font-size: 1.2rem;
  }

  .less {
    font-size: 0.8rem;
  }

  .border {
    width: 25px;
  }
}

/* <-------------------------------------------------------------------! ON carousel text -------------------------------------------------------- */

.har {
  color: white;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.nan {
  font-weight: bold;
  color: white;
}

.ins {
  font-weight: bold;
  color: white;
}

.tal {
  color: white;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.fuel {
  color: white;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/* <-------------------------------------------------------------------! ON carousel text Ends -------------------------------------------------------- */

.about {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.about-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-content-cos h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-left: 112px;
}

.about-content-cos .give {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
} */

.feature-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
  margin-left: -35px;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  margin-top: -10px;
}
.feature-list li {
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list i {
  color: #53db51;
  font-size: 1.2rem;
}

.btn-main {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #53db51;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-main:hover {
  background-color: #3ca93c;
}

@media (max-width: 576px) {
  .feature-list li {
    font-size: 0.9rem;
    gap: 6px;
  }

  .feature-list i {
    font-size: 0.9rem;
  }
}

/* Navbar section  */

/* .navbar-custom {
  background-color: #333;
  padding: 10px 20px;
}

.navbar-custom .nav-link {
  color: #fff;
  margin: 0 10px;
} */

.navin {
  position: fixed;
}

/* .navbar-custom .nav-link:hover {
  color: #53db51;
} */

/* .feature-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
  margin-left: -35px;
  font-family: Arial,  sans-serif;
  justify-content: flex-start;
  margin-top: -55px;
} */

.btn-main {
  background-color: #277027;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-main:hover {
  background-color: #58e658;
}

.quote-section {
  background: url("./assets/Images/slider-bg-1.webp") no-repeat center
    center/cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 25px;
  margin-top: 1px;
}

.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.quote-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  padding: 20px;
}

.quote {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  font-family: sans-serif;
  font-style: Arial;
}

.ser {
  padding-top: 60px;
}

.border-well {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #56aa31;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.service-card.lightgreen {
  background-color: #56ce72;
  color: #ffffff;
}

.service-card.white {
  background-color: lightgreen;
  color: #333;
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  background: url("./assets/Images/background.jpg") no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  margin-top: 35px;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-content button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-content button:hover {
  background-color: #218838;
}

/* Marquee starts here  */

.container-grid {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

/* Content Section */
.content {
  text-align: left;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #53db51;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #3ca93c;
}

/* Marquee Section */
.marquee-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.marquee {
  display: flex;
  gap: 20px;
  animation: scroll 10s linear infinite;
}

.marquee img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

/* Marquee Animation */
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .content {
    text-align: center;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .contact-btn {
    font-size: 0.9rem;
  }

  .marquee img {
    max-width: 80px;
  }
}

@media (max-width: 576px) {
  .content {
    text-align: center;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .contact-btn {
    font-size: 0.85rem;
  }

  .marquee img {
    max-width: 60px;
  }
}

/* Marquee ends here  */

/* Counts starts Here  */

.stats-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  color: #777;
  margin-bottom: 40px;
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: 85px;
  flex-wrap: wrap;
}

.stat-box {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 15rem;
  height: 12rem;
}

.stat-box .icon {
  font-size: 2rem;
  color: #4caf50;
  margin-bottom: 15px;
  justify-content: space-between;
}

.stat-box h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 10px 0;
}

.stat-box p {
  font-size: 0.9rem;
  color: #777;
}

/* Counts ends here  */

/* contact Details  starts here */

.contact-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.container-car {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}

.contact-details,
.contact-form {
  flex: 1;
}

.contact-details h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.contact-details p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info i {
  color: #53db51;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #333;
  text-decoration: none;
}

.social-icons a:hover {
  color: #53db51;
}

/* Contact Form Styles */
.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button {
  padding: 12px;
  font-size: 1.2rem;
  background-color: #53db51;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #3ca93c;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container-car {
    flex-direction: column;
    gap: 20px;
  }

  .contact-details h2 {
    font-size: 1.8rem;
  }

  .contact-details p {
    font-size: 1rem;
  }

  .contact-info li {
    font-size: 0.95rem;
  }

  .social-icons a {
    font-size: 1.3rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
  }

  .contact-form button {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .contact-details h2 {
    font-size: 1.6rem;
    margin-left: 80px;
  }

  .contact-details p {
    font-size: 0.95rem;
  }

  .contact-info li {
    font-size: 0.9rem;
  }

  .social-icons a {
    font-size: 1.1rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.9rem;
  }

  .contact-form button {
    font-size: 1rem;
  }
}

/* contact Details  ends here */

/* footer starts here  */

/* Base styles for footer */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  font-family: Arial, sans-serif;
  width:100%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  padding: 10px;
  min-width: 250px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-column h3 {
    font-size: 16px;
  }

  .footer-column ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .footer-column h3 {
    font-size: 14px;
  }

  .footer-column ul li {
    font-size: 12px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

/* footer ends here  */




/* ABOUT CSS */


 body-sim, html-cal {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}  

  .header-section {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('assets/Images/img1.jpg'); 
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}    

 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

} 

 .header-content {
  position: relative;
  z-index: 1;
}

.header-content h1 {
  font-size: 2.5rem;
  margin: 0;
  text-transform: uppercase;
}

.header-content p {
  font-size: 1rem;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.btn-main { 
  background-color: #277027; 
  color: #ffffff; 
  border: none; 
  padding: 10px 20px;
  border-radius: 5px; 
  font-size: 16px; 
  text-decoration: none;
  display: inline-block; 
  transition: background-color 0.3s ease; 
} 

 .btn-main:hover {
  background-color: #58e658;
}



.quote-section {
  background: url('./assets/Images/slider-bg-1.webp') no-repeat center center/cover;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 25px;
  margin-top: 1px;
}


.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}


.quote-container {
  position: relative;
  z-index: 2; 
  max-width: 800px;
  text-align: center;
  padding: 20px;
} 


 .quote {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  font-family: sans-serif;
  font-style: Arial;
}

.ser{
  padding-top: 60px;
}

.border-well{
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #56aa31;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
} 

 .service-card {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.service-card.lightgreen {
  background-color: #56ce72; 
  color: #ffffff; 
} 

.service-card.white {
  background-color: lightgreen;
  color: #333; 
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgb(0, 0, 0);
}


.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  background: url('./assets/Images/background.jpg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  margin-top: 35px;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} 

 .hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-content button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  
}

.hero-content button:hover {
  background-color: #218838;
}  



/* About US down part start  */

  .about-section-sin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
}

.about-content-cos {
  flex: 1;
  max-width: 600px;
}

.about-content-cos h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.about-content-cos p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #555;
}

.about-content-cos strong {
  color: #000;
}

.about-image {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.about-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}



.sam{
  font-family: Arial;
}  
 


/* Mission  */

 .mission-vision-section {
  padding: 50px;
  background-color: #f9f9f9;
}

.mission-vision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
}

.mission-vision-image {
  flex: 1;
  max-width: 500px;
}

.mission-vision-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.mission-vision-content {
  flex: 1;
  max-width: 600px;
}

.mission-vision-content h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.mission-vision-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
} 



                                                    /* Video  */

   .video-section {
    padding: 30px 10px; 
    background-color: #f9f9f9;
    text-align: center;
  } 

  
  
   .video-container {
    position: relative;
    padding-bottom: 20%; 
    height: 0;
    overflow: hidden;
    max-width: 600px; 
    margin: 0 auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  } 
  
   .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  } 
  

   .dav{
    color: white;
  } 

   .contact-btn {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
  } 

/* <------------------------------------------------OWL Carousel---------------------------------------> */


#gallery{
  margin: 1rem;
  
  img{
    margin: .2rem;
  }
}


@media (max-width: 768px) {
  .header-content h1 {
    font-size: 2rem;
  }

  .quote {
    font-size: 1.2rem;
  }

  .about-section-sin {
    flex-direction: column;
    padding: 30px;
  }

  .about-content-cos {
    max-width: 100%;
  }

  .about-image {
    max-width: 100%;
  }

  .mission-vision-container {
    flex-direction: column;
    gap: 20px;
  }

  #gallery img {
    width: calc(100% / 2 - 10px);
  }
}


@media (max-width: 480px) {
  .header-content h1 {
    font-size: 1.5rem;
  }

  .header-content p {
    font-size: 0.875rem;
  }

  .quote {
    font-size: 1rem;
  }

  #gallery img {
    width: 100%;
  }
} 

                                                /*  Website Developement */
 .banner {
  position: relative;
  height: 300px;
  background: url('/assets/Images/') no-repeat center center/cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.overlay h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.overlay p {
  margin-top: 10px;
}

.overlay a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}

.overlay a:hover {
  color: #ffdd00;
}


.text-wrapper {
  background-color: #f4f4f4; 
  padding: 20px 15px; 
  display: flex;
  justify-content: center;
}

.text-content {
  max-width: 800px; 
  text-align: center; 
  color: #555; 
}

.text-content p {
  font-size: 1rem; 
  line-height: 1.8; 
}

.get{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  text-align: center;
  padding-top: 20px;
}




/* CARDS */


.services-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            padding: 20px;
        }

        .service-card {
            position: relative;
            width: 330px;
            height: 200px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s ease;
        }

        .service-card:hover .service-info {
            opacity: 1;
            transform: translateY(0);
        }

        .service-info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
			background: #11998e;  /* fallback for old browsers */
			background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
			background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

			/* background: linear-gradient(90deg, rgba(70,218,77,1) 0%, rgba(20,233,44,1) 100%); */
            /* background: rgb(70,218,77); */
            /* background: linear-gradient(135deg, #ff512f, #dd2476); */
            color: white;
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            opacity: 0;
            transform: translateY(100%);
            transition: 0.5s ease;
        }

        .service-info h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .service-info p {
            font-size: 14px;
            line-height: 1.5;
        }

        .service-image img {
            width: 280px;
            height: auto;
			/* margin-left:30px; */
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .services-container {
                flex-direction: column;
                align-items: center;
            }

            .service-card {
                width: 90%;
            }
        }


/* .row { */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* margin: 0 -10px;  */
/* } */

/* .column { */
  /* padding: 10px; */
  /* width: 100%; */
/* } */


/* @media (min-width: 768px) { */
  /* .column { */
    /* width: 50%;  */
  /* } */
/* } */

/* @media (min-width: 1024px) { */
  /* .column { */
    /* width: 33.33%;  */
  /* } */
/* } */

/* .card-box { */
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* overflow: hidden; */
  /* text-align: center; */
  /* transition: transform 0.3s; */
/* } */

/* .card-box:hover { */
  /* transform: scale(1.05); */
/* } */

/* .card-image img { */
  /* width: 100%; */
  /* height: auto; */
/* } */

/* .card-content { */
  /* padding: 15px; */
/* } */

/* .card-title { */
  /* font-size: 1.2em; */
  /* margin-bottom: 10px; */
/* } */

/* .card-button { */
  /* background-color: #28a745; */
  /* color: white; */
  /* border: none; */
  /* padding: 10px 20px; */
  /* border-radius: 5px; */
  /* cursor: pointer; */
  /* font-size: 1em; */
  /* transition: background-color 0.3s; */
/* } */

/* .card-button:hover { */
  /* background-color: #218838; */
/* } */



 /* .card { */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  /* max-width: 300px; */
  /* margin: auto; */
  /* text-align: center; */
  /* font-family: arial; */
/* }  */

/* .price { */
  /* color: grey; */
  /* font-size: 22px; */
/* } */

/* .card button { */
  /* border: none; */
  /* outline: 0; */
  /* padding: 12px; */
  /* color: white; */
  /* background-color: #000; */
  /* text-align: center; */
  /* cursor: pointer; */
  /* width: 100%; */
  /* font-size: 18px; */
/* } */
 
 /* .card button:hover { */
  /* opacity: 0.7; */
/* } */




/* Application Page */

.banner-ku {
  position: relative;
  height: 300px;
  background: url('/assets/Images/about.png') no-repeat center center/cover;
}

.overlay-sun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.overlay-sun h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color:#fff;
}

.overlay-sun p {
  margin-top: 10px;
  font-size: 1rem;
}

.overlay-sun a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}

.overlay-sun a:hover {
  color: #464444;
}


.text-block {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 30px;
  max-width: 1012px;
  margin: 50px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Image Styling */
div[style="text-align: center;"] img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner-ku {
    height: 200px;
  }

  .overlay-sun h1 {
    font-size: 2rem;
  }

  .overlay-sun p {
    font-size: 0.9rem;
  }

  .text-block {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .banner-ku {
    height: 150px;
  }

  .overlay-sun h1 {
    font-size: 1.5rem;
  }

  .overlay-sun p {
    font-size: 0.8rem;
  }

  .text-block {
    padding: 10px 15px;
    font-size: 13px;
  }
}


.pu{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
}







/* Default Styles (for larger screens like desktop) */
.game-box {
  border: 2px solid #000;
  width: 1000px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  margin-left: 253px;
}

.game-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.game-content {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  /* margin-top: 55px; */
}

.game-box:hover .game-content {
  width: 50%;
  opacity: 1;

}

.button-lie {
  background-color: transparent;
  border: 1px solid white;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Media Queries for Responsiveness */

/* For smaller tablets (up to 768px width) */
@media (max-width: 768px) {
  .game-box {
    width: 100%;
    margin-left: 0;
  }

  .game-content {
    padding: 10px;
  }

  .button-lie {
    padding: 12px 28px;
    font-size: 10px;
  }
}

/* For smaller screens (up to 480px width) */
@media (max-width: 480px) {
  .game-box {
    width: 100%;
    margin-left: 0;
  }

  .game-content {
    padding: 8px;
  }

  .button-lie {
    padding: 10px 24px;
    font-size: 8px;
  }
}



.container {
  /*display: grid;*/
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  padding: 20px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-title {
  font-size: 1.2rem;
  margin: 15px 0;
  color: #333;
}

.card-button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
}

.card-button:hover {
  background-color: #218838;
}






/* CAREER PAGE */ 

                                               /* <!---HEADER IMAGE ----> */


.custom-overlay-section {
            position: relative;
            width: 100%;
            height: 300px;
            background: url('your-image.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }
        .custom-overlay-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); 
        }
        .custom-overlay-content {
            position: relative;
            z-index: 1;
            padding: 20px;
        }
        .custom-overlay-content h1 {
            margin: 0;
            font-size: 36px;
        }
        .custom-overlay-content p {
            margin: 5px 0;
            font-size: 18px;
        }
        @media (max-width: 768px) {
            .custom-overlay-section {
                height: 250px;
                padding: 10px;
            }
            .custom-overlay-content h1 {
                font-size: 28px;
            }
            .custom-overlay-content p {
                font-size: 16px;
            }
        }
        @media (max-width: 480px) {
            .custom-overlay-section {
                height: 200px;
            }
            .custom-overlay-content h1 {
                font-size: 24px;
            }
            .custom-overlay-content p {
                font-size: 14px;
            }
        }

                                                    /* <!--- CAREER CARDS -----> */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:'poppins',sans-serif;
	
}

/* body{ */
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
	/* min-height:100vh; */
	/* background:#000; */
/* } */

.career-container{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:80px;
}

.career-container .career-card{
	position:relative;
	width:300px;
	height:400px;
	background:var(--color);
	border-radius:20px;
	border-top-left-radius:70px;
	overflow:hidden;
	margin-top:30px;
}

.career-container .career-card .career-box{
	position:absolute;
	inset:10px;
	background:#000;
	border-radius:20px;
}

.career-container .career-card .career-box .career-icon{
	position:absolute;
	width:140px;
	height:140px;
	background:var(--color);
	border-bottom-right-radius:50%;
	transition:0.5s;
}

 /* .career-container .career-card .career-box .career-icon{  */
	/* width:100%; */
/* } */

.career-container .career-card .career-box .career-icon::before{
	Content:'';
	position:absolute;
	bottom:-30px;
	left:0;
	width:30px;
	height:30px;
	background:transparent;
	border-top-left-radius:30px;
	box-shadow:-5px -5px 0 5px var(--color);
	
}


.career-container .career-card .career-box .career-icon::after{
	Content:'';
	position:absolute;
	top:0;
	right:-30px;
	width:30px;
	height:30px;
	background:transparent;
	border-top-left-radius:30px;
	box-shadow:-5px -5px 0 5px var(--color);
	
}



.career-container .career-card .career-box .career-icon .career-icon-box{
   position:absolute;
   inset:10px;
   background:black;
   border-radius:50%;
   border-top-right-radius:10px;
   border-bottom-left-radius:10px;
   display:flex;
   justify-content:center;
   align-items:center;
   font-weight:600px;
}

.career-container .career-card .career-box .career-icon .career-icon-box ion-icon{
	font-size:4em;
	color:white;
	--ionicon-stroke-width:20px;
}

.career-container .career-card .career-box .career-content{
	
	position:absolute;
	top:150px;
	padding:20px;
	text-align:center;
	
}


.career-container .career-card .career-box .career-content h3{
	 color:#fff;
	 font-size:1.35em;
	 font-weight:700px;
	 text-transform:uppercase;
	 letter-spacing:0.12em;
}

.career-container .career-card .career-box .career-content p {
	 color:#fff;
	 font-size:0.95em;
	 opacity:0.75;
	 margin:0 0 10px;
}

.career-container .career-card .career-box .career-content a{
     background:var(--color);
	 display:inline-block;
	 padding:10px 25px;
	 text-decoration:none;
	 color:#333;
	 text-transform:uppercase;
	 font-weight:600px;
	 border-radius:30px;
	 transition:0.5s;
}

.career-container .career-card .career-box .career-content a:hover{
     
	 letter-spacing:0.2em;
	 
}



                                                               /* <!--FORM--> */
/* .container-fluid { */
    /* display: flex; */
    /* background: #fff; */
    /* padding: 25px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    /* width: 100%; */
    /* max-width: 950px; */
/* } */

.form-box {
    flex: 1;
    padding-right: 20px;
}

h2 {
    margin-bottom: 15px;
    font-size: 22px;
}

label {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.mark {
    color: red;
}

.input-field {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.experience-box {
    display: flex;
    gap: 10px;
}

.small-field {
    flex: 1;
}

input[type="file"] {
    border: none;
}

.verification {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.verification input {
    margin-right: 10px;
}

.submit-btn {
    background-color: green;
    color: white;
    border: none;
    padding: 10px;
    width: 30%;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-btn:hover {
    background-color: darkgreen;
}

.image-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 768px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .form-box {
        padding-right: 0;
    }

    .image-box {
        margin-top: 20px;
    }
}





/* #preloader { */
  /* position: fixed; */
  /* width: 100%; */
  /* height: 100%; */
  /* background: rgba(255, 255, 255, 0.9); */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* z-index: 9999; */
/* } */

Internet Connection Status
/* .internet-connection-status { */
  /* display: none; */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* background-color: red; */
  /* color: white; */
  /* text-align: center; */
  /* padding: 5px; */
/* } */

Back Button
/* .login-back-button { */
  /* position: absolute; */
  /* top: 15px; */
  /* left: 15px; */
/* } */
/* .login-back-button a { */
  /* font-size: 24px; */
  /* color: #0134d4; */
  /* text-decoration: none; */
/* } */

Login Wrapper
/* .login-wrapper { */
  /* height: 100vh; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
/* } */

/* .custom-container { */
  /* width: 100%; */
  /* max-width: 400px; */
  /* background: #ffffff; */
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
/* } */

/* .login-intro-img { */
  /* width: 100px; */
  /* height: auto; */
/* } */

Register Form
/* .register-form { */
  /* margin-top: 20px; */
/* } */
/* .register-form h6 { */
  /* font-size: 18px; */
  /* font-weight: bold; */
/* } */

/* .form-group { */
  /* margin-bottom: 15px; */
/* } */

/* .form-control { */
  /* width: 100%; */
  /* padding: 10px; */
  /* border: 1px solid #ced4da; */
  /* border-radius: 5px; */
/* } */

Password Visibility
/* #password-visibility { */
  /* position: absolute; */
  /* top: 50%; */
  /* right: 10px; */
  /* transform: translateY(-50%); */
  /* cursor: pointer; */
/* } */

Password Strength Meter
/* #pswmeter { */
  /* height: 5px; */
  /* background: lightgray; */
  /* border-radius: 5px; */
/* } */

Terms and Conditions
/* .form-check-input { */
  /* margin-right: 5px; */
/* } */
/* .form-check-label { */
  /* font-size: 14px; */
  /* color: #6c757d; */
/* } */

Sign Up Button
/* .btn-primary { */
  /* background-color: #0134d4; */
  /* border: none; */
  /* padding: 10px; */
  /* font-size: 16px; */
  /* border-radius: 5px; */
  /* width: 100%; */
/* } */
/* .btn-primary:hover { */
  /* background-color: #002bb8; */
/* } */

Login Meta
/* .login-meta-data { */
  /* text-align: center; */
  /* margin-top: 15px; */
/* } */
/* .login-meta-data a { */
  /* color: #0134d4; */
  /* text-decoration: none; */
  /* font-weight: bold; */
/* } */
