/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* .slick-track.ha-slick-slide.slick-slide.slick-cloned.slick-active {
	width:200px !important; 
} */

	.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    filter: none !important;
}

img.ha-slick-img {
	height:200px;
}
.ha-slick-title {
    text-align: center;
}

.pum-container .pum-content>:first-child {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

 .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
    background-color: transparent;
    color: #000000;
}

 .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:hover {
    background-color: transparent;
    color: #000000;
}


.pum-theme-3797 .pum-container, .pum-theme-default-theme .pum-container {
    padding-bottom: 0px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-3003 .elementor-element.elementor-element-303652fb {
       width: 100%; 
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-3003 .elementor-element.elementor-element-5640449 {
        --width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-3003 .elementor-element.elementor-element-1cbb0f67 {
        --width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-3003 .elementor-element.elementor-element-664ab3a7 {
        --width: 100%;
    }
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 0px;
}

.what-we-do {
  font-family: poppins;
  background: #fff;
  text-align: center;
  padding: 40px 20px;
}

.section-title1 {
  font-size: 32px;
  color: #000;
  margin-bottom: 50px;
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-left: 5px solid #2ecc71;
  padding: 20px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  transition: transform 0.3s;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-5px);
}

.card p {
  margin: 0;
  color: #333;
  font-size: 16px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .card {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 80%;
    margin-bottom: 15px;
  }

  .card p {
    font-size: 15px;
  }
}


.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 85px;
    width: 85px;
}


.about-section {
  font-family: "Poppins", sans-serif;
  color: #333;
  padding: 20px 20px;
  margin: auto;
  line-height: 1.6;
}


.section-title {
  text-align: center;
  font-size: 32px;
  color: #006837;
}

.section-title span {
  color: #27ae60;
}

.section-divider {
  height: 3px;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  width: 0px;
  border: none;
  margin-left:auto;
	margin-right:auto;
	align-items:center
}


.about-section p {
  font-size: 16px;
  text-align: justify;
}

.about-section blockquote {
  border-left: 4px solid #2ecc71;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  background: #f9f9f9;
  color: #444;
}


.product-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 15px;
}

.product-table th {
  background: #27ae60;
  color: #fff;
  padding: 12px 10px;
  text-align: left;
}

.product-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.product-table tr:nth-child(even) {
  background: #f9f9f9;
}

.highlights {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.highlights li {
  margin-bottom: 10px;
  font-size: 15.5px;
}

.core-values {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.core-values div {
  flex: 1;
  min-width: 220px;
  background: #f8fff8;
  border-left: 4px solid #27ae60;
  padding: 12px 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .product-table th, .product-table td {
    font-size: 14px;
  }

  .core-values {
    flex-direction: column;
  }
	
	img.ha-slick-img {
	height:100px;
}


.vision-mission-section {
  font-family: "Poppins", sans-serif;
  color: #333;
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
  line-height: 1.7;
}


.section-title {
  text-align: center;
  font-size: 32px;
  color: #006837;
  font-weight: 600;
  margin-bottom: 25px;
}

.section-title span {
  color: #27ae60;
}

.section-divider {
  height: 3px;
  width: 0px;
  border: none;
  margin: 20px auto 40px;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
}


.vision-quote {
  border-left: 4px solid #2ecc71;
  background: #f9f9f9;
  padding: 20px 25px;
  font-style: italic;
  color: #444;
  margin: 25px 0;
  font-size: 16px;
}


.vision-mission-section h3 {
  font-size: 24px;
  color: #020101;
  margin-top: 40px;
  margin-bottom: 15px;
}

.mission-intro {
  margin-bottom: 25px;
  color: #444;
}

.mission-list {
  background: #f8fff8;
  border: 1px solid #e0f5e0;
  border-radius: 8px;
  padding: 25px 30px;
  list-style: none;
  font-size: 15px;
  margin-bottom: 30px;
}

.mission-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.mission-list li::before {
  content: "✔";
  color: #27ae60;
  position: absolute;
  left: 0;
  top: 0;
}


.centered-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #020101;
}

.centered-text {
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}

.core-values {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 15px;
}

.core-values div {
  flex: 1;
  min-width: 200px;
  background: #f8fff8;
  border-left: 4px solid #27ae60;
  padding: 15px 20px;
  border-radius: 8px;
}

.closing-text {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  color: #444;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .vision-mission-section h3 {
    font-size: 20px;
  }

  .core-values {
    flex-direction: column;
  }

  .mission-list {
    padding: 20px;
  }
}

.md-message-section {
  font-family: "Poppins", sans-serif;
  color: #444;
  padding: 60px 20px;
  background: #fff;
}

.md-message-section .section-title {
  text-align: center;
  color: #006837;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.md-message-section .section-title span {
  color: #27ae60;
}

.section-divider {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  width: 0px;
  margin: 20px auto 40px;
}

.sub-title {
  color: #020101;
  font-size: 24px;
  margin: 40px 0 15px;
}

.md-message-section p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 20px;
}

