*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  
  body {
    height: 100vh;
    background-color: white;
    
    background-size: cover;
    background-position: cover;
  }
  
  
  
  /*   THE UP BOX */
  
  .up-box {
    background-color: white;
    padding: 13px 0px;
  }
  
  .up {
    float: left;
     width: 20%;
     margin-left: 12px;
  }
  
  .clearfix {
    clear: both;
  }
  
  .up a {
    color: white;
    text-align: center;
    text-decoration: double;
  }
  
  
  header {
    background-color: white;
  }
  
 .new-logo-side p {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  bottom: 1px;
 }
/* thee logo code*/

 .new-logo-side {
  margin-top: 12px;
 }

 .new-logo-side img  {
    width: 80px;
    height: auto;
    background-color: #74246A;
    margin-top: -2px;
 }

 .logo-write  {
    margin-top: -15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* optional: adds "..." if text is too long */
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    
  }

  
  




  /* the cally */




   
  /* .up button{
    width: 30%;
    padding: 5px 0;
 
    background-color: blue;
    color: white;
    transition: color 0,2s ease;
  }
  
  .up button :hover {
    color: black;
    text-decoration: none;
  }
  
  
  
  */


  /*above image */
  
  .image-up-contianer img {
     width: 100%;
     height: 70vh;
     background-size: cover;
     margin-top: 10px;
  }
  
  
  /* General styles */

  li {
    list-style: none;
    text-decoration: none;
    
  }
  
  .links {
   display: none;
    gap: 10px;

    
  }

  .links a {
    color: black;
  }


  
  
  a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  header {
    position: relative;
    padding: 0 2rem;
    background-color: white;
  }
  
  .nav-bar {
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Space out the elements */
    align-items: center; /* Vertically center the elements */
  }
  
  .nav-bar .logo {
    font-size: 1.5rem;
    font-weight: bold;
    gap: 2rem;
    text-decoration: none;
  }
  
  .nav-bar .toggle_btn {
    
    display: block;
    
  }

  
  /*.rule-div {
    border-top: 2px solid black;
    width: 100vw; 
    margin-bottom: -12px;
    position: relative;
    left: 0;
     margin-inline-start: -32px;
     margin:10px 0 ;
  }

  */


  .nav-bar .toggle_btn a {
  
    font-size: 1.5rem;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 1px solid  black ;
    padding: 5px 8px;
    
  }
  
  .action_btn {
    background-color: orange;
    color: white;
    padding: o.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    display: none;
  }
  
  .action_btn:hover {
    scale: 1.0s;
    color: white;
  }
  
  .action_btn:active {
    scale: 0.95;
  }
  
  
  
  /*  dropdown menu */
  
  .dropdown_menu {
  position: absolute;
  height: 0vh;
  width: 100vw;
  top: 56px;
  width: 600px;
  background: linear-gradient(135deg, white, white);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  justify-content: left;
  align-items: left;
   margin-top: 30px;
   border: none; 
   z-index: 1001;
  
}

 
  
  .dropdown_menu.open{
    height: 630px;
    
  }
  
  .dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .rule-div {
    border-top: 2px solid #26374a;
    width: 100vw; /* Ensures full width across all screen sizes */
    margin-bottom: -12px;
    position: relative;
    left: 0;
     margin-inline-start: -32px;
  }
  
  
  
  
  
  .dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }



.sign-in-btn {
    background-color: #26374a;
    color: white;
    border: 3px solid #26374a;
    text-align: center;
    padding: 5px 8px;
}


/*the drop down */

