body {
  font-family: 'Josefin Sans' !important;
}

.font-w {
  font-weight: 400;
}

.font-50 {
  font-size: 2rem;
}

.font-3rem {
  font-size: 3rem;
}

img:hover {
  filter: saturate(2);
}

.bg-second
{
  background: #FF6600;
}

.small-banner-heading {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #f5f5f5;
  background: #FF6600;
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
}

.text-primary {
  color: #FF6600 !important;
}

img {
  width: 100%;
}

.bg-primary,
.btn-primary {
  background-color: #FF6600 !important;
  border-color: #FF6600 !important;
}

   @media (min-width: 1200px) {
        #cont  {
            padding-left: 5em !important; 
            padding-right: 5em !important;
        }
    }
        @media (min-width: 992px) {
        #cont {
            padding-left: 5em !important; 
            padding-right: 5em !important;
        }
    }

@media (min-width: 1400px) {
  .container {
    max-width: 1211px;
  }

  .custom-container {
    max-width: 37rem;
  }

  .form-custom-container {
    /*max-width: 45rem;*/
  }
}

.list-style-none {
  list-style: none;
}

.form-control {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #000;
}

.form-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

form .btn-primary {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}

.negative-margin {
  margin-top: -4rem;
}
.image-hover {
  position: relative;
  overflow: hidden; /* Ensures the gradient stays within the image bounds */
}

.image-layout {
  display: block;
  width: 100%;
  height: auto; /* Ensure the image is responsive */
}

.image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, #2929299e 0%, #2b2b2bae 100%);
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease;
  border-radius: 10px;
}

.image-hover:hover .image-gradient {
  opacity: 1; /* Show the gradient on hover */
}

.image-over-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Ensures the button is above the gradient */
}

.image-hover:hover .image-over-btn {
  display: block;
  transition: opacity 0.3s ease;
}

.order-list {
  padding-left: 0rem;
  list-style: none;
}

.order-list li {
  font-weight: 400;
}

.card-item-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}
.bg-light {
  background-color: #f5f5f5;
}
.list-icon {
  display: flex;
  align-items: center;
}
.list-icon span {
  margin-left: 10px;
}
.list-style {
  padding-left: 20px;
  text-align: left;
}

.col-lg-1-8 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media (max-width: 991.98px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

h2 {
  font-size: 32px;
  color: #333333;
}

.para {
  font-size: 24px;
}

.font-36 {
  font-size: 36px;
  color: #333333;
}

.font-18 {
  line-height: 27px;
  font-size: 18px;
  color: #333333;
}

.border-color {
  border-color: #FF6600;
}

.center-align-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-item-heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.cropped-img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: 25% 25%;
}

.banner-heading {
  font-size: 3.75rem;
  font-weight: bold;
  text-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

.banner-heading-for-mobile {
  font-size: 2.063rem;
  font-weight: bold;
  text-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

.banner-para {
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

.banner-para-for-mobile {
  font-size: 1.125rem;
  font-weight: 400;
  text-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

.form-bgimg {
  background: linear-gradient(110deg, #29292900 0%, #2b2b2b00 100%),
    url("images/process-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 40vh;
  align-items: center;
}

.bgimg {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/banner-house.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.bgimg-homewarranty {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/home-warranty-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.bgimg-window {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/home-warranty-banner-images.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.bgimg-solar {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/home-solar-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.bgimg-gutters {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/home-gutters-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.bgimg-insurance {
  background: linear-gradient(to right, #292929bf 0%, #29292924 100%),
    url("images/vehicle-insurance-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 80vh;
  align-items: center;
}

.custom-border {
  border-top: 0.188rem solid #000;
  width: 3.125rem;
  margin: 0.625rem auto;
}

.br-10 {
  border-radius: 10px;
}

.contact-info {
  border-radius: 8px;
  color: #fff;
}

.contact-info ul {
  margin: 0;
  padding: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-info li i {
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}

.contact-info li:last-child {
  margin-bottom: 0;
}

.card-hover:hover {
  background-color: #FF6600;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.card-hover:hover .card-item-heading,
.card-hover:hover .fa-comment {
  color: #fff !important;
}

.navbar-nav .nav-item {
  margin-left: 18px;
}
