


body {
    margin: 0;
     font-family: "Georgia", "Times New Roman", serif;
    overflow-x: hidden;
    background-color: white;
  }
  

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



/* 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:  #0a8f5b;
  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: white;
    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: green;
    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:  #0a8f5b;
    display: block;
    font-weight: bold;
  }
  
  .menu li.active {
    color:  #0a8f5b;
    border-bottom: 4px solid black;
    background-color: black;
  }
  
  .menu li.active a {
    color: white;
  }
  
  .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:  #0a8f5b;
    font-weight: bold;
  }


  .dropdown-toggle span {
    
  color:  #0a8f5b;
  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:  #0a8f5b;
  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:  #0a8f5b;
  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;
  }



 






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



}











 /*new company codes */

/* RESET */

/* MAIN BANNER */
.glasshouse-banner {
  display: flex;
  min-height: 90vh;
  width: 100%;
}

/* IMAGE SIDE */
.glasshouse-image {
  flex: 1;
  overflow: hidden;
}

.glasshouse-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT SIDE */
.glasshouse-content {
  flex: 1;
  background-color: #0a8f5b; /* Bridge Farm Green */
  color: #ffffff;
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BREADCRUMB */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 40px;
  opacity: 0.9;
}

/* HEADING */
.glasshouse-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

/* PARAGRAPH */
.glasshouse-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* BUTTON */
.video-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  transition: all 0.3s ease;
}

.video-btn span {
  font-size: 12px;
}

.video-btn:hover {
  background: #ffffff;
  color: #0a8f5b;
}




@media (max-width: 900px) {
  body {
    margin: 0;
    padding: 0;
  }

  .glasshouse-banner {
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
  }

  .glasshouse-image {
    height: 260px;
  }

  .glasshouse-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
  }

  .glasshouse-content {
    padding: 40px 24px;
  }
}





/* RESET for imqges border */


/* SECTION */
.products-section {
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
}

/* WRAPPER */
.products-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 40px;
}

/* IMAGE */
.products-image {
  flex: 1;
}

.products-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
.products-content {
  flex: 1;
}

.products-content h2 {
  font-size: 42px;
  font-weight: 400;
  color: #666;
  margin-bottom: 16px;
}

/* LINE UNDER TITLE */
.divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-bottom: 32px;
}

/* PARAGRAPH */
.products-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-width: 480px;
  margin-bottom: 40px;
}

/* LINK */
.products-link {
  font-size: 16px;
  color: #0a8f5b;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #0a8f5b;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.products-link span {
  font-size: 18px;
}

.products-link:hover {
  opacity: 0.7;
}


/* flowers images  */

/* SECTION */
.flower-gallery {
  background: #ffffff;
  padding: 80px 0;
}

/* WRAPPER */
.gallery-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 0 40px;
}

/* ITEM */
.gallery-item {
  flex: 1;
  text-align: center;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* HOVER EFFECT (SUBTLE & PREMIUM) */
.gallery-item:hover img {
  transform: scale(1.03);
}

/* TITLE */
.gallery-item h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* FULL WIDTH IMAGE SECTION */
.full-width-image {
  width: 100vw;
  height: 70vh;           /* long but not too tall */
  overflow: hidden;
  margin: 0;
}

/* IMAGE */
.full-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* fills screen without distortion */
  display: block;
}









/* footer codes  */

.footer {
   background:  #0a8f5b;
  color: #fff;
  padding: 40px 20px 20px 20px;
  font-family: "Inter", sans-serif;
  margin-bottom: -40px;
  padding-top: 90px;
  padding-right: 80px;
  padding-left: 80px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;

}

.footer h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
}

.footer p, .footer a {
  color: #f0f0f0;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-map iframe {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 350px;
  height: 220px;
}

/* Footer Links Column */
.footer-links a {
  margin-bottom: 6px;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-map iframe {
    max-width: 100%;
  }

  .footer-links, .footer-info {
    margin-top: 20px;
  }
}












 



.above-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, #fafaf7, #ffffff);
  font-family: "Helvetica Neue", Arial, sans-serif;
}


.above-contianer {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
}


.above-contianer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid #c2b280;
  pointer-events: none;
  transform: translate(10px, 10px);
  opacity: 0.25;
}


.above-contianer p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}


.above-contianer p:first-child {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2f3e34;
}


.above-contianer a {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  background-color: #2f3e34;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
}




.product-accordion {
  max-width: 1100px;
  margin: 4rem auto;
  border-top: 3px solid #d9d9d9;
  font-family: Arial, Helvetica, sans-serif;
}

.accordion-item {
  border-bottom: 3px solid #d9d9d9;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 2rem 1rem;
  font-size: 2rem;
  color: #3e8e5e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::-webkit-details-marker {
  display: none;
}

