/*

Grill Template 

http://www.templatemo.com/free-website-templates/417-grill

*/

/*-- Basic --*/
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 100px 0 80px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.heading-section h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #f78e21;
  border-radius: 2px;
}

.heading-section img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

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


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color: #333;
  color: #fff;
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.logo {
  padding: 20px 0;
}

.logo-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  font-size: 24px;
}

.logo-highlight {
  color: #f78e21;
  font-weight: 700;
}

.logo-text:hover {
  color: #f78e21;
  transition: all 0.3s ease-in-out;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/*-- ... existing code ... --*/

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  padding: 40px 0;
}

.main-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #444;
  text-transform: uppercase;
  margin-right: 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-bottom: 5px;
}

.main-menu a.contact-btn {
  background: linear-gradient(135deg, #f78e21 0%, #f5a845 100%);
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  margin-right: 0;
  box-shadow: 0 5px 15px rgba(247, 142, 33, 0.3);
}

.main-menu a.contact-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(247, 142, 33, 0.4);
}

.main-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f78e21;
  transition: width 0.3s ease-in-out;
}

.main-menu a:hover {
  color: #f78e21;
}

.main-menu a:hover:after {
  width: 100%;
}

.main-menu a.contact-btn:after {
  display: none;
}

/*-- About Us Section --*/

#about {
  padding: 100px 0 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
}

.about-section {
  position: relative;
}

.about-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-divider {
  width: 60px;
  height: 4px;
  background-color: #f78e21;
  margin-bottom: 30px;
  border-radius: 2px;
}

.about-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.about-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}

.about-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-features li {
  font-size: 14px;
  padding: 12px 0;
  color: #666;
  line-height: 1.6;
}

.about-features i {
  color: #f78e21;
  margin-right: 12px;
  font-size: 16px;
}

.about-features strong {
  color: #333;
  font-weight: 700;
}

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

.about-image-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.about-image-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(247, 142, 33, 0.2);
}

/*-- End About Us Section --*/

/*-- Header Menu --*/

.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #f78e21;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #f78e21;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #f78e21
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #f78e21;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/


/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

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

.slider {
  position: relative;
}

.slider .flexslider {
  position: relative;
  z-index: 0;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  animation: slideUp 0.8s ease-out;
  z-index: 2;
}

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

.slider-caption h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #f78e21;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(135deg, #f78e21 0%, #f5a845 100%);
  width: 200px;
  height: 45px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(247, 142, 33, 0.3);
}

.slider-caption a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(247, 142, 33, 0.4);
  color: #fff;
}

/*-- End Slider --*/





/*-- Services --*/

#services {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.service-item {
  text-align: center;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(247, 142, 33, 0.15);
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(247, 142, 33, 0.15);
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.service-item:hover .icon i {
  background-color: #f78e21;
  color: #fff;
  transform: scale(1.1);
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.service-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/


/*-- FAQ Section --*/

#faqs {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.faq-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-left: 5px solid #f78e21;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-item:hover {
  box-shadow: 0 8px 20px rgba(247, 142, 33, 0.12);
  transform: translateX(5px);
}

.faq-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.faq-item h4:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 12px;
  color: #f78e21;
  font-size: 14px;
}

.faq-item p {
  margin: 0;
  line-height: 1.7;
  color: #666;
}

/*-- End FAQ Section --*/


/*-- Service Areas Section --*/

#service-areas {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.service-areas-content {
  text-align: center;
}

.service-areas-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-areas-content a {
  color: #f78e21;
  font-weight: 700;
}

/*-- End Service Areas Section --*/


/*-- Map Section --*/

#map-section {
  padding: 80px 0;
  background-color: #fff;
}

#map-section iframe {
  display: block;
  border-radius: 3px;
}

/*-- End Map Section --*/


/*-- Contact Section --*/

#contact {
  padding: 80px 0 80px 0;
  background-color: #f9f9f9;
}

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

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

.contact-info a {
  font-weight: 700;
  color: #f78e21;
}

/*-- End Contact Section --*/





/*--Footer--*/

