@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Noto+Sans+Thai:wght@100..900&family=Varela+Round&display=swap");

:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Noto Sans Thai", serif;
  --nav-font: "Noto Sans Thai", serif;
}

:root {
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #2a2a2a;
  --accent-color: #5c9f24;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.section-body {
  margin-top: 50px;
}
 
.service-card {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  border: none;
}
 
.service-middle-card {
  padding-top: 30px;
  padding-bottom: 27px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  border: none;
}
 
.card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
 
.description {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: 
  color-mix(in srgb, var(--default-color), transparent 25%);
}
 
.service-card,
.service-middle-card {
 
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
}
 
.service-card:hover,
.service-middle-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
 
.service-card:hover i,
.service-middle-card:hover i{
  background: var(--accent-color);
  color: var(--contrast-color);
}
 
.service-card i,
.service-middle-card i{
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
 
 
.service-card:hover i,
.service-middle-card:hover i {
  color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}





/* area of expertise  */
.Area-of-expertise .card-item {
 
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
 
.Area-of-expertise .card-item span {
  color: #5c9f24;
  display: block;
  font-size: 28px;
  font-weight: 700;
}
 
.Area-of-expertise .card-item h4 {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
}
 
.Area-of-expertise .card-item h4 a {
  color: #2a2a2a;
}
 
.Area-of-expertise .card-item p {
  font-size: 15px;
  color: 
  color-mix(in srgb, var(--default-color), transparent 25%);
  margin: 0;
  padding: 0;
}
 
 
.Area-of-expertise .card-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.Area-of-expertise .card-item:hover  .icons i{
  background: var(--accent-color);
  color: var(--contrast-color);
}
 
.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.icons i{
 
 
  width: 60px;
  height: 60px;
 
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
 

/* end of area of expertise  */



/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 82px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 67px;
  }
}



/* header section  start*/
.header {
  --background-color: rgba(0, 0, 0, 0.2);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid #5c9f24;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: #ffffff;
  background: color-mix(in srgb, #5c9f24, transparent 15%);
}

@media (min-width: 350px) and (max-width: 374px) {
  .header .logo h1 {
    font-size: 21px;
    margin: 0;
    font-weight: 700;
    margin-right: 5px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    color: #ffffff;
    font-size: 9px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    border: 2px solid #5c9f24;
  }
}
@media (min-width: 375px) and (max-width: 430px) {
  .header .logo h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    border: 2px solid #5c9f24;
  }
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header {
  --background-color: #000000;
}

a {
  text-decoration: none;
}
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu > ul > li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #5c9f24;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover > a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffffff;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #444444;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: #5c9f24;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #d1d1d1;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #5c9f24, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #5c9f24;
    color: #ffffff;
  }
  .navmenu a {
    color: #000000;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #5c9f24;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #5c9f24;
    color: #ffffff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    /* overflow: hidden; */
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/*--------------------------------------------------------------
#Why  Us
--------------------------------------------------------------*/
.services .service-card {
  height: 100%;
  padding: 30px;
  background: var(--surface-color);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.services .service-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.services .service-card:hover .icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.services .service-card:hover .read-more {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.services .service-card .icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}

.services .service-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.services .service-card p {
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 15px;
  line-height: 1.6;
}

.services .service-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.services .service-card .read-more i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.services .service-card .read-more:hover i {
  transform: translateX(5px);
}

/* header section end */

/* Portfolio Section start */

/* .container-portfolio{
  padding-top: 50px;
}
 
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
 
.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
 
.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: #5c9f24;
}
 
.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}
 
.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}
 
@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}
 
.portfolio .portfolio-item {
  position: relative;
}
 
.portfolio .portfolio-item .portfolio-info {
  background-color: color-mix(in srgb,#ffffff, transparent 10%);
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 15px;
}
 
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}
 
.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, #444444, transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}
 
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, #444444, transparent 30%);
  transition: 0.3s;
  line-height: 0;
}
 
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #5c9f24;
}
 
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
 
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
} */

/* portfolio section end */

/* footer section start */

.footer {
  color: #ffffff;
  background-color: #060606;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, #ffffff, transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: #ffffff;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #ffffff, transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, #ffffff, transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #5c9f24;
  border-color: #5c9f24;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, #ffffff, transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #5c9f24;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, #ffffff, transparent 80%);
  display: flex;
  background-color: #060606;
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: #5c9f24;
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: #060606;
  color: #ffffff;
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: #5c9f24;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
  background: color-mix(in srgb, #5c9f24, transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, #ffffff, transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/* footer section end */

/* faq section start */

.accordion-item {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  font-family: var(--default-font);
}

.accordion {
  max-width: 800px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  .accordion {
    max-width: 800px;
    margin: auto;
  }

  .accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
  }
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-focus-border-color: #fff;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-bg: color-mix(
    in srgb,
    var(--default-color),
    transparent 96%
  );
}

.accordion-button:not(.collapsed) i {
  color: rgb(255, 255, 255) !important;
}
.accordion-item {
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  line-height: 24px;
}

.accordion-button[aria-expanded="true"] {
  color: white;
}

.accordion-body {
  background-color: var(--accent-color);
  color: white;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}

/* faq question section end */

/* team section start */

.team-title {
  margin-top: 0px;
}
.team-icon {
  color: white;
}

.team {
  --default-color: #ffffff;
}

.team .member {
  text-align: center;
  position: relative;
  height: 100%;
}

.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.team .member h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: 0.3s;
  color: var(--default-color);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.member-info-content {
  color: white;
}

/* team section end */

/* contact section start */

.container-contact {
  margin-top: 100px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact .info-item.info-item-borders {
    border-left: 1px solid
      color-mix(in srgb, var(--default-color), transparent 85%);
    border-right: 1px solid
      color-mix(in srgb, var(--default-color), transparent 85%);
  }
}

.contact .php-email-form {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(
    in srgb,
    var(--background-color),
    transparent 50%
  );
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type="submit"] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.panel-group {
  margin: 0;
}

.panel {
  border: none;
  box-shadow: none;
}

.panel-heading {
  padding: 0;
}

/* contact section end */

/* methodolgies */

.why-us .card-item {
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
  text-align: center;
}

.why-us .card-item h4 {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
}

/* Why us section end*/

.insight-img img {
  width: 250px;
  padding-top: 20px;
}

.row {
  justify-content: center;
}

.methodologies-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.card-item button {
  font-size: 20px;
}

.card-item button:hover {
  /* color: #3cff00; */
  text-decoration: underline;
}

/* about section start */

.container-about {
  padding-top: 60px;
}

.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  content: "";
  background: url("./img/about-bg.png") top left;
  background-repeat: no-repeat;
  z-index: 1;
}

.about .about-img img {
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }

  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}

.about .nav-pills {
  border-bottom: 1px solid color-mix(in srgb, #444444, transparent 85%);
}

.about .nav-pills li + li {
  margin-left: 40px;
}

.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
}

.about .nav-link.active {
  color: #5c9f24;
  background: none;
  border-bottom: 3px solid #5c9f24;
}

@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}

