/*!
Theme Name: Linear Web - KJB Cleaning
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb-kjbcleaning
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Linear Web - KJB Cleaning is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* Main Fonts */
/* Optional Fonts */
/* Colors */
/* mostly used color */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.7;
  color: #8a8a8a;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #1a1818;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
.main-breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#breadcrumb {
  position: relative;
  z-index: 1;
  padding: 200px 0 70px 0;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
  z-index: -1;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
#breadcrumb .breadcrumb-wrapper a {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-wrapper a:hover {
  color: #78cdab;
}
#breadcrumb .breadcrumb-wrapper span {
  color: #f8f8f8;
}

@media screen and (max-width: 992px) {
  #breadcrumb {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  #breadcrumb {
    padding: 40px 0;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 14px;
}
.btn.btn-custom-mid,
.form-control.btn-custom-mid {
  font-size: 0.875rem;
  padding: 8px 20px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 10px 25px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #1a324f;
  color: #ffffff;
  border-color: #1a324f;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #1a324f;
  color: #1a324f;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #1a324f;
  color: #1a324f;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #1a324f;
  color: #ffffff;
  border-color: #1a324f;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #78cdab;
  color: #ffffff;
  border-color: #78cdab;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #78cdab;
  color: #78cdab;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #78cdab;
  color: #78cdab;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #78cdab;
  color: #ffffff;
  border-color: #78cdab;
}

.section {
  padding: 80px 0;
}

