/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.main-menu ul, .site-slider ul, ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-small, .item-large, .product-item .item-thumb {
  overflow: hidden;
}
.item-small img, .item-large img, .product-item .item-thumb img {
  width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  background: #fff;
  border: 1px solid #fff;
  padding: 7px 10px;
  width: 60%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
  outline: none !important;
}
form .button {
  background: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
  text-transform: uppercase;
}
form .button:focus, form .button:active {
  outline: none !important;
}
form .button.yellow {
  background: #e7af2a;
  color: #fff;
  border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

body {
  font: 13px/21px "Open Sans", Arial, sans-serif;
  color: #838383;
  background-color: white;
}

a {
  color: #26b864;
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #f5a200;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  border-top: 1px solid #e1e6e9;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title:before {
  content: '';
  width: 180px;
  height: 3px;
  background: url(../images/t-left.png) no-repeat center;
  margin-bottom: 10px;
  margin-right: 15px;
  display: inline-block;
}
.section-title:after {
  content: '';
  width: 180px;
  height: 3px;
  background: url(../images/t-right.png) no-repeat center;
  margin-bottom: 10px;
  margin-left: 15px;
  display: inline-block;
}

.bigger-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 1.6;
}

html,
body {
  scroll-behavior: smooth;
}

/* ==========================================================================
   HEADER STYLING
   ========================================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.header-top {
  padding: 15px 0;
}

.header-content {
  align-items: center;
  margin: 0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  height: 60px;
}

.brand-logo {
  margin: 0;
  font-size: 1.8em;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #26b864 0%, #1f8a4d 100%);
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

/* MOBILE MENU TOGGLE */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-top: 10px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
  display: block;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* MAIN NAVIGATION */
