:root {
    --primary-color: #4CAF50;
    --secondary-color: #8BC34A;
    --accent-color: #FFC107;
    --text-color: #333;
    --light-color: #f9f9f9;
    --dark-accent: #2E7D32;
}

body, html {
    height: 100%;
    font-family: 'Arial', sans-serif;
    scroll-behavior: smooth;
}
.navbar {
    background-color: transparent !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-brand {
    font-weight: bold;
    color: #FFD700 !important;
    font-size: 1.5rem;
}
.nav-link {
    color: #08e61b !important;
    margin-left: 1rem;
    font-weight: 500;
}
.btn-see-more {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}
.hero-section {
    background-image: url('https://images.unsplash.com/photo-1497888329096-51c27beff665?q=80&w=1471&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}
.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 5rem;
}
.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
}
.btn-solar {
    background-color: #FFD700;
    color: #333;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 30px;
}
.need-it-section {
    margin-top: 3rem;
}
.need-it-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #FFFFFF;
}
.tab-group {
    display: flex;
    gap: 2rem;
}
.tab {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.tab.active {
    border-bottom-color: #FFD700;
}
.offcanvas {
    background-color: #1a1a1a;
    transition: transform 0.3s ease-in-out;
}
.offcanvas-header {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-title {
    color: #FFD700;
    font-weight: bold;
    font-size: 2rem;
}
.offcanvas-body {
    padding: 1.5rem;
}
.offcanvas .nav-link {
    color: #fdfafa !important;
    font-size: 1.2rem;
    padding: 1rem 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.offcanvas .nav-link:hover {
    color: #ffe600 !important;
    transform: translateX(10px);
}
.offcanvas .nav-link i {
    margin-right: 1rem;
    font-size: 1.4rem;
}
.offcanvas .btn-see-more {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}
.offcanvas .btn-see-more:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}
.offcanvas-footer {
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.social-icons a {
    color: #FFFFFF;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #00ffaa;
}
.menu-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.menu-icon span:nth-child(1) { top: 0px; }
.menu-icon span:nth-child(2) { top: 8px; }
.menu-icon span:nth-child(3) { top: 16px; }
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
.menu-icon.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .navbar {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}
/* Features section */
.features {
  padding: 80px 20px; /* Added side padding for smaller screens */
  background-color: var(--light-color);
  min-height: 100vh; /* Used min-height instead of height to allow flexibility */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #E0F1FF;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px; /* Adjusted for better scaling on small screens */
  color: #4CE066;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Adjusts dynamically */
  gap: 20px;
}

.feature-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px; /* Adjusted padding for better spacing */
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon {
  background-color: var(--secondary-color);
  color: white;
  width: 60px; /* Adjusted size for better responsiveness */
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .features {
      padding: 60px 15px;
  }
  
  .section-title h2 {
      font-size: 28px;
  }

  .feature-icon {
      width: 55px;
      height: 55px;
      font-size: 22px;
  }

  .feature-card {
      padding: 20px;
  }
}

@media (max-width: 768px) {
  .features {
      padding: 50px 10px;
  }

  .features-grid {
      grid-template-columns: 1fr; /* Stack cards in a single column */
  }

  .section-title h2 {
      font-size: 26px;
  }

  .feature-icon {
      width: 50px;
      height: 50px;
      font-size: 20px;
  }
}

@media (max-width: 480px) {
  .features {
      padding: 40px 10px;
  }

  .section-title h2 {
      font-size: 24px;
  }

  .feature-card {
      padding: 15px;
  }

  .feature-icon {
      width: 45px;
      height: 45px;
      font-size: 18px;
  }
}

/* this is the about us section */

* {
    font-family: Nunito, sans-serif;
  }
  
  .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #0848c7;
     background-image: linear-gradient(to bottom, #e0f1ff, #c2f0ff, #a0f0fb, #84efe7, #7becc8, #8bebb6, #9de8a5, #b0e595, #c4e79b, #d5e8a3, #e4ebad, #f0edb8);
    /* this is the backgorund for about section */
    background-position-x: initial;
    background-position-y: initial;
    background-size: cover;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
  }
  
  .responsive-container-block.Container {
    max-width: 800px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 150px;
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: auto;
    background-color:#ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .text-blk.heading {
    font-size: 50px;
    line-height: 45px;
    font-weight: 800;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-blk.subHeading {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .socialIcon {
    width: 33px;
    height: 33px;
  }
  
  .social-icons-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  .social-icon {
    margin: 0 50px 0 50px;
  }
  
  .social-icon:hover {
    cursor: pointer;
  }
  @media (min-width:769px){
    h1{
      font-size: 70px;
    }
    .mission-alignment{
      margin-top: 20px;
      font-size: 23px;
      line-height: 40px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 768px) {
    .text-blk.heading {
      font-size: 55px;
      line-height: 65px;
    }
  
    .text-blk.subHeading {
      font-size: 18px;
      line-height: 24px;
    }
  
    .socialIcon {
      width: 20px;
      height: 20px;
    }
  
    .text-blk.subHeading {
      line-height: 27px;
    }
  
    .text-blk.heading {
      font-size: 32px;
      line-height: 40px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
    }
  
    .social-icon {
      margin: 0 25px 0 25px;
    }
  }
  
  @media (max-width: 500px) {
    .responsive-container-block.bigContainer {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .text-blk.heading {
      font-size: 45px;
      line-height: 55px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
    }
  
    .text-blk.subHeading {
      font-size: 14px;
      line-height: 22px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 0px;
    }
  
    .social-icons-container {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
  
    .text-blk.subHeading {
      font-size: 16px;
      line-height: 23px;
    }
  
    .text-blk.heading {
      font-size: 26px;
      line-height: 30px;
    }
  
    .social-icon {
      margin: 0 20px 0 20px;
    }
  }

  /* Products page  */
  * {
    margin: 0;
    padding: 0;
  }
  body {
    
  }
  /* Products Section Styles */
#Projects {
  /* background-image: url(https://dm0qx8t0i9gc9.cloudfront.net/watermarks/image/rDtN98Qoishumwih/eco-friendly-background_zyc-ozTu_SB_PM.jpg); */
  background-color: rgb(241, 238, 195);
  font-family: sans-serif;
  min-height: 100vh;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Root variables for consistent colors */
:root {
  --primary-color: #4CAF50;
  --dark-accent: #2E7D32;
}

.products {
  padding: 40px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #333;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.product-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-10px);
  background-color: #eef3f1;
}

.product-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.product-info p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-price {
  color: var(--dark-accent);
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}

.product-price:before {
  content: '₹';
}

.cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: var(--dark-accent);
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
  .products-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .products-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .section-title h2 {
      font-size: 2rem;
  }
}

@media (max-width: 768px) {
  #Projects {
      padding: 40px 0;
  }
  
  .products {
      padding: 20px 0;
  }
  
  .products-grid {
      gap: 20px;
  }
}

@media (max-width: 576px) {
  .products-grid {
      grid-template-columns: 1fr;
      max-width: 320px;
      margin: 0 auto;
  }
  
  .section-title h2 {
      font-size: 1.8rem;
  }
  
  .product-info h3 {
      font-size: 1.1rem;
  }
}

@media (max-width: 360px) {
  .product-card {
      border-radius: 8px;
  }
  
  .product-image {
      height: 180px;
  }
  
  .product-info {
      padding: 15px;
  }
  
  .cta-button {
      padding: 8px 16px;
      font-size: 0.9rem;
      width: 100%;
      text-align: center;
  }
}
  /* THis is the Contact form section */
  #Contact{
    height: 100vh;
    position: relative;
  }
  
 .contact_us_green * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_green .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    background-image: linear-gradient(to top, #59dcff, #65e2fb, #74e8f7, #84eef3, #94f3ef, #9ff5e8, #abf7e1, #b8f8db, #c5f6cf, #d3f4c5, #e2f1bd, #f0edb8);
    
  }
  
  .contact_us_green input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_green textarea:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_green .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_green .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_green .responsive-container-block.container {
    max-width: 1320px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  
  .contact_us_green .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  
  .contact_us_green .text-blk.contactus-head {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  
  .contact_us_green .text-blk.contactus-subhead {
    max-width: 385px;
    color: #939393;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_green .contact-svg {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 65px;
    height: 40px;
  }
  
  .contact_us_green .social-media-links {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
  }
  
  .contact_us_green .social-svg {
    width: 35px;
    height: 35px;
  }
  
  .contact_us_green .text-box {
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_green .contact-text {
    color: #939393;
  }
  
  .contact_us_green .input {
    height: 50px;
    width: 90%;
    border-top-width: 2.5px;
    border-right-width: 2.5px;
    border-bottom-width: 2.5px;
    border-left-width: 2.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #a2a2a2;
    border-right-color: #a2a2a2;
    border-bottom-color: #a2a2a2;
    border-left-color: #a2a2a2;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  
  .contact_us_green .textinput {
    height: 200px;
    width: 95%;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #a2a2a2;
    border-right-color: #a2a2a2;
    border-bottom-color: #a2a2a2;
    border-left-color: #a2a2a2;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  
  .contact_us_green .submit-btn {
    min-width: 290px;
    height: 60px;
    background-color: #1c3b28;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    cursor: pointer;
  }
  
  .contact_us_green .btn-wrapper {
    display: flex;
    justify-content: center;
  }
  
  .contact_us_green .text-blk.input-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  
  .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact_us_green .head-text-box {
    display: none;
  }
  
  .contact_us_green .line {
    border-right-width: 1.8px;
    border-right-style: solid;
    border-right-color: #a2a2a2;
  }
  
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
/* Mobile responsiveness */
@media (max-width: 1024px) {
  /* Center align the container */
  .contact_us_green .responsive-container-block.container {
    justify-content: center;
  }

  /* Limit the width of the subtitle */
  .contact_us_green .text-blk.contactus-subhead {
    max-width: 90%;
  }

  /* Ensure proper display for the head text box */
  .contact_us_green .head-text-box {
    display: block;
  }

  /* Fix padding for specific cell */
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  /* Border adjustment for the line */
  .contact_us_green .line {
    border-right-width: initial;
    border-right-style: none;
    border-right-color: initial;
    border-bottom-width: 1.8px;
    border-bottom-style: solid;
    border-bottom-color: #a2a2a2;
  }

  /* Margin fixes for specific cell */
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    margin-top: 60px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  /* Flexbox style for bigger containers */
  .contact_us_green .workik-contact-bigbox {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap properly */
    justify-content: center; /* Center align items */
  }

  /* Fix padding for specific cell */
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

/* Tablet responsiveness */
@media (max-width: 768px) {
  /* Hide the text content on smaller screens */
  .contact_us_green .text-content {
    display: none;
  }

  /* Make inputs and text areas take full width */
  .contact_us_green .input,
  .contact_us_green .textinput {
    width: 100%;
  }

  /* Reduce the font size of the heading */
  .contact_us_green .text-blk.contactus-head {
    font-size: 30px;
  }

  /* Adjust the subtitle font size */
  .contact_us_green .text-blk.contactus-subhead {
    font-size: 16px;
    line-height: 23px;
  }
}

/* Mobile responsiveness */
@media (max-width: 500px) {
  /* Adjust bottom margin and padding for smaller screens */
  .contact_us_green .responsive-container-block.big-container {
    margin-bottom: 200px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  /* Make contact big box display as block on mobile */
  .contact_us_green .workik-contact-bigbox {
    display: block;
  }

  /* Adjust font size for input titles */
  .contact_us_green .text-blk.input-title {
    font-size: 16px;
  }

  /* Adjust font size for the main heading */
  .contact_us_green .text-blk.contactus-head {
    font-size: 26px;
  }

  /* Adjust font size and line height for the subtitle */
  .contact_us_green .text-blk.contactus-subhead {
    font-size: 16px;
    line-height: 23px;
  }

  /* Adjust input field height */
  .contact_us_green .input {
    height: 45px;
  }

  /* Adjust margin for specific responsive cell */
  .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin: 0 0 25px 0;
  }
}

  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  /* Adjust widths of columns to prevent overflow */
  .wk-ipadp-1 { width: 8.333333%; }
  .wk-ipadp-2 { width: 16.666667%; }
  .wk-ipadp-3 { width: 25%; }
  .wk-ipadp-4 { width: 33.333333%; }
  .wk-ipadp-5 { width: 41.666667%; }
  .wk-ipadp-6 { width: 50%; }
  .wk-ipadp-7 { width: 58.333333%; }
  .wk-ipadp-8 { width: 66.666667%; }
  .wk-ipadp-9 { width: 75%; }
  .wk-ipadp-10 { width: 83.333333%; }
  .wk-ipadp-11 { width: 91.666667%; }
  .wk-ipadp-12 { width: 100%; }

  /* Ensure proper layout and prevent overflow */
  .responsive-container-block.container {
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box; /* Prevent overflow */
    overflow-wrap: break-word; /* Ensure text and content break correctly */
  }

  .contact_us_green .responsive-cell-block {
    flex-wrap: wrap;  /* Allow wrapping of content */
    width: 100%;      /* Ensure no column is wider than 100% */
    box-sizing: border-box;
  }

  .contact_us_green .responsive-container-block.big-container {
    padding: 0 20px;
  }

  .contact_us_green .line {
    border: none;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .contact_us_green .workik-contact-bigbox {
    display: flex;
    flex-direction: column;  /* Stack the elements vertically */
    width: 100%; /* Make sure it does not overflow */
  }

  /* Prevent items from overflowing */
  .contact_us_green .text-blk, 
  .contact_us_green .text-box, 
  .contact_us_green .submit-btn {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Prevent images/media from overflowing */
  img, video {
    max-width: 100%; /* Ensure images or media don't overflow their container */
    height: auto;
  }
}



@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}
  
  /* This is the Footer Section */
  #footer {
    background-color: #333;
    color: white;
    padding: 60px 20px 20px; /* Added side padding for small screens */
  }
  
  .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    text-align: center; /* Ensures better layout on small screens */
  }
  
  .footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--accent-color);
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: #ccc;
    transition: color 0.3s;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    color: var(--accent-color);
  }
  
  .social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  
  .social-icon {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
  }
  
  .social-icon:hover {
    background-color: var(--accent-color);
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #999;
    font-size: 14px;
  }
  
  /* Responsive styles */
  @media (max-width: 1024px) {
    .footer-content {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
  }
  
  @media (max-width: 768px) {
    .footer{
      background-color: #af0b0bd7;
      margin-top:100vh
    }
    .footer-content {
      grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }
  
    .social-links {
      justify-content: center;
    }
  }
  
  @media (max-width: 480px) {
    #footer {
      padding: 40px 10px 10px; /* Reduce padding on very small screens */
    }
  
    .footer-column h3 {
      font-size: 16px;
    }
  
    .social-icon {
      width: 35px;
      height: 35px;
    }
  
    .footer-bottom {
      font-size: 12px;
    }
  }
  
