*{
    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;
  }



  /* the third nav for all menu */

  /* CSS */
/* Topbar with social links */

.shit9  {
  margin-left: 120px;

}




.topbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 8px 30px;
  display: flex;
  justify-content: flex-end;
}


.social-links a {
  margin-left: 20px;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}

/* Main nav bar */



.main-nav {
  display: none;
}



.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 60px;
}

.nav-menu li {
  position: relative;
  
}

.nav-menu a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;

}

.nav-menu li:hover > a {
  color: #f60;
}

/* Dropdown styling */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #eee;
}

.dropdown-content li a {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Search icon */
.search-icon {
  font-size: 18px;
  padding-left: 5px;
}



  
  
  
  /*  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: #000;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: white;
  
  }



  @media (min-width: 800px) {
    .main-nav {
      display: block; /* or 'flex' if you're using flex layout */
      background: #fff;
      padding: 0 30px;
      border-bottom: 1px solid #ccc;
    }


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

  }
    
  
 

   /*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 {
  display: none;
}



.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: #ff6347;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    
  }

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



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


  @media (min-width: 800px) {
    .new-bass {
      display: block;
      background-color: white;
      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: #ff6347;
      text-decoration: none;
      font-weight: 500;
      font-size: 17px;
    }
  
    .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: #f26522; /*#2E2A5A*/
    height: 180vh;
    
}

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

.line-divider {
    border-bottom: 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: 24px;
  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;
  overflow: hidden;
  margin-top: 25px;
  z-index: 1;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}




.hero-banner .overlay {
  position: relative;
  z-index: 2;
  background: transparent; /* No background 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;

}

 

.overlay {
 background-color: white;
}



.hero-content-1 h1 {
  font-size: 40px;
   position: relative;
   top: 230px;
}

.hero-content-1 p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 310px;
  
  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: 14px;
  font-family: Arial;
  color: black;
   
 }
 
 .close-burnare {
   margin-left: 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;
}


















/*news glace. senction */

.glance-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #333;
  font-family: 'Helvetica Neue', sans-serif;
}

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

.glance-intro {
  max-width: 400px;
  margin-bottom: 40px;
}

.glance-intro h2 {
  font-size: 36px;
  color: #f26101; /* bright orange */
  margin-bottom: 20px;
}

.glance-intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.learn-more {
  color: #f26101;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.learn-more span {
  margin-left: 8px;
  font-size: 18px;
}

.glance-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px 60px;
}

.stat-box h3 {
  color: #f26101;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

.stat-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}

/* career section codes  */


.career-section {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
}

.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
}

.grid-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.grid-item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-item.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.career-text h2,
.project-text h2 {
  font-size: 32px;
  color: #f26101;
  margin-bottom: 20px;
  line-height: 1.2;
}

.project-text small {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-outline {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #f26101;
  color: #f26101;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-outline:hover {
  background-color: #f26101;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .career-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .grid-item.text {
    padding: 30px 20px;
  }

  .career-text h2,
  .project-text h2 {
    font-size: 24px;
  }
}


/* news section codes  */

.news-header h2 {
  color: #f26522;
  font-size: 32px;
  margin-bottom: 10px;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.view-more {
  color: #f26522;
  text-decoration: none;
  font-weight: bold;
}

.slider-container {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.news-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.news-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top: 5px solid #f26522;
}

.news-date {
  color: #f26522;
  font-size: 14px;
  margin: 12px 0 4px;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}

.news-description {
  font-size: 15px;
  color: #555;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
  color: #f26522;
}

.arrow-left {
  left: -10px;
}

.arrow-right {
  right: -10px;
}

@media (max-width: 768px) {
  .news-card {
    flex: 0 0 85%;
  }
}





/* --- brand codes  -------------------------------------------------------- */



.brand-grid {
  width: 100%;
  max-width: 1280px;          /* Keeps it from stretching too wide on big screens */
  margin-inline: auto;        /* Centers the section */
  padding: 4rem 1rem;         /* Top/Bottom breathing space */
}

/* --- GRID LAYOUT -------------------------------------------------------- */
.brand-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* 3 columns */
  row-gap: 5rem;          /* vertical spacing exactly like screenshot */
  column-gap: 6rem;       /* horizontal spacing exactly like screenshot */
  justify-items: center;  /* centers each logo horizontally */
}