.section-header h6 {
  text-transform: uppercase;
}
.section-header h4 {
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page {
  margin: 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: initial;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1a1818;
  border-bottom: 1px solid #1a1818;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: initial;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1a1818;
  border-bottom: 1px solid #1a1818;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #78cdab;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1a324f;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover svg path {
  fill: #78cdab;
  stroke: #78cdab;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(26, 50, 79, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(26, 50, 79, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(26, 50, 79, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(13.3714285714, 25.7142857143, 40.6285714286);
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #1a324f;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .header-bottom {
  padding: 5px;
}
header .header-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
header .header-bottom .wrapper .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
header .header-bottom .wrapper .info .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header .header-bottom .wrapper .info .block .icon {
  align-self: center;
  color: #78cdab;
  margin-right: 20px;
}
header .header-bottom .wrapper .info .block .icon i {
  font-size: 16px;
}
header .header-bottom .wrapper .info .block .icon i {
  font-size: 20px;
}
header .header-bottom .wrapper .info .block .text .info-link {
  font-size: 14px;
  text-shadow: 1px 2px black;
  color: #ffffff;
}
header .header-bottom .wrapper .info .block .text .info-link span {
  display: block;
}
header .header-bottom .wrapper .info .block .text .phone a {
  color: #78cdab;
  font-weight: 600;
}
header .header-bottom .wrapper .info .block .text .mail a {
  color: #8a8a8a;
}
header .navigation-bar {
  z-index: 9999;
}
header .navigation-bar nav {
  background: #ffffff;
  color: #ffffff;
}
header .navigation-bar nav .navbar-brand {
  max-width: 140px;
}
header .navigation-bar nav .navbar-nav {
  width: 100%;
  justify-content: center;
}
header .navigation-bar nav li.nav-item a.nav-link {
  font-size: 14px;
  color: #000000;
  padding: 5px 30px;
  border-right: 1px dashed #000000;
  transition: 0.5s all;
}
header .navigation-bar nav li.nav-item a.nav-link:hover {
  color: #78cdab;
}
header .navigation-bar nav li.nav-item.active a,
header .navigation-bar nav li.nav-item.active .nav-link {
  color: #78cdab;
}
header .navigation-bar nav li.nav-item:first-child a.nav-link {
  border-left: 1px dashed #ffffff;
}
header .navigation-bar nav li.nav-item.dropdown .dropdown-menu {
  top: calc(100% + 20px);
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
header .navigation-bar nav li.nav-item.dropdown .dropdown-menu li .nav-link {
  color: #1a1818;
  padding: 5px;
  line-height: 1.3;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu li .nav-link {
  transition: 0.3s ease-in-out;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu li .nav-link:hover {
  background-color: #1a324f;
  color: #ffffff;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
header.fixed-header .header-bottom {
  display: none;
}
header.fixed-header .navigation-bar .navbar-brand {
  max-width: 120px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  header {
    position: relative;
  }
  header .container {
    max-width: 900px;
  }
  header .header-bottom {
    background-color: #1a1818;
  }
  header .header-bottom .wrapper .navbar-brand {
    display: none;
  }
  header .navigation-bar {
    background-color: #ffffff;
  }
  header .navigation-bar .navbar {
    background-color: transparent;
  }
  header .navigation-bar .navbar .navbar-brand {
    max-width: 100px;
  }
  header .navigation-bar .navbar .navbar-nav {
    align-items: center;
    text-align: center;
  }
  header .navigation-bar .navbar li.nav-item a.nav-link {
    border: none;
    font-size: 15px;
    margin-block: 5px;
  }
  header .navigation-bar .navbar li.nav-item:first-child a.nav-link {
    border: none;
  }
  header .navigation-bar .navbar li.nav-item.dropdown .dropdown-menu {
    display: none;
  }
  header .navigation-bar .navbar li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    text-align: center;
  }
  header .navigation-bar .navbar li.nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
    font-size: 0.8125rem;
  }
  header {
    /* Hamburger Menu Style */
  }
  header .navbar-toggler {
    z-index: 999;
    border: 1px solid #1a1818;
    width: 40px;
    aspect-ratio: 1/1;
    position: relative;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1a1818;
  }
  header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross path {
    stroke: #1a1818;
  }
  header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header.fixed-header .navigation-bar .navbar-brand {
    margin-top: 0px;
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  header .header-bottom {
    display: none;
  }
  header .navigation-bar {
    z-index: 9999;
  }
  header .navigation-bar nav {
    background: #1a324f;
    color: #ffffff;
  }
  header .navigation-bar nav .navbar-brand {
    max-width: 80px;
    margin-top: 0;
  }
  header .navigation-bar nav li.nav-item {
    text-align: center;
  }
  header .navigation-bar nav li.nav-item a.nav-link {
    font-size: 12px;
    text-align: center;
    padding: 5px 30px;
    border-right: unset;
    transition: 0.5s all;
  }
  header .navigation-bar nav li.nav-item:first-child a.nav-link {
    border-left: none;
  }
  header {
    /* Hamburger Menu Style */
  }
  header .navbar-toggler {
    width: 30px;
  }
  header .navbar-toggler svg {
    width: 15px;
  }
}
@media screen and (max-width: 400px) {
  header .navigation-bar nav li.nav-item.dropdown .dropdown-menu {
    display: block;
    text-align: center;
    pointer-events: all;
    opacity: 1;
    border-color: #ffffff;
  }
  header .navigation-bar nav li.nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    font-size: 0.8125rem;
  }
  header .navigation-bar.fixed-header .navbar-brand {
    margin-top: 0px;
    max-width: 70px;
  }
}
.banner .block {
  position: relative;
}
.banner .block .image {
  width: 100%;
  height: 100dvh;
}
.banner .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .block .text {
  position: absolute;
  top: calc(50% + 80px);
  left: 100px;
  transform: translateY(-50%);
  width: 450px;
  text-align: left;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}
.banner .block .text h4 {
  color: #78cdab;
  font-weight: 700;
}
.banner .block .text p {
  font-weight: 400;
  letter-spacing: 0.07rem;
  color: #f8f8f8;
  margin: 20px 0 30px 0;
}
.banner .block .text .btn {
  font-size: 14px;
  font-weight: 700;
  background: #1a324f;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
  border: none;
  transition: 0.5s all;
  outline: none;
}
.banner .block .text .btn:hover {
  background: #FF5003;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8E00, #FF5003);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF8E00, #FF5003);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .banner {
    position: relative;
  }
  .banner .block {
    position: relative;
  }
  .banner .block .text h6 {
    font-size: 18px;
  }
  .banner .block .text h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
  .banner .block .image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
  }
  .banner .block .text .btn {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: capitalize;
  }
}
.banner .block {
  position: relative;
}
.banner .block .image {
  width: 100%;
  height: 100dvh;
}
.banner .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .block .text {
  position: absolute;
  top: calc(50% + 80px);
  left: 100px;
  transform: translateY(-50%);
  width: 450px;
  text-align: left;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}
.banner .block .text h4 {
  color: #78cdab;
  font-weight: 700;
}
.banner .block .text p {
  font-weight: 400;
  letter-spacing: 0.07rem;
  color: #f8f8f8;
  margin: 20px 0 30px 0;
}
.banner .block .text .btn {
  font-size: 14px;
  font-weight: 700;
  background: #1a324f;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
  border: none;
  transition: 0.5s all;
  outline: none;
}
.banner .block .text .btn:hover {
  background: #FF5003;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8E00, #FF5003);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF8E00, #FF5003);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .banner {
    position: relative;
  }
  .banner .block {
    position: relative;
  }
  .banner .block .text h6 {
    font-size: 18px;
  }
  .banner .block .text h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
  .banner .block .image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
  }
  .banner .block .text .btn {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: capitalize;
  }
}
.why-choose-us {
  background-color: #1c1c1d;
}
.why-choose-us .choose-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 25px;
}
.why-choose-us .choose-us-wrapper .block .text p {
  padding-top: 10px;
  color: #f8f8f8;
}
.why-choose-us .choose-us-wrapper .block .text.top_txt p {
  padding: 20px 0;
}
.why-choose-us .choose-us-wrapper .block.small {
  flex-basis: calc(30% - 25px);
}
.why-choose-us .choose-us-wrapper .block.small .title h3 {
  position: relative;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
  text-transform: capitalize;
}
.why-choose-us .choose-us-wrapper .block.small .title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 3px solid #1a324f;
  height: 30px;
}
.why-choose-us .choose-us-wrapper .block.large {
  flex-basis: calc(70% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .icon {
  flex-basis: 40px;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
  font-size: 32px;
  color: #ffffff;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .text {
  flex-basis: calc(100% - 60px);
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .text h5 {
  color: #1a324f;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .why-choose-us .choose-us-wrapper {
    flex-direction: column;
  }
  .why-choose-us .choose-us-wrapper .block.large {
    gap: 30px 20px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .why-choose-us .choose-us-wrapper .block.small .title h3 {
    font-size: 22px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
    font-size: 26px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .text h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .choose-us-wrapper .block.small .title h3 {
    font-size: 20px;
  }
  .why-choose-us .choose-us-wrapper .block.large {
    flex-direction: column;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
    font-size: 22px;
  }
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 60px;
}
.service .service-block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  box-shadow: 0px 40px 15px -39px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.4s all;
  border-radius: 10px;
  overflow: hidden;
}
.service .service-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 24, 24, 0);
  transition: 0.4s all;
}
.service .service-block .image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service .service-block .text {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px;
  transition: 0.4s all;
}
.service .service-block .text .title {
  font-size: 20px;
  font-weight: 500;
  color: #1a324f;
}
.service .service-block:hover {
  box-shadow: 0px 45px 15px -32px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 992px) {
  .service .service-wrapper {
    gap: 30px 15px;
    margin-top: 40px;
  }
  .service .service-block {
    flex-basis: calc(50% - 15px);
  }
  .service .service-block .text {
    padding: 10px 6px;
  }
  .service .service-block .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper {
    margin-top: 30px;
  }
  .service .service-block .text {
    display: block;
    padding: 10px;
  }
  .service .service-block .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper {
    flex-direction: column;
  }
}
.about {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1d;
  z-index: -1;
}
.about .image-block {
  flex-basis: 50%;
  position: relative;
}
.about .image-block .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about .image-block .small-image {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  max-width: 300px;
  aspect-ratio: 1/1;
  z-index: 11;
  box-shadow: 0 0 8px -2px #000000;
  border-radius: 100%;
  overflow: hidden;
}
.about .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .content-block {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 120px;
}
.about .content-block .section-header {
  text-align: left;
  padding-bottom: 0;
}
.about .content-block h6 {
  color: #f8f8f8;
}
.about .content-block h4 {
  text-shadow: none;
  color: #78cdab;
  font-weight: 700;
  text-transform: capitalize;
}
.about .content-block .desc {
  margin: 30px 0;
}
.about .content-block .desc p {
  color: #f8f8f8;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .about {
    flex-direction: column;
  }
  .about .image-block {
    display: flex;
  }
  .about .image-block .big-image {
    flex-basis: 50%;
    border-radius: 0;
    border: 10px solid #ffffff;
    aspect-ratio: 3/2;
  }
  .about .image-block .small-image {
    flex-basis: 50%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 100%;
    width: 100%;
    z-index: 11;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: 10px solid #ffffff;
    aspect-ratio: 3/2;
  }
  .about .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .content-block {
    padding: 60px;
  }
}
@media screen and (max-width: 576px) {
  .about .content-block {
    padding: 30px;
  }
  .about .content-block .wrap .desc {
    margin-top: 20px;
  }
}
.our-project {
  background-color: #dedede;
}

