/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: "Merriweather", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a.filled-button {
  /* background-color: #ceb058; */
  background-color: transparent;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  border: solid #ceb058;
  display: inline-block;
  transition: all 0.3s;
}

a.filled-button:hover {
  background-color: #111;
  color: #ceb058;
}

a.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #ceb058;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
}

a.border-button:hover {
  background-color: #fff;
  color: #ceb058;
}

.contact-heading {
  text-align: center;
  margin-bottom: 80px;
}

.contact-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
}

.contact-heading em {
  font-style: normal;
  color: #333;
}

.contact-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}


.section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ceb058;
}

.section-heading em {
  font-style: normal;
  color: #ceb058;
}

.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #ceb058;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
  background-color: #111;
  height: 46px;
  line-height: 46px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.left-info li {
  /* border-left: 1px solid #ceb058; */
  padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
  /* border-right: 1px #ceb058; */
}

.sub-header ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
  color: #ceb058;
}

.sub-header ul.left-info li a {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 600;
}

.gold-icon {
  color: #ceb058;
}

.sub-header ul.right-icons {
  float: right;
}

.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  /* border-right: 1px solid #ceb058; */
}

.sub-header ul.right-icons li i {
  color: #ceb058;
}

.sub-header ul.right-icons li:first-child {
  /* border-left: 1px solid #ceb058; */
}

.sub-header ul.right-icons li a {
  color: #727272;
  transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}

/* Header Style */

.nav-logo {
  height: 10vh;
}

.trans-logo {
  width: 100%;
  height: auto;
}

header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar {
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s, color 0.3s;
}

/* Default navbar style */
.navbar-default {
  background-color: transparent;
  color: white;
}

/* Scrolled navbar style */

@media (max-width: 768px) {
  .navbar-scrolled {
    background-color: white !important;
    color: black !important;
    height: 12vh;
  }
  .navbar .navbar-toggler {
    background-color: none !important;
    border: none;
    margin-top: 2vh;
  }
}
/* Media End */

.navbar-scrolled {
  background-color: black !important;
  color: black !important;
  position: fixed;
  top: 0;
}

.navbar-scrolled .nav-link {
  color: white !important;
}

.navbar-default .nav-link {
  color: white !important;
}

header .navbar {
  padding: 0px 0px;
}
.background-header .navbar {
  padding: 10px 0px;
}
.background-header {
  top: 0;
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.background-header .navbar-brand h2 {
  color: #ceb058 !important;
}
.background-header .navbar-nav a.nav-link {
  color: #1e1e1e !important;
  vertical-align: middle;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: #ceb058 !important;
}
.navbar .navbar-brand {
  float: left;
  margin-top: 4px;
  outline: none;
}

.navbar .navbar-brand h2 span {
  color: #ceb058;
}

.navbar .navbar-brand h2 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}
#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.5s;
  margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: #ceb058;
  border-bottom: 3px solid #ceb058;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  height: 36px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: #ceb058;
  font-size: 18px;
  line-height: 26px;
  font-family: "FontAwesome";
}

/* Banner Style */

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 82vh;
}

.Modern-Slider .item-1 .img-fill {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("../images/richBack.jpg");
}

.Modern-Slider .item-2 .img-fill {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("../images/metalTom.jpg");
}

