/* Define the new attractive red color */
:root {
  --main-color: #e74c3c;
  --main-color-hover: #c0392b;
}
/* Service Detail Sections
------------------------------------- */
.service-detail-section {
  padding: 120px 0;
  background-color: #ffffff;
}

.service-detail-section:nth-child(even) {
  background-color: #f9f9f9;
}

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

.service-detail-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.service-detail-text {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.service-detail-text h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.service-detail-text h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
}

.service-detail-text p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.service-features li {
  padding: 8px 0;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.service-features li i {
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 10px;
}

.service-brands {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-brands h4 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.service-brands p {
  margin-bottom: 0;
}

.service-cta {
  background-color: rgba(231, 76, 60, 0.05);
  padding: 20px;
  border-radius: 5px;
  border-left: 4px solid var(--main-color);
}

.service-cta p {
  font-weight: 600;
  margin-bottom: 15px;
}

.btn-service {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-service:hover {
  background: var(--main-color-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
}

.service-detail-extra {
  margin-bottom: 50px;
}

.service-detail-box {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-detail-box h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

.service-feature-item {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.service-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-feature-item i {
  font-size: 36px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.service-feature-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.service-feature-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.service-detail-testimonial {
  margin-bottom: 50px;
}

.service-testimonial {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}

.service-testimonial:before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 80px;
  position: absolute;
  top: -20px;
  left: 20px;
  color: rgba(231, 76, 60, 0.1);
}

.service-testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0;
}

.service-testimonial blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.service-testimonial blockquote cite {
  font-style: normal;
  font-weight: 600;
  color: #333;
  display: block;
  text-align: right;
}

.service-detail-faq {
  margin-bottom: 50px;
}

.service-faq-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-faq-box h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

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

.service-locations-box {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.service-locations-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.service-locations-box p {
  margin-bottom: 30px;
  line-height: 1.7;
}

.service-location-cta {
  margin-top: 20px;
}

.btn-location {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-location:hover {
  background: var(--main-color-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
}

/* Responsive styles for service detail sections */
@media (max-width: 991px) {
  .service-detail-section {
    padding: 80px 0;
  }
  
  .service-detail-text h3 {
    font-size: 24px;
  }
  
  .service-detail-box {
    padding: 30px;
  }
  
  .service-feature-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .service-detail-section {
    padding: 60px 0;
  }
  
  .service-detail-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .service-detail-text h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  
  .service-detail-box, 
  .service-faq-box, 
  .service-locations-box {
    padding: 25px;
  }
  
  .service-detail-box h3,
  .service-faq-box h3,
  .service-locations-box h3 {
    font-size: 20px;
  }
  
  .service-testimonial {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .service-detail-section {
    padding: 40px 0;
  }
  
  .service-detail-text h3 {
    font-size: 20px;
  }
  
  .service-detail-text h4 {
    font-size: 18px;
  }
  
  .service-detail-box, 
  .service-faq-box, 
  .service-locations-box {
    padding: 20px;
  }
  
  .btn-service, 
  .btn-location {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
  }
}

/* Body 
------------------------------------- */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }
  
/* Logo Text
------------------------------------- */
.logo-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    word-wrap: break-word;
    max-width: 100%;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    .logo-text {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .logo-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .logo-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 16px;
    }
}

img {
  vertical-align: middle;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

h3 {
  color: #525252;
  letter-spacing: 1px;
}

h5 {
  color: var(--main-color);
  letter-spacing: 4px;
  padding-top: 22px;
}

.heading {
  color: #000000;
  font-size: 52px;
  margin-bottom: 30px;
}

p {
  color: #727272;
  letter-spacing: 0.9px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 80px;
  margin: 20px auto;
  border-color: var(--main-color);
}

.color-white {
  color: #FFF;
}

.color-white a {
  color: #FC3;
}


/* All Section styles
------------------------------------- */
.section-title {
  border: 4px solid #000;
  padding: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  background-color: rgba(255,255,255,0.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#about .section-title, #areas .section-title {
  border-color: #ffffff;
}

.panel {
	background-color: #161616;
	border: 0px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.panel-title {
	color: #FFF;
  font-size: 18px;
}

.panel-body p {
	color: #333;
  line-height: 1.6;
}

.medium-icon {
  color: var(--main-color);
  font-size: 36px !important;
  font-weight: bold;
}

#services, #about, #areas, 
#faq, #contact {
	padding-top: 120px;
	padding-bottom: 120px;
}

#areas, #faq, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* Improved section spacing */
.section-spacing {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Add more breathing room between elements */
.content-spacing {
  margin-bottom: 40px;
}

/* Improved vertical rhythm */
.vertical-spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Services section styles
------------------------------------- */
#services {
  background-color: #f9f9f9;
  padding: 120px 0 100px;
}

/* Modern service cards */
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card-icon {
  background-color: var(--main-color);
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 15px rgba(231, 76, 60, 0.3);
}

.service-card-icon i {
  font-size: 28px;
}

.service-card-content {
  padding: 0 30px 40px;
  text-align: center;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.service-card h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--main-color);
}

.service-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.service-card-link {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.service-card-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.service-card-link:hover {
  color: var(--main-color-hover);
}

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

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    background: #000000;
    border: none;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.custom-navbar .navbar-brand {
  border: 4px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  height: auto;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .custom-navbar .navbar-brand {
    padding: 8px 12px;
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .custom-navbar .navbar-brand {
    padding: 6px 10px;
    border-width: 2px;
  }
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: var(--main-color);
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li a {
	display: block;
	padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
 }

.custom-navbar .nav li a:hover {
  background: transparent;
  color: var(--main-color);
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color);
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: var(--main-color);
    border-color: transparent;
}

/* Dropdown Menu Styles
------------------------------------- */
.dropdown-menu {
  background-color: #000000;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.dropdown-menu > li > a {
  color: #ffffff;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(231, 76, 60, 0.1);
  color: var(--main-color);
}

.dropdown-toggle::after {
  margin-left: 5px;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
}

@media(min-width:768px) {

    .custom-navbar {
         border-bottom: 1px solid rgba(250,250,250,0.3);
        padding: 16px;
       background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: #000000;
      border-bottom: 0;
    }
}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: var(--main-color);
    }
    
   .dropdown-menu {
     background-color: rgba(0,0,0,0.2);
     padding: 0;
     margin: 0;
   }
   
   .dropdown-menu > li > a {
     padding-left: 30px;
   }
}


/* Hero section styles
/* ========================================== */
.hero-section {
  background: url('../images/slider/slide1.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 1250px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding-top: 50px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(rgba(255, 255, 255, 0.15) 2px, transparent 2px),
    radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
  background-size: 50px 50px, 100px 100px;
  background-position: 0 0, 25px 25px;
  animation: particles-animation 20s linear infinite;
  z-index: 1;
}

@keyframes particles-animation {
  0% {
    background-position: 0 0, 25px 25px;
  }
  100% {
    background-position: 50px 50px, 75px 75px;
  }
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding: 50px 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transform: translateY(0);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.hero-badge {
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  }
}

.animated-heading {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
}

.animated-heading .highlight {
  color: var(--main-color);
  position: relative;
  display: inline-block;
}

.animated-heading .highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(231, 76, 60, 0.3);
  z-index: -1;
  transform: skewX(-15deg);
}

.hero-section p {
  font-size: 22px;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 15px;
  transition: all 0.3s ease;
}

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

.feature-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 2px solid rgba(231, 76, 60, 0.5);
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.feature-icon i {
  font-size: 32px;
  color: var(--main-color);
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon i {
  color: #ffffff;
}

.feature-item span {
  font-size: 16px;
  font-weight: 600;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-hero {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
}

.btn-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}

.btn-hero:hover {
  background: var(--main-color-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn-hero:hover::before {
  left: 100%;
}

.hero-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.hero-phone i {
  font-size: 20px;
  color: var(--main-color);
  margin-right: 10px;
  animation: shake 3s ease-in-out infinite;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  2%, 6%, 10% {
    transform: rotate(-5deg);
  }
  4%, 8% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
}

.hero-phone span {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

.hero-wave svg {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 600px;
  }
  
  .animated-heading {
    font-size: 36px;
  }
  
  .hero-section p {
    font-size: 18px;
    max-width: 90%;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 550px;
  }
  
  .hero-content {
    padding: 30px 20px;
  }
  
  .animated-heading {
    font-size: 30px;
  }
  
  .hero-section p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  
  .hero-features {
    margin-bottom: 20px;
  }
  
  .feature-item {
    margin: 0 10px 15px;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  
  .feature-icon i {
    font-size: 24px;
  }
  
  .feature-item span {
    font-size: 14px;
  }
  
  .btn-hero {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 500px;
  }
  
  .hero-content {
    padding: 25px 15px;
  }
  
  .hero-badge {
    padding: 6px 12px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .animated-heading {
    font-size: 24px;
  }
  
  .hero-section p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .feature-item {
    margin: 0 8px 10px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
  }
  
  .feature-icon i {
    font-size: 20px;
  }
  
  .feature-item span {
    font-size: 12px;
  }
  
  .btn-hero {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
  }
  
  .hero-phone span {
    font-size: 16px;
  }
}

/* about section styles
/* ========================================== */
#about {
  background: url('../images/about-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#about .container {
  position: relative;
  z-index: 2;
}
#about h2 {
  padding-bottom: 20px;
  color: #fff;
  font-size: 36px;
}

#about .panel-group .panel, #about .panel {
  border-radius: 5px;
  overflow: hidden;
}

#about .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

#about .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  transition: all 0.3s ease;
}

#about .panel-title > a:hover {
  background-color: rgba(255,164,0,0.1);
}

#about .about-fact {
  margin-top: 60px;
  text-align: center;
  position: relative;
  display: block;
  background-color: rgba(0,0,0,0.2);
  padding: 30px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

#about .about-fact:hover {
  background-color: rgba(0,0,0,0.4);
  transform: translateY(-5px);
}

#about .about-fact span {
  font-size: 48px;
  font-weight: 700;
  color: var(--main-color);
  display: block;
  margin-bottom: 10px;
}

#about .about-fact h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

#about .border-right {
   border-right: 2px solid rgba(250,250,250,0.3);
}

/* Service Areas section styles
/* ========================================== */
#areas {
  background-color: #f9f9f9;
  padding: 100px 0;
}

#areas .list-unstyled {
  margin-bottom: 30px;
}

#areas .list-unstyled li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

#areas .list-unstyled li:hover {
  padding-left: 5px;
  color: var(--main-color);
}

#areas .btn {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#areas .btn:hover {
  background: var(--main-color-hover);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* FAQ section styles
/* ========================================== */
#faq {
  background-color: #fff;
}

#faq .panel {
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

#faq .panel-heading {
  padding: 0;
}

#faq .panel-title a {
  display: block;
  padding: 15px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

#faq .panel-title a:hover {
  background-color: #f5f5f5;
}