footer {
  background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
  border-top: 5px solid #f78e21;
  margin-top: 0;
  padding-top: 60px;
  color: #fff;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom a {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #f78e21;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
  transform: scale(1.15);
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.subscribe-form input[type="submit"]:hover {
  transform: scale(1.1);
}

.subscribe-form input#subscribe {
  padding: 10px 15px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border: 1px solid #f78e21;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.subscribe-form input#subscribe:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #f5a845;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(247, 142, 33, 0.3);
}

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

.bottom-footer p {
  margin: 0;
  color: #999;
  font-size: 12px;
}

.bottom-footer a {
  color: #f78e21;
  transition: color 0.3s ease-in-out;
}

.bottom-footer a:hover {
  color: #f5a845;
}

.footer-info p,
.footer-contact p {
  color: #ccc;
  line-height: 1.8;
  font-size: 13px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 60px 0 15px 0;
}

.footer-info,
.footer-contact {
  text-align: left;
}

.footer-contact a {
  color: #f78e21;
  font-weight: 700;
}

/*-- End Footer --*/









/*--- RESPONSIVE ---*/

/*-- Service Details Section --*/

#carpet-cleaning-details,
#stain-removal-details,
#upholstery-tile-details {
  padding: 80px 0;
  background-color: #fff;
}

#stain-removal-details {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
}

.service-details h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}

.service-details h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
}

.service-details p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.service-details-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-details-list li {
  font-size: 14px;
  padding: 12px 0;
  color: #666;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

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

.service-details-list i {
  color: #f78e21;
  margin-right: 12px;
  font-size: 16px;
}

.service-sidebar {
  margin-top: 30px;
}

.sidebar-box {
  background-color: #f9f9f9;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  border-left: 4px solid #f78e21;
  transition: all 0.3s ease-in-out;
}

.sidebar-box:hover {
  box-shadow: 0 8px 20px rgba(247, 142, 33, 0.12);
  transform: translateY(-3px);
}

.sidebar-box h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.sidebar-box p {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 20px 0;
}

.sidebar-cta {
  display: inline-block;
  background-color: #f78e21;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.sidebar-cta:hover {
  background-color: #f5a845;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(247, 142, 33, 0.3);
  color: #fff;
  text-decoration: none;
}

/*-- CTA Sections --*/

.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f78e21 0%, #f5a845 100%);
  text-align: center;
  color: #fff;
}

.cta-section.cta-alternate {
  background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
}

.cta-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-section p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-button {
  display: inline-block;
  background-color: #fff;
  color: #f78e21;
  padding: 16px 40px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  color: #f78e21;
  text-decoration: none;
}

.cta-alternate .cta-button {
  color: #333;
}

.cta-alternate .cta-button:hover {
  color: #333;
}

/*-- End Service Details --*/

@media screen and (max-width: 990px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

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

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .footer-info,
  .footer-contact {
    text-align: center;
    margin-top: 30px;
  }

  .about-image-img {
    margin-top: 30px;
  }

  .main-menu li {
    display: inline-block;
    padding: 15px 0;
  }

  .main-menu a {
    margin-right: 15px;
  }

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

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

  .cta-button {
    padding: 12px 30px;
    font-size: 12px;
  }

  .service-details-list li {
    font-size: 13px;
  }
}

@media screen and (max-width: 568px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

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

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
    padding: 10px 0;
  }

  .main-menu a {
    margin-right: 0;
    font-size: 12px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

  .footer-info,
  .footer-contact {
    text-align: center;
    margin-top: 30px;
  }

  .about-image-img {
    margin-top: 30px;
  }

  .about-image-img {
    max-width: 100%;
  }

  .about-content h2 {
    font-size: 24px;
  }

  .heading-section h2 {
    font-size: 24px;
  }

  .slider-caption h1 {
    font-size: 32px;
  }

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

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

  .cta-section p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .cta-button {
    padding: 10px 25px;
    font-size: 11px;
  }

  .service-details {
    padding: 40px 0;
  }

  .service-details h3 {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }

  .service-details h4 {
    font-size: 14px;
  }

  .service-details p {
    font-size: 13px;
  }

  .service-details-list li {
    font-size: 12px;
    padding: 10px 0;
  }

  .sidebar-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/