html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #ec523f;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

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

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

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 94px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: white;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0 30px;
}

#menu-wrapper .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.logo-wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  margin-right: auto;
}
.logo-wrapper h1 {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-text {
  text-transform: uppercase;
  color: #ec523f;
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #ec523f 0%, #d44a3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(236, 82, 63, 0.1);
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.logo-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ec523f;
  border-radius: 2px 0 0 2px;
}

.logo-text:hover {
  transform: translateX(2px);
}
.logo-wrapper a {
  display: none;
}

.main-menu {
  display: flex;
  align-items: center;
  height: auto;
  padding: 15px 0;
  margin-left: auto;
  flex: 0 0 auto;
  width: auto;
  text-align: right;
}

.main-menu.col-md-10,
.main-menu.col-sm-10 {
  width: auto !important;
  flex: 0 1 auto !important;
}

.logo-wrapper.col-md-2,
.logo-wrapper.col-sm-2 {
  width: auto !important;
  flex: 0 1 auto !important;
}

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

.main-menu ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #444444;
  line-height: 1;
  padding: 8px 0;
  display: block;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}
.main-menu ul li a:hover {
  color: #ec523f;
}
.main-menu ul li.active a {
  border-bottom: 2px solid #ec523f;
  color: #ec523f;
}

.toggle-menu {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  background: #EC523F;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.toggle-menu:hover {
  background: #d44a3a;
}

/*.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #ec523f;
}*/

.flexslider {
  position: relative;
  top: -70px;
  margin: 0;
  padding: 0;
}

.flexslider ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexslider ul.slides li {
  position: relative;
  display: none;
  width: 100%;
  height: 900px;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flexslider ul.slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flexslider ul.slides li:first-child {
  display: block;
}

.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 30px;
}

.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 800;
  border-bottom: 3px solid #ec523f;
  padding-bottom: 15px;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  animation: slideInDown 0.8s ease-out;
}

.flexslider .slider-caption p {
  color: #ffffff;
  font-size: 18px;
  margin: 15px 0 25px 0;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
  animation: slideInUp 0.8s ease-out 0.2s both;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background: linear-gradient(135deg, #ec523f 0%, #d44a3a 100%);
  padding: 14px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #ec523f;
  box-shadow: 0 4px 15px rgba(236, 82, 63, 0.3);
  animation: slideInUp 0.8s ease-out 0.4s both;
}

.flexslider .slider-caption a.slider-btn:hover {
  background: linear-gradient(135deg, #d44a3a 0%, #b93a2a 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(236, 82, 63, 0.5);
}
@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-menu ul li:last-child {
    margin-right: 30px;
  }
}
/* Media queries for responsive styling */
@media screen and (max-width: 991px) {
  .logo-text {
    font-size: 18px;
    letter-spacing: 0.3px;
  }

  .service-item.service-card {
    margin-bottom: 20px;
  }

  .detail-service-img {
    margin-bottom: 30px;
  }

  .main-menu {
    width: 100%;
    padding: 15px 0;
  }

  .toggle-menu {
    margin-left: auto;
  }

  .main-menu ul li {
    margin: 0 15px 0 0;
  }

  .menu-first.show {
    display: flex !important;
  }

  .menu-first {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .main-menu ul li a {
    font-size: 12px;
    padding: 8px 0;
  }

  .main-menu ul li.active a {
    border-bottom: 2px solid #ec523f;
  }

  .main-menu ul li:last-child { 
    margin-right: 0; 
  }
}
@media screen and (max-width: 767px) {
  .main-header {
    top: 0;
  }
  .site-header {
    margin-top: 40px;
  }
  .logo-wrapper {
    float: left;
  }
  .menu-first {
    margin-top: 0;
  }
  .flexslider {
    margin-top: 80px;
  }

  .flexslider ul.slides li {
    height: 650px;
  }

  .flexslider .slider-caption h2 {
    font-size: 28px;
    border-bottom: 2px solid #ec523f;
    padding-bottom: 10px;
  }

  .flexslider .slider-caption p {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }

  .flexslider .slider-caption a.slider-btn {
    padding: 10px 25px;
    font-size: 12px;
  }
}

@media screen and (max-height: 500px) {
  .menu-first.show {
    max-height: 250px;
    padding-right: 15px;
  }
}

.content-section {
  margin-top: 80px;
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-item.service-card {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  transform: translateY(0);
  padding: 110px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.service-item.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(236, 82, 63, 0.2);
}

#service-2.service-card {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
}

#service-3.service-card {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

#service-4.service-card {
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

#service-5.service-card {
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

#service-6.service-card {
  background: linear-gradient(135deg, #ec523f 0%, #c0392b 100%);
}

.service-item .service-icon {
  font-size: 3em;
  padding: 20px 0;
}

.service-item .service-content {
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding: 20px;
}

.service-item .service-content .inner-service {
  padding: 0;
}

.service-item .service-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: white;
  display: block;
  padding-bottom: 10px;
  border-bottom: none;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-item .service-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}

/* FAQ Section Styles */
#faq {
  background-color: #f9f9f9;
}

.faq-item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: white;
  border-left: 4px solid #ec523f;
}

