body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    background-color: #2d6a4f;
  }
  

 
 /*
 
  .menu-icon {
    font-size: 30px;
    padding: 20px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1100;
  }
  

 .gov {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 42px;
  margin-left: 8px;
 }

 .gov-2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
 }

*/

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #003366; /* deep blue or customize */
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; /* logo left, icon right */
  padding: 0 20px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.colo .topbar {

  background-color: #2d6a4f;
}



/* Ensure content below doesn’t hide behind the fixed bar */
.governor {
  padding-top: 70px; /* equal or more than .topbar height */
 
}

.menu-icon {
  font-size: 50px;
  cursor: pointer;
  color: white;
  margin-right: 75px;
  font-weight: bold;
 
}

.gov {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 0;
  margin-right: 200px;
}


.fifi-ca {
    margin-top: 10px;
    margin-inline: 5px;
}



 


  .sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #2d6a4f;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1000;
    padding-top: 20px;
  }
  
  .sidebar.open {
    left: 0;
  }
  
  .sidebar-header {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
  
  }
  
  .close-btn {
    font-size: 44px;
    cursor: pointer;
    color: white;
    font-weight: bold;
  }
  
  .menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .menu li {
    padding: 15px 20px;
    cursor: pointer;
  }
  
  .menu li a {
    text-decoration: none;
    color: white;
    display: block;
    font-weight: bold;
  }
  
  .menu li.active {
    color: #af4c0f;
    border-bottom: 4px solid #af4c0f;
    background-color: #af4c0f;
  }
  
  .menu li.active a {
    color: white;
  }
  
  .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: bold;
  }


  .dropdown-toggle span {
    
  color: #af4c0f;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  }
    
   





  
  .dropdown-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
  }
  
  .dropdown-menu li {
    padding: 10px 0;
  }
  
  .dropdown.open .dropdown-menu {
    display: block;
  }



  @media screen and (min-width: 460px) and (max-width: 702px) {
    .menu-icon {
      font-size: 50px;
     
    }
  
    .gov {
      font-size: 20px;
      margin-right: auto;
    }
  
    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 16px;
   
    }



  }
  
/*Sidebar with Slide-in Animation*/

  .cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: #2d3941;
    box-shadow: -3px 0 8px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 999;
  }
  
  .cart-sidebar.open {
    right: 0;
  }
  
  .cart-header, .cart-footer {
    padding: 16px;
    background: #2d3941;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .cart-content {
    padding: 16px;
    flex-grow: 1;
    overflow-y: auto;
  }


  .cart-footer button {
    background: #af4c0f;;
  }

  .ruler-1 {
    border: 2px solid white;
    width: 100%;
    margin-top: 0px;
    align-content: left;
  }

  #cart-close {
    font-size: 40px;
  }
  
  





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

/*

.shit9  {
  margin-left: 120px;
}
*/


.shit9 {
  
  margin-left: 0px;

}



.bord li a  {
 background-color: white;
 color: black;
 border: 2px solid white;
 padding: 20px 30px;
 border-radius: 8px 8px;
}

.bord li a:hover   {
    background-color: #2d3941;
    color: white;
   }







@media (max-width: 699px) {

  .shit9 {
    display: none;
  
  }
 
  
    
  }



.topbar {
  background: #2d6a4f;
  border-bottom: 1px solid #2d3941; 
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: -1px;
}

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

/* Main nav bar */
.main-nav {
  background: #2d6a4f;
  padding: 0 30px;
  border-bottom: 1px solid #2d3941;
}

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

.nav-menu li {
  position: relative;
  
}

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

}


.fa-shopping-cart {
    color: white;
    font-size: 20px;
    margin-left: 100px;
    font-weight: bold;
}

.nav-menu li:hover > a {
   
}

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








/*banner codes */




.hero {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  min-height: 10vh;
  gap: 20px;
}

.hero-content {
  flex: 1;
  max-width: 550px;
}

.hero-content h5 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #d3d3d3;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #d3d3d3;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.btn-primary {
  background: #fff;
  color: #0f1b2d;
  border: none;
}

.btn-primary:hover {
  background: #f4f4f4;
}

.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #0f1b2d;
}

/* Right image */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: -20px;
}






/* Responsive */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }


  


}


@media (max-width: 700px) {

  .hero-image img {

    margin-top: -30px;
  }



  


}