.main-navigation {
  text-align: right;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  display: block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-menu a:hover {
  background-color: rgba(38, 184, 100, 0.3);
  color: #26b864;
  border-radius: 3px;
}

.cta-nav a.phone-cta {
  background-color: #26b864;
  color: white;
  border-radius: 5px;
  padding: 12px 18px;
  font-weight: 700;
}

.cta-nav a.phone-cta:hover {
  background-color: #1f8a4d;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(38, 184, 100, 0.3);
}

/* ==========================================================================
   HERO SLIDER SECTION
   ========================================================================== */
/* Remove BxSlider wrapper interference */
.bx-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bx-wrapper img {
  opacity: 1 !important;
  filter: none !important;
}
.hero-slider-section {
  margin-top: 60px;
  position: relative;
  overflow: visible;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-item {
  position: relative;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  display: none;
}

.slider-item:first-child {
  display: block;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.slide-text {
  animation: slideInUp 0.8s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 550px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slide-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-slide-primary,
.btn-slide-secondary {
  text-decoration: none;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.btn-slide-primary {
  background-color: #26b864;
  color: white;
}

.btn-slide-primary:hover {
  background-color: #1f8a4d;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(38, 184, 100, 0.4);
}

.btn-slide-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.btn-slide-secondary:hover {
  background-color: white;
  color: #26b864;
  transform: translateY(-3px);
}

/* SLIDER CONTROLS */
.slider-controls {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.slider-prev,
.slider-next {
  width: 50px;
  height: 50px;
  background-color: rgba(38, 184, 100, 0.9);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-prev:hover,
.slider-next:hover {
  background-color: #26b864;
  transform: scale(1.1);
}

/* THUMBNAIL SECTION */
.thumbnail-section {
  background-color: #1a1a1a;
  padding: 30px 0;
  border-top: 1px solid #333;
  position: relative;
  z-index: 5;
}

.thumbnail-wrapper {
  overflow-x: auto;
  padding: 10px 0;
}

.pager-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.thumb-item {
  position: relative;
  width: 140px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.thumb-item:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.thumb-item.active {
  border: 3px solid #26b864;
  box-shadow: 0 0 15px rgba(38, 184, 100, 0.5);
}

.thumb-item .thumb-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  padding: 10px 8px 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.thumb-item:hover .thumb-label,
.thumb-item.active .thumb-label {
  opacity: 1;
}

/* ==========================================================================
   SLIDER IMAGE STYLES
   ========================================================================== */
#services {
  padding-top: 160px;
  margin-top: -60px;
}

.service-item {
  padding-bottom: 40px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.service-item h3 {
  font-size: 18px;
  font-weight: 600;
}
.service-item .service-icon {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 113px;
  display: block;
}
.service-item .service-icon.first {
  background-image: url(../images/service-first.png);
}
.service-item .service-icon.second {
  background-image: url(../images/service-second.png);
}
.service-item .service-icon.third {
  background-image: url(../images/service-third.png);
}
.service-item .service-icon.fourth {
  background-image: url(../images/service-fourth.png);
}

/* ==========================================================================
    Promotion Styling
   ========================================================================== */
.item-small {
  padding: 20px;
  background-color: #26b864;
  color: white;
  text-align: center;
}
.item-small h4 {
  color: white;
  line-height: 24px;
  margin: 20px 0 0 0;
}

.item-large .item-header {
  margin: 30px 0;
}
.item-large .item-header h2 {
  margin: 0;
}
.item-large .item-header span i {
  display: inline-block;
  font-size: 18px;
  color: #e7d323;
  margin-left: 3px;
}
.item-large .item-header span i:first-child {
  margin-left: 10px;
}

/* ==========================================================================
    Products Styling
   ========================================================================== */
.product-item {
  margin-bottom: 30px;
}
.product-item .item-thumb {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  position: relative;
  z-index: 95;
}
.product-item .item-thumb .note {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  color: #444444;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  z-index: 96;
}
.product-item .item-thumb .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #26b864;
  padding: 20px;
  z-index: 97;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-item .item-thumb .overlay .overlay-inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-item .item-thumb .overlay .overlay-inner a.view-detail {
  position: relative;
  margin-top: 45%;
  display: block;
  background: url(../images/active-state.png) no-repeat;
  background-position: center 20px;
  padding-bottom: 30px;
  color: #26b864;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.product-item .item-thumb:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-item h3 {
  margin: 15px 0 12px 0;
  font-size: 18px;
  font-weight: 600;
}
.product-item span {
  font-size: 14px;
}
.product-item span em {
  font-weight: 700;
  font-style: normal;
}
.product-item span em.price {
  color: #26b864;
}
.product-item span em.text-muted {
  color: #a3a7aa;
  text-decoration: line-through;
  font-weight: 600;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
#map {
  width: 100%;
  height: 380px;
  outline: 0;
  border: 0;
}

input, textarea {
  margin-bottom: 30px;
  background-color: #f6f7f8;
  padding: 14px;
  font-size: 14px;
  color: #838383;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #b5c1c9;
  width: 100%;
}

.contact-form textarea {
  height: 130px;
}

input.button {
  display: inline-block;
  width: auto;
  background: url(../images/active-state.png) no-repeat;
  background-position: center bottom;
  color: #26b864;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 27px;
  border: 0;
}

.site-footer {
  margin-top: 0;
  background-color: #26b864;
  color: white;
  padding: 25px 0;
}
.site-footer a {
  color: white;
}
.site-footer span {
  margin-top: 12px;
  display: block;
}

ul.social {
  text-align: right;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

/*------------------------------------------------------
	CTA BUTTON STYLES
--------------------------------------------------------*/
a.cta-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #26b864;
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 3px;
  transition: all 200ms ease-in;
  font-size: 16px;
  letter-spacing: 0.5px;
}

a.cta-button:hover {
  background-color: #f5a200;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------
	CONTACT INFO STYLES
--------------------------------------------------------*/
.contact-info {
  padding: 30px;
  background-color: #f6f7f8;
  border-left: 4px solid #26b864;
}

.contact-info h3 {
  margin-top: 0;
  color: #26b864;
}

.contact-info p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.contact-info a {
  color: #26b864;
  font-weight: 600;
}

/*------------------------------------------------------
	FAQ STYLES
--------------------------------------------------------*/
.faq-section {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e6e9;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-question {
  color: #26b864;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.faq-answer {
  color: #838383;
  line-height: 1.8;
  margin: 0;
}

/*------------------------------------------------------
	SERVICE AREA LIST STYLES
--------------------------------------------------------*/
.service-area-list {
  background-color: #f6f7f8;
  padding: 30px;
  border-radius: 3px;
  margin-top: 30px;
}

.service-area-list p {
  margin: 0;
  color: #838383;
  line-height: 1.8;
  font-size: 14px;
}

/*------------------------------------------------------
	DETAILED SERVICES SECTION STYLES
--------------------------------------------------------*/
#detailed-services {
  padding-top: 60px;
  margin-top: 0;
}

#detailed-services .row {
  margin-bottom: 80px;
  align-items: center;
}

#detailed-services h2 {
  color: #26b864;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

#detailed-services p {
  color: #838383;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 14px;
}

#detailed-services ul {
  color: #838383;
  margin: 20px 0;
  padding-left: 20px;
  list-style: disc;
}

#detailed-services li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}

#detailed-services img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in;
}

#detailed-services img:hover {
  transform: scale(1.02);
}

/*------------------------------------------------------
	CTA SECTION STYLES
--------------------------------------------------------*/
.cta-section {
  background-color: #26b864;
  padding: 50px 0;
  margin: 60px 0;
  text-align: center;
}

.cta-section h2 {
  color: white;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-section a.cta-button {
  background-color: white;
  color: #26b864 !important;
  font-weight: 700;
  padding: 15px 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-section a.cta-button:hover {
  background-color: #f0f0f0;
  color: #26b864 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-section[style*="#f5a200"] a.cta-button {
  color: #f5a200 !important;
}

.cta-section[style*="#f5a200"] a.cta-button:hover {
  color: #f5a200 !important;
}

/*------------------------------------------------------
	ABOUT US SECTION STYLES
--------------------------------------------------------*/
#about-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

#about-us h2 {
  color: #26b864;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

#about-us p {
  color: #838383;
  line-height: 1.8;
  font-size: 14px;
}

#about-us img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.about-cta-row {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #e1e6e9;
}

.about-cta-button {
  display: inline-block !important;
  background: linear-gradient(135deg, #26b864 0%, #1f8a4d 100%);
  color: white !important;
  padding: 18px 45px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(38, 184, 100, 0.3) !important;
  text-decoration: none !important;
}

.about-cta-button:hover {
  background: linear-gradient(135deg, #1f8a4d 0%, #16653a 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(38, 184, 100, 0.5) !important;
  color: white !important;
}

/*------------------------------------------------------
	SERVICE AREAS LIST STYLES (Enhanced)
--------------------------------------------------------*/
#service-areas .service-area-list {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}

#service-areas .service-area-list > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

#service-areas .service-area-list > div > div {
  padding: 12px;
  background-color: white;
  border-left: 3px solid #26b864;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #838383;
  font-weight: 500;
}

#service-areas .service-area-list > div > div:hover {
  box-shadow: 0 3px 8px rgba(38, 184, 100, 0.15);
  transform: translateX(3px);
}

#service-areas .service-area-list > div > div span {
  color: #26b864;
  font-weight: 600;
  margin-right: 6px;
}

/*------------------------------------------------------
	FAQ ACCORDION STYLES
--------------------------------------------------------*/
.accordion-item {
  background: white;
  border: 1px solid #e1e6e9;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 2px 8px rgba(38, 184, 100, 0.1);
}

.accordion-item h2 a {
  display: block;
  padding: 18px 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  color: #26b864;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.accordion-item h2 a:hover {
  background-color: #f9f9f9;
}

.accordion-item .collapse.show + div,
.collapse.in {
  display: block;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.accordion-header {
  margin: 0;
  border-bottom: 1px solid #e1e6e9;
}

.accordion-button {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  color: #26b864;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #f0f8f3;
  color: #26b864;
  box-shadow: none;
  border-color: #e1e6e9;
}

.accordion-button:hover {
  background-color: #f9f9f9;
}

.accordion-collapse {
  transition: all 0.3s ease;
}

.accordion-body {
  padding: 20px;
  color: #838383;
  line-height: 1.8;
  background-color: #fafbfc;
  font-size: 14px;
}

/*------------------------------------------------------
	CONTACT SECTION MODERN STYLES
--------------------------------------------------------*/
#contact {
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

#contact .contact-info {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------
	FOOTER MODERN STYLES
--------------------------------------------------------*/
/*------------------------------------------------------
	NEW FOOTER STYLES
--------------------------------------------------------*/
.new-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  margin-top: 0;
  margin-bottom: -60px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 60px 20px 40px 20px;
}

.footer-column h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-column p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 12px 0;
}

.footer-column a {
  color: #26b864;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-column a:hover {
  color: #1f8a4d;
}

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

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-column ul li a:hover {
  color: #26b864;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 25px 20px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.3px;
}

/*------------------------------------------------------
	CTA SECTION VARIANTS
--------------------------------------------------------*/
.cta-section.cta-green {
  background-color: #26b864;
  padding: 50px 0;
  margin: 60px 0;
  text-align: center;
}

.cta-heading {
  color: white;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.cta-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 30px;
}

.cta-button-white-green {
  background-color: white !important;
  color: #26b864 !important;
}

.cta-button-white-green:hover {
  background-color: #f0f0f0 !important;
}

/*------------------------------------------------------
	ABOUT US SECTION INLINE STYLES
--------------------------------------------------------*/
#about-us.content-section {
  background-color: transparent;
}

.about-intro-text {
  color: #838383;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.about-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.about-content h2 {
  color: #26b864;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-content p {
  color: #838383;
  line-height: 1.8;
  margin-bottom: 15px;
}

.why-choose-box {
  background-color: #f0f8f3;
  padding: 20px;
  border-left: 4px solid #26b864;
  margin-top: 25px;
  border-radius: 3px;
}

.why-choose-box h4 {
  color: #26b864;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-box ul {
  color: #838383;
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.why-choose-box li {
  margin-bottom: 8px;
}

/*------------------------------------------------------
	SERVICE AREAS SECTION
--------------------------------------------------------*/
#service-areas .section-intro {
  color: #838383;
  font-size: 16px;
  margin-bottom: 40px;
}

.service-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.service-list-item {
  padding: 12px;
  background-color: white;
  border-left: 3px solid #26b864;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #838383;
  font-weight: 500;
}

.service-list-item:hover {
  box-shadow: 0 3px 8px rgba(38, 184, 100, 0.15);
  transform: translateX(3px);
}

.service-list-item .check-mark {
  color: #26b864;
  font-weight: 600;
  margin-right: 6px;
}

/*------------------------------------------------------
	CONTACT SECTION MODERN
--------------------------------------------------------*/
#contact.content-section {
  background: transparent;
}