.faq-item h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}

.faq-item p {
  color: #666666;
  margin: 0;
  font-size: .83em;
}

/* Why Us Section */
#why-us h3 {
  font-size: 24px;
  color: #444444;
  margin-bottom: 20px;
}

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

.why-us-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #666666;
  line-height: 1.75;
}

.why-us-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ec523f;
  font-weight: bold;
  font-size: 18px;
}

/* Service Area */
#service-area {
  background-color: #f9f9f9;
}

/* Contact Info Section */
.contact-info-section {
  padding: 40px 20px;
}

.contact-info-section h3 {
  color: #444444;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-info-section p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-info-section a {
  color: #ec523f;
  text-decoration: none;
}

.contact-info-section a:hover {
  color: #444444;
}

/* CTA Sections */
.cta-section {
  padding: 60px 0;
  text-align: center;
  margin: 60px 0;
  border-radius: 8px;
}

.cta-section.cta-dark {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
}

.cta-section.cta-dark h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section.cta-dark p {
  color: #ecf0f1;
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-section.cta-light {
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
  color: #2c3e50;
  border: 2px solid #ec523f;
}

.cta-section.cta-light h3 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section.cta-light p {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-section.cta-accent {
  background: linear-gradient(135deg, #ec523f 0%, #d44a3a 100%);
  color: white;
}

.cta-section.cta-accent h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section.cta-accent p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-section.cta-final {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: white;
}

.cta-section.cta-final h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section.cta-final p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  border: 2px solid #ec523f;
}

.cta-button:hover {
  background-color: transparent;
  border-color: #ec523f;
  color: #ec523f;
  transform: scale(1.05);
}

.cta-dark .cta-button {
  background-color: #ec523f;
  border-color: #ec523f;
}

.cta-dark .cta-button:hover {
  background-color: white;
  color: #ec523f;
}

.cta-light .cta-button-secondary {
  background-color: #ec523f;
  border-color: #ec523f;
  color: white;
}

.cta-light .cta-button-secondary:hover {
  background-color: transparent;
  color: #ec523f;
}

.cta-accent .cta-button {
  background-color: white;
  border-color: white;
  color: #ec523f;
}

.cta-accent .cta-button:hover {
  background-color: transparent;
  color: white;
}

.cta-final .cta-button-large {
  padding: 18px 50px;
  font-size: 16px;
  background-color: white;
  border-color: white;
  color: #1abc9c;
}

.cta-final .cta-button-large:hover {
  background-color: transparent;
  color: white;
}

/* Detailed Services Section */
#detailed-services {
  background-color: #f9f9f9;
  padding: 80px 0;
}

#detailed-services .heading-section {
  margin-bottom: 50px;
}

.service-details-grid {
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
}

.service-detail-box {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-detail-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(236, 82, 63, 0.15);
}

.service-detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.service-detail-header i {
  font-size: 40px;
  color: #ec523f;
  margin-right: 15px;
  min-width: 50px;
}

.service-detail-header h3 {
  color: #2c3e50;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

.service-detail-box p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

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

.service-benefits li {
  color: #666;
  font-size: 14px;
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.service-benefits i {
  color: #ec523f;
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
}

.service-detail-box .inline-cta {
  margin-top: auto;
}

.inline-cta {
  display: inline-block;
  background-color: #ec523f;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease;
}

.inline-cta:hover {
  background-color: #d44a3a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 82, 63, 0.4);
}

/* Service Areas Section */
#service-areas {
  background-color: #f0f5f7;
}

#service-areas h2 {
  margin-bottom: 10px;
}

#service-areas p.service-areas-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.service-area-list {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.service-area-list h4 {
  color: #ec523f;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-area-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-area-list li {
  padding: 8px 0;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.service-area-list li:last-child {
  border-bottom: none;
}

/* Why Us Enhanced Section */
.why-us-enhanced {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
}

.why-us-benefits {
  margin-top: 40px;
}

.benefit-card {
  background-color: white;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(236, 82, 63, 0.15);
}

.benefit-icon {
  font-size: 40px;
  color: #ec523f;
  margin-bottom: 15px;
}

.benefit-card h4 {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.benefit-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Guarantee Section */
.guarantee-section {
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
}

.guarantee-box {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  border-left: 5px solid #ec523f;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.guarantee-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.guarantee-cta {
  background-color: #ec523f;
  color: white;
  border: 2px solid #ec523f;
}

.guarantee-cta:hover {
  background-color: white;
  color: #ec523f;
}

/* Responsive Design Enhancements */
@media screen and (max-width: 768px) {
  .service-details-grid {
    flex-direction: column;
    gap: 20px;
  }

  .service-detail-box {
    padding: 30px 20px;
  }

  .service-detail-header {
    flex-direction: column;
    text-align: center;
  }

  .service-detail-header i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .service-benefits li {
    justify-content: center;
  }

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

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

  .col-md-push-6,
  .col-md-pull-6 {
    left: 0;
    right: 0;
  }

  .benefit-card {
    padding: 25px 15px;
  }

  .cta-button {
    display: block;
    margin-top: 20px;
  }

  .service-item.service-card {
    min-height: 240px;
  }
}