body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding: 80px 60px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 1;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 1;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(12,12,12,0.9);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  line-height: 140px;
  background-color: #45489a;
  padding: 0px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 140px;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

/* Logo Text Styling */
.logo-text {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.logo-text::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 2px;
}

.logo-text::after {
  content: 'PROFESSIONAL CHIMNEY SPECIALISTS';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

/* Services Text Overlay */
.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#services .item:hover .text-overlay {
  opacity: 1;
}

.text-overlay h4 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
}

.text-overlay p {
  color: #ddd;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

/* Contact Info Styling */
.contact-info {
  padding: 20px 0;
}

.contact-info h4 {
  color: #45489a;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-info a {
  color: #45489a;
  text-decoration: none;
  font-weight: 600;
}

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

/* Enhanced Section Styling */
#about {
  padding: 100px 80px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

#services {
  padding: 100px 80px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#service-area {
  padding: 100px 80px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #eee;
}

#faq {
  padding: 100px 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #eee;
}

/* Enhanced FAQ Section */
#faq .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background: linear-gradient(135deg, #45489a 0%, #5a5faa 100%);
  border-bottom: 4px solid #343a7a;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 15px rgba(69, 72, 154, 0.2);
}

#faq .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

#faq .tabs li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#faq .tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  height: 90px;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 8px 8px 0 0;
}

#faq .tabs a:hover {
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.1);
}

#faq .tabs .active {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  color: #45489a;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

#faq .tabs .active:hover {
  color: #45489a;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

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

/* Image Container Styling */
.image-container {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.image-container img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* About Section Styling */
.about-content {
  padding: 20px;
  text-align: left;
}

.about-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.about-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about-item h4 {
  color: #45489a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.about-item span {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-item p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Services Section Styling */
.services-list {
  padding: 20px;
  text-align: left;
}

.service-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8f9fa;
  border-left: 4px solid #45489a;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
  height: 100%;
}

.service-item:hover {
  background: #fff;
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(69, 72, 154, 0.1);
}

.service-item h4 {
  color: #45489a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
}

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

/* Service Area Enhanced Styling */
#service-area .text-content {
  padding: 40px 20px;
}

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

#service-area ul li {
  padding: 8px 0;
  margin-bottom: 5px;
  color: #555;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease;
}

#service-area ul li:hover {
  color: #45489a;
  padding-left: 10px;
}

/* Enhanced Button Styling */
.white-button a,
.accent-button a {
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.white-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(69, 72, 154, 0.3);
}

.accent-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Enhanced Section Headings */
.section-heading {
  margin-bottom: 80px;
  padding: 0 20px;
}

.section-heading h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

/* Equal Height Columns */
#about .row,
#services .row {
  display: flex;
  flex-wrap: wrap;
}

#about .col-md-6,
#services .col-md-6 {
  display: flex;
  margin-bottom: 20px;
}

#about .about-item,
#services .service-item {
  flex: 1;
}

.sidebar-navigation nav {
  position: relative;
  top: 65%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-65%);
  -moz-transform: translateX(-60%) translateY(-65%);
  -ms-transform: translateX(-60%) translateY(-65%);
  -o-transform: translateX(-60%) translateY(-65%);
  transform: translateX(-60%) translateY(-65%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/* Slider Style */

.slider .content-section {
  padding: 0;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 15;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
}

.Modern-Slider .item .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(69, 72, 154, 0.7) 0%, rgba(69, 72, 154, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_2.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #45489a!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}



/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Enhanced FAQ Content */
#faq .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#faq .tabgroup ul li {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

#faq .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#faq .tabgroup .item {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

#faq .tabgroup .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(69, 72, 154, 0.15);
  border-color: #45489a;
}

#faq .item .text-content h4 {
  padding-top: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #45489a;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

#faq .item .text-content p {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 1;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo {
    height: 100px;
    padding: 8px 20px;
  }

  .logo-text {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .logo-text::after {
    font-size: 7px;
    bottom: -22px;
  }

  .logo-text::before {
    width: 50px;
    height: 2px;
    bottom: -6px;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  /* Enhanced Mobile Section Padding */
  .content-section {
    padding: 60px 20px;
  }

  #about,
  #services,
  #service-area,
  #faq,
  #contact {
    padding: 60px 20px;
  }

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

  .section-heading h1 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .about-content,
  .services-list {
    margin-top: 30px;
  }

  .about-item,
  .service-item {
    margin-bottom: 25px;
    padding: 20px;
  }

  .image-container {
    margin-bottom: 40px;
    padding: 0 10px;
  }

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

  /* Reset flex for mobile */
  #about .row,
  #services .row {
    display: block;
  }

  #about .col-md-6,
  #services .col-md-6 {
    display: block;
  }

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  /* Enhanced Mobile Styling for Small Devices */
  .content-section {
    padding: 40px 15px;
  }

  #about,
  #services,
  #service-area,
  #faq,
  #contact {
    padding: 40px 15px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

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

  .about-item,
  .service-item {
    padding: 15px;
    margin-bottom: 20px;
  }

  .about-item h4,
  .service-item h4 {
    font-size: 16px;
  }

  .image-container {
    padding: 10px;
    margin-bottom: 30px;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  /* Enhanced FAQ Mobile Styling */
  #faq .tabs {
    height: auto;
  }

  #faq .tabs li {
    width: 50%;
    margin-bottom: 10px;
  }

  #faq .tabs a {
    font-size: 13px;
    height: 60px;
    padding: 10px 5px;
  }

  #faq .tabgroup {
    padding: 20px 15px;
  }

  #faq .tabgroup .item {
    padding: 20px;
    margin-bottom: 15px;
  }

  #faq .item .text-content h4 {
    font-size: 16px;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* New Sections Styling */

/* Why Choose Us Section */
#why-choose-us {
  background-color: #f4f4f4;
}

.trust-item {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(69, 72, 154, 0.15);
}

.trust-icon {
  margin-bottom: 20px;
}

.trust-icon i {
  font-size: 48px;
  color: #45489a;
}

/* Emergency Services Section */
#emergency-services {
  background-color: #fff;
}

.emergency-content h3 {
  color: #45489a;
  font-size: 24px;
  margin-bottom: 20px;
}

.emergency-features {
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item i {
  color: #45489a;
  margin-right: 15px;
  font-size: 18px;
}

.cta-card {
  background: linear-gradient(135deg, #45489a 0%, #5a5faa 100%);
  color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
}

.cta-highlight {
  color: #f0f0f0;
  font-size: 16px;
}

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

.emergency-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Residential Commercial Section */
#residential-commercial {
  background-color: #f9f9f9;
}

.service-category {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.category-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
}

.category-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #45489a;
  font-weight: bold;
}

/* Seasonal Maintenance Section */
#seasonal-maintenance {
  background-color: #fff;
}

.seasonal-plan {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.seasonal-plan:hover {
  border-color: #45489a;
  transform: translateY(-3px);
}

.plan-header {
  margin-bottom: 20px;
}

.plan-header i {
  font-size: 36px;
  color: #45489a;
  margin-bottom: 10px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.plan-features li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.plan-features li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #45489a;
}