/*the codes for css 

.slider-section {
  padding: 40px;
  background-color: #2b2b2b;
  position: relative;
  text-align: center;
}

.slider-text p {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: white;
  color: #2b2b2b;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  max-width: 1000px;
}

.slide {
  min-width: 300px;
  position: relative;
  margin: 0 10px;
}

.slide img {
  width: 100%;
  border-radius: 4px;
}

.caption {
  background: rgba(200, 0, 0, 0.8);
  color: white;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
}

.nav {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

*/


.slider-section {
  padding: 50px;
  background-color: #2b2b2b;
  background: linear-gradient(135deg, #2e2c2c 0%, #1e1e1e 100%);
  text-align: center;
}

.slider-text p {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 15px;
  line-height: 1.8;
  color: white;
}

.read-more {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: white;
  color: #2b2b2b;
}

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

.carousel-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: max-content;
}

.slide {
  min-width: 300px;
  margin: 0 10px;
  position: relative;
}

.slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

.caption {
  background: rgba(200, 0, 0, 0.8);
  color: white;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}



.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}


.slider-text h1 {
  color: white;
}


/* Hide by default */
.social-icons {
  display: none;
}


@media screen and (max-width: 599px) {
  .nav-button {
    background-color: rgba(0, 0, 0, 0.5); /* ensure it's not full-width */
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 50%;
    top: 45%; /* better vertical alignment */
    transform: translateY(-50%);
  }

  .nav-button.prev {
    left: 5px; /* make sure it's aligned left */
    right: auto;
  }

  .nav-button.next {
    right: 5px; /* make sure it's aligned right */
    left: auto;
  }

  .carousel {
    padding: 0 10px;
  }
}
















/* Show only when screen width is 800px or more */
@media (min-width: 800px) {
  .social-icons {
    display: flex;
    position: fixed;
    top: 40%;
    right: 10px;
    flex-direction: column;
    gap: 15px;
    z-index: 20;
  }

  .social-icons a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }

  .social-icons a img:hover {
    transform: scale(1.1);
  }
}







/*codes for big image background */


.big-container {
  background-image: url(/images/design\ kicthen\ .jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigg {
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: for better text contrast */
  padding: 2rem;
  border-radius: 12px;
}


@media (min-width: 768px) {
  .bigg {
    max-width: 600px;
    padding: 3rem;
  }

  .bigg h1 {
    font-size: 2.5rem;
  }

  .bigg h2 {
    font-size: 1.5rem;
  }
}

/* Large devices (desktops and up) */
@media (min-width: 1024px) {
  .bigg {
    max-width: 800px;
  }

  .bigg h1 {
    font-size: 3rem;
  }

  .bigg h2 {
    font-size: 2rem;
  }

  .btn-outline {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}



/*the icons codews */
.myIconSlider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
  gap: 1rem;
  padding-top: 70px;
  padding-bottom: 70px;
}

.myIconSlider::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.myIconSlider .iconhead {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
}

.myIconSlider .iconhead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Larger screens: show all icons centered */
@media (min-width: 768px) {
  .myIconSlider {
    justify-content: center;
    overflow: visible;
    gap: 2rem;
  }
  .myIconSlider .iconhead {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1024px) {
  .myIconSlider .iconhead {
    width: 120px;
    height: 120px;
  }
}

.clearfix { clear: both; }
.line-divider-2 {
  margin: 2rem 0;
  height: 2px;
  background-color: #eee;
}


.clearfix {
  clear: both;
}










  /*advisory codes */

  .return-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #2979ff;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  }
  
  .return-top:hover {
    background-color: #1c54b2;
  }



   /* Banner */
   .hero {
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.4)),
                url("/images/ForeignWorkers_1366x768.jpg") no-repeat center center/cover;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
  }

  .hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .hero p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
  }

  .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    border-radius: 6px;
    background: #e63946;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
  }

  .btn:hover {
    background: #b91c1c;
  }

  /* Section Styling */
  section {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
  }

  section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #222;
  }





  /* Benefits */
  .benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    text-align: center;
  }

  .benefit {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .benefit i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #e63946;
  }

  /* Job Listings */
  .jobs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .job-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }




  .job-card h3 {
    margin-top: 0;
    color: #e63946;
  }

  .job-card p {
    font-size: 14px;
    margin: 8px 0;
  }

  .apply-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #1d3557;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
  }

  .apply-btn:hover {
    background: #457b9d;
  }

  @media (max-width: 768px) {
    .hero h1 { font-size: 32px; }
    .hero p { font-size: 16px; }
  }