.dropdown-item {
  position: relative;
  align-items: center;
  color: #333;
  text-decoration: none;
  border: 0.1px solid rgb(164, 157, 157);
  }



  .dropdown-item a {
    display: block;
    padding: 8px 0px ;
    color: black;
   font-size: 18px;
    text-decoration: underline;
    width: 60%;
    text-decoration: none;
  }

  .submenu li {
   margin-top: -22px;
   margin-bottom: -22px;
   text-align: left;
   
  }



  .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    
    color: black;
    min-width: 150px;
  }


  .dropdown-item .fa-solid {
    border: 1px solid #ccc;
    padding: 6px;
    width: 32px;
    background-color: #2E2A5A;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: white;
  
  }

   /*margin-left: 0px;
    width: 40%;
    height: 5vh;
*?

  
/*
  .dropdown-item:hover .submenu  {
    display: contents;
    text-align: center;
  }
*/


  /* Style for submenu links */
/*.submenu li a {
    
   
  }
  
  .submenu li a:hover {
 

  }
*/


.spe a {
  background-color: red;
}


  
    /*  the section close to the menu list*/
    

.section-div {
  background-color: #26374a;
  margin-top: -10px;
}

.section-div p {
  font-size: 20px;
  color: white;
}

.canada-div {
  padding: 40px 10px;
 
}

.canada-div h2 {
  font-family: 'Noto Sans', sans-serif;
  color: white;
}

.red-rule {
 border: 3px solid rgb(141, 53, 53);
 width: 15%;
 margin: 10px 0;
}



 /* Search Results */

 .search-container {
  display: flex;
  width: 300%;
  margin-left: 10px;
   
}

.search-container input {
  flex: 1;  /* Take up available space */
  padding: 5px 10px;
  font-size: 18px;
  border: none;
  border-right: none;  /* Remove border between input and button */
  justify-content: center;
  align-items: center;
  outline: none;
  width: 200%;
  outline: none;
  text-align: right;
  display: none;
}


.search-container button  {
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  background-color: white;
  border: 1px solid white;
  margin-left: 90px;
  color: #000;
}

.search-container button :hover {
  color: #000;
}

.search-container input::placeholder {
  color: black;
}







/*slide codes*/







/*web responsivenes*/

 

@media (max-width: 600px) {
  .filter-header {
      width: 100%; /* Ensure full width */
      padding: 5px 8px;
  }
}



/*the other nav bar laptop */

.new-bass {
    background-color:#2E2A5A ;
    width: 100%;
    padding: 10px 0;
}



.new-bass ul.new-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 20px;
    margin-left: 150px;
  }

  .new-bass ul.new-list li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    
  }

  .new-bass ul.new-list li:first-child {
    margin-right: 200px;
  }
 



  .new-container {
    max-width: 1500px;
    margin: auto;
    padding: 0;
  }





/*.new-list a {
  font-size: 13px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
*/


/*footer codes */




.f-secon {
    margin-top: 150px;
    padding: 50px 0;
    background-color: #2d0057; /*#2E2A5A*/
    height: 163vh;
   
}

.footer-logo img {
    width: 250px;
    height: auto;
    margin-left: 30px;
}

.line-divider {
    border: 0.5px solid white ;
    width: 100%;
}

.line-divider-2 {
  border:1.5px solid  #2E2A5A;
    width: 100%;
}

.footer-contact {
  justify-content: space-between;
  margin: 35px 0 ;
  
}

.footer-contact li {
  gap: 20px;
  margin: 10px 0;
}

.footer-contact a {
  font-family: Arial;
  font-size: 14px;
  color: white;
  margin-left: 15px;
}

.social-icon {
  margin-left: 13px;
}

.clearfix {
  clear: both;
}

.footer-assio img {
  width: 200px;
  height: auto;

}

.footer-assio {
  margin: 15px 0;
  margin-left: 15px;
}

.footer-icon-div {
  margin-top: 50px;
}


.footer-last-section-div {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
   padding-bottom: 13px;
}

.list-foot a {
  font-family: Arial;
  font-size: 12px;
 color: #1979df;
  text-decoration: underline;
}
.list-foot a

.list-foot a:first-child {
  text-decoration: none;
  color: rgb(69, 65, 65);
}

.list-foot li {
  margin: 10px 0;
}

.bach p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;

}




/*the banner codes */


.hero-banner {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('/images /bun.jpg') center center/cover no-repeat;
  z-index: 1;
  margin-top: 25px;
}