.arrow {
  width: 16px;
  height: 16px;
  border-right: 3px solid #3e8e5e;
  border-bottom: 3px solid #3e8e5e;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

details[open] .arrow {
  transform: rotate(-135deg);
}

.accordion-content {
  padding: 0 1rem 2rem;
}

.accordion-content img {
  width: 100%;
  margin: 1.5rem 0;
}

.accordion-content p {
  color: #555;
  max-width: 700px;
}







/* about page counting codes  */




.bridge-stats {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.bridge-stats h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  color: #6b6b6b;
  margin-bottom: 80px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 72px;
  font-weight: 700;
  color: #0a8f52;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

.stat-item p {
  font-size: 22px;
  color: #0a8f52;
  line-height: 1.4;
  max-width: 280px;
  margin: 0 auto;
  font-family: Georgia, serif;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bridge-stats h2 {
    font-size: 40px;
  }

  .stat-number {
    font-size: 60px;
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bridge-stats h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .stat-number {
    font-size: 52px;
  }

  .stat-item p {
    font-size: 18px;
  }
}





/* time line codes */

.timeline-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 80px 10%;
  align-items: center;
}

.timeline-content {
  position: relative;
}

.year {
  color: #0a8f4d;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.timeline-line {
  position: relative;
  height: 4px;
  background: #0a8f4d;
  margin: 20px 0;
}

.timeline-dot {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #0a8f4d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.timeline-content p {
  color: #555;
  line-height: 1.7;
  max-width: 520px;
}

.timeline-image img {
  width: 100%;
  height: auto;
  display: block;
}












/* jobs model */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: #fafaf7;
  color: #333;
}

/* Headers */
.careers-header,
.apply-header {
  text-align: center;
  padding: 4rem 1rem;
  background: #2f3e34;
  color: white;
}

.careers-header h1,
.apply-header h1 {
  margin: 0;
  font-size: 2.8rem;
}

/* Jobs list */
.jobs-list {
  max-width: 900px;
  margin: 3rem auto;
}

.job-row {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #2f3e34;
  transition: background 0.2s ease;
}

.job-row:hover {
  background: #eef3ee;
}

.job-row h2 {
  margin: 0;
  font-size: 1.4rem;
}

.job-row span {
  color: #666;
}

/* Apply form */
.apply-form {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
}

.apply-form label {
  display: block;
  margin-bottom: 1.5rem;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  padding: 0.7rem;
  margin-top: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.apply-form button {
  background: #2f3e34;
  color: white;
  border: none;
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
}

.apply-form button:hover {
  background: #4f6b5a;
}






/* map codes */

.contact-locations {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
  display: grid;
  gap: 2.5rem;
  font-family: Arial, Helvetica, sans-serif;
}

.location-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}

.location-info {
  padding: 2.5rem;
}

.location-info h2 {
  margin-top: 0;
  font-size: 1.9rem;
  color: #2f3e34;
}

.location-info p {
  font-size: 1rem;
  color: #444;
  margin: 0.6rem 0;
}

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

  .location-map iframe {
    min-height: 280px;
  }
}








/* news code */


.news-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 15px;
}

.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease, opacity .4s ease;
}

.news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
  opacity: 1;
  transition: opacity .3s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.news-card:hover::after {
  opacity: .8;
}

.news-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}







@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .news-label {
    font-size: 1rem;
  }
}














/* faq sections  */

.faq-section {
  max-width: 1000px;
  margin: 5rem auto;
  padding: 0 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-header h2 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  color: #2f3e34;
}

.faq-header p {
  color: #666;
  font-size: 1.1rem;
}

.faq-container {
  display: grid;
  gap: 1.2rem;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 0.5rem 1.5rem;
  transition: box-shadow 0.3s ease;
}

.faq-item[open] {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.3rem 0;
  color: #2f3e34;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.8rem;
  color: #4f6b5a;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  padding-bottom: 1.4rem;
}







/* video code   */



.video-trust {
  background: #f6f8f5;
  padding: 5rem 1.5rem;
}

.video-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.video-text h2 {
  font-size: 2.6rem;
  color: #2f3e34;
  margin-bottom: 1rem;
}

.video-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.video-note {
  background: #ffffff;
  padding: 1.2rem 1.4rem;
  border-left: 5px solid #4f6b5a;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .video-container {
    grid-template-columns: 1fr;
  }

  .video-text h2 {
    font-size: 2.2rem;
  }
}




/* facebook codes   */



.facebook-trust {
  background: #f6f8f5;
  padding: 5rem 1.5rem;
}

.facebook-box {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.facebook-text h2 {
  font-size: 2.4rem;
  color: #2f3e34;
  margin-bottom: 1rem;
}

.facebook-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.facebook-btn {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.9rem 1.8rem;
  background: #1877f2;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.facebook-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(24,119,242,0.35);
}

.facebook-visual {
  text-align: center;
}

.facebook-icon {
  width: 80px;
  height: 80px;
  background: #1877f2;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.facebook-note {
  font-size: 0.95rem;
  color: #666;
}

@media (max-width: 900px) {
  .facebook-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2.2rem;
  }
}
