@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Header Styles */
.header {
  background-color: #001c3d;
  color: white;
  padding: 15px 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-container h1{
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.nav-link {
position: relative;
padding: 0.75rem 1.5rem;
margin: 0.5rem;
font-weight: bold;
background-color: white;
color: #0c1225;
border: 1px solid #ddd;
text-align: center;
transition: all 0.3s ease-in-out;
box-shadow: 2px 4px #0c1225;
transform: skewX(-2deg);
}

.nav-link:hover,
.nav-link.active {
background-color: #0c1225;
color: white !important;
}

.nav-link:hover {
box-shadow: 2px 4px #0c1225;
}

/* Logo Section Styles */
.logo-wrapper {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  position: relative;
  height: 400px;
}

.logo-wrapper a{
    text-decoration: none;
}

.center-logo-box {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.center-logo-box img {
  max-width: 90%;
  max-height: 90%;
  padding: 10px;
}

.logo-box {
  width: 130px;
  height: 130px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

.logo-box img {
  max-width: 90%;
  max-height: 90%;
}

.top-left-logo {
  top: 2px;
  left: 50%;
  margin-left: -210px;
}

.top-right-logo {
  top: 2px;
  right: 50%;
  margin-right: -210px;
}

.bottom-left-logo {
  bottom: 2px;
  left: 50%;
  margin-left: -210px;
}

.bottom-right-logo {
  bottom: 2px;
  right: 50%;
  margin-right: -210px;
}

/* Technology Section Styles */
.tech-section {
  font-family: "Anton", sans-serif;
  background-color: #0f172a;
  color: #22c55e;
  padding: 145px 0;
  position: relative;
  overflow: hidden;
}

.tech-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.sustainable-text {
  position: absolute;
  left: 0;
  top: 90%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: left top;
  font-size: 17px;
  font-weight: bold;
  color: #ddd;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}

.tech-text {
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: 10px;
  text-align: left;
}

.tech-text span {
  display: block;
}

.tech-image {
  position: absolute;
  right: -355px;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  max-width: 800px;
}

.tech-image img {
  width: 100%;
  height: auto;
}

/* General Section Styles */
.section-title {
  text-align: center;
  margin: 40px 0 20px;
  font-weight: bold;
  color: #1f2937;
  font-size: 28px;
}

.member-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}

.member-logos img {
  height: 140px;
  width: auto;
  object-fit: contain;
}

/* Experience Section Styles */
.experience-section {
  padding: 80px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.experience-section h2 {
  color: #be123c;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

.experience-section .p {
  font-size: 20px;
  font-weight: 600;
  color: #228254;
  text-align: center;
  margin-bottom: 30px;
}

.experience-section p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #10182E;
  margin-bottom: 20px;
}

.founder-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.carousel {
  overflow: hidden;
}

.carousel-inner {
  width: 100%;
}

.carousel-item {
  padding: 20px 0;
}

.carousel-item div {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 10px;
}

.carousel-item div::-webkit-scrollbar {
  display: none;
}

.carousel-item img {
  height: 140px;
  width: auto;
  object-fit: contain;
  margin: 0 25px;
  flex-shrink: 0;
}

.client-carousel .client-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  object-fit: contain;
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-carousel .client-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.client-carousel .section-title {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.concern-title {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
}
.divider {
  width: 300px;
  height: 4px;
  background-color: #c3002f;
  margin: 10px auto 30px;
}

.concern-logo-container {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.8);
}

.concern-logo-img {
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.concern-company-name {
  color: #007f4f;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.concern-description {
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}
.concern-features {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.concern-features .col-md-4 {
  min-width: 200px;
  flex-grow: 1;
}

.concern-feature-box {
  text-align: center;
  padding: 20px;
}
.concern-feature-icon {
  font-size: 32px;
  color: #007f4f;
}
.concern-feature-title {
  font-weight: bold;
  margin-top: 10px;
}
.concern-feature-subtitle {
  font-size: 14px;
  color: #555;
}

.services-section {
  background-color: #0c1b3a;
  color: white;
  padding: 60px 20px;
}

.services-section .service-features {
  display: flex;
  justify-content: center; /* center all columns */
  text-align: center;
}

.services-section h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.services-section .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center; /* center contents inside each column */
}

.services-section .icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  text-align: center;
}

.service-features {
  justify-content: center;
}

.services-section .icon-text img {
  width: 40px;
  height: 40px;
}

.contact-section {
  background-color: white;
  padding: 60px 20px;
}
.contact-section h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.office-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.text-green {
  color: #009900;
}

/* Footer Styles */
.footer {
  background-color: #001c3d;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.footer p {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a {
  color: white;
  font-size: 24px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #22c55e;
}

.industry-banner-section {
    background-color: #001c3d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.agri-section img {
    width: 165px;
    height: 165px;
    border-radius: 20px;
    object-fit: cover;
}

.agri-section p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.section img {
    width: 100%;
}

.section h3 {
    font-weight: 700;
}

.highlight {
    color: #d49c00;
    font-weight: bold;
}

/* GOLD SECTION CUSTOM STYLE */
.gold-section {
    align-items: center;
}

.gold-section .gold-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.gold-section .gold-images img {
    margin-bottom: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.gold-section p{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

/* software SECTION CUSTOM STYLE */
.soft-section {
    align-items: center;
}

.soft-section .soft-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.soft-section .soft-images img {
    margin-bottom: 20px;
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.soft-section p{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.contactus-form-box {
    max-width: 850px;
    margin: 60px auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.15); /* Darker shadow */
    border-radius: 8px;
}

.contactus-title-small {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
}

.contactus-title-main {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #001c3d;
    margin-bottom: 30px;
}

.contactus-input,
.contactus-textarea,
.contactus-file {
    background-color: #f9f7ff;
    border: none;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.contactus-input:focus,
.contactus-textarea:focus,
.contactus-file:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 28, 61, 0.2);
}

.contactus-btn {
    width: 300px; /* Fixed width */
    background-color: #e60023;
    border: none;
    padding: 12px;
    color: white;
    font-weight: 600;
    border-radius: 25px;
    margin: 10px auto 0;
    display: block; /* Centering */
    transition: background 0.3s ease;
}

.contactus-btn:hover {
    background-color: #001c3d;
}

.contactus-footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
}

.contactus-footer h5 {
    font-weight: 700;
    color: #001c3d;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contactus-footer h6 {
    font-weight: 700;
    color: #28a745;
    margin-bottom: 15px;
}

.contactus-footer p {
    margin: 0;
    color: #333;
}

.career-hero {
  height: 800px;
  position: relative;
}

.career-hero-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.career-title {
  font-size: 3rem;
}

/* Content Section */
.career-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Categories */
.career-categories ul li {
  margin-bottom: 0.5rem;
}

/* General Section */
.aboutus-section {
    background-color: #f9f9f9;
}

/* Experience Text */
.aboutus-subtitle {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 1rem;
}

.aboutus-description {
    max-width: 800px;
    margin: auto;
    color: #555;
    line-height: 1.8;
}

/* Team Logos */
.aboutus-logo {
    height: 100px;
    object-fit: contain;
}

/* Section Headings */
.aboutus-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Team Cards */
.aboutus-card {
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.aboutus-card-img {
    border-radius: 12px;
    margin-bottom: 10px;
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.aboutus-chairman-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 10px;
}

.aboutus-card-body h6 {
    font-weight: 600;
    color: #333;
}

.aboutus-card-body small {
    color: #666;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .top-left-logo, .bottom-left-logo {
    margin-left: -280px;
  }
  .top-right-logo, .bottom-right-logo {
    margin-right: -280px;
  }
}

@media (max-width: 992px) {
  .tech-text {
    font-size: 52px;
  }

  .top-left-logo, .bottom-left-logo {
    margin-left: -230px;
  }
  .top-right-logo, .bottom-right-logo {
    margin-right: -230px;
  }

  .center-logo-box {
    width: 180px;
    height: 180px;
  }

  .logo-box {
    width: 120px;
    height: 120px;
  }

  .carousel-item img {
    height: 120px;
    margin: 0 15px;
  }

  .member-logos img {
    height: 120px;
  }
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    width: 100%;
  }

  .sustainable-text {
    position: relative;
    transform: none;
    transform-origin: initial;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    white-space: normal;
    text-align: center;
  }

  .tech-content {
    align-items: center;
    text-align: center;
  }

  .tech-text {
    font-size: 42px;
    line-height: 44px;
  }

  .tech-image {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
  }

  .top-left-logo, .bottom-left-logo {
    margin-left: -180px;
  }
  .top-right-logo, .bottom-right-logo {
    margin-right: -180px;
  }

  .logo-wrapper {
    height: 350px;
    margin: 60px 0;
  }

  .center-logo-box {
    width: 160px;
    height: 160px;
  }

  .logo-box {
    width: 100px;
    height: 100px;
  }

  .experience-section h2 {
    font-size: 32px;
  }

  .carousel-item img {
    height: 100px;
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
  .tech-text {
    font-size: 32px;
  }

  .top-left-logo, .bottom-left-logo {
    margin-left: -140px;
  }
  .top-right-logo, .bottom-right-logo {
    margin-right: -140px;
  }

  .logo-wrapper {
    height: 300px;
    margin: 40px 0;
  }

  .center-logo-box {
    width: 140px;
    height: 140px;
  }

  .logo-box {
    width: 80px;
    height: 80px;
  }

  .carousel-item img {
    height: 80px;
    margin: 0 8px;
  }

  .member-logos {
    gap: 15px;
  }

  .member-logos img {
    height: 80px;
  }

  .section-title {
    font-size: 24px;
  }

  .aboutus-card {
    max-width: 90%;
    margin: 0 auto;
  }

  .aboutus-card-img, .aboutus-chairman-img {
    width: 100%;
    height: auto;
  }
}