.hero-banner .overlay {
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
}

.hero-content-1 {
  color: #fff;
  max-width: 700px;
}

.hero-content-1 h1 {
  font-size: 60px;
  margin-bottom: 20px;
}

.hero-content-1 p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
}

.discover-btn {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.discover-btn:hover {
  background: #f2f2f2;
}

.discover-btn span {
  margin-left: 5px;
}


/* direction section closee to burner image*/
.close-burnare a {
  display: inline;
  font-size: 12px;
  font-family: Arial;
  color: #003f7d;
   
 }
 
 .close-burnare {
   margin-left: 15px;
 }





/* the featurees code */



.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.feature-item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-item i {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  display: block;
}

.feature-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 15px;
  margin-bottom: 15px;
}

.feature-item a {
  color: #0046a6;
  text-decoration: none;
  font-weight: bold;
}

.feature-item a::after {
  content: ' ›';
}

/* Special style for COVID info */
.feature-item.special {
  border-left: 4px solid #5b2e91;
}

.feature-item.special h3 {
  color: #5b2e91;
}





/*the photo slidee */



.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.hero-image {
  flex: 1 1 500px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.image-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #2d0057;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px;
  border-radius: 8px;
  font-family: sans-serif;
}

.hero-content {
  flex: 1 1 400px;
}

.hero-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: black;
  font-family: Arial;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: black;
  font-family: Arial;
}

.hero-button {
  display: inline-block;
  background-color: #0052a3;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.hero-button:hover {
  background-color: #003f7d;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .image-text {
    font-size: 28px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 15px;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }
}







/*the purple section health plus */

.plus-main {
  margin-top: 80px;
}

.plus-section {
  background-color: #2d0057;
  padding: 70px 0 ;
  padding-left: 30px;

}


/*the white background section*/
.plus-section-2 {
  background-color: white;
  padding: 70px 0 ;
  padding-left: 30px;

}



.plus-min .fa-solid  {
  margin-bottom: 70px;
  
}

.plus-min img  {
  margin-bottom: 70px;
  
}

.plus-min h1 {
  font-family: Arial;
   font-size: 25px;
}

.plus-min p {
  font-family: Arial;
  font-size: 15px;
  color: white;
  margin-bottom: 70px;
  word-spacing: 0.6;
}




.but-btn button {
  width: 250px;
  border: 3px solid #003f7d;
  padding: 15px 0 ;
  background-color: #003f7d;
  color: white;
  text-align: center;
 font-size: 17px;
}


/*the latest News */

.news-section {
  margin-left: 10px;
}


.news-border {
  border: 5px solid white;
  background-color: white;
  transition: transform 0.3s ease;
  margin: 25px 0;
}

.news-border:hover {
  transform: scale(1.05); /* Zoom in slightly */
}