#faq .panel-title a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

#faq .panel-title a.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
}

#faq .panel-body {
  padding: 20px;
  color: #333;
  line-height: 1.6;
}

/* contact section styles
/* ========================================== */
#contact {
  background-color: #f9f9f9;
}

#contact .medium-icon {
  color: var(--main-color);
  padding-top: 10px;
  padding-right: 10px;
  font-size: 48px !important;
}

#contact .contact-detail {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 40px 0;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#contact .contact-detail h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

#contact .contact-detail p {
  font-size: 18px;
  color: #666;
}

#contact .contact-detail p a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

#contact .contact-detail p a:hover {
  color: var(--main-color-hover);
}

/* footer section styles
/* ========================================== */
footer {
  background: #111111;
  text-align: center;
  padding: 80px 0;
  color: #ffffff;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--main-color), var(--main-color-hover));
}

footer .container {
  position: relative;
  z-index: 2;
}

footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

footer .footer-info {
  flex: 1;
  min-width: 300px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 20px;
}

footer .footer-links {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 20px;
}

footer .footer-contact {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 20px;
}

footer h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

footer h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--main-color);
}

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

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

footer ul li a {
  color: #cccccc;
  transition: all 0.3s ease;
  text-decoration: none;
}

footer ul li a:hover {
  color: var(--main-color);
  padding-left: 5px;
}