.about .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #444444;
}

.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: #5c9f24;
}

/* about section end */

/* stats section start*/

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item i {
  color: #5c9f24;
  display: block;
  font-size: 44px;
  float: left;
  line-height: 0;
}

.stats .stats-item .count {
  color: #2a2a2a;
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-left: 60px;
}

.stats .stats-item p {
  color: color-mix(in srgb, #444444, transparent 40%);
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: var(--heading-font);
  font-size: 14px;
}

/* stats section end */

/* clients section start*/

.clients .client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.client .client-logos img {
  /* padding: 20px 40px; */
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.9; 
  /* filter: grayscale(10); */
}

.client .client-logos img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/* clients section end*/

/* service section start */

.container-service {
  padding-top: 150px;
}

.services .service-item {
  text-align: center;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  cursor: pointer;
}

.services .service-item .icon {
  background-color: #ffffff;
  padding-bottom: 10px;
  color: #5c9f24;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  font-size: 32px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .service-item h3 {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
}

.services .service-item h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .icon {
  box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
}

.services .service-item:hover h3 {
  color: #5c9f24;
}

/* service section end */

/* Why us section start*/

.why-us .card-item {
 
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
 
.why-us .card-item span {
  color: #5c9f24;
  display: block;
  font-size: 28px;
  font-weight: 700;
}
 
.why-us .card-item h4 {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
}
 
.why-us .card-item h4 a {
  color: #2a2a2a;
}
 
.why-us .card-item p {
  font-size: 15px;
  color: 
color-mix(in srgb, var(--default-color), transparent 25%);
  margin: 0;
  padding: 0;
}
 
 
.why-us .card-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Why us section end*/
.why-us .card-item span{
  width: 60px;
  height: 60px;
 
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
 
.why-us .card-item:hover span{
  background: var(--accent-color);
  color: var(--contrast-color);
}

.why-us .card-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.methodologies-heading{
 font-size: 22px;
  font-weight: 700;
}
 
 
.card-item i{
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}
 
.card-item:hover i{
  background: var(--accent-color);
  color: var(--contrast-color);

}
 
.icons-center{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}