.news-border img {
  width: 380px;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.news-border img:hover {
  transform: scale(1.05); /* Zoom in slightly */
}

.news-border span {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-size: 12px;
  
}

.news-border h2 {
  font-family: Arial;
  font-size: 17px;
  margin: 10px 0 ;

}

.news-border p {
  font-family: Arial;
  font-size: 13px;
  margin-top: 10px;
   margin-bottom: 25px;
}

.news-container h1 {
  color: black;
  margin: 20px 0;
}





/*the border features list */







/*the menu toggle list */


.toggle-container {
  display: inline-block;
  border: 2px solid #333;
  padding: 10px 0px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  user-select: none;
  margin-left: 10px;
    color: rgb(43, 43, 172);
    font-family: Arial;
     font-size: 16px;
    width: 400px;
    text-align: center;
  
}


.toggle-ui {
  margin-top: 50px;
}

.toggle-icon {
  font-weight: bold;
  margin-left: 250px;
  transition: transform 0.3s ease;
}

.menu {
  margin-top: 10px;
  padding-left: 20px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.menu a {
  color: black;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: underline;
}

.menu a:hover {
  color: #2d0057;
}

.menu.show {
  display: block;
}

.menu li {
  margin: 6px 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


/*the words section codes */

.hy {
  margin: 55px 0px;
  margin-left: 15px;
  line-height: 2;
  color: black;
}


.hy h1 {
  font-size: 19px;
}


.words-u li {
  margin: 12px 0 ;
 list-style: disc;
}

.words-u a {
  color: black;
  font-family: Arial;
  margin: 12px 0 ;
}

.words-u a:hover {
  color: purple;
  font-family: Arial;
  margin: 12px 0 ;
}




.words-section {
  margin-left: 30px;
}

.words-container h1 {
  color: #000;
  
}

.words-container h4 {
  color: #4b4848;
  font-size: 18px;
  
}


/*map sections */

.map-container {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border: 2px solid #333;
  border-radius: 10px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}




/* the info card game */



.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
  background-color: #f9f9f9;
}

.card {
  background-color: #f0f2f5;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card:hover {
  background-color: #e6e9ed;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.card .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #000;
}

.card p {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.btn {
  background-color: #0062a8;
  color: #fff;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #004e86;

}





















/*section form */



.contact-form, .offices {
  background: #fff;
  padding: 20px;
  margin: 20px auto;
  width: 100;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
h3 {
  color: black;
  margin-bottom: 90px;
  margin-top: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.input-group {
  margin-bottom: 15px;
  text-align: left;
}
label {
  display: block;
  font-weight: bold;
}
input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
button {
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}
button:hover {
  background: #0056b3;
}
.offices hr {
  width: 50%;
  margin: 10px auto;
  border: 1px solid #ddd;
}
a {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}


.contact-main {
  margin-top: 100px;
}

.check-box-div label {
 position: relative;
 top: 20px;
}







/*news image */

.ne img {

}







/* Map Section */
.map {
  text-align: center;
}

.map h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.map iframe {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}




/*contact page */


.contact-section {
  background-color: #f9f9fb;
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 700px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: Arial;
}





.contact-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-icon {
  background-color: #6a0dad;
  color: white;
  font-size: 2.5rem;
  padding: 1rem;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-header h2 {
  font-size: 1.8rem;
  color: #333;
  margin: 0;
}

.contact-details p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}


/*servives department codes */






.resource-section {
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.filters select,
.filters button {
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.filters button {
  background-color: #004e9a;
  color: white;
  cursor: pointer;
  border: none;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.5rem;
  background-color: #f9f9fb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.card-type {
  font-size: 0.85rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.5rem;
}

.card-title {
  color: #004e9a;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-weight: bold;
}

.download-btn {
  border: 2px solid #004e9a;
  color: #004e9a;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
  text-decoration: none;
}

.download-btn:hover {
  background-color: #004e9a;
  color: #fff;
}




/*the leadeership code*/

.leadership-section {
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #444;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 30px;
}

.team-member {
  text-align: center;
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.team-member h3 {
  margin-top: 15px;
  font-size: 1.1rem;
}

.team-member p {
  font-size: 0.95rem;
  color: #444;
}



/*application codes*/

/* the funding page */

.funding-section {
  margin-top: 50px;
  
 }

 .funding-div {
  display: inline-flex;
 }

 .funding-a a  {
  color: #26374a;
  padding-left: 3px;
  text-decoration: underline;
  margin-right: 30px; /* Adjust the space as needed */
  font-size: 18px;
 }

 .funding-a {
  margin-top: -2px;
  margin-bottom: -20px; /* Adjust the space as needed */
  position: relative;
  z-index: 999;
  left: 30px;
}

 .funding-a i {
  margin-left: -26px;
 }
    

 .filter-options {
  display: none;
}



/*the li insode n=c*/
.baset li {
  margin-left: 10px;
}


/*job portal codes */

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f97316;
  padding: 20px;
  color: white;
}

.banner-text h1 {
  font-size: 2rem;
}

.banner img {
  width: 40%;
  object-fit: cover;
  height: auto;
}

.search-filter-section {
  background: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.search-bar {
  display: flex;
  flex: 1 1 100%;
  margin-bottom: 10px;
}

.search-bar input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-bar button {
  padding: 10px 20px;
  border: none;
  background: #4b5563;
  color: white;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
  cursor: pointer;
}

.content-container {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.jobs-listing {
  flex: 3;
}

.job-count {
  margin-bottom: 15px;
  font-weight: bold;
}

.job-card {
  background: white;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin-bottom: 15px;
  padding-bottom: 35px;
}

.job-card h3 {
  margin-bottom: 5px;
  color: #1f2937;
}

.job-card p {
  font-size: 0.9rem;
  margin: 2px 0;
}

.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-card {
  background: white;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sidebar-card img {
  max-width: 100%;
  margin: 10px 0;
}

.sidebar-card a {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.9rem;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  background: white;
  margin-top: 20px;
}

.page-btn {
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  border-radius: 4px;
}

.page-btn.active {
  background: #ef4444;
  color: white;
  border-color: #ef4444;
}

.job-card a {

  width: 40%;
  border: 3px solid blue;
  background-color: blue;
  color: white;
  padding: 10px 10px;
 font-size: 15px;
  
}



.border6 a {
  width: 40%;
  border: 3px solid blue;
  background-color: blue;
  color: white;
  padding: 10px 10px;
 font-size: 15px;
 justify-content: center;
 margin-left: 100px;
}







/*contact page codss*/

.contact-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;

}

h1 {
  text-align: center;
  color: #1d3557;
  margin-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.contact-info {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.contact-info h2 {
  color: #2a9d8f;
  margin-bottom: 10px;
}

.contact-info p {
  margin: 10px 0;
}

.contact-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  margin-top: 150px;
}

.contact-form h2 {
  color: #e76f51;
  margin-bottom: 10px;
  
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

button {
  background-color: #2a9d8f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #21867a;
}

.form-status {
  margin-top: 10px;
  font-size: 14px;
  color: green;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}





/*gallery photos*/


.gallery-section {
  padding: 40px 20px;
  text-align: center;
}

.gallery-section h2 {
  font-size: 2rem;
  color: #2a9d8f;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.gallery-grid img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
}

.lightbox-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

/* Card Design */
.form-container {
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-header {
  background-color: #1d4ed8;
  color: white;
  text-align: center;
  padding: 16px;
  font-size: 1.5rem;
}

form {
  padding: 24px;
}

/* Input and Textarea Styling */
input[type="text"], input[type="email"], input[type="file"], textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f9fafb;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #1d4ed8;
  outline: none;
  background-color: #ffffff;
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Button Styling */
button {
  width: 100%;
  padding: 12px;
  background-color: #1d4ed8;
  color: white;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #1e3a8a;
}

button:active {
  background-color: #1e40af;
}

/* File Upload Custom Styling */
input[type="file"] {
  padding: 6px;
  border: 1px solid #d1d5db;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

input[type="file"]:hover {
  border-color: #1d4ed8;
}











/*  websites general   responsivness*/

@media (max-width: 992px) {
    .navbar .links,
    .nav-bar .action_btn {
      display: none;
    }
  
    .nav-bar .toggle_btn {
      display: block;
      
    }
  
    .dropdown_menu {
      display: block;
    }

    

    
    }


  /* drop downmenu for laptop*/



    
    
 
  
  
  
  
  
   
  
  
  
    
   
  
  @media (min-width: 700px) {






    /*t*/
    .baset li {
      margin-left: 10px;
    }
    


    /* fiqures*/
/*funding section*/
.funding-search {
  margin-left: 50px;
}










/* brand codes*/

.soften-commission img {
  margin-left: 300px;
  width: 500px;
}





.videeo-vava video {
 width: 700px;
 margin-left: 20px;
}


/*words styles*/
.words-u {
position: relative;
left: 80px;
}


/*the show menu laptop*/

.toggle-ui {
  margin-left: 100px;
}


/*the dircetion close to burner image */

.content-close-section {
  margin-left: 105px;
}






/*the news code */

.news-border {
  float: left;
}

.news-section {
  margin-left: 100px;
}






/*purple code section */

.plus-min {
  float: left;
  margin-left: 200px;
}

.plus-min h1 {
 color: white;
 margin-bottom: 30px;
}

.plus-min i {
  width: 60px;
}



/* burner picture codes  */

.hero-banner {

  margin-top: 55px;
}




    
/* new code for the footer e*/

.footer-contact {
  float: left;
  width: 20%;
  margin-left: 120px;
}

.social-icon {
  margin-left: 130px;
}

.footer-logo {
  margin-left: 400px;
}



.f-secon {
 
  height:95vh;
}

.footer-assio {
  float: left;
  margin-left: 100px;
}




.footer-last-section-div {
  margin-top: 50px;
}


.list-foot ul {
  display: flex;

}

.list-foot a {
 margin-inline: 10px;
}




/*image for news*/

.ne img {
  margin-left: 130px;
}





/*section form */



.contact-form, .offices {
  
  width: 60%;
  
}

.contact-main {
  margin-left: -120px;
}




    /* THE MUNU LAPTOP   section */



    .nav-bar .toggle_btn {
    
        display: none;
        
      }


    .dropdown_menu {
     display: table-column;
      margin-top: 30px; 
      right: -1rem;
     
    }
    
    
    
    .dropdown_menu.open{
      height: 630px;
    width: 120%;
   
    }
   /* 
    .dropdown_menu li {
      padding: 0.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
*/

    .dropdown_menu li {
      padding: 10px 90px; /* Adjust padding */
      font-size: 18px;
      list-style: none;
  }



    .dropdown-item a {
      display: block;
      padding: 8px 0px ;
     font-size: 28px;
      text-decoration: underline;
      width: 60%;
      text-decoration: none;
      font-weight: 600;
      
    }


    .dropdown-item {
        display: none;
    }


  
    .submenu li {
     margin-top: -22px;
     margin-bottom: -22px;
     text-align: left;
     
    }
  
    .submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #444;
      color: white;
      min-width: 150px;


    }

    
  
/*
    .dropdown-item:hover .submenu  {
      display: contents;
      text-align: center;
    }
  
  
    */
    
  
  

    


    .slider-container {
      
      margin-top: 50px;
    }












  




/*
    .dropdown-item {
      position: relative;
    }
  
  
  
    .dropdown-item a {
      display: inline;
      padding: 8px 0px ;
  
      color: black;
     font-size: 18px;
      text-decoration: underline;
      width: 60%;
      text-decoration: none;
    }
  
    .submenu li {
     margin-top: -22px;
     margin-bottom: -22px;
     text-align: left;
     
    }


*/





 


/*the menu list */

.country-container button {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  background-color: gainsboro ;
  color: blue;
  
  border: 1px solid gainsboro ;
  cursor: pointer;
  margin-bottom: 0px;
  position: relative;
  bottom: 40px;
  left: 290px;
}




.country-container select {
  width: 110%;
  padding: 10px 0;
   border: 0.5px solid gainsboro ;
   font-size: 18px;
   color: rgb(91, 89, 89);
   outline: auto;
  margin-left: 20px;
}




    .step-head i {
     
      left: 420px
       
    }

/*the work foredin workers*/

.work-h1 h1 {
  margin-left: 300px;
}


/*the application*/




/*the second one of the immigraation page  */










/*employment details */
/* the immigration and citzenship  codes  */







/* socila laptop*/

.hide-laptop {
  display: none;
}



/* the index fetures list  */




    /* socila media logo */

.socisl-class9 {
  margin-left: 100px;
   margin-bottom: 50px;
}


    /*the funding page second secton */
.find h1 {
  color: rgb(83, 80, 80);
  font-size: 23px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 85px;
  margin-top: 50px;
  }
  
  .find h2 {
    color:black;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 85px;
   
    }
  
    .find p {
      color:rgb(86, 82, 82);
      font-size: 23px;
      font-family: Arial, Helvetica, sans-serif;
      padding-left: 85px;
      margin-top: 20px;
     
      }
  
    
    
      .mail-border {
        padding-left: 42px;
        margin-top: 50px;
        width: 100%;
      }
  
    .mail-border a {
      background-color:#537191 ;
      border: 3px solid #537191;
      color: white;
      width: 400%;
      padding: 20px 0px;
      font-size: 18px;
      text-decoration: underline;
      padding-right: 200px;
      
    }

    
    .section-border {
      
      margin-right: 1080px;

  }
  
    
   
    
    
    
    
    
   
    
    
    
    
    
    
    
    
    
    
    

     /*the job ending*/

     .another-sector {
      
     position: relative;
     z-index: 999;
     right: 25px;
    }

    .another-sector span {
      

      margin-left: 73px;
       left: 30px;
    }
   



    .formular {
      display: inline-flex;
     margin-left: 100px;
    }

    .another-button button {
      margin-left: 100px;
    }


    .formular-2 {
      display: inline-flex;
     gap: 50px;
    }

    .formular-3 {
      display: inline-flex;
      
    }

    .formular-3 li:nth-child(2)
     { margin-left: 130px; }

   
  
     .formular-3 li:nth-child(3)
     { margin-left: 195px; }


     .formular-3 li:nth-child(4)
     { margin-left: 145px; }


    


    .formular p:first-child {
      color: red;
    }




    /* formulr for section - 22*/

    .request-div-2 h1 {
      position: relative;
      z-index: 10px;
      top: 80px;
      left: 25px;
    }

    
    
.second-request-2 {
 margin-left: 100px;
}

    .formular-2-2 {
      float: left;
       margin-inline: 18px;
       margin-top: 80px;
    }

.formular-6 {
  display: inline-flex;

}

.formular-6 img {
  margin-left: 200px;
  width: 120%;
  height: 40vh;
}

.request-div-2 a {
  font-size: 20px;
  font-weight: 500;
}




    .formular-3-4 {
      display: inline-flex;
      
    }

    .formular-3-4 {
      display: inline-flex;
      
    }

    .formular-3-4 li:nth-child(2)
     { margin-left: 12px; }

   
  
     .formular-3-4 li:nth-child(3)
     { margin-left:  12px; }


     .formular-3-4 li:nth-child(4)
     { margin-left:  -5px; }


    


    .formular p:first-child {
      color: red;
    }


    /* the end of formular */
    

  .a-b p {
    
  margin-top: 10px;
   padding-left: 9px;
  
    }

    .a-b a {
    
   
       padding-left: 9px;
      
        }




        /*the features list laptop codes */
      

        .main-feature {
          display: none;
        }



        /* the index fetures list  */


        
         
    
    
    
    
    /*  the section close to the menu list*/
  
.section-div {
 
  margin-top: 10px;
  background-image: url(https://talentmingleagency.com/wp-content/uploads/2025/02/3dith-fo-768x284.jpg);
  height: 50vh;
  background-position:  center;
  background-size: cover;
  
}



    




.canada-div {
  pointer-events: none; /* Makes it non-interactive */
}








.laptop-style {
 margin-left: 120px;
 padding-top: 100px;
}


.canada-div {
  background-color: #26374a;
  padding: 40px 0px;
  width: 35%;
  padding-left: 9px;
  flex-grow: 1; /* Allows it to take up space without overlapping */
  z-index: 10;
}






.red-rule {
 border: 3px solid rgb(141, 53, 53);
 width: 15%;
 margin: 10px 0;
}
    
    
    
.second-request {
  background-color: whitesmoke;
  padding: 40px 0;


}

.request ul {
  list-style: none;

}

.request a {
  
  font-size: 18px;
  text-decoration: underline;
  padding-left: 9px;
}

.request a:hover {
  color: blue;
}



.request a:visited {
  color: purple;
}

.request li {
 
  margin: 10px 0;
  list-style: none;
}




.request-div h1 {
  color: black;
  font-family: 'Noto Sans', sans-serif;
  font-size: 19px;
  padding-left: 9px;
} 

.request-div {
  margin-left: 100px;
  
}





    
    





    
    
    
    #hero img {
     height: 50vh;
     width: 100%;
     margin-top: 50px;
    
    }


    
       


   
    .search-container input {
    
 
  }
  
  

  
  
*/






    
    /* phone own*/

.footer-section {
  
   display: none;
   
}




.list-class a {
    display: none;
}

.list-class li  {
    display: none;
     
}

.list-class ul li a {
   
}

.list-class {
    display: none;
}

.footer-rule {
    display: none;
   
}







footer p {
  
margin-bottom: -180px;
margin-left: 90px;
    
}











.footer-container h1 {
    display: none;
}


.footer-below {
    display: none;
  }
  


.second-list a {
    display: none;

}

.second-list li:nth-child(2) a, 
.second-list li:nth-child(3) a {
    display: none;
}


.footer-image {
    display: none;
   
  }
  
  
  .footer-image img {
    display: none;
    
  }















/*
    .dropdown-item:hover .submenu  {
      display: contents;
      text-align: center;
    }
  
  
    */
    
  
  }


  
  


  
  @media (min-width: 600px) {
    #hero img {
     height: 50vh;
     width: 100%;
    margin-top: 50px;
    
    }
  
  
  header {
    background-color: white;
       margin-bottom: -40px; 
  }

  
  
}

  
  

/*codes for respnsive for phone */


@media (max-width: 590px) {
 
  
/*side bar */
.sidebar {
  display: none;
}




  .traning-move img {
    display: none;
  }
  

}
  
  
  
  
  @media (max-width: 576px) {
  
/* image slide*/

    .hero-content {
      
     margin-top: -250px;
    }







/*the up new navbar */




.new-container {
    display: none;
  }













    /*application*/

    .image-application img {
      display: none;
    }
    

  .dropdown_menu {
    
    left: -10rem;
  
  }



  .dropdown_menu.open{
   
    width: 200%;
    
  }







  .language {
    position: static;
  }

 
   
    .language a {
        text-transform: uppercase;
        color: black;
        text-decoration: none;
        position: relative;
        left: 190px;
        font-size: 14px;
        
      }
   
  

/*footer styles for latop for phone   */


.laptop-class a {
   display: none;
  }


  .laptop-section {
    display: none;
  }


  .laptop-class {
    display: none;
  }
   .clearfix {
    clear: both;
   }

   .laptop-foot h1 {
    display: none;
   }





   /* for the laptop ending fotter*/

   .second-list-2 a {
    display: none;
}

.second-list-2 li:nth-child(2) a, 
.second-list-2 li:nth-child(3) a {
    display: none;
}

.footer-below-2 {
    display: none;
}

.second-list-2 ul {
    display: none;
}

.footer-image-2 {
    display: none;
}

.footer-image-2 img {
    display: none;
}








  
  .nav-bar ul {
    display: none;
  }
  
  /* mobile for up div */
  .up {
    float: left;
     width: 20%;
     margin-left: 12px;
  }
  .clearfix {
    clear: both;
  }
  
  .up a {
    width: 10px;
    padding: 5px 6px;
    text-align: center;
    
  }

  .up h4 {
 margin-right: -60px;
    
    
  }

  
  /*  hero image  */
  
  
  #hero img {
    height: 50vh;
    width: 100%;
    margin-top: 50px;
  }
  
  
  
  
  #hero p {
    padding-bottom: 70px;
   
   }
  
  
  
  
  .case {
    flex: 1 1 100%; /* 1 column on small screens */
  }
  
  
  
  .label-head input {
    width: 150%;
  
  }
  
  
  
  .label-number input {
    width: 150%;
     
  }
  
  


h1 {
  margin-bottom: 20px;
  color: white;
}




  
  }