@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 48px !important;
  font-weight: 600 !important;
  font-family: "Lora", serif;
}

h2 {
  font-family: "Lora", serif;
  font-size: 36px !important;
  font-weight: 600 !important;
}

p {
  font-family: "Raleway";
  font-size: 16px !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff;
}

.img-fluid {
  height: 100%;
}

/* Hero-section */
.hero-section {
  position: relative;
  background: url("images/hero.jpeg") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity for desired darkness */
  z-index: 1;
}

h1,
.btn {
  position: relative;
  z-index: 2;
  /* Place content above the overlay */
}

.hero-section h1 span {
  margin-bottom: 20px;
  color: #54aacd;
}

.hero-section button {
  padding: 10px 20px;
  font-size: 16px;
}

@keyframes salePulse {
  from {
    background-color: #3a75bb;
  }

  50% {
    background-color: #3a75bb;
    transform: scale(1.1);
  }

  to {
    background-color: #3a75bb;
  }
}

.sale-title {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2em;
  color: #fff;
  font-weight: bold;
  animation-name: salePulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin: 0 auto;
}

.navbar {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-family: "Raleway";
  font-size: 1rem;
}

.phone-btn {
  background: linear-gradient(to bottom, #54aacd, #3a75bb) !important;
  color: white;
  padding: 10px 20px !important;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Poppins", serif;
  width: fit-content;
}

.phone-btn:hover {
  background: linear-gradient(to bottom, #3a75bb, #54aacd) !important;
  color: #fff;
}

.hero-section a.btn {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  color: white;
  border: none !important;
  font-family: "Raleway";
  margin-top: 20px;
  padding: 10px 30px !important;
}

.hero-section a.btn:hover {
  background: linear-gradient(to bottom, #3a75bb, #54aacd);
}

.container-fluid.sale {
  text-align: center;
  background: linear-gradient(to right, #5a9bd3, #1e6aa1);
  background-color: #1e6aa1;
  color: white;
}

.sale .row {
  justify-content: center;
}

.sale .header {
  background: white;
  color: #3883d3;
  padding: 10px;
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.sale h4 {
  text-align: start;
}

span.condition {
  font-size: 25px;
}

.sale .sale-text {
  font-weight: bold;
}

.sale .commitment ul {
  list-style: none;
  padding: 0;
}

.sale .commitment ul li {
  padding: 15px;
  display: flex;
  align-items: center;
}

.commitment ul li img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* Excellence section */
.excellence-section h4 {
  font-size: 48px;
  font-family: "Lora", serif;
}

.excellence-section .excellence-p {
  color: #414141;
}

.excellence-section .excellence-right p {
  color: #3a75bb;
  font-size: 18px;
  font-weight: 600;
}

/* Warranty section */
.warranty-section {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  padding: 40px 0;
  font-family: "Raleway";
}

.warranty-section .warranty-main {
  max-width: 50%;
  margin: auto;
}

.warranty-section p {
  color: #fff !important;
}

.warranty-section .btn {
  font-weight: 600;
  padding: 15px 30px;
  text-transform: uppercase;
}

.warranty-section .get-btn {
  color: #fff;
  border: 1px solid #fff;
}

.warranty-section .get-btn:hover {
  background: #fff;
  color: #3b78bc;
}

.warranty-section .about-btn {
  background: #fff;
  color: #3b78bc;
}

.warranty-section .about-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

/* Portfolio section */
.portfolio-section {
  padding: 50px 0;
}

.portfolio-section .portfolio-item {
  display: flex !important;
  text-decoration: none;
}

.portfolio-section .portfolio-text h4 {
  font-size: 22px;
  font-weight: 700;
  color: #3a75bb;
}

.portfolio-section .portfolio-text h2 {
  font-weight: bold;
}

.portfolio-section .portfolio-text p {
  color: #3a75bb;
  font-size: 22px !important;
  font-weight: 700;
}

.portfolio-section .portfolio-text p span {
  color: #616161;
  font-size: 20px;
  font-weight: 400;
}

.portfolio-section .image-wrapper {
  position: relative;
  text-align: end;
  /* width: 100%; */
  height: 100%;
}

.portfolio-section .image-wrapper img {
  max-width: 640px;
  height: auto;
  width: 100%;
}

.portfolio-item img {
  max-width: 640px;
  height: auto;
  width: 100%;
}

.portfolio-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -35px;
  right: 30%;
  bottom: -35px;
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  z-index: -1;
}

.portfolio-section .slick-list {
  height: 500px !important;
}

.portfolio-section .slick-prev,
.portfolio-section .slick-next {
  border: 3px solid #3b77bc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 105%;
}

.slick-prev {
  left: 40% !important;
}

.slick-next {
  right: 40% !important;
}

.portfolio-section .slick-prev:before,
.portfolio-section .slick-next:before {
  opacity: 1;
  color: #3b77bc;
  line-height: 1;
  font-size: 33px;
}

/* Partners section */
/* .partners-section {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  font-family: "Lora", serif;
  padding: 50px 0;
}
.portfolio-section .slick-prev {
  left: 50px;
  z-index: 9999;
}
.portfolio-section .slick-next {
  left: 100px;
}
.partners-section .slick-track {
  display: flex;
  align-items: center;
} */
/* faq section */
.faq-section {
  margin: 50px 0;
  padding: 50px !important;
}

.faq-section h2 {
  color: #3a75bb;
}

.faq-section .accordion-button {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  border-radius: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 20px;
}

.faq-section .accordion-body {
  font-family: "Lora", serif;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #fff !important;
  margin-bottom: 0px;
}

.faq-section .accordion-item:first-of-type .accordion-button,
.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.faq-section .accordion-item {
  border: none !important;
}

/* contactform section */
.inspection-section {
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
}

.inspection-section h5,
.inspection-section p,
.inspection-section label {
  color: #ffffff;
}

.inspection-section form {
  font-family: "Raleway";
  font-size: 16px;
}

.inspection-section form .service-in {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.inspection-section form .inspection-btn {
  background: #fff;
  color: #3b78bc;
  font-weight: 600;
  padding: 10px 30px;
}

.inspection-section .photo-upload-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.inspection-section .photo-box {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.inspection-section .photo-placeholder {
  font-size: 2rem;
  color: #666;
  line-height: 26px;
}

.btn-close {
  color: #fff !important;
}

.footer {
  color: #606060;
  font-family: "Poppins", serif;
}

.footer h6 {
  font-size: 17px;
  font-weight: 400;
}

.footer p {
  font-size: 18px !important;
  color: #3b3b3b;
  font-weight: 500;
}

.footer .location {
  position: relative;
}

.footer .location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* Adjust this to control the starting point */
  bottom: 50px;
  /* Adjust this to control the ending point */
  width: 2px;
  /* Border width */
  background-color: #676767;
  /* Border color */
}

.footer .location::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* Adjust this to control the starting point */
  bottom: 50px;
  /* Adjust this to control the ending point */
  width: 2px;
  /* Border width */
  background-color: #676767;
  /* Border color */
}

.footer .rights {
  border-top: 1px solid #c2c2c2;
}

/* *************** */
/* portfolio-page */
/* *************** */
.portfolioHome-section {
  position: relative;
  background: url("images/portfolio-image.png") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 50px;
}

.portfolioHome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* .services-section .services h3{
  margin-left: 40px;
} */
.services-section .col-12.title h3 {
  width: 77%;
  margin: auto;
  font-size: 32px;
  font-family: "Lora", serif;
}

.services-section .service-slider {
  width: 80%;
  margin: 0 auto;
}

.services-section .slick-slide {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.services-section .service-slider img {
  max-width: 100%;
  height: auto;
}

.services-section .slick-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: black;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.services-section .slick-prev:before {
  position: relative;
  right: 30px;
}

.services-section .slick-next:before,
.services-section .slick-prev:before {
  color: #3a75bb;
  font-family: sans-serif !important;
  font-size: 40px;
  font-weight: 600;
}

.raise.raise-section {
  margin-bottom: 50px;
  max-width: 78%;
  margin: auto;
}

.raise.raise-section h3 {
  font-size: 32px;
  font-family: "Lora", serif;
}

.raise-section.container-property {
  padding: 0 150px;
}

/* ************* */
/* about-page */
/* ************* */
.about-section {
  position: relative;
  background: url("images/about-img.png") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 50px;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about .process-step {
  text-align: center;
  padding: 20px;
}

.about .circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: linear-gradient(180deg, #54aacd, #3a75bb);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.about .process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 30px;
}

.about .process-box {
  background-image: url(images/subtract.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 160px 20px 40px;
  max-width: 225px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
}

.about .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about p {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 12.65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
}

.about-main-wrapper .our-commitment {
  background: linear-gradient(to right, #5a9bd3, #1e6aa1);
  background-color: #1e6aa1;
  color: white;
}

.our-commitment h2 {
  padding: 40px 0;
}

.our-commitment .feature-box {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.our-commitment .feature-box h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.6px;
}

.our-commitment .feature-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.36px;
  margin: auto;
}

.our-commitment .feature-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-commitment .feature-icon img {
  width: 64px;
  height: 64px;
}

.review .review-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.review .slider {
  width: 80%;
  margin: 0 auto;
}

.review .slick-slide {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.review .slick-dots li {
  width: 80px;
}

.review .slick-dots li #slick-slide-control00:before {
  content: "←" !important;
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.review .slick-dots li #slick-slide-control02:before {
  content: "→" !important;
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.review .slick-dots li button:before {
  content: "→" !important;
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.review .review-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.review .review-card .placeholder-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.review .star-rating {
  color: #e67136;
}

.review .review-card h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19.2px;
}

.review .review-card p {
  margin-left: -60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.7px;
}

@media (max-width: 992px) {
  .navbar .container {
    padding: 0;
  }

  .warranty-section .warranty-main {
    max-width: 100%;
  }

  .inspection-section form .service-in {
    flex-direction: column;
  }

  .portfolio-section .image-wrapper::before {
    content: none;
  }

  .portfolio-section .slick-prev,
  .portfolio-section .slick-next {
    top: 45%;
  }

  .portfolio-section .slick-prev {
    left: 0px;
  }

  .portfolio-section .slick-next {
    right: 0px;
    left: inherit;
  }

  .services-section .slick-prev:before {
    right: 0;
  }

  .services-section .slick-slide {
    padding: 0;
  }

  .services-section .slick-next:before,
  .services-section .slick-prev:before {
    font-size: 25px;
  }

  .services-section .col-12.title h3,
  .raise.raise-section h3 {
    font-size: 26px;
  }

  .footer .location::before,
  .footer .location::after {
    width: 0;
  }

  .footer img.footer-img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .portfolio-section .slick-list {
    height: 500px !important;
  }
}

.navbar-collapse {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 80%;
  background: linear-gradient(to bottom, #54aacd, #3a75bb);
  z-index: 1040;
  transition: right 0.3s ease-in-out;
}

.navbar-collapse.show {
  right: 0;
  padding: 15px;
}

.navbar-toggler {
  margin-right: 10px;
}

.navbar .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: column !important;
}

.navbar-expand-lg .d-none.d-lg-flex.navbar-nav {
  flex-direction: row !important;
}

.navbar-expand-lg>div.container {}