/* --- LOGO IMAGES -------------------------------------------------------- */
.brand-grid__item img {
  max-width: 240px;   /* keeps large SVGs under control */
  width: 100%;
  height: auto;
  filter: grayscale(100%);  /* matches the monochrome look */
  opacity: 0.75;            /* subtle fade to get that flat-gray feel */
  transition: opacity .25s ease;
}

.brand-grid__item img:hover {
  opacity: 1;               /* optional rollover */
}

/* --- RESPONSIVE --------------------------------------------------------- */
@media (max-width: 992px) {
  .brand-grid__list {
    column-gap: 3rem;
  }
}

@media (max-width: 768px) {
  .brand-grid__list {
    grid-template-columns: repeat(2, 1fr);   /* stack into 2 columns on tablets */
    row-gap: 4rem;
  }
}

@media (max-width: 480px) {
  .brand-grid__list {
    grid-template-columns: 1fr;              /* single column on phones */
    row-gap: 3rem;
  }
}



/*transport page codes */

.section-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.section-container img {
  flex: 1 1 45%;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}



.section-container h1 {
  color:  #f26522;
  flex: 1 1 45%;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  font-size: 40px;
}

.text-content5 {
  flex: 1 1 45%;
  max-width: 600px;
}

.text-content5 h2 {
  color: #f26522;
  font-size: 28px;
  margin-bottom: 20px;
}

.text-content5 p {
  color: #5a4334;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 16px;
}


.text-content5 ul a {
  color: #000;
  font-size: 17px;
  font-family: Arial;
}

.text-content5  a {
  color:  #f26522;
  font-size: 17px;
  font-family: Arial;
}


.text-content5 ul li {
   margin-top: 15px;
   list-style-type: disc;
   margin-left: 16px;
}



@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
    padding: 20px;
  }

  .text-content, .section-container img {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



/*leader pages codes */


.team-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.team-card {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border: 1px solid #eee;
}

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

.team-card h3 {
  margin-top: 15px;
  color: #e65100;
}

.team-card .role {
  color: #ff5722;
  font-weight: 500;
  margin-bottom: 10px;
}

.bio {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.toggle-btn {
  background: none;
  border: none;
  color: #ff5722;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}



  /*new leader pages codes */
.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.team-member {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.team-member h3 {
  font-size: 20px;
  margin-top: 15px;
  color: #e65400;
}

.team-member .title {
  color: black;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-member .description {
  color: #666;
  line-height: 1.5;
}

.more-text {
  display: none;
}

.read-more-btn {
  margin-top: 10px;
  color: #e65400;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.news-title a  {
  color: #e65400;
  font-size: 20px;
}

.news-date {
    color: #000;
  }
  




/* the histoty codes of page */

.history-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  flex-wrap: wrap;
  background-color: #f9f9f9; /* optional light background */
}

.history-item {
  max-width: 400px;
  flex: 1 1 300px;
  text-align: left;
  color: #4a3b2c; /* dark brownish-gray text */
}

.history-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.history-item p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}




/* the project page codes */

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 40px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.filters select {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
  appearance: none;
  min-width: 180px;
}

.count {
  margin-left: auto;
  font-weight: bold;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  justify-content: center;
}

.project-card {
  width: 320px;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
}

.project-card .meta {
  font-size: 14px;
  color: #bf5700;
  margin-top: 10px;
}

.project-card .title {
  font-size: 20px;
  color: #f37021;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .project-grid {
    flex-direction: column;
    align-items: center;
  }
  .filters {
    flex-direction: column;
    align-items: flex-start;
  }
  .count {
    margin-left: 0;
    margin-top: 10px;
  }
}



/*the frequest uestion */

.faq-container {
  max-width: 1100px;
  border-top: 2px solid #5d4b3e;
  padding-top: 40px;
}

.faq-container h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e0ddd7;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 21px;
  padding: 20px 0;
  cursor: pointer;
  color: #5d4b3e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 18px;
  color: #444;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}





/* job list codes */

.container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}
.filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 250px;
}
.filters input[type="checkbox"] {
  margin-right: 8px;
}
.job-card {
  background: #fff;
  margin: 1rem 0;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.job-card h3 {
  color: #f60;
}
.job-card .meta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #555;
}
.job-card button {
  float: right;
  background-color: white;
  border: 2px solid #f60;
  color: #f60;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}
.layout {
  display: flex;
  gap: 2rem;
}

.apply-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.apply-btn:hover {
  background-color: #0056b3;
}

.job-card {
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #f9f9f9;
}



@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
  .filters {
    width: 100%;
  }
}



