
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal scrolling */
}
html {
    scroll-behavior: smooth;
}


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f6f5f7;
}
.logo{height: 40px;
  width: 40px;
  
}
.brand-name {
   font-family: cursive;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
   background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;
}
  .nav-link:hover {
      background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
      opacity: 1;
      border-radius: 10px 10px 10px 10px;
    }
      .navcolor {
      background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
      ;
    }

    .nav-item {
      font-weight: bold;

    }
   
     .dropdown-hover:hover>.dropdown-menu {
      background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
      opacity:1;
  display: inline-block;  
}
 .col-lg-5.col-lg-3.mb-0.mb-md-0{
      padding-bottom: 10px;
     }
     .list-group-item.list-group-item-action.text-primary{
      font-size: small;
     }
.carousel {
    position: relative;
    width: 100vw;
    height: 450px;
    max-width:none;
    margin: auto;
    overflow: hidden;
}

.carousel-item {
    display: flex;
    text-align: center;
    height: auto;
}

.carousel-item.active {
    display: block;
}

/* .carousel-item img {
    width: 100%;
    height: 450px;
} */
  .carousel-item img {
    width:100vw;
    height: 450px;
    object-fit:fill;
    object-position: center;
} 
 

/* .carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
} */

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.container1 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-left: 3em;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
}

.col-md-8{
     padding-bottom: 60px ;
     text-align:justify;
     box-sizing: border-box;
    

}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  /* background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); */
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
} */

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-content h3 {
  font-size: 1.25rem;
  color: #333;
}

.card-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.4;
}
.card:hover {
  width: 320px;
  height: 460px; 
  background-color: #007bff;
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}


.card:hover .card-content h3,
.card:hover .card-content p {
  color: #fff; 
}
.card-content button {
  padding: 0.5rem 1rem;
  background-color: #070b89;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 0.95rem;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}

.card-content button:hover {
  background-color: #ad0bf3;
}
.main-container {
  max-width: fit-content;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.heading {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

 .industry-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center; 
  column-gap: 36px;     
  row-gap: 15px;
  padding: 15px;  
  background-image: url('images/fotis-fotopoulos-LJ9KY8pIH3E-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  min-height: 600px;
  height: auto; 
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.industry-card {
  /* background-color: #82afdc; */
  background-color: hsla(197, 52%, 42%, 0.75);
  color: rgb(254, 253, 253);
  padding: 10px 10px;
  border-radius: 6px;
  text-align: center;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  width: 10vw;    
  min-width: 240px;
  max-width: 280px;
  height: 15vh;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-card:hover {
  background-color: #005fa3;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .industry-card {
    width: 18vw;
  }
}

@media (max-width: 768px) {
  .industry-container {
    column-gap: 6px;
    row-gap: 6px;
   
  }
  .col-md-4{
    padding: auto;
  }
  .card-container{ display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;}

  @media (max-width: 480px) {
  .industry-container {
    flex-direction: row;
    padding: 20px;
    column-gap: 10px;
    row-gap: 10px;
    min-height: auto;
    background-size: cover; 
  }

  .industry-card {
    min-width: 100px;
    max-width: 150px;
    height: 30px;
    font-size: 0.6rem;
    padding: 12px;
  }
}}
.hero {
    background-image: url('./images/mariola-grobelska-EJBwRJZMOCQ-unsplash.jpg'); 
    background-size: cover;                 
    background-position: center;             
    background-repeat: no-repeat;         
    padding: 100px 20px;                   
    color: white;                            
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;                       
}

.hero .content {
    max-width: 800px;
    background-color: rgba(38, 15, 15, 0.5);    
    padding: 40px;
    border-radius: 10px;
}
  

  .swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex: 0 0 33.333%; /* 3 cards per view */
  box-sizing: border-box;
  padding: 10px;
}

.custom-card {
  background: #fff;
  border-radius: 12px; /* Slightly more rounded corners */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Enhanced shadow for depth */
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

.custom-card:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.custom-card img {
  width: 90%; /* Slightly larger images */
  border-radius: 10px;
  margin-bottom: 15px; /* Space between image and text */
}

.custom-card h3 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #333; /* Darker text for better readability */
}

.custom-card p {
  font-size: 1rem;
  color: #555;
}
.container {
  padding: 30px;
}

h3, h1 {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
}


footer {
 
  color: #fff;
  padding: 40px 20px;
  margin-top: 50px;
   background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
 
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.footer-section {
  flex: 0 0 350px;
}

.footer-section h2,
.footer-section h3 {
  margin-top: 0;
  color: #fff;
}

.footer-section p,
.footer-section ul {
  color: #fafcfa;

}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #fafaf9;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #0f9ae5;
}

.social-icons a {
  margin-right: 15px;
  font-size: 20px;
  color: #ccc;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #e3fc01;
}

.footer-bottom {
  color: #1bdc65;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}