.Modern-Slider .item-3 .img-fill {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("../images/AboutBack.jpg");
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: transparent;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: transparent;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

ul.slick-dots {
  display: none !important;
}

.Modern-Slider .text-content {
  text-align: left;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ceb058;
  animation: fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: white;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: white;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p {
  max-width: 570px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active h1 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background: #000;
}

/* ==== 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;
}

/* Request Form */

.request-form {
  background-color: #111;
  padding: 40px 0px;
  color: #fff;
}

.request-form h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ceb058;
}

.request-form span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.request-form a.border-button {
  margin-top: 12px;
  float: right;
}

/* Services */

.services {
  padding: 140px 0px;
}

.service-item {
  box-shadow: 5px 5px 5px lightgray;
  border-radius: 5px;
}

.service-item img {
  width: 100%;
  overflow: hidden;
}

.service-item .down-content {
  background-color: #f7f7f7;
  padding: 30px;
}

.service-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.service-item .down-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

/* .services-section {
  padding: 0px 0px;
  background-color: black;
}

.services-section h2 {
  color: black;
  margin-bottom: 40px;
}

.services-section .filled-button {
  background-color: white;
  color: #333;
}

.services-section p {
  padding: 20px 40px;
  font-size: 14px;
}

.cardone {
  background-image: linear-gradient(
      rgba(218, 165, 32, 0.8),
      rgba(218, 165, 32, 0.8)
    ),
    url(../images/Roof_Replacement.JPEG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cardtwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/martins_roof.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cardthree {
  background-image: linear-gradient(
      rgba(218, 165, 32, 0.8),
      rgba(218, 165, 32, 0.8)
    ),
    url(../images/AboutBack.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.image-cards {
  height: 230px;
  z-index: -1;
  position: relative;
}

/* Roof Repair Banner */
.picture-banner-section {
  position: relative;
  background-color: #333;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.picture-banner-section .banner-content {
  position: relative;
  z-index: 1;
}

.picture-banner-section h2 {
  font-size: 42px;
  font-weight: bold;
  color: #ceb058;
}

.picture-banner-section p {
  font-size: 18px;
  margin: 10px 0;
}

.picture-banner-section .cta-button {
  background-color: transparent;
  color: #f7f7f7;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 30px;
  border: solid #ceb058;
}

.pickgradient {
  display: inline-block;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.65)),
    color-stop(100%, rgba(0, 0, 0, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(36, 36, 36, 0.65) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* Fun Facts */

.fun-facts {
  padding: 140px 0px;
  height: 85vh;
  background-color: #ceb058;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(../images/drone_shot3.JPG); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.fun-facts span {
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.fun-facts h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #111;
}

.fun-facts em {
  font-style: normal;
  color: #111;
}

.fun-facts p {
  color: #333;
  margin-bottom: 40px;
}

.fun-facts .left-content {
  margin-right: 45px;
}

.fun-facts .left-content .filled-button {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
.fun-facts .left-content .filled-button:hover {
  background-color: black;
  color: #ceb058;
}
@media screen and (max-width: 800px) {
  .fun-facts .left-content {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .fun-facts {
    height: 90vh;
  }
}

.widget_box {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.widget_container {
  width: 60%;
  height: auto;
  padding-top: 20px;
  box-shadow: 0 0 35px 20px gray;
  border-radius: 10px;
}

.section2head {
  margin-top: 100px;
  text-align: center;
  font-style: normal;
  font-size: 36px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 800px) {
  .widget_container {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .widget_container {
    width: 100%;
  }
}

.total_protection_roofing_system {
  padding: 20px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.count-digit {
  margin: 5px 0px;
  color: #ceb058;
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.myVideo {
  position: fixed;
  background-size: cover;
  width: 100%;
}

/* More Info */

.more-info {
  padding: 140px 0px;
}

.left-image {
  height: 100%;
}

.more-info .left-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #120306;
  object-fit: cover;
}

.more-info .left-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Semi-transparent black overlay */
  z-index: 1;
}

.more-info .more-info-content {
  background-color: #f7f7f7;
}

.about-info .more-info-content {
  background-color: transparent;
}

.about-info .right-content {
  padding: 0px !important;
  margin-right: 30px;
}

.about-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-right-content span {
  color: #666;
  font-size: 15px;
}

.about-right-content h2 {
  color: #120306;
  margin-bottom: 20px;
  font-size: 36px;
  margin-top: 10px;
}

.about-right-content em {
  color: black;
  font-style: normal;
}

.more-info .right-content {
  padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
  text-transform: uppercase;
  font-size: 15px;
  color: #666666;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.more-info .right-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #120306;
}

.more-info .right-content em {
  font-style: normal;
  color: #120306;
}

.more-info .right-content p {
  margin-bottom: 30px;
  color: #120306;
}

/* Testimonials Style */

.about-testimonials {
  margin-top: 0px !important;
}

.testimonials {
  background-color: #333;
  padding: 140px 0px;
}
.testimonial-item .inner-content {
  text-align: center;
  background-color: #111;
  padding: 30px;
  border-radius: 5px;
}
.testimonial-item p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.testimonial-item span {
  display: inline-block;
  margin-top: 8 px;
  font-weight: 600;
  font-size: 14px;
  color: #ceb058;
}
.testimonial-item img {
  max-width: 75px;
  border-radius: 50%;
  margin: 10px auto 0px auto;
}

/* Call Back Style */

.callback-services {
  border-top: 1px solid #eee;
  padding-top: 140px;
}

.contact-us {
  background-color: #ceb058;
  padding: 140px 0px;
}

.contact-us .contact-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.callback-form {
  margin-top: 140px;
  padding-bottom: 100px;
}

.callback-form .contact-form {
  background-color: #ceb058;
  padding: 60px;
  border-radius: 5px;
  text-align: center;
}

.callback-form .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.callback-form .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
  background-color: #fff;
  color: #ceb058;
}

.contact-us .contact-form button.filled-button {
  background-color: #ceb058;
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #ceb058;
}

/* Partners Style */

.contact-partners {
  margin-top: -8px !important;
}

.partners {
  margin-top: 140px;
  background-color: #f7f7f7;
  padding: 60px 0px;
}

.partners .owl-item {
  text-align: center;
  cursor: pointer;
}

.partners .partner-item img {
  max-width: 156px;
  margin: auto;
}

/* Footer Style */

footer {
  background-color: #000;
  padding: 80px 0px;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
footer p {
  color: #fff;
}

footer ul.social-icons {
  margin-top: 25px;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  border-radius: 50%;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  background-color: #ceb058;
}

footer ul.menu-list li {
  margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
  margin-bottom: 0px;
}

footer ul.menu-list li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: #ceb058;
}

footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: #ceb058;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #ceb058;
}

/* Sub-footer Style */

.sub-footer {
  background-color: #343434;
  text-align: center;
  padding: 25px 0px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}

.page-heading {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("../images/TDDuration_Peppercorn_After_RGB_Digital_7.22_DS_Horiz_lightbox.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 150px 0px;
  color: #fff;
  border-bottom: solid;
  border-bottom-color: #343434;
  border-width: 2px;
}

.page-heading h1 {
  text-transform: capitalize;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.page-heading span {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

/* team */

.team {
  background-color: #f7f7f7;
  margin-top: 140px;
  margin-bottom: -140px;
  padding: 120px 0px;
}

.team-item img {
  width: 100%;
  overflow: hidden;
}

.team-item .down-content {
  background-color: #fff;
  padding: 30px;
}

.team-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.team-item .down-content span {
  color: #ceb058;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.team-item .down-content p {
  margin-bottom: 20px;
}

/* Single Service */

.single-services {
  margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #ceb058;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

/* Contact Information */

.contact-information {
  margin: 140px 0px;
}

.contact-information .contact-item {
  padding: 60px 30px;

  height: 330px;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-information .contact-item i {
  color: #ceb058;
  font-size: 48px;
  margin-bottom: 40px;
}

.contact-information .contact-item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.contact-information .contact-item p {
  margin-bottom: 20px;
  text-align: center;
}

.contact-information .contact-item a {
  font-weight: 600;
  color: #ceb058;
  font-size: 15px;
}

/* Responsive Style */
@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .Modern-Slider .item h1 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .Modern-Slider .item h4 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .Modern-Slider .item p {
    max-width: 570px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .Modern-Slider .NextArrow {
    right: 5px;
  }
  .Modern-Slider .PrevArrow {
    left: 5px;
  }
  .request-form {
    text-align: center;
  }
  .request-form a.border-button {
    float: none;
    margin-top: 30px;
  }
  .services .service-item {
    margin-bottom: 30px;
  }
  .fun-facts .left-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .more-info .right-content {
    padding: 30px;
  }
  footer {
    padding: 80px 0px 20px 0px;
  }
  footer .footer-item {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  footer .last-item {
    border-bottom: none;
  }
  .about-info .right-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .team .team-item {
    margin-bottom: 30px;
  }
  .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .contact-item {
    margin-bottom: 30px;
  }
  .myVideo {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.current,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: #ceb058 !important;
    border-bottom: none !important;
  }
}

.zoom {
  transition: transform 0.2s;

  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

/* Index Iframe Video */

/* Recent Changes 8/2/2024 */

.iframe-container {
  border-radius: 15px;
  width: 560px;
  height: auto;
  overflow: hidden;
}

.aboutVideo {
  border-radius: 10px;
}

.aboutCol2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutCol2 h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 10px;
}

.col em {
  font-style: normal;
  color: black;
}

.col h2 {
  font-style: normal;
  /* color: #ceb058; */
}

.footerImages {
  height: 125px;
  width: 100px;
  border-radius: 20px;
}

.partner-item img {
  border-radius: 5px;
}

.gen-Footer {
  color: #ceb058;
  font-family: "Libre+Franklin";
  font-size: 26px;
}
.chooseUs {
  background-color: white;
}
.chooseUs em {
  color: black;
  font-style: normal;
}

.about-answer p {
  text-align: left;
  padding-left: 15px;
}

.about-answer span {
  color: #666;
  text-align: left;
  margin-right: 275px;
}

/* Dropdown Menu */

.dropdown-menu {
  background-color: white;
  color: #120306;
  margin-top: 0px;
  margin-top: 0px;
}

.dropdown-header {
  padding: 10px;
  font-size: 17px;
  border-bottom: solid;
  border-bottom-color: lightgray;
  border-bottom-width: 0.2px;
  color: #120306;
}
.dropdown-item {
  background-color: transparent;
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  padding: 15px;
  /* border-bottom: solid;
	border-bottom-width: 0.2px;
	border-bottom-color: lightgray;
	background-color: lightgray; */
  /* border-radius: 5px; */
}

.dropdown-item:hover {
  background-color: #f7f7f7;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.sub-item {
  text-align: center;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 1024px) {
  .mega-menu {
    height: 240px;
    width: 640px;
    transform: translate3d(-120px, 4px, 0) !important;
  }

  .dropdown > .dropdown-toggle:active {
    /* pointer-events: none; */
  }
}

.sub-item {
  background-color: transparent;
}

.menu-columns {
  background-color: transparent;
  margin-left: 20px;
  width: 630px;
  border-right: solid;
  border-width: 0.1px;
  border-color: lightgray;
}

.fa-chevron-right {
  margin-left: 5px;
  color: #ceb058;
  display: none;
}

/* Roof  Repair Page */

.repair-title {
  padding: 80px 0px;
  width: 100%;
  background-color: #111;
}

.repair-title h2 {
  margin: auto;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  color: #ceb058;
  width: auto;
}

.repair-title em {
  font-style: normal;
  color: #ceb058;
}

.repair-title p {
  color: #f7f7f7;
  font-size: 18px;
  text-align: left;
  line-height: 2;
  margin-top: 25px;
}

.repair-title span {
  color: #f7f7f7;
}

.repair-header {
  margin-bottom: 80px;
  background-color: rgb(255, 255, 255);
}

.repair-title-image {
  margin-left: 0;
  object-fit: cover;
  height: 400px;
  width: 90%;
  justify-self: center;
  display: block;
}

.roof-repair-p {
  margin: auto;
  width: 75%;
}

@media screen and (max-width: 700px) {
  .repair-title-image {
    margin-left: 0px;
    width: 90%;
    height: 90%;
    display: none;
  }

  .roof-repair-image {
    text-align: center;
  }
}

.quote-box {
  /* background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0, 0, 0, 0.7)),url(assets/images/header_roof_drone.JPEG); */
  background-position: center;
  background-size: cover;

  padding: 60px;
  padding-top: 80px;
  padding-bottom: 80px;

  color: white;
  width: 100%;
  margin: auto;

  border-radius: 0px;
  text-align: center;

  /* margin-bottom: 60px;  */
  /* background-color:#100c08ce; 
   background: #ecb316;
  background: -webkit-linear-gradient(legacy-direction(to right), #e2a92e 0%, #dbaa07 100%);
  background: -webkit-gradient(linear, left top, right top, from(#41403e), to(#d3921a));
  background: -webkit-linear-gradient(left, #353432 0%, #2b2a29 100%);
  background: -o-linear-gradient(left, #444341 0%, #31312f 100%);
  background: linear-gradient(to right, #1b1b1b 0%, #333331 100%);
  border-color: transparent;
   */
}

.sub-title {
  text-align: center;
  font-size: 16px;
  width: auto;
  margin: auto;
  line-height: 2;
}

.leak-paragraph {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 0px;
  width: 80%;
  background-color: #f7f7f7;
}

.leak-paragraph h5 {
  color: #120306;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  margin: auto;
}

.leak-paragraph em {
  color: #120306;
  font-style: normal;
}

.leak-paragraph p {
  padding: 10px;
  margin-top: 0px;
  font-size: 16px;
  color: #120306;
  width: 100%;
  margin: auto;
}

.leak-paragraph img {
}

@media screen and (max-width: 700px) {
  .leak-paragraph {
    width: 100%;
    text-align: center;
  }

  .leak-paragraph h5 {
    font-size: 20px;
  }

  .leak-paragraph p {
    font-size: 14px;
  }

  .repair-card {
    height: 550px;
  }

  .repair-card img {
    width: 100%;
    margin-left: 0px;
    margin-right: 40px;
  }
}

.repair-images {
  width: 100%;
  height: 250px;
  margin: 0px;
  padding: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.repair-types {
  padding-top: 80px;
  background-color: #f7f7f7;
}

.repair-types h3 {
  text-align: center;
  font-size: 36px;
  color: #120306;
}

.repair-types em {
  font-style: normal;
  color: #ceb058;
}

.repair-types span {
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.repair-content {
  width: 100%;
  margin: auto;
  padding: 140px 0px;
}

.repair-card {
  padding: 0px;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 15px darkgray;
  height: 480px;
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 10px;
}

.repair-card img {
  width: 100%;
}

.repair-card p {
  text-align: left;
}

@media screen and (max-width: 700px) {
  .repair-card {
    height: auto;
  }

  .repair-card img {
    width: 100%;
  }
}
/* Roof Repair CTA */

@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,500");
.c2a1 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.c2a1 h1,
.c2a1 h2,
.c2a1 h3,
.c2a1 h4,
.c2a1 h5,
.c2a1 h6 {
  color: #3e4555;
}

.c2a1 .op-8 {
  opacity: 0.8;
}

.c2a1 .font-weight-medium {
  font-weight: 500;
}

.c2a1 .btn-danger-gradiant {
  background: #ecb316;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #e2a92e 0%,
    #dbaa07 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dfa231),
    to(#d3921a)
  );
  background: -webkit-linear-gradient(left, #dfa231 0%, #dbaa07 100%);
  background: -o-linear-gradient(left, #dfa231 0%, #dbaa07 100%);
  background: linear-gradient(to right, #dfa231 0%, #dbaa07 100%);
  border-color: transparent;
}

.c2a1 .btn-danger-gradiant:hover {
  background: #dbaa07;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #dbaa07 0%,
    #dfa231 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dbaa07),
    to(#dfa231)
  );
  background: -webkit-linear-gradient(left, #dbaa07 0%, #dfa231 100%);
  background: -o-linear-gradient(left, #dbaa07 0%, #dfa231 100%);
  background: linear-gradient(to right, #dbaa07 0%, #dfa231 100%);
}

.c2a1 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

/* Hero Section */

.hero-slim {
  display: flex;
  justify-content: center;

  width: 100%;
  text-align: center;

  background-size: cover;
  background-position: center;

  /* background-color:#100c08ce; 
	background: #ecb316;
   background: -webkit-linear-gradient(legacy-direction(to right), #e2a92e 0%, #dbaa07 100%);
   background: -webkit-gradient(linear, left top, right top, from(#41403e), to(#d3921a));
   background: -webkit-linear-gradient(left, #353432 0%, #2b2a29 100%);
   background: -o-linear-gradient(left, #444341 0%, #31312f 100%);
   background: linear-gradient(to right, #1b1b1b 0%, #333331 100%);
   border-color: transparent; */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(231, 175, 20, 0.205)
    ),
    url(" /Published-1stGenRoofing/assets/images/header_roof_drone.JPEG");
}

.hero-slim h2 {
  color: white;
  font-size: 36px;
}

.hero-slim p {
  color: white;
  font-size: 20px;
}

/* Roof Inspection Page */

.introduction {
  margin-bottom: 20px;
}

.replacement-section {
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .replacement-section {
    background-image: none;
    background-color: #f7f7f7;
  }

  .service-card {
    height: auto;
  }
}

.service-title {
  padding-top: 80px;
  margin: auto;
  color: white;
}

.service-title h2 {
  text-align: center;
  font-size: 36px;
  color: #120306;
}

.service-title em {
  font-style: normal;
  color: black;
}

.service-sections {
  margin: auto;
  padding: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}

.service-card {
  background-color: rgb(31, 31, 31);
  padding: 20px;
  /* border: solid gray 1px;
  border-left: solid gray 1px;
  border-right: solid gray 1px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  text-align: center;
  color: #333;
  height: 400px;
}

.service-card img {
  max-width: 100%;
  width: 75px;
  height: 75px;
  height: auto;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.service-card p {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.service-container {
  padding: 150px 0px;
  text-align: center;
  margin: auto;
  color: white;
  background-color: #f7f7f7;
}

.service-container h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #120306;
}

.service-container h2 em {
  font-style: normal;
  color: black;
}

.service-container span {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .service-sections {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.service {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: center;
  color: #120306;
}

.service p {
  padding-top: 40px;
  color: #666;
}

.service img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 40px;
}

/* Additional styling for the new sections */

.additional-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  width: 100%;
}

.info {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  margin-top: 50px;
}

.info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.info ul li {
  margin-bottom: 10px;
}

.info p {
  font-size: 16px;
}

/* Additional styling for the callback request section with horizontal form layout */

.info {
  margin-top: 0px;
  padding: 0px;
}

.info span {
  text-transform: uppercase;
  font-size: 15px;
  color: #f7f7f7;
  letter-spacing: 1px;
  display: block;
}

.info h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  color: #ceb058;
}

.info h2 em {
  font-style: normal;
}

.info form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 700px; /* Adjust maximum width */
  margin: auto; /* Center the form */
  margin-top: 60px;
  padding: 40px;
  background-color: #ceb058;
  border-radius: 10px;
}

.info .form-row {
  display: flex;
  gap: 16px; /* Space between name and phone fields */
  margin-top: 25px;
}

.info .form-row > div {
  flex: 1; /* Allow fields to grow equally */
}

.info input,
.info textarea {
  padding: 8px;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px; /* Smaller font size */
  border-radius: 10px;
}

.info input {
  width: 100%; /* Full width of parent div */
}

.info textarea {
  width: 100%; /* Full width of parent div */
  resize: vertical; /* Allow vertical resize only */
}

/* Roof Replacement Page */

/* Hero Section */
/* Hero Section */
.hero-area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/header_roof_drone.JPEG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.hero-area h1 {
  margin-top: 120px;
}
.hero-area p {
  color: #f7f7f7;
}

/* Content Area */
.content-area {
  padding-top: 0px;
  background-color: white;
}

.service-details {
  width: 100%;
  margin: auto;
  margin-bottom: 0px;
  padding: 80px;
  background-color: #111;
  align-self: center;
}

.service-details h2 {
  font-size: 36px;
  color: #ceb058;
  width: 75%;
}

.service-details span {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 15px;
}

.service-details p {
  width: 75%;
  margin-top: 20px;
  color: #f7f7f7;
  line-height: ;
}

.service-details img {
  max-width: 100;
  margin-top: 20px;
  width: 100%;
}

.repair-card-info {
  margin-top: 20px;
  width: 75%;
  align-self: center;
  line-height: 2;
}

.replacement-paragraph {
  height: auto;
}

.roof-inspection-p {
  margin: auto;
  width: 75%;
}

@media (max-width: 768px) {
  .repair-card-info {
    margin-top: 80px;
  }

  .roof-inspection-p {
    width: 90%;
  }

  .pg-box1 {
    margin: 25px;
  }

  .bottom-hero-section .col-md-6 h2 {
    width: auto;
  }
}

@media (min-width: 768px) {
  .bottom-hero-section .col-md-6 h2 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-hero-image {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    justify-self: center;
  }
  .bottom-hero-section .col-md-6 h2 {
    width: 100%;
  }
}

/* Additional Information Section */

.additional-info.new-roof {
  padding: 80px;
  width: 100%;
}

.new-roof-row {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

.new-roof img {
  object-fit: cover;
  margin-bottom: 40px;
  height: 400px;
  justify-self: end;
}
.new-roof .row .center-info {
  padding-left: 0px;
}
@media screen and (max-width: 640px) {
  .new-roof .row .center-info {
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 40px;
  }
}

.replace-info {
  width: 100%;
}

.additional-info {
  padding: 140px 80px;
  background-color: #111;
}

.additional-info h3 {
  font-size: 36px;
  color: #120306; /* #ceb058 */
  margin-bottom: 10px;
}

.additional-info em {
  font-style: normal;
  color: black;
}

.additional-info span {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
}

.additional-info p {
  margin-top: 0px;
  font-size: 18px;
  color: #f7f7f7;
}

.additional-info ul {
  list-style: disc;
  padding-left: 20px;
}

.additional-info ul li {
  margin-bottom: 10px;
}

/* CSS for Additional Information Section */
.additional-info-container {
  background-color: #111;
  width: 100%;
  height: auto;
  padding: 12vh 0;
}

.additional-info-paragraph {
  width: 40vw;
  margin: 0vh 12vw 10vh 23vw;
}

.additional-info-paragraph h2 {
  width: auto;
  color: #ceb058;
  margin-bottom: 20px;
  font-size: 42px;
}

.additional-info-paragraph p {
  width: 40vw;
  color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .additional-info-paragraph {
    width: 75vw;
    margin: 0vh 10vw 10vh 10vw;
  }

  .additional-info-paragraph p {
    width: 75vw;
  }

  .additional-info-paragraph h2 {
    width: 75vw;
    font-size: 36px;
  }
}

.quote-button-row {
  margin-top: 5vh;
}

.additional-info-column {
  /* Add your styles here */
  padding: 40px;
  background-color: #333;
  height: 350px;
  width: 100vw;
}

/* .additional-img-1{
 background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/header_roof_drone.JPEG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.additional-img-2{
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/Gallery\ 13.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.additional-img-3{
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/Gallery\ 14.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.additional-img-4{
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/Gallery\ 15.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.additional-info-column .services-checkmarks {
  margin-right: 20vw;
  font-size: xx-large;
}

@media screen and (max-width: 768px) {
  .additional-info-column {
    height: auto;
    padding: 40px 20px;
  }

  .additional-info-column .services-checkmarks {
    margin-right: 80vw;
  }
}

@media screen and (max-width: 1024px) {
  .additional-info-column {
    height: fit-content;
  }
}

@media screen and (max-width: 1440px) {
  .additional-info-column {
    height: auto;
  }
}

.additional-info-column h3 {
  /* Add your styles here */
  color: #f7f7f7;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
}
.additional-info-column p {
  /* Add your styles here */
  color: #f7f7f7;
  line-height: 1.5;
}

.custom-additional-info-container {
  max-width: 100%; /* Set the maximum width to 100% */
  padding-left: 15px; /* Add padding to the left */
  padding-right: 15px; /* Add padding to the right */
  margin-left: auto; /* Center the container */
  margin-right: auto; /* Center the container */
}

.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-card {
  flex: 1;
  min-width: 300px;

  padding: 20px;
}

.info-card img {
  max-width: 100%;
}

.info-card h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #ceb058; /* #ceb058 */
}

.info-card ul {
  list-style: disc;
  padding-left: 20px;
}

.info-card ul li {
  margin-bottom: 10px;
}

/* Gutter Installation Page */

.gutter-info {
  width: 100%;
}

.gutter-content {
  margin: auto;
  background-color: black;
}

.gutter-title {
  text-align: center;
}

.gutter-title h3 {
  font-size: 36px;
  font-weight: 600;
}

.gutter-title em {
  font-style: normal;
  color: black;
}

.gutter-row {
  width: 80%;
  margin: auto;
  padding: 80px 0px;
}
.gutter-col {
  padding-bottom: 0px;
}

.gutter-col h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ceb058;
}

.gutter-col img {
  width: 600px;
}

.gutter-col p {
  margin-top: 20px;
  color: #f7f7f7;
}

.gutter-info-columns p {
  color: #f7f7f7;
}

.gutter-container {
  margin: auto;
}

.gutter-install-section {
  width: 90%;
  margin: auto;
  padding: 80px;
}

.gutter-sec-two {
  background-color: #333;
  padding: 140px 0px;
}

.gutter-list {
  margin-top: 40px;
}

.gutter-process {
  margin-top: 0px;
  width: 80%;
  margin: auto;
}

.gutter-info-columns {
  text-align: center;
}

.gutter-info-columns h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #ceb058;
}

.gutter-info-columns p {
  margin: 0px;
  text-align: left;
  color: #f7f7f7;
}

.gutter-info-columns em {
  font-style: normal;
  color: #f7f7f7;
}

.gutter-info-columns img {
  width: 100%;
  height: 432px;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .gutter-col img {
    width: 100%;
  }

  .gutter-col {
    padding-bottom: 40px;
  }

  .gutter-info-columns img {
    margin: auto;
    width: 285px;
    height: 205px;
  }

  .gutter-info-columns h3 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-info-columns h3 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .gutter-info-columns span {
    text-transform: capitalize;
    color: #666;
  }

  .gutter-info-columns p {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-info {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gutter-info-columns img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }

  .gutter-col img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}
/* Image Adjust */

.img-swatch {
  height: 60px;
  width: auto;
  border-radius: 0px;
}

.widget-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
}

/* Changes 8/14/2024 */
.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
button.border-button:hover {
  background-color: #fff;
  color: #ceb058;
}

.callback-button {
  width: 30%;
  margin: auto;
}

/* Changes made 8/16/2024 */
.service-details .col-md-6 img.img-fluid {
  width: 70%;
  height: 400px;
  object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

/* Mobile styles */
@media (max-width: 767px) {
  .service-details {
    padding: 15px;
  }

  .service-title h2 {
    font-size: 32px;
    color: #120306;
  }

  .service-details .row.replacement-paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-details .col-md-6 {
    width: 100%;
    margin-bottom: 20px; /* Add margin to create space between sections */
    text-align: center;
  }

  .service-details img.img-fluid {
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .service-details .col-md-6 img.img-fluid {
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
  }

  .service {
    padding: 20px;
  }

  .additional-info.new-roof {
    padding: 15px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }

  .additional-info.new-roof h3 {
    font-size: 36px;
  }

  .additional-info.new-roof ul {
    padding-left: 15px;
  }
  .new-roof img {
    width: inherit;
  }

  #service-image {
    display: none;
  }
}

#inspection-image {
  height: 400px;
  justify-self: center;
}

/* Changes made 8/20/2024 */
@media screen and (max-width: 700px) {
  #inspection-image {
    margin-left: 0px;
    margin-top: 40px;
    width: 90%;
    object-fit: cover;
  }
  .additional-info {
    padding: 80px 10px;
  }

  .page-heading h1 {
    font-size: 50px;
  }
  .page-heading span {
    font-size: 14px;
  }
}

.subtitle-span {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: auto;
  margin-bottom: 0px;
  display: block;
  text-align: left;
  width: 75%;
}

/* Changes Made 8/21/2024 */

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gallery .col-lg-4,
.gallery .col-md-6,
.gallery .col-sm-12 {
  margin-bottom: 15px;
}

.gallery-title {
  padding: 0px 0px;
  color: #ceb058;
  margin-bottom: 40px;
}

.gallery-title h1 {
  font-size: 36px;
  font-weight: 600;
}

.gallery-section {
  background-color: #111;
}

.gallery-container {
  padding: 80px 0px;
}

.gallery img {
  height: 202px;
}

/* ANIMATIONS */
/* Keyframes for slide-in animation */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation to about page content */
/* Keyframes for slide-in animation */
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to about page content */
.more-info-content .right-content,
.more-info-content .left-image {
  /* opacity: 0; */
  /* transform: translateX(-50px); */
  /* animation: slideInFromLeft 0.5s ease-out forwards; */
}

/* Delay for staggered animation effect */
.more-info-content .right-content {
  animation-delay: 0.2s;
}

.more-info-content .left-image {
  animation-delay: 0.4s;
}

/* Keyframes for slide-in right animation */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to chooseUs section */
.chooseUs .about-answer,
.chooseUs .aboutVideo {
  /* opacity: 0; */
  /* transform: translateX(50px); */
  /* transition: opacity 0.5s ease-out, transform 0.6s ease-out; */
}

/* Add class to trigger animation */
.chooseUs.in-view .about-answer,
.chooseUs.in-view .aboutVideo {
  /* opacity: 1; */
  /* transform: translateX(0); */
}

/* Roof Repair Animations */

/* Keyframes for slide-in animation */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Initial state */
.repair-types {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Final state */
.repair-types.slide-in {
  opacity: 1;
  transform: translateX(0);
}

/* Roof Inspection Animation */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Class to trigger the animation */
.slide-in {
  opacity: 1;
  transform: translateX(0);
  animation: slideIn 0.5s forwards;
}

/* Initial styles to hide sections off-screen */

/* Contact Page */
@keyframes popup {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.contact-information {
  animation: popup 0.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Initial hidden state */

/* Animation class */
.contact-form.show {
  opacity: 1;
  transform: translateY(0);
}

/*Products Animations */
/* Initial hidden state */
.service-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Animation class */
.service-item.show {
  opacity: 1;
  transform: translateY(0);
}

.background-video-section {
  position: relative;
  width: 100%;
  height: 82vh; /* Full screen height */
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
  height: 100%;
  color: white;
  text-align: left; /* Left-align text */
  padding-left: 20px; /* Add some padding to the left */
  background: rgba(0, 0, 0, 0.45); /* Semi-transparent background */
}

.video-overlay em {
  font-style: normal;
  color: #ceb058;
}

.text-content {
  text-align: left;
  max-width: 600px;
  margin-left: 5vw;
  width: 50%;
}
.text-content h1 {
  font-size: 72px;
}

.text-content p {
  font-size: 20px;
  color: white;
}

.background-video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(15, 11, 0, 0),
    rgba(0, 0, 0, 0)
  ); /* #ceb058 gradient */
  z-index: 0;
}

.text-content h1,
.text-content p,
.text-content a {
  margin-bottom: 30px;
}

.text-content a {
  display: inline-block; /* Ensure the anchor tag respects the margin */
}

/* Quote Box */
.quote-form-box {
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding: 10px;
  border-radius: 7px;
  color: #120306;
  margin-left: 28vw; /* Add margin to match the text-content */
  text-align: center;
  box-shadow: 5px 5px 5px rgba(27, 27, 27, 0.25);
  height: auto;
}

.quote-form-box h5 {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.quote-form-box p {
  color: white;
  text-align: center;
  font-size: 14px;
}

.quote-form-box h6 {
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.quote-form-box .btn-primary {
  background-color: #ceb058;
  border: none;
  border-radius: 5px;
  width: auto;
}

.quote-form-box .btn-primary:hover {
  background-color: white;
}

.quote-form-title {
  background-color: #ceb058;
  padding: 7px;
  border-radius: 10px;
}

.col-md-6 hr {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .quote-form-box {
    display: none;
  }
}

@media screen and (max-width: 1328) {
  .quote-box {
    margin-left: 0px;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 700px) {
  .text-content {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .text-content h1 {
    font-size: 36px;
  }

  .text-content p {
    font-size: 16px;
    text-align: center;
  }

  .quote-form-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .quote-form-box {
    margin-left: 4vw;
  }
}

/* Navbar */

.nav-container {
  margin-left: auto;
  margin-right: 0px;
  margin-top: 20px;
}

.navbar-brand img {
  margin-left: 10vw;
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    margin-left: 0px;
  }
}

/* Changes made 8/26/2024 */

.box-container {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  grid-template-rows: repeat(2, 150px);
  align-items: center;
  gap: 200px;
  height: 50vh;
}

.box {
  width: 325px;
  height: 300px;
  border-radius: 15px;
  /* box-shadow: 5px 5px 15px darkgray; */
  display: flex;
  justify-content: center;
  padding: 15px;
  /* background-color: rgb(24, 24, 24); */
  background-image: linear-gradient(to top, #434343 0%, black 100%);

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.box.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.box-content h3 {
  font-size: 18px;
  text-align: center;
  color: white;
}

.box-content p {
  margin-top: 25px;
  text-align: left;
  color: white;
  font-size: 14px;
}

.box-content img {
  height: 75px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .box-container {
    display: grid;
    grid-template-columns: repeat(1, 50px);
    grid-template-rows: repeat(1, 300px);
    gap: 10px;
    height: auto;
    margin-top: 10vh;
  }
  .box {
    border-radius: 15px;
    /* box-shadow: 5px 5px 15px darkgray; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* background-color: rgb(24, 24, 24); */
    background-image: linear-gradient(to top, #434343 0%, black 100%);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    width: 93vw;
  }

  .fun-facts {
    height: auto;
    padding: 80px 0px;
    background-color: #ceb058;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns layout */
    grid-template-rows: auto;
    align-items: center;
    gap: 30px; /* Adjust gap as needed */
    height: auto; /* Adjust height as needed */
    justify-content: center; /* Center the grid items */
    margin-top: 80px;
  }

  .box {
    width: 100%; /* Make boxes take full width of the column */
    max-width: 300px; /* Set a max width for better appearance */
    height: 350px; /* Adjust height as needed */
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Adjust padding for better spacing */
    background-image: linear-gradient(to top, #434343 0%, black 100%);
    opacity: 1; /* Ensure boxes are visible */
    transform: translateY(0); /* Reset transform */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .box-content {
    text-align: center; /* Center text inside the box */
  }

  .fun-facts {
    height: fit-content;
  }
}

@media (min-width: 1024px) {
  .box-content p {
    display: none;
  }

  .box-container {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(2, 150px);
    align-items: center;
    gap: 100px;
    height: 30vh;
  }

  .box {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    /* box-shadow: 5px 5px 15px darkgray; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* background-color: rgb(24, 24, 24); */
    background-image: linear-gradient(to top, #434343 0%, black 100%);

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .fun-facts {
    height: fit-content;
  }
}
@media (min-width: 1440px) {
  .box-container {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(2, 150px);
    align-items: center;
    gap: 200px;
    height: 50vh;
  }

  .box {
    width: 325px;
    height: 300px;
    border-radius: 15px;
    /* box-shadow: 5px 5px 15px darkgray; */
    display: flex;
    justify-content: center;
    padding: 15px;
    /* background-color: rgb(24, 24, 24); */
    background-image: linear-gradient(to top, #434343 0%, black 100%);

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .box-content p {
    display: block;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url("/Published-1stGenRoofing/assets/images/mid-section_back.JPEG") no-repeat center
    center/cover;
}

@media screen and (max-width: 768px) {
  .hero-section {
    height: 60vh;
  }
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* text-align: center; */
  color: white;
  padding: 20px;
  box-sizing: border-box;
}

.hero-content {
  max-width: 1000px;
  margin-left: 5vw;
  margin-top: 0vh;
}

.hero-content h1 {
  font-size: 72px;
  margin-bottom: 20px;
  color: #ceb058; /* #ceb058 */
  font-weight: bold;
}

.hero-content p {
  font-size: 24px;
  margin-bottom: 30px;
  color: white;
}

.hero-content .text-qr-code {
  margin-left: 20px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .text-qr-code {
    display: none;
  }

  .qr-code-block {
    display: none;
  }
}

@include media-breakpoint-up(sm) {
  .qr-code-block {
    display: none;
  }
}

.qr-code-block {
  margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Add your tablet-specific styles here */
  .hero-content p {
    font-size: 20px; /* Example adjustment */
  }

  .hero-content .cta-button {
    padding: 12px 25px; /* Example adjustment */
  }

  .qr-code-block {
    display: block; /* Example adjustment */
  }

  .qr-code-block strong {
    display: block;
    margin-bottom: 20px;
  }
}

.hero-content .cta-button {
  padding: 15px 30px;
  font-size: 1.2em;
  color: white;
  /* background-color: #ff6600; Adjust color as needed */
  background-color: #ceb058;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.hero-content .cta-button:hover {
  /* background-color: #e65c00; Adjust hover color as needed */
  color: #ceb058;
}

.hero-contact-form {
  width: 450px;
  margin-left: 10vw;
  margin-top: 10vh;
  padding: 40px;
  background: linear-gradient(135deg, #ffffff, #e9e9e9);
  border-radius: 0px;
}
.hero-contact-form label {
  color: #333;
  margin-top: 15px;
}
.hero-contact-form h3 {
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.hero-contact-form input,
textarea {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #333;
  width: 100%;
  min-height: 2.5rem;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5em;
  }

  .hero-content p {
    font-size: 1.2em;
  }

  .hero-contact-form {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact-form {
    display: none;
  }
}

.submit-button {
  background-color: #ceb058;
  border: solid 2px #ceb058;
  border-radius: 0px;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}

.two-column-section {
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  height: 65vh;
  background-color: #111;
}

.two-column-section .container {
  height: 55vh;
}
.two-column-section .row {
  height: 55vh;
}
.two-column-section .col-md-6 {
  text-align: center;
}

.two-column-section p,
ul,
li {
  text-align: left;
  color: #f7f7f7;
}

.two-column-section h2 {
  color: #ceb058;
  margin-bottom: 0px;
  text-align: left;
}

.two-column-section img {
  width: auto;
  height: 20%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle drop shadow */
}

.why-choose-section {
  padding: 50px 0;
  text-align: center;
  background-color: #333;
}

.why-choose-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-section h2 {
  margin-bottom: 30px;
  font-size: 2.5em;
  color: #f7f7f7;
}

.why-choose-item {
  padding: 35px;
  transition: transform 0.3s ease;
  background-color: #ceb058;
  border-radius: 50%;
  height: 40vh;
  width: auto;
}

.why-choose-item:hover {
  transform: translateY(-10px);
}

.why-choose-item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.why-choose-item h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #f7f7f7;
}

.why-choose-item p {
  font-size: 0.8em;
  color: #f7f7f7;
}

@media (max-width: 768px) {
  .why-choose-item {
    margin-bottom: 30px;
  }

  .why-choose-item p {
    width: 100%;
    text-align: center;
    font-size: 0.9em; /* Adjust font size as needed */
  }
  .why-choose-item {
    padding: 25px; /* Adjust padding as needed */
    height: 30vh; /* Adjust height as needed */
    width: auto; /* Ensure width adapts to content */
    border-radius: 0;
  }

  .why-choose-item .icon {
    width: 60px; /* Adjust icon size as needed */
    height: 60px; /* Adjust icon size as needed */
    margin-bottom: 15px; /* Adjust margin as needed */
  }

  .why-choose-item h3 {
    font-size: 1.2em; /* Adjust font size as needed */
    margin-bottom: 8px; /* Adjust margin as needed */
  }

  .two-column-section {
    height: 150vh;
  }

  .two-column-section img {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .why-choose-item {
    margin-bottom: 20px; /* Adjust margin as needed */
  }

  .why-choose-item p {
    width: 100%;
    text-align: center;
  }

  .two-column-section {
    height: auto; /* Adjust height as needed */
  }

  .two-column-section img {
    margin-top: 20px; /* Adjust margin as needed */
  }
}

.surenail-section {
  padding: 80px 0;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("assets/images/AboutBack.jpg"); */
  background-color: #111;
}
/* .surenail-section .feature:hover {
  transform: scale(1.05);
} */

.surenail-section .feature {
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  /* opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; */
}

.surenail-section .feature img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.surenail-section .feature h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #ceb058;
}

.surenail-section .feature p,
.surenail-section .feature ul {
  font-size: 1em;
  color: #f7f7f7;
}

.surenail-section .feature ul {
  padding-left: 20px;
}

.surenail-section .feature ul li {
  margin-bottom: 10px;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Increase the size of the modal */
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* Full height */
  max-width: 90%; /* Increase the width to 75% of the viewport */
}

.modal-content {
  width: 100%;
  max-width: 750px; /* Adjust as needed */
  padding: 20px; /* Add padding for better spacing */
}

/* Increase the size of the modal image */
.modal-content img {
  width: 100%; /* Make the image take up the full width of the modal */
  height: auto; /* Maintain the aspect ratio */
}

.modal-header {
  color: black;
}

.modal-title {
  margin: 0 2vw;
}
.modal-subtitle {
  color: #666;
}

.modal-body {
  padding: 20px;
}

.form-group label {
  font-weight: bold;
}

.form-control {
  margin-bottom: 10px;
}

.btn-primary {
  background-color: #ceb058;
  border-color: #ceb058;
}

/* Change Made 8/27/2024 */

.three-column-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh; /* Full screen height */
  text-align: center;
  background-color: #ceb058;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(https://dcpd6wotaa0mb.cloudfront.net/mdms/uploads/images/imgs/000/009/071/original/durationpremium1.jpg?1476294038); */
}

.three-column-layout .section-title {
  font-size: 36px;
  margin-bottom: 0.5em;
  color: #120306;
  text-align: center;
}

.three-column-layout .section-subtitle {
  font-size: 1.25em;
  margin-bottom: 3em;
  text-align: center;
  color: #ffffff;
}

.three-column-layout .column-content {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ceb058;
  height: 300px;
  /* box-shadow: 5px 5px 5px black; */
  border-radius: 10px;
}

.three-column-layout .column-content h4 {
  margin: 20px 0px;
  font-size: 1.5em;
  color: #120306;
}

.three-column-layout em {
  font-style: normal;
  color: #120306;
}

.three-column-layout .column-content p {
  margin-bottom: 20px;
  font-size: 1em;
  color: white;
}

.three-column-layout .column-content img {
  width: 50px;
}

.three-column-section .cta-button:hover {
  background-color: dark#ceb058;
  color: #fff;
}

.cta-button {
  background-color: rgb(31, 31, 31);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
}

.cta-button:hover {
  background-color: white;
  color: white;
  border: none;
}

@media screen and (max-width: 413px) {
  .three-column-layout {
    height: auto;
    margin-top: 600px;
  }

  .three-column-layout .column-content {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .three-column-layout {
    height: auto;
    padding: 80px 0px;
  }

  .three-column-layout .column-content {
    height: auto;
  }
}

.bottom-hero-section {
  padding: 140px 80px;
  background-color: #111;
}

.bottom-hero-section .col-md-6 h2 {
  font-size: 36px;
  color: #ceb058;
  margin-bottom: 0px;
}

.bottom-hero-section .col-md-6 p {
  font-size: 18px;
  line-height: 2;
  color: #f7f7f7;
  margin-top: 20px;
  width: auto;
}

.bottom-hero-section .col-md-6 span {
  color: #ceb058;
  letter-spacing: 1px;
  font-size: 32px;
}
.bottom-hero-section .col-md-6 .filled-button {
  background-color: #ceb058;
}

.pg-box1 {
  background-color: transparent;
  padding: 0px;
  border-radius: 10px;
  margin: 20px;
}

.services-checklist {
  color: #f7f7f7;
  margin-bottom: 44px;
}

.services-checkmarks {
  color: #ceb058;
  margin: 0px 5px 0px 0px;
}

.left-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}

.bottom-hero-image {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bottom-hero-image {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .bottom-hero-section {
    padding: 60px 0px;
  }
}

.bottom-hero-section h2 {
  font-size: 2rem;
  color: #333;
}

.bottom-hero-section p {
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  margin-bottom: 40px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgb(31, 31, 31);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-bottom: 1rem;
}

.cta-button:hover {
  background-color: white;
  color: #ceb058;
}

.phone-cta {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
}

.phone-cta i {
  margin-right: 0.5rem;
  color: #120306;
}

/* Add this to your CSS file */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}

/* Promo Section */
.promo-section {
  background-color: #111;
  color: white;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.promo-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.promo-text {
  flex: 1;
  padding: 20px;
}

.promo-text h2 {
  color: #ceb058;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.promo-text p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f7f7f7;
}

.promo-button {
  background-color: #ceb058;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.promo-button:hover {
  background-color: #b8860b; /* Darker shade of #ceb058 */
  color: white;
}

.promo-image {
  flex: 1;
  padding: 20px;
}

.promo-image img {
  width: 100%;
  /* border-radius: 10px; */
}

/* Responsive Design */
@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-text,
  .promo-image {
    padding: 10px;
  }

  .promo-text h2 {
    font-size: 28px;
  }

  .promo-text p {
    font-size: 16px;
  }

  .promo-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .promo-image img {
    width: 350px;
    height: 236px;
  }
}

.two-column-layout {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  margin: 0px auto;
  text-align: center; /* Center text horizontally */
  max-width: 1200px;
}

.two-column-layout .column {
  flex: 1;
  padding: 20px;
}

.two-column-layout .image-column img {
  width: 100%;
  height: 400px;
  max-width: 500px; /* Adjust this to match the promo image size */
}

.two-column-layout .text-column {
  padding-left: 20px;
}

.two-column-layout .text-column h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ceb058;
}

.two-column-layout .text-column p {
  font-size: 18px;
  color: #120306;
  color: #f7f7f7;
}

.two-column-layout .text-column .filled-button {
  margin: 40px 0px 0px 210px;
}

@media screen and (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
    text-align: center;
  }

  .two-column-layout .text-column {
    padding-left: 0;
  }
  .two-column-layout .image-column img {
    width: 100%;
    height: 236px;
  }
  .two-column-layout .text-column .filled-button {
    margin: 40px 0px 0px 0px;
  }
  .about-button-left {
    text-align: left;
    justify-content: center;
    display: grid;
  }
}

.about-button-left {
  text-align: left;
}

.about-button-left .filled-button {
  background-color: black;
  color: white;
}

.about-section {
  background-color: #111;
  padding: 50px 20px;
}

.picture-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  /* Full viewport height */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(" /Published-1stGenRoofing/assets/images/MetalTom.jpg");
  /* background-attachment: fixed; */
  background-color: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.banner-content {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.banner-content h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.banner-content p {
  color: #f7f7f7;
  font-size: 20px;
  width: 560px;
  text-align: center;
  justify-self: center;
  margin: auto;
  margin-top: 15px;
}

.banner-content a {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .banner-content {
    padding: 20px;
    width: auto;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 15px;
    margin: unset;
    margin-top: 15px;
    width: 90vw;
  }
}

/* Video Section */
.video-section {
  padding: 80px 0;
  background-color: #111;
  text-align: center;
}

.video-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #f7f7f7;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oc_shingle_view {
  padding: 20px 0px 0px 0px;
  color: white;
}

/* Carousel Section */
.carousel-section {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.carousel-title {
  font-size: 36px;
  color: black;
  margin-bottom: 10px;
}

.carousel-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(102, 102, 102);
  letter-spacing: 1px;
}

.carousel-text-container {
  text-align: left;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
}

.carousel-text h3 {
  font-size: 24px;
  color: black;
}

.carousel-text p {
  font-size: 16px;
  color: #333;
}

.carousel-text hr {
  background-color: #ceb058;
  width: 50%;
  position: relative;
  right: 25%;
}

.carousel-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  box-shadow: 0px 5px 8px 0px rgb(214, 214, 214);
}

.carousel-slide {
  display: none;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: auto;
}

.carousel-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.carousel-prev,
.carousel-next {
  background-color: #ceb058;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.carousel-progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #ddd;
}

.carousel-progress-bar {
  height: 100%;
  width: 0;
  background-color: #ceb058;
  transition: width 0.5s;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-text-container {
    margin-bottom: 20px;
  }

  .carousel-prev,
  .carousel-next {
    padding: 5px;
    font-size: 14px;
  }

  .banner-content {
    padding: 2.2vh 40px;
    width: 100%;
  }
}

/* Quality Work Section */
.quality-work-section {
  padding: 80px 0;
  text-align: center;
  background-color: #ceb058;
}

.quality-work-title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
  margin-top: 40px;
}

.quality-work-subtitle {
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}

.quality-work-photo {
  margin-bottom: 50px;
}

.quality-work-photo img {
  max-width: 50%;
  height: auto;
  box-shadow: 0px 5px 8px 0px rgb(214, 214, 214);
}

.quality-work-description {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.quality-work-description p {
  flex: 1;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 25px;
  color: black;
}

.quality-work-button:hover {
  background-color: dark#ceb058;
}

/* Responsive Design */
@media (max-width: 768px) {
  .quality-work-description {
    flex-direction: column;
    text-align: center;
  }

  .quality-work-description p {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .quality-work-photo img {
    max-width: 100%;
  }
}

.quote-button {
  background-color: #333;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
}

.quote-button:hover {
  background-color: #fff;
  color: #ceb058;
}

a.quote-button:hover {
  background-color: #fff;
  color: #ceb058;
}

.quote-button i {
  color: #ceb058;
}

/* Index Insurance Process Section */
.insurance-process-section {
  padding: 60px 0;
  background-color: #333;
}

.insurance-process-section h2 {
  text-align: center;
  color: rgb(228, 228, 228);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}

.insurance-process-section span {
  display: block;
  margin: 20px 0px 80px auto;
  margin-top: 20px;

  text-transform: uppercase;
  font-size: 15px;
  color: #c2c2c2;
  letter-spacing: 1px;
  text-align: center;
}

.insurance-process-section .step {
  text-align: center;
  padding: 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  /* border: #acacac solid 1px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.insurance-process-section .step h3 {
  color: rgb(228, 228, 228);
  font-size: 24px;
}

.insurance-process-section .step p {
  color: #c2c2c2;
  font-size: 16px;
  margin-bottom: 20px;
}

.insurance-process-section .step hr {
  background-color: #ceb058;
  width: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}

.insurance-process-section .step a.cta-button {
  background-color: #ceb058;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.insurance-process-section .step a.cta-button:hover {
  background-color: #ceb058;
  color: white;
}

.process-linking img {
  max-width: 100%;
  height: 72vh;
  display: block;
  margin: auto;
  margin-top: 12vh;
}

@media screen and (max-width: 768px) {
  .nav-item a.filled-button {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-item a.filled-button {
    display: none;
  }
}

.DroneShot2EditedJpg,
.DroneShot1Jpg {
  width: 100%;
  height: 765px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.DroneShot3Jpg,
.DroneShot2EditedJpg,
.DroneShot1Jpg {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 60vh;
}

.DroneShot3Jpg::before,
.DroneShot2EditedJpg::before,
.DroneShot1Jpg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  transition: opacity 0.3s ease;
}

.DroneShot3Jpg:hover::before,
.DroneShot2EditedJpg:hover::before,
.DroneShot1Jpg:hover::before {
  opacity: 0;
}

.DroneShot3Jpg:hover,
.DroneShot2EditedJpg:hover,
.DroneShot1Jpg:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.DroneShot3Jpg {
  background-image: url(" /Published-1stGenRoofing/assets/images/drone_shot3.JPG");
  background-position: top top;
  width: 100%;
  position: relative;
  background-size: 120em;
}

.DroneShot2EditedJpg {
  background-image: url(" /Published-1stGenRoofing/assets/images/drone_shot2_edited.jpg");
}

.DroneShot1Jpg {
  background-image: url(" /Published-1stGenRoofing/assets/images/drone_shot1.jpg");
}

.Rectangle12,
.Rectangle13,
.Rectangle14 {
  width: 320px;
  height: 193px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.Rectangle12 {
  bottom: 0;
}

.Rectangle13 {
  bottom: 0;
}

.Rectangle14 {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .Rectangle12,
  .Rectangle13,
  .Rectangle14 {
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
  }
  .Roof-Replacement-Text,
  .Inspection-Text,
  .Gutter-Cleaning-Text {
    top: 0px;
    left: 0px;
    margin: auto;
  }
}

.Roof-Replacement-Text,
.Inspection-Text,
.Gutter-Cleaning-Text {
  width: auto;
  height: auto;
  color: white;
  font-size: 14px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
  margin-top: 30px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Roof-Replacement-Text p {
  font-size: 14px;
  color: white;
}

.Inspection-Text p {
  font-size: 14px;
  color: white;
}

.Gutter-Cleaning-Text p {
  font-size: 14px;
  color: white;
}

/* .Roof-Replacement-Text {
  left: 47px;
  top: 420px;
} */

/* .Inspection-Text {
  left: 40px;
  top: 420px;
}

.Gutter-Cleaning-Text {
  left: 40px;
  top: 420px;
} */

.Heading4RoofInspection {
  width: auto;
  height: 24px;
  position: absolute;
  color: white;
  font-size: 20px;
  font-family: Merriweather;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  padding-left: 20px;
  padding-top: 20px;
}

/* .Heading4RoofInspection {
  left: 47px;
  top: 390px;
} */

.resources {
  background-color: #222;
  padding: 40px 0px;
  height: 75%;
}

@media screen and (max-width: 768px) {
  .resources {
    padding: 20px 0px;
  }

  .service-column {
    padding: 20px 0px;
  }
}

.careers-hero-row {
  height: 100vh;
}

.careers-hero-title,
.careers-hero-description {
  font-family: Merriweather;
  color: #f7f7f7;
}

.careers-hero-title {
  font-size: 4em;
  font-weight: 700;
  line-height: 43.2px;
  word-wrap: break-word;
  margin-bottom: 20px;
  background-color: #ceb058;
  padding: 20px;
}

.careers-hero-description {
  font-size: 1.2em;
  color: #f7f7f7;
}

.careers-hero-text {
  background-color: #333;
}

.careers-hero-text p {
  margin-bottom: 28px;
  text-align: left;
  margin-left: 4vw;
  width: 30vw;
}

.careers-hero-text span {
  margin-bottom: 67px;
  text-align: left;
  margin-left: 4vw;
  width: 30vw;
}

.careers-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Add any additional custom styles for the image here */
}

.Frame2 {
  width: 100vw;
  padding-bottom: 22px;
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.ListingLeft,
.ListingRight {
  flex: 1;
  min-width: 300px; /* Adjust as needed */
  box-sizing: border-box;
  padding: 8em;
}

.Rectangle2 {
  width: 100%;
  height: 121px;
  background: #ceb058;
  align-content: center;
}

.SalesRep {
  width: 100%;
  color: #333333;
  font-size: 48px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  word-wrap: break-word;
  text-align: center;
}

.Location {
  width: 100%;
  color: #333333;
  font-size: 20px;
  font-family: Merriweather;
  font-weight: 700;
  line-height: 43.2px;
  word-wrap: break-word;
  margin: 10px 0px;
}

.RoleOverview {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  word-wrap: break-word;
  margin: 20px 0px;
}

.RoleOverview strong {
  font-size: 18px;
  font-weight: 800;
}
.RoleOverview p {
  font-size: 16px;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  word-wrap: break-word;
}

.Line1 {
  width: 100%;
  border: 1px #ceb058 solid;
}

.Responsibilities {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  word-wrap: break-word;
  margin: 58px 0px;
}

.Responsibilities ul {
  list-style-type: circle;
}

.Responsibilities ul span {
  font-weight: 800;
  font-size: 18px;
}

.Benefits {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  letter-spacing: 0.1px;
  word-wrap: break-word;
}

.Benefits ul {
  list-style-type: circle;
}

.Benefits span {
  font-weight: 800;
  font-size: 18px;
}

.Map {
  width: 100%;
  height: auto;
  border: 1px black solid;
}

.Requirements {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  word-wrap: break-word;
  margin-top: 58px;
}

.Requirements strong {
  font-size: 18px;
  font-weight: 800;
}

.Requirements ul {
  list-style-type: circle;
}

.Rectangle3 {
  width: 100%;
  height: 219px;
  background: #ececec;
  margin-top: 95px;
}

.Application-Content {
  padding: 30px;
}

.filled-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px; /* Adjust as needed */
}

.ReadyToApply {
  width: 100%;
  color: black;
  font-size: 20px;
  font-family: Merriweather;
  font-weight: 700;
  word-wrap: break-word;
}

.ApplyMessage {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  word-wrap: break-word;
}

.Button {
  padding: 12px;
  background: #ceb058;
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.Button .Button {
  color: #333333;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

/* Media Queries */
@media (max-width: 768px) {
  .Frame2 {
    flex-direction: column;
  }

  .ListingLeft,
  .ListingRight {
    width: 100%;
  }
}

.Frame3 {
  width: 100vw;
  height: 600px;
  padding-top: 0px;
  padding-bottom: 216px;
  padding-left: 110px;
  padding-right: 121px;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}

.column {
  flex: 1;
}

.WhoWeAre,
.OurMission {
  width: 100%;
  height: 413px;
  position: relative;
}

.AboutBox,
.MissionBox {
  width: 70%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  box-shadow: #666 0px 5px 10px;
}

.AboutBox {
  background: rgba(0, 0, 0, 0.45);
}

.MissionBox {
  background: #ceb058;
}

.AboutStatement,
.MissionStatement {
  width: 438px;
  position: absolute;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 43.2px;
  word-wrap: break-word;
}

.AboutStatement {
  color: #f7f7f7;
  left: 37px;
  top: 95px;
  height: 302px;
}

.MissionStatement {
  color: #333333;
  left: 37px;
  top: 95px;
  height: 212px;
}

.WhoWeAreTitle,
.OurMissionTitle {
  position: absolute;
  font-size: 40px;
  font-family: Merriweather;
  font-weight: 700;
  line-height: 43.2px;
  word-wrap: break-word;
}

.WhoWeAreTitle {
  color: #f7f7f7;
  left: 134px;
  top: 28px;
  width: 244px;
  height: 43px;
}

.OurMissionTitle {
  color: #333333;
  left: 132px;
  top: 28px;
  width: 248px;
  height: 43px;
}

@media screen and (max-width: 768px) {
  .ListingLeft,
  .ListingRight {
    padding: 2em;
  }

  .SalesRep {
    line-height: 50px;
    font-size: 12vw;
  }
}

.application-section {
  background-color: #333;
  padding: 80px 0;
}

.application-form-container {
  width: 90%;
  max-width: 800px;
  margin: 50px 10vw;
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  margin-top: 80px; /* Adjust this value based on the height of your navbar */
}

.job-application-title {
  text-align: center;
  color: #f7f7f7;
  margin-bottom: 20px;
}

.job-application-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.job-application-label {
  margin-bottom: 5px;
  color: #f7f7f7;
  font-weight: bold;
}

.job-application-input,
.job-application-textarea {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.job-application-textarea {
  grid-column: span 2;
}

.job-application-button {
  padding: 10px;
  background-color: #ceb058;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  grid-column: span 2;
  text-align: center;
}

.job-application-button:hover {
  background-color: #b3994d;
}

@media (max-width: 600px) {
  .application-form-container {
    width: 100%;
    margin: 20px;
    padding: 15px;
  }

  .job-application-form {
    grid-template-columns: 1fr;
  }

  .job-application-textarea,
  .job-application-button {
    grid-column: span 1;
  }
}

/* Call Button for Mobile Devices */

.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #28a745;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.call-button:hover {
  background-color: #ceb058;
}

.call-button i {
  font-size: 24px;
}

@media (min-width: 768px) {
  .call-button {
    display: none;
  }
}

/* Fill in effect */

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em #333;
}

.text-qr-code {
  width: 100px;
}

.yellow-divider {
  background-color: #ceb058;
}

/* Financing Page */

.financing-sec1 {
  background-color: #111;
  padding: 140px 0px 140px 0px;
}

.financing-sec1 h2 {
  color: #ceb058;
  margin-bottom: 20px;
}

.financing-sec1 p {
  color: #f7f7f7;
}

.financing-sec2 {
  background-color: #333;
  padding: 100px 0px;
}

.financing-sec2 h2 {
  color: #ceb058;
  text-align: center;
}

.financing-sec2 p {
  margin-top: 20px;
  color: #f7f7f7;
  width: 45vw;
  justify-self: center;
}

.financing-sec2 li {
  color: #f7f7f7;
  background-color: #222;
  height: 100px;
  align-content: center;
  font-size: 16px;
  font-weight: bolder;
  border: solid 1px #333;
}

.financing-options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.financing-options-list li {
  flex: 1;
  text-align: center;
}

.financing-sec3 {
  background-color: #111;
  padding: 100px 0px;
}

.financing-sec3 h2 {
  color: #ceb058;
  margin-bottom: 20px;
}

.financing-sec3 p {
  color: #f7f7f7;
}

.financing-sec3 li {
  color: #f7f7f7;
  padding: 20px 20px;
  font-size: 18px;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-darker-gray {
  background-color: #444;
}

.financing-estimate {
  margin-top: 80px;
}

.finance-widget-container {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .financing-sec2 p {
    width: 90vw;
  }
}