.info-box {
  background: #f8fff8;
  border: 1px solid #e0f5e0;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.info-box h4 {
  color: #006837;
  border-bottom: 1px solid #d0e0d0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.styled-list {
  list-style: none;
  padding-left: 0;
}

.styled-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.styled-list li::before {
  content: "✔";
  color: #27ae60;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote {
  border-left: 4px solid #2ecc71;
  background: #f9f9f9;
  padding: 20px 25px;
  font-style: italic;
  font-size: 16px;
  color: #444;
  margin: 25px 0;
}

.careers-section {
  font-family: "Poppins", sans-serif;
  color: #333;
  padding: 60px 20px;
  margin: auto;
  line-height: 1.7;
  background: #fff;
}

.careers-section .section-title {
  text-align: center;
  font-size: 32px;
  color: #006837;
  font-weight: 600;
}

.careers-section .section-title span {
  color: #27ae60;
}

.careers-section .section-divider {
  height: 0px;
  width: 0px;
  border: none;
  margin: 20px auto 40px;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
}

.intro-text {
  font-size: 16px;
  text-align: center;
  color: #444;
	line-height:1.4rem;
  max-width: 800px;
  margin: 0 auto 30px;
}

.sub-title {
  text-align: center;
  color: #020101;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.centered-text {
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}

.career-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.career-card {
  flex: 1;
  min-width: 250px;
  background: #f8fff8;
  border-left: 4px solid #27ae60;
  padding: 20px;
  border-radius: 8px;
}

.career-card h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

.career-card p {
  color: #333;
  font-size: 15px;
  margin: 0;
}

.career-quote {
  border-left: 4px solid #2ecc71;
  background: #f9f9f9;
  padding: 20px 25px;
  margin: 40px 0;
  font-style: italic;
  color: #444;
  font-size: 16px;
  text-align: center;
}

.apply-box {
  background: #fff;
  border: 1px solid #e0f5e0;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
  text-align: center;
}

.apply-box h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.apply-box p {
  color: #333;
  margin-bottom: 25px;
	line-height:2em;
}

.contact-info a {
  color: #27ae60;
  text-decoration: none;
	line-height:2em;
}

.note {
  color: #444;
  font-style: italic;
}

@media (max-width: 768px) {
  .career-grid {
    flex-direction: column;
  }

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

  .sub-title {
    font-size: 20px;
  }
}
textarea {
    overflow: auto;
    outline: 0;
    height: 100px;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    filter: none;
}

.profile-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
}

.profile-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;       
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
    text-align: center;
}

.profile-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
	  margin-left: auto;
    margin-right: auto;
    border-radius: 50%; 
    margin-bottom: 15px;
}

.profile-card h6 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.profile-card .title {
    margin: 0;
    font-weight: 300;
    color: #555;
}

.profile-content {
    flex: 1;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .profile-container {
        flex-direction: row;       
        align-items: flex-start;
    }
    .profile-card {
        flex: 0 0 250px;         
    }
    .profile-content {
        flex: 1;                  
    }
}

.highlights li {
    margin-bottom: 1px;
    font-size: 15.5px;
}

.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 2px;
}
.mission-list {
    background: #f8fff8;
    border: 1px solid #e0f5e0;
    border-radius: 8px;
    padding: 25px 30px;
    list-style: none;
    font-size: 15px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.entry-content p {
    margin-bottom: 1em;
}
.sub-title {
    text-align: center;
    color: #020101;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}



.slick-slide img {
    display: block; 
    background-color: #fff;
    padding: 20px; 
}
.ha-carousel .slick-next, .ha-slider .slick-next {
    right: -30px;
}
.ha-carousel .slick-prev, .ha-slider .slick-prev {
    left: -30px;
}



.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: left;
    padding-right: 100px;
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
        padding-right: 0px;
    }
}
@media (max-width: 544px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 40px;
    }
}

.widget {
    margin: 0 0 0.6em 0;
}
	

	
	
	
	
	
	
	