/*the best hereo codes */


:root{
  --bg1:#0f172a;
  --bg2:#1e293b;
  --ink:#f8fafc;
  --muted:#cbd5e1;
  --accent:#e11d48;
}



    /* Centered max-width container */
    .promo-container{
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      gap: clamp(1.25rem, 2.5vw, 2rem);
    }

    /* Two-column on larger screens */
    @media (min-width: 900px){
      .promo-container{
        grid-template-columns: 1.1fr 1fr;
        align-items: center;
      }
    }

    /* Copy block */
    .promo-copy{
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      padding: clamp(1rem, 2.5vw, 2rem);
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.25);

    }
    .promo-copy h1{
      margin: 0 0 .6rem 0;
      line-height: 1.1;
      font-size: clamp(1.8rem, 3.5vw, 3rem);
    }
    .promo-copy p{
      margin: 0 0 1rem 0;
      color: var(--muted);
      font-size: clamp(1rem, 1.4vw, 1.125rem);
    }
    .promo-actions{
      margin-top: .75rem;
      display: flex;
      gap: .75rem;
      flex-wrap: wrap;
    }
    .btn{
      appearance: none;
      border: 0;
      border-radius: 999px;
      padding: .75rem 1.1rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      transition: transform .12s ease, box-shadow .12s ease, background .2s ease;
      box-shadow: 0 6px 16px rgba(0,0,0,.25);
    }
    .btn-primary{ background: var(--accent); color: white; }
    .btn-primary:hover{ transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.3); }
    .btn-ghost{ background: transparent; color: var(--ink); border: 1px solid rgba(255,255,255,.2); }
    .btn-ghost:hover{ background: rgba(255,255,255,.06); transform: translateY(-1px); }

    /* Video card */
    .promo-media{
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 20px;
      padding: clamp(.75rem, 1.5vw, 1rem);
      box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    }
    .video-frame{
      position: relative;
      width: 100%;
      border-radius: 14px;
      overflow: hidden;
      background: #000;
      /* use modern aspect-ratio */
      aspect-ratio: 16 / 9;
    }
    .video-frame iframe{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    /* Fallback for older browsers without aspect-ratio */
    @supports not (aspect-ratio: 16/9){
      .video-frame{ height: 0; padding-bottom: 56.25%; }
      .video-frame iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    }



/*block codes*/

    .work-block {
      background: #f9fafb; /* light neutral background */
      padding: clamp(2rem, 4vw, 4rem) 1rem;
    }
  
    .work-container {
      max-width: 900px;
      margin: 0 auto;
      background: #ffffff;
      padding: clamp(1.5rem, 3vw, 2.5rem);
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }
  
    .work-container h2 {
      font-size: clamp(1.8rem, 2.5vw, 2.3rem);
      margin-bottom: 1rem;
      color: #2d3941; /* matches your earlier theme color */
      font-weight: 700;
    }
  
    .work-container p {
      font-size: 1.1rem;
      line-height: 1.65;
      color: #4a4a4a;
      margin-bottom: 1rem;
    }
  
    .work-container p:last-child {
      margin-bottom: 0;
    }


/*the single image codes*/


    .image-block {
      text-align: center;
      padding: 2rem 1rem;
      background: #f9fafb; /* optional background */
    }
  
    .image-container h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      margin-bottom: 1rem;
      color: #2d3941; /* theme color */
    }
  
    .image-container img {
      max-width: 100%;
      height: auto;
      border-radius: 12px; /* optional rounded corners */
      box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* optional shadow */
    }





  
/* computer responsivines */

@media (min-width: 700px) {


.governor {
  display: none;
}


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

  .kig-2 {
    display: none;
  }
  
}






/*phone codes*/


@media (max-width: 576px) {



.kig {
  display: none;
}

.right-header {
  display: none;
}


.nav-strip {
  display: block;
  justify-content: space-around;
  background: #007bff;
  color: white;

}

.nav-strip a {
  display: block;
  text-align: center;
  background-color: #007bff;
  border-top: 1px solid white;
  color: rgb(218, 215, 215);
  font-size: 12px;
   padding: 15px 0;
}



}