/*the nesa page codes*/

.much5 {
  padding: 2rem;
  background-color: #f9f9f9; /* Light background for readability */
}

.much5 div {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.much5 p {
  color: #5a4334;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 16px;
}

section p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section {
    padding: 1rem;
  }

  section div {
    padding: 1rem;
  }

  section p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/*the best of page newes */




.juck-banner {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
}

.juck-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.juck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.juck-content-1 {
  color: #fff;
  text-align: center;
  max-width: 800px;
}

.juck-content-1 h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.juck-content-1 p {
  font-size: 20px;
  line-height: 1.5;
}





/* the contact page codes */

.offices {
  background: #f6f3f1;
  padding: 40px;
  font-family: sans-serif;
  max-width: 600px;
  margin: auto;
}

.offices h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #4d4034;
}

.office-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.office-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0;
  color: #4d4034;
}

.chevron {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.office-details {
  display: none;
  padding: 0 0 10px 0;
  color: #4d4034;
}

.office-item.active .office-details {
  display: block;
}

.office-item.active .chevron {
  transform: rotate(180deg); /* flips arrow */
}




/*the contact form codes*/

.contact-section {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-container {
  padding: 30px;
  background-color: #fff;
}

.form-container h2 {
  color: #e65400;
  margin-bottom: 20px;
  font-size: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 6px;
  font-weight: 600;
}

input, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  resize: none;
  transition: border 0.3s ease;
}

input:focus, textarea:focus {
  border-color: #e65400;
  outline: none;
}

button {
  background-color: #e65400;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #cc4800;
}

.map-container {
  height: 400px;
  width: 100%;
}


/* the apply for job */
.job-section {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.job-details {
  margin-bottom: 30px;
}

.job-details h1 {
  color: #e65400;
  margin-bottom: 10px;
}

.job-details p.description {
  margin-top: 10px;
  line-height: 1.6;
}

.application-form h2 {
  margin-bottom: 20px;
  color: #e65400;
}

form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
}

input, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

input[type="file"] {
  padding: 6px;
}

button {
  background-color: #e65400;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #cc4800;
}

@media (max-width: 600px) {
  .job-section {
    padding: 20px;
  }

  button {
    width: 100%;
  }
}





/*faq questions */

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1rem;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.faq-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #e65400; /* orange title */
  font-weight: 600;
}

.faq-container {
  border-top: 2px solid #e65400;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  padding: 1.2rem 1rem;
  font-size: 1.05rem;
  text-align: left;
  background: #fff3ed;
  color: #333;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: background 0.3s;
  border-left: 4px solid transparent;
}

.faq-question:hover {
  background: #ffe7d9;
  border-left: 4px solid #e65400;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.4rem;
  color: #e65400;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: '-';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-left: 4px solid #e65400;
  border-radius: 0 0 4px 4px;
}

.faq-answer p {
  margin: 1rem 0;
  color: #444;
  line-height: 1.6;
}

.faq-answer.show {
  max-height: 300px;
  padding: 1rem;
}

.faq-answer a {
  color: #8d0404;
}


.faq-answer a:hover {
  color: blue;
}







/*faq questions */

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1rem;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.faq-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #e65400; /* orange title */
  font-weight: 600;
}

.faq-container {
  border-top: 2px solid #e65400;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  padding: 1.2rem 1rem;
  font-size: 1.05rem;
  text-align: left;
  background: #fff3ed;
  color: #333;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: background 0.3s;
  border-left: 4px solid transparent;
}

.faq-question:hover {
  background: #ffe7d9;
  border-left: 4px solid #e65400;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.4rem;
  color: #e65400;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: '-';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-left: 4px solid #e65400;
  border-radius: 0 0 4px 4px;
}

.faq-answer p {
  margin: 1rem 0;
  color: #444;
  line-height: 1.6;
}

.faq-answer.show {
  max-height: 300px;
  padding: 1rem;
}

.faq-answer a {
  color: #8d0404;
}


.faq-answer a:hover {
  color: blue;
}







/*  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;
    }
    





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


/*the show menu laptop*/

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













/* 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:150vh;
}

.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 */



    


    .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 section close to the menu list*/
  






    
    
    
    #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) {
  /*the kick */

  .shit9  {
   display: none;
  }
/* 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;
}




  
  }