footer .contact-info {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

footer .contact-info i {
  color: var(--main-color);
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
}

footer .contact-info p {
  margin: 0;
  color: #cccccc;
}

footer .contact-info a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer .contact-info a:hover {
  color: var(--main-color);
}

footer .social-links {
  margin-top: 20px;
}

footer .social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s ease;
}

footer .social-links a:hover {
  background-color: var(--main-color);
  transform: translateY(-3px);
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  color: #999999;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer .footer-content {
    flex-direction: column;
  }
  
  footer .footer-info,
  footer .footer-links,
  footer .footer-contact {
    text-align: center;
    width: 100%;
  }
  
  footer h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  footer .contact-info {
    justify-content: center;
  }
}

/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
/* Responsive styles for hero section
------------------------------------- */
@media (max-width: 991px) {
  .hero-section {
    min-height: 500px;
  }
  
  .hero-section h1 {
    font-size: 36px;
  }
  
  .hero-section p {
    font-size: 18px;
  }
  
  .hero-features {
    flex-wrap: wrap;
  }
  
  .feature-item {
    margin: 10px 15px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 450px;
  }
  
  .hero-content {
    padding: 30px 20px;
  }
  
  .hero-section h1 {
    font-size: 30px;
  }
  
  .hero-section p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .btn-hero {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 400px;
  }
  
  .hero-content {
    padding: 20px 15px;
  }
  
  .hero-section h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .hero-section p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .feature-item {
    margin: 5px 10px;
  }
  
  .feature-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .feature-item span {
    font-size: 14px;
  }
  
  .btn-hero {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* General responsive styles
--------------------------------------------------------*/
@media (max-width: 1200px) {
  .heading {
    font-size: 42px;
  }
}

@media (max-width: 980px) {
  .heading {
    font-size: 38px;
  }
  .custom-navbar .navbar-brand  {
    border: none;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .site-slider {
    padding-top: 50px;
  }
  
  .heading {
    font-size: 32px;
  }
  
  .section-title {
    padding: 30px;
    margin-bottom: 50px;
  }
  
  #about .mobile-top {
    padding-top: 32px;
  }
  
  #contact .contact-detail {
    padding: 30px 20px;
  }
  
  #contact .contact-detail .col-md-6 {
    padding: 20px;
  }
  
  #about .border-right {
    border-right: none;
    border-bottom: 2px solid rgba(250,250,250,0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 28px;
  }
}

/* Responsive styles for service cards */
@media (max-width: 1200px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .service-cards {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .service-card {
    max-width: 450px;
    margin: 0 auto;
  }
  
  .service-card-icon {
    width: 70px;
    height: 70px;
    margin: -35px auto 15px;
  }
  
  .service-card-icon i {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .service-cards {
    gap: 40px;
  }
  
  .service-card-content {
    padding: 0 20px 20px;
  }
  
  .service-card h3 {
    font-size: 20px;
  }
  
  .service-card p {
     font-size: 14px;
   }
 }

@media (max-width: 320px) {
  .heading {
    font-size: 24px;
  }
  h5 {
    font-size: 11px;
  }
}