.project-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 60px;
}
.project-wrapper .block-image {
  width: 100%;
  height: 100%;
}
.project-wrapper .block-image .figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.project-wrapper .block-image .figure::before {
  content: "";
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background-color: rgba(120, 205, 171, 0.3);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.project-wrapper .block-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 0.6s ease-in-out 0.2s;
  filter: brightness(120%);
}
.project-wrapper .block-image p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.project-wrapper .block-image:hover .figure::before {
  top: 50%;
  height: 100%;
}
.project-wrapper .block-image:hover .figure img {
  filter: brightness(100%);
  transform: scale(1.25);
}

@media screen and (max-width: 992px) {
  .project-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
  .project-wrapper.front-project {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .project-wrapper {
    grid-template-columns: 1fr;
  }
  .project-wrapper.front-project {
    grid-template-columns: 1fr;
  }
  .project-wrapper .block-image .figure {
    width: 100%;
  }
  .project-wrapper .block-image .figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
.quote {
  background-color: #dedede;
}
.quote .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.quote .wrapper .form-content {
  flex-basis: calc(50% - 30px);
}
.quote .wrapper .form-content .sub-title h5 {
  font-size: 1.75rem;
  color: #1a1818;
  font-weight: 700;
  text-transform: capitalize;
  word-spacing: 5px;
}
.quote .wrapper .form-content .sub-title h5 span {
  color: #78cdab;
}
.quote .wrapper .form-content .sub-title p {
  color: #1a1818;
  margin-top: 15px;
  line-height: 1.5;
}
.quote .wrapper .form-content .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 10px;
  margin-top: 40px;
}
.quote .wrapper .form-content .icon-group .icon-wrap {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  overflow: visible;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
  border-radius: 100%;
  flex-basis: calc(25% - 5px);
  background-color: #1c1c1d;
  position: relative;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-radius: 100%;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block i,
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block span {
  font-size: 1.125rem;
  color: #f8f8f8;
  text-transform: capitalize;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block:hover::before {
  width: 105%;
  height: 105%;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info {
  flex-basis: calc(75% - 5px);
}
.quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a1818;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info p {
  overflow-wrap: anywhere;
  line-height: 1.3;
  color: #1a1818;
  margin-top: 5px;
}
.quote .wrapper .form-block {
  flex-basis: calc(50% - 30px);
  background-color: #1c1c1d;
  padding: 30px;
  border-radius: 20px;
}
.quote .wrapper .form-block .form .form-group label {
  color: #f8f8f8;
  font-size: 1.125rem;
}
.quote .wrapper .form-block .form .form-group .form-input {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #ffffff;
  border-bottom: 1px solid #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input option {
  color: #1a1818;
}

@media screen and (max-width: 992px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    gap: 20px 10px;
    margin-top: 30px;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(20% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(80% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
    font-size: 1rem;
  }
  .quote .wrapper .form-block {
    width: 100%;
    padding: 20px;
  }
  .quote .wrapper .form-block .form .form-group label {
    font-size: 1.125rem;
  }
  .quote .wrapper .form-block .form .form-group .form-input {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap {
    justify-content: space-between;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(15% - 10px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(85% - 10px);
  }
}
@media screen and (max-width: 320px) {
  .quote .wrapper .form-content .icon-group .icon-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.what-we-offer {
  background-color: #dedede;
}
.what-we-offer .offer-wrap {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-we-offer .offer-wrap .offer-block {
  flex-basis: calc(50% - 20px);
}
.what-we-offer .offer-wrap .offer-block .main-title h5 {
  font-size: 1.75rem;
  color: #1a1818;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 5px;
}
.what-we-offer .offer-wrap .offer-block .main-title h5 span {
  color: #78cdab;
}
.what-we-offer .offer-wrap .offer-block .main-title h4 {
  text-shadow: none;
  color: #1a1818;
  font-weight: 700;
  margin-block: 10px 20px;
}
.what-we-offer .offer-wrap .offer-block .main-title p {
  margin-bottom: 30px;
  color: #1a1818;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning {
  margin-bottom: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #78cdab;
}
.what-we-offer .offer-wrap .offer-block .image {
  height: 100%;
}
.what-we-offer .offer-wrap .offer-block .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .what-we-offer .offer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .what-we-offer .offer-wrap .offer-block .image {
    width: 100%;
    aspect-ratio: 4/2;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #78cdab;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
  color: #1a1818;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.testimonial {
  background-color: #dedede;
}
.testimonial .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.testimonial .wrapper .testimonial-image {
  width: 45%;
}
.testimonial .wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .wrapper .testimonial-group {
  width: 55%;
  background-color: #1a1818;
  padding: 60px 50px;
}
.testimonial .wrapper .testimonial-group .section-header {
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}
.testimonial .wrapper .testimonial-group .section-header h4 {
  text-shadow: none;
  color: #f8f8f8;
}
.testimonial .wrapper .testimonial-group .section-header h6 {
  text-transform: capitalize;
  color: #ffffff;
}
.testimonial .wrapper .testimonial-slider .slick-arrow {
  width: 40px;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.left {
  top: calc(100% - 20px);
  transform: translate(-100%, 0);
  left: calc(100% + 50px);
  z-index: 9;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.right {
  right: -50px;
  top: calc(100% + 20px);
  transform: translateY(0);
}
.testimonial .wrapper .testimonial-slider .slick-arrow i {
  color: #ffffff;
}

.testimonial-block .block-wrap .top-content p {
  color: #f8f8f8;
  line-height: 1.5;
  margin: 30px 0;
}
.testimonial-block .block-wrap .bottom-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial-block .block-wrap .bottom-content .figure {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-block .block-wrap .bottom-content .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-block .block-wrap .bottom-content .details h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.testimonial-block .block-wrap .bottom-content .details p {
  font-weight: 300;
  color: #f8f8f8;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .testimonial .wrapper {
    flex-direction: column;
  }
  .testimonial .wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-group {
    padding: 20px 40px;
    width: 100%;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow {
    width: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.left {
    top: calc(100% - 60px);
    left: calc(100% + 40px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.right {
    right: -40px;
    top: calc(100% - 20px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow i {
    color: #ffffff;
  }
  .testimonial-block .block-wrap {
    width: 100%;
  }
  .testimonial-block .block-wrap .top-content p {
    color: #f8f8f8;
    line-height: 1.5;
    margin: 20px 0;
  }
  .testimonial-block .block-wrap .bottom-content {
    margin-top: 30px;
  }
  .testimonial-block .block-wrap .bottom-content .figure {
    width: 40px;
  }
  .testimonial-block .block-wrap .bottom-content .details h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .testimonial .wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-group {
    width: 100%;
    padding: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow {
    width: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.left {
    top: calc(100% - 40px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.right {
    top: 100%;
  }
  .testimonial-block .block-wrap {
    width: 100%;
  }
}
section.callus-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.callus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
section.callus-section .bgleft {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 250px;
  z-index: -1;
}
section.callus-section .bgright {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 250px;
  z-index: -1;
}
section.callus-section .icon {
  position: absolute;
  top: 50px;
  right: 100px;
}
section.callus-section .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  z-index: 11;
}
section.callus-section .block .text {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
section.callus-section .block .text h4 {
  color: #78cdab;
  padding-bottom: 20px;
  font-weight: 900;
}
section.callus-section .block .text h6 {
  color: #1a324f;
  padding-bottom: 20px;
}
section.callus-section .block .text p {
  color: #f8f8f8;
}
section.callus-section .block .text .button {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  section.callus-section .block .text h4 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.callus-section {
    padding: 40px 0;
    background: #ffffff;
    text-align: -webkit-center;
    position: relative;
  }
  section.callus-section .container {
    max-width: 400px;
  }
  section.callus-section .bgleft {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 200px;
  }
  section.callus-section .bgright {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
  }
  section.callus-section .icon {
    position: absolute;
    top: 20px;
    right: 50px;
  }
  section.callus-section .icon img {
    max-width: 100px;
  }
  section.callus-section .block .image {
    display: none;
  }
  section.callus-section .block .text {
    flex-basis: 100%;
  }
  section.callus-section .block .text h4 {
    font-size: 22px;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  section.callus-section {
    padding: 10px 0;
    background: #ffffff;
    text-align: -webkit-center;
    position: relative;
  }
  section.callus-section .container {
    max-width: 400px;
  }
  section.callus-section .bgleft {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
  }
  section.callus-section .bgright {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px;
  }
  section.callus-section .icon {
    position: absolute;
    top: 20px;
    right: 5px;
  }
  section.callus-section .icon img {
    max-width: 70px;
  }
  section.callus-section .block {
    text-align: center;
  }
  section.callus-section .block .image {
    text-align: -webkit-center;
    display: none;
  }
  section.callus-section .block .image img {
    max-height: 300px;
  }
  section.callus-section .block .text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    align-self: center;
    padding: 40px 0;
  }
  section.callus-section .block .text h4 {
    font-size: 22px;
    color: #1a324f;
    padding-bottom: 10px;
    font-weight: 600;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
    color: #1a324f;
    padding-bottom: 20px;
  }
}
.footer {
  background: #1a1818;
  color: #ffffff;
  padding-bottom: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.footer .footer-wrapper .image {
  flex-basis: calc(25% - 20px);
  display: grid;
  place-items: center;
}
.footer .footer-wrapper .image .figure {
  max-width: 250px;
  padding: 10px;
  border-radius: 10px;
}
.footer .footer-wrapper .image img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper .footer-deatil {
  flex-basis: calc(75% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .footer-wrapper .footer-deatil .counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-deatil .counter .block {
  flex-basis: calc(33.3333333333% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #000000;
  padding: 20px 10px;
  border-radius: 10px;
}
.footer .footer-wrapper .footer-deatil .counter .block .icon {
  align-self: Center;
}
.footer .footer-wrapper .footer-deatil .counter .block .icon i {
  font-size: 25px;
  color: #78cdab;
}
.footer .footer-wrapper .footer-deatil .counter .block .text h5 {
  font-size: 14px;
  font-weight: 700;
  color: #78cdab;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer .footer-wrapper .footer-deatil .counter .block .text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-deatil .web-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-block {
  flex-basis: calc(33.3333333333% - 10px);
  background: #000000;
  padding: 20px;
  border-radius: 10px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border: 2px solid #e9ae0c;
  width: 10%;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item {
  padding-top: 10px;
  margin-block: 8px;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .nav-link,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .nav-link,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item a {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .nav-link:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li a:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .nav-link:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item a:hover {
  color: #78cdab;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li h6,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .address a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .phone a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .mail a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .address a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .phone a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .mail a {
  padding: 2px 0;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links {
  margin-top: 20px;
  background: unset;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links i,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links i {
  background: rgba(66, 65, 65, 0.5);
  padding: 10px;
  margin-right: 10px;
  transition: 0.5s all;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links i:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links i:hover {
  transform: scale(1.1);
}
.footer .footer-bottom {
  text-align: center;
  background: #1a1818;
}
.footer .footer-bottom p,
.footer .footer-bottom a {
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 0;
  color: #ffffff;
}
.footer .footer-bottom p a,
.footer .footer-bottom a a {
  display: inline;
}

@media screen and (max-width: 992px) {
  .footer .container {
    max-width: 900px;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-wrapper .image .figure {
    max-width: 150px;
    padding: 10px;
  }
  .footer .footer-wrapper .footer-deatil {
    gap: 30px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h5 {
    font-size: 12px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h4 {
    font-size: 16px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a {
    font-size: 14px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .footer-deatil .counter .block {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon {
    width: 50px;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border-radius: 5px;
    border: 1px solid #78cdab;
    transition: 0.3s ease-in-out;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon i {
    font-size: 20px;
    border: none;
    padding: 0;
    transition: 0.3s ease-in-out 0.2s;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon:hover {
    background-color: #78cdab;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon:hover i {
    color: #ffffff;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text {
    margin-top: 10px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h5 {
    font-size: 13px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h4 {
    font-size: 16px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a {
    font-size: 14px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-wrapper .footer-deatil .counter {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-deatil .counter .block {
    width: 250px;
    margin: 0 auto;
  }
  .footer .footer-wrapper .footer-deatil .web-link {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block {
    width: 350px;
    margin: 0 auto;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a.nav-link {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .address,
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .phone,
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .mail {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-wrapper .footer-deatil .counter .block {
    width: 100%;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block {
    width: 100%;
  }
}
.page-about .about .full-content-block {
  margin: 60px 0;
}
.page-about .about .full-content-block p {
  color: #f8f8f8;
  margin-top: 20px;
}
.page-about .about .full-content-block p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .page-about .about .content-block {
    max-width: 960px;
    margin: auto;
    padding: 60px 10px 0;
  }
  .page-about .about .content-block .wrap .desc {
    margin-bottom: 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 60px 0;
  }
  .page-about .about .full-content-block p {
    color: #f8f8f8;
    margin-top: 20px;
  }
  .page-about .about .full-content-block p:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-about .about .content-block {
    max-width: 720px;
    padding: 40px 10px 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .content-block {
    max-width: 540px;
    padding: 30px 10px 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 30px 0;
  }
}
.main .service .title {
  padding-bottom: 50px;
}
.main .service .title h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  color: #1a324f;
}
.main .service .title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 4px dashed #333;
  width: 80px;
}
.main .service .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.main .service .wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.main .service .wraps figure {
  flex-basis: 40%;
  height: auto;
}
.main .service .wraps figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .service .wraps .text {
  flex-basis: calc(60% - 30px);
}
.main .service .wraps .text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #78cdab;
}
.main .service .wraps .text p {
  margin-top: 20px;
}
.main .service .wraps:nth-child(even) {
  flex-direction: row-reverse;
}
.main .service .wraps:nth-child(even) .text {
  padding-right: 20px;
}
.main .service .wraps:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .main .service .title {
    padding-bottom: 40px;
  }
  .main .service .title h2 {
    font-size: 28px;
  }
  .main .service .service-wrapper {
    gap: 40px;
  }
  .main .service .wraps {
    flex-direction: column;
    align-items: center;
  }
  .main .service .wraps .text h4 {
    font-size: 22px;
  }
  .main .service .wraps:nth-child(even) {
    flex-direction: column;
  }
  .main .service .wraps:nth-child(even) .text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .service .wraps .text {
    text-align: center;
    padding: 0;
  }
  .main .service .wraps .text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main .service .service-wrapper {
    gap: 30px;
  }
  .main .service .wraps .text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main .service .title {
    padding-bottom: 30px;
  }
}
.page-contact .contact-intro {
  padding-block: 80px;
}
.page-contact .contact-wrapper {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: start;
}
.page-contact .information .info-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a324f;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 14px;
}
.page-contact .information .info-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #78cdab;
}
.page-contact .information .info-sub {
  color: #525252;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.page-contact .information .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-contact .information .info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dedede;
  box-shadow: 0 4px 15px rgba(26, 24, 24, 0.04);
  transition: 0.35s ease;
  color: inherit;
}
.page-contact .information .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(26, 50, 79, 0.15);
  border-color: transparent;
}
.page-contact .information .info-card:hover .icon-block::before {
  height: 100%;
}
.page-contact .information .info-card .icon-block {
  flex-shrink: 0;
}
.page-contact .information .info-card .text .title {
  font-size: 1rem;
  color: #1a324f;
  font-weight: 700;
  margin-bottom: 4px;
}
.page-contact .information .info-card .text .desc {
  font-size: 0.875rem;
  color: #525252;
  word-break: break-word;
}
.page-contact .form-wrapper .form-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(26, 50, 79, 0.1);
  padding: 45px;
  position: relative;
  overflow: hidden;
}
.page-contact .form-wrapper .form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #1a324f, #78cdab);
}
.page-contact .form-wrapper .contact-head {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a324f;
  margin-bottom: 8px;
}
.page-contact .form-wrapper .form-sub {
  color: #525252;
  font-size: 0.9375rem;
  margin-bottom: 25px;
}
.page-contact .form-wrapper .contact-form .form-input {
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
}
.page-contact .form-wrapper .contact-form .form-input:focus-visible {
  background: #ffffff;
  border: 1px solid #78cdab;
  box-shadow: 0 0 0 3px rgba(120, 205, 171, 0.2);
}
.page-contact .form-wrapper .contact-form .msg-input {
  min-height: 140px;
}
.page-contact .form-wrapper .contact-form .button {
  flex-basis: 100%;
  margin-top: 5px;
}
.page-contact .form-wrapper .contact-form .button .btn {
  width: 100%;
  border-radius: 8px;
  padding: 14px 25px;
}
.page-contact .social-proof {
  padding-block: 60px;
  text-align: center;
}
.page-contact .social-proof .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a324f;
  margin-bottom: 30px;
}
.page-contact .social-proof .social-sites {
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.page-contact .social-proof .social-sites a {
  max-width: 150px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(26, 24, 24, 0.06);
  transition: 0.3s ease;
}
.page-contact .social-proof .social-sites a img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.page-contact .social-proof .social-sites a:hover {
  box-shadow: 0 10px 25px rgba(26, 50, 79, 0.15);
  transform: translateY(-4px);
}
.page-contact .google-map {
  padding-bottom: 80px;
}
.page-contact .google-map .map-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(26, 24, 24, 0.1);
  line-height: 0;
}
.page-contact .google-map iframe {
  width: 100%;
  display: block;
  min-height: 400px;
}

@media screen and (max-width: 992px) {
  .page-contact .contact-intro {
    padding-block: 50px;
  }
  .page-contact .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page-contact .form-wrapper .form-card {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .information .info-grid {
    grid-template-columns: 1fr;
  }
  .page-contact .google-map {
    padding-bottom: 50px;
  }
  .page-contact .google-map iframe {
    min-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .page-contact .form-wrapper .form-card {
    padding: 22px;
  }
  .page-contact .information .info-card {
    padding: 18px;
  }
}
section.quote-section .image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.quote-section .form-wrapper {
  background: #ffffff;
  padding: 10px;
}
section.quote-section .form-wrapper form .form-group {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
section.quote-section .form-wrapper form .form-group .form-control {
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #1a1818;
}
section.quote-section .form-wrapper form .form-group textarea {
  resize: none;
  min-height: 150px;
}
section.quote-section .form-wrapper form .btn {
  border-radius: 30px;
}
section.quote-section .form-wrapper form .btn a {
  color: #ffffff;
}
section.quote-section .form-wrapper form .btn a:hover {
  color: #1a324f;
}
section.quote-section h3.contact-head {
  color: #1a1818;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
section.quote-section h3.contact-head::after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background-color: #1a324f;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  section.quote-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section {
    background: url(../images/quote.jpg) no-repeat center center/cover;
    padding: 50px 0;
  }
  section.quote-section .image {
    display: none;
  }
  section.quote-section .form-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
  }
  section.quote-section .form-wrapper form .form-group .form-control {
    font-size: 15px;
  }
  section.quote-section .form-wrapper form .form-group textarea {
    min-height: 100px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(26, 24, 24, 0.06);
  padding: 40px;
  /* Service Single Page Only */
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(26, 24, 24, 0.1);
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.single-service-wrap .service-page-content figure img:hover {
  transform: scale(1.04);
}
.single-service-wrap .service-page-content {
  /* Product Single Page Only */
}
.single-service-wrap .service-page-content .image-wrapper {
  width: 100%;
}
.single-service-wrap .service-page-content .image-wrapper .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
.single-service-wrap .service-page-content .image-wrapper .gallery-wrapper .gallery-image figure {
  aspect-ratio: 3/2;
  box-shadow: 0 6px 18px rgba(26, 24, 24, 0.08);
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
  top: 30px;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(26, 24, 24, 0.08);
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(120deg, #1a324f, rgb(15.8971428571, 30.5714285714, 48.3028571429));
}
.single-service-wrap .service-sidebar .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a324f;
  padding: 12px 16px;
  border-radius: 10px;
  line-height: 1.3;
  transition: 0.3s ease;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link i {
  font-size: 0.75rem;
  color: #78cdab;
  opacity: 0;
  transform: translateX(-6px);
  transition: 0.3s ease;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link {
  background-color: rgba(120, 205, 171, 0.12);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link i {
  opacity: 1;
  transform: translateX(0);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #78cdab;
  color: #ffffff;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link i {
  color: #ffffff;
  opacity: 1;
  transform: translateX(0);
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .related-projects-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a324f;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 14px;
}
.single-service-wrap .full-page-content .related-projects-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #78cdab;
}
.single-service-wrap .full-page-content .our-project {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.single-service-wrap .full-page-content .our-project .project-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
  margin: 0;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(26, 24, 24, 0.08);
  transition: 0.35s ease;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(26, 50, 79, 0.18);
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block:hover img {
  transform: scale(1.08);
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #1a324f;
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 18px;
}
.single-service-wrap .desc-group h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #78cdab;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #1a1818;
  margin-bottom: 20px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}
.single-service-wrap .desc-group ul {
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px 25px 20px;
  list-style: none;
}
.single-service-wrap .desc-group ul h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a324f;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap .desc-group ul li {
  font-size: 1rem;
  color: #1a1818;
  margin-top: 12px;
  padding-left: 22px;
  position: relative;
}
.single-service-wrap .desc-group ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #78cdab;
}
.single-service-wrap .desc-group ul li strong {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}
.single-service-wrap .desc-group ul:last-child {
  margin-bottom: 0;
}
.single-service-wrap .desc-group {
  /* This styling is for the product single page */
}
.single-service-wrap .desc-group .desc ul {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.single-service-wrap .desc-group .desc ul li {
  display: list-item;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .single-service-wrap .full-page-content .our-project .project-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
    padding: 30px;
    /* Product Single Page Only */
  }
  .single-service-wrap .service-page-content .image-wrapper .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-service-wrap .service-page-content .image-wrapper .gallery-wrapper .gallery-image figure {
    aspect-ratio: 3/2;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column;
  }
  .single-service-wrap .single-service-wrap-box .service-sidebar {
    display: none;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
    padding: 0;
    box-shadow: none;
  }
  .single-service-wrap .service-sidebar {
    position: static;
    max-width: 100%;
    flex-basis: 100%;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
    aspect-ratio: 2/3;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 481px) {
  .single-service-wrap .service-page-content {
    padding: 20px;
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper {
    grid-template-columns: 1fr;
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
    aspect-ratio: 2/3;
  }
}

/*# sourceMappingURL=style.css.map */