.contact-map-wrapper {
  margin-bottom: 30px;
}

.contact-map-wrapper iframe {
  border-radius: 8px;
  border: none;
}

.contact-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  height: 100%;
}

.contact-card h3 {
  color: #26b864;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-field {
  margin-bottom: 25px;
}

.contact-field-label {
  color: #26b864;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-field-value {
  color: #838383;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}

.contact-field-value.large {
  font-size: 18px;
}

.contact-field-value a {
  color: #26b864;
  text-decoration: none;
  font-weight: 600;
}

.contact-field-value a:hover {
  text-decoration: underline;
}

.contact-divider {
  border-top: 1px solid #e1e6e9;
  padding-top: 25px;
  margin-top: 25px;
}

.contact-description {
  color: #838383;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/*------------------------------------------------------
	DETAILED SERVICES SECTION
--------------------------------------------------------*/
.detailed-service-row {
  margin-bottom: 80px;
  align-items: center;
  display: flex;
  gap: 40px;
}

.detailed-service-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

.detailed-service-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.detailed-service-image.image-left {
  padding-right: 0;
}

.detailed-service-image.image-right {
  padding-left: 0;
  order: 2;
}

.detailed-service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.detailed-service-content.content-right {
  order: 1;
  padding-left: 0;
}

.detailed-service-content h2 {
  color: #26b864;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.detailed-service-content p {
  color: #838383;
  line-height: 1.8;
  margin-bottom: 15px;
}

.detailed-service-content ul {
  color: #838383;
  margin: 20px 0;
  padding-left: 20px;
  list-style: disc;
}

.detailed-service-content li {
  margin-bottom: 10px;
}

/*------------------------------------------------------
	FAQ ACCORDION ENHANCED
--------------------------------------------------------*/
.faq-container {
  margin: 0 auto;
}

.faq-accordion-item h2 {
  margin: 0;
  border-bottom: 1px solid #e1e6e9;
}

.faq-accordion-link {
  display: block;
  padding: 18px 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  color: #26b864;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-accordion-link:hover {
  background-color: #f9f9f9;
}

.faq-accordion-content {
  padding: 20px;
  color: #838383;
  line-height: 1.8;
  background-color: #fafbfc;
  font-size: 14px;
}

/*------------------------------------------------------
	SERVICE ICONS
--------------------------------------------------------*/
.service-icon-emoji {
  font-size: 48px;
  color: #26b864;
  display: block;
  margin-bottom: 15px;
}

/*------------------------------------------------------
	SLIDER IMAGE STYLES
--------------------------------------------------------*/
.site-slider {
  padding-top: 102px;
}

.site-slider img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------------
	DETAILED SERVICES IMAGES
--------------------------------------------------------*/
.detailed-service-image img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/*------------------------------------------------------
	ABOUT SECTION IMAGES
--------------------------------------------------------*/
.about-image-wrapper img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/*------------------------------------------------------
	RESPONSIVE STYLES
--------------------------------------------------------*/
@media (max-width: 991px) {
  .nav-menu {
    gap: 0;
  }

  .nav-menu a {
    padding: 10px 12px;
    font-size: 12px;
  }

  .cta-nav a.phone-cta {
    padding: 10px 12px;
  }

  .slider-item {
    min-height: 400px;
  }

  .slide-title {
    font-size: 32px;
  }

  .slide-description {
    font-size: 14px;
  }

  .btn-slide-primary,
  .btn-slide-secondary {
    padding: 12px 25px;
    font-size: 13px;
  }

  .slider-controls {
    right: 15px;
  }

  .slider-prev,
  .slider-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .thumbnail-section {
    padding: 20px 0;
  }

  .pager-thumbnails {
    gap: 10px;
  }

  .thumb-item {
    width: 120px;
    height: 85px;
  }
}

@media (max-width: 767px) {
  .main-header {
    padding: 10px 0;
  }

  .brand-logo {
    font-size: 1.3em;
    padding: 8px 15px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    width: 100%;
  }

  .main-navigation.active {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  .nav-menu a {
    padding: 15px 20px;
    border-bottom: 1px solid #333;
  }

  .cta-nav {
    background-color: #26b864;
  }

  .hero-slider-section {
    margin-top: 60px;
  }

  .slider-item {
    min-height: 280px;
  }

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

  .slide-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .btn-slide-primary,
  .btn-slide-secondary {
    padding: 10px 18px;
    font-size: 12px;
  }

  .slide-cta-group {
    gap: 10px;
  }

  .slider-prev,
  .slider-next {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .col-md-7 {
    width: 100%;
  }

  .slide-text {
    width: 100%;
  }

  .thumbnail-section {
    padding: 15px 0;
  }

  .pager-thumbnails {
    gap: 8px;
  }

  .thumb-item {
    width: 100px;
    height: 70px;
  }

  .thumb-label {
    font-size: 10px;
  }

  #detailed-services .row {
    margin-bottom: 60px;
  }

  #detailed-services h2 {
    font-size: 24px;
  }

  #detailed-services .col-md-6 {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .detailed-service-row {
    flex-direction: column;
    gap: 30px;
  }

  .detailed-service-image,
  .detailed-service-image.image-right {
    min-height: 300px;
    order: auto;
    padding: 0 !important;
  }

  .detailed-service-content,
  .detailed-service-content.content-right {
    order: auto;
    padding: 0 !important;
  }

  .cta-section {
    padding: 40px 20px;
    margin: 40px 0;
  }

  .cta-section h2 {
    font-size: 22px;
  }

  #about-us .col-md-6 {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  #about-us h2 {
    font-size: 24px;
  }

  .about-image-wrapper {
    min-height: 300px;
  }

  #service-areas .service-area-list > div {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }

  .accordion-button {
    padding: 15px 15px;
    font-size: 14px;
  }

  .accordion-body {
    padding: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 15px 25px 15px;
  }

  .footer-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    padding: 20px 15px;
  }

  .footer-bottom p {
    font-size: 11px;
  }
}