* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;

}

header {
    background-color: #696969; /* Header background color */
    position: fixed; /* Fixes the header to the top */
    width: 100%; /* Full width */
    z-index: 1000; /* Ensure it stays above other content */
}

.logo {
    height: 60px; /* Adjust the height as necessary */
}

.banner {
    width: 100%; /* Full width of the page */
    background-image: url('img/bg.webp'); /* Replace with your image path */
    background-size: cover; /* Cover the entire banner */
    background-position: center; /* Center the image */
    display: flex; /* Use flexbox for alignment */
    justify-content: flex-start; /* Align items to the left */
    align-items: center; /* Center vertically */
    color: white; /* Text color */
    text-align: left; /* Align text to the left */
    padding: 50px 20px; /* Add padding for better spacing */
    min-height: 600px; /* Set a minimum height for the banner */
}

.banner-content {
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for better readability */
    padding: 20px; /* Padding for the content */
    border-radius: 10px; /* Rounded corners */
    max-width: 600px; /* Set a max width for the content */
}
.banner-content h1 {
    margin-bottom: 25px; /* Gap between headline and paragraph */
}

.banner-content p {
    margin-bottom: 20px; /* Gap between paragraph and button */
}


.call-now-btn {
    display: inline-block; /* Make the button inline */
    background-color: #2F4F4F;
    color: #fff;
font-weight: bold;
    padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px; /* Space above the button */
}

.call-now-btn:hover {
    background-color: #6B8E23;
}

/* About Section */
.about-section {
    padding: 50px;
    background-color: #f9f9f9;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-content {
    max-width: 50%;
}

.about-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.custom-price-btn {
    background-color: #222;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
}

.custom-price-btn:hover {
    background-color: #f8b600;
}

.about-image img {
    width: 100%;
}

/* General section styling */
.gtco-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.gtco-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.gtco-heading {
    margin-bottom: 40px;
}

.gtco-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.gtco-heading p {
    font-size: 16px;
    color: #777;
}

/* Card item styles */
.fh5co-card-item {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.fh5co-card-item:hover {
    transform: scale(1.05);
}

.fh5co-card-item figure {
    margin: 0;
    position: relative;
}

.fh5co-card-item img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 24px;
}

.fh5co-card-item:hover .overlay {
    opacity: 1;
}

.fh5co-text {
    padding: 20px;
    text-align: center;
}

.fh5co-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.fh5co-text p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* Button styles */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #f85a40;
    color: #fff;
}

.btn-primary:hover {
    background-color: #e64936;
    color: #fff;
}

/* Grid layout */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-4, .col-md-4, .col-sm-6 {
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 1 0 33.3333%;
}

@media screen and (max-width: 992px) {
    .col-md-4 {
        flex: 1 0 50%;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-6 {
        flex: 1 0 100%;
    }
}



#gtco-features,
#gtco-features-2,
#gtco-products,
#gtco-services,
#gtco-subscribe,
#gtco-footer,
.gtco-section {
  padding: 7em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-features,
  #gtco-features-2,
  #gtco-products,
  #gtco-services,
  #gtco-subscribe,
  #gtco-footer,
  .gtco-section {
    padding: 2em 0;
  }
}
#gtco-features.border-bottom,
#gtco-features-2.border-bottom,
#gtco-products.border-bottom,
#gtco-services.border-bottom,
#gtco-subscribe.border-bottom,
#gtco-footer.border-bottom,
.gtco-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

#gtco-features {
  background: #09C6AB;
}
#gtco-features .gtco-heading h2 {
  color: #fff;
}
#gtco-features .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}
#gtco-features .feature-center {
  color: #fff;
}
#gtco-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #09C6AB;
}
#gtco-features .feature-center .icon i {
  color: #fff;
  font-size: 40px;
  font-style: normal;
}
#gtco-features .feature-center h3 {
  font-weight: 400;
  color: #fff;
}
#gtco-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
}

#gtco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item figure {
  height: 240px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.fh5co-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.fh5co-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item .fh5co-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}
.fh5co-card-item .fh5co-text h2, .fh5co-card-item .fh5co-text span {
  text-decoration: none !important;
}
.fh5co-card-item .fh5co-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #09C6AB;
}
.fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.fh5co-card-item .fh5co-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item .fh5co-text span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item:hover, .fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.fh5co-card-item:hover img, .fh5co-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fh5co-card-item:hover span.btn, .fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid #0adec0 !important;
  background: #0adec0 !important;
}
.fh5co-card-item:hover figure .overlay, .fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.fh5co-card-item:hover figure .overlay i, .fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.fh5co-card-item:hover h2, .fh5co-card-item:hover span, .fh5co-card-item:focus h2, .fh5co-card-item:focus span {
  text-decoration: none !important;
}





    .footer-container {
      background-color: #000;
      padding: 20px;
      color: #fff;
    }

    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto;
      gap: 20px;
    }

    .footer-left, .footer-right {
      flex: 1 1 300px;
    }

    .footer-link {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }

    .footer-link.underline {
      text-decoration: underline;
    }

    .company-name {
      margin-top: 10px;
      font-weight: bold;
    }

    .company-address {
      font-size: 14px;
      line-height: 1.4;
    }

    .disclaimer {
      font-size: 10px;
      line-height: 1.5;
      text-align: right;
    }

    @media (max-width: 768px) {
      .footer-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }

      .disclaimer {
        text-align: left;
        font-size: 11px;
      }
    }




