/*!
Theme Name: Code Crewz - Puma Solar
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Ecommerce
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_pumasolar
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.

Code Crewz - Puma Solar 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/
*/
/*=== Base ===*/
/* Main Fonts */
/* Colors */
/* mostly used color */
/* Radius */
/*=== Modules ===*/
/* Main Fonts */
/* Colors */
/* mostly used color */
/* Radius */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat: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");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  color: inherit;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #7f8490;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #292929;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #4183f5;
}

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

span {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
#breadcrumb {
  padding: 50px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
#breadcrumb h2 {
  color: #ffffff;
}
#breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #f8f8f8;
}
#breadcrumb .breadcrumb-nav a {
  transition: 0.3s ease-in-out;
  color: #f8f8f8;
}
#breadcrumb .breadcrumb-nav a i {
  color: #f8f8f8;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-nav a:hover {
  color: #4183f5;
}
#breadcrumb .breadcrumb-nav a:hover i {
  color: #4183f5;
}
#breadcrumb .breadcrumb-nav span {
  color: #f8f8f8;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 80px 0 30px 0;
    margin-top: 0;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #4183f5;
  color: #ffffff;
  border-color: #4183f5;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #4183f5;
  color: #4183f5;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #4183f5;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #4183f5;
  color: #4183f5;
}
.btn.btn-primary-ghost:hover {
  background-color: #4183f5;
  color: #ffffff;
  border-color: #4183f5;
}
.btn.btn-secondary {
  background-color: #0a44aa;
  color: #ffffff;
  border-color: #0a44aa;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #0a44aa;
  color: #0a44aa;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #0a44aa;
  color: #0a44aa;
}
.btn.btn-secondary-ghost:hover {
  background-color: #0a44aa;
  color: #ffffff;
  border-color: #0a44aa;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-wrap span {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  transition: 0.5s ease-in-out;
}
.btn.btn-wrap i {
  display: inline-block;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn.btn-wrap:hover i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* Overwriting the css of bootstrap */
.container-fluid {
  padding-inline: 120px;
}

@media screen and (max-width: 1400px) {
  .container-fluid {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
  .container-fluid {
    padding-inline: 20px;
  }
}
@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;
}

.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #4183f5;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  word-spacing: 0.25em;
}
.main-title h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4183f5;
  text-transform: capitalize;
  margin-top: 10px;
}
.main-title h2 {
  font-size: 3rem;
  font-weight: 700;
  max-width: 800px;
  margin-inline: auto;
}
.main-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #0e3a5a;
}

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

@media screen and (max-width: 1400px) {
  .main-title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .main-title h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 1.75rem;
  }
  .main-title h2 {
    font-size: 2rem;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h4 {
    font-size: 1.5rem;
  }
  .main-title h2 {
    font-size: 1.75rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 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: 1rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: none;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #292929;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .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: 0.9375rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #4183f5;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #4183f5;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #0a44aa;
  stroke: #0a44aa;
}

.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: 8px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(65, 131, 245, 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(65, 131, 245, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #4183f5;
  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(65, 131, 245, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #1163f2;
  border-radius: 10px 10px 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: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #7f8490;
  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: #4183f5;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #4183f5;
}

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

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 100dvh;
}
.thanks .icon {
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #0a44aa;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #4183f5;
  border: 1px solid #4183f5;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

.header {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.header .top-header {
  background-color: #313131;
  text-align: center;
  padding: 5px 0;
}
.header .top-header h6 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #f8f8f8;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 100px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-grow: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  margin-inline: 10px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4183f5;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #4183f5;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button .nav-link {
  font-size: 0.9375rem;
  color: #ffffff;
  background-color: #4183f5;
  padding: 10px 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button:hover .nav-link {
  background-color: #ffffff;
  color: #4183f5;
  border: 1px solid #4183f5;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button:hover .nav-link::before {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  color: #292929;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item:last-child {
  display: block;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9;
}
.header.fixed-header .top-header {
  display: none;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 90px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.button .nav-link {
  background-color: #292929;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.button:hover .nav-link {
  background-color: #ffffff;
  color: #4183f5;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .header .top-header h6 {
    font-size: 1rem;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #000000;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #000000;
  }
  .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: #000000;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #292929;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 10px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  .header .navbar .button-wrap {
    display: none;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 10px 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .top-header {
    display: none;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 70px;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #292929;
  }
}
.banner .banner-slider .banner-block {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.5);
}
.banner .banner-slider .banner-block .figure {
  height: calc(100dvh - 120px);
  display: block;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}
.banner .banner-slider .banner-block .content h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #f8f8f8;
  margin-bottom: 16px;
}
.banner .banner-slider .banner-block .content h4 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}
.banner .banner-slider .banner-block .content h4 span {
  font-size: 2rem;
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
.banner .banner-slider .banner-block .content p {
  color: #f8f8f8;
  margin-top: 25px;
}
.banner .banner-slider .banner-block .content .button {
  margin-top: 40px;
}
.banner .banner-slider .banner-block .linked-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  overflow: visible;
}
.banner .banner-slider .banner-block .linked-arrow i {
  font-size: 1.5rem;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.banner .banner-slider .banner-block .linked-arrow:hover i {
  transform: translateY(10px);
}

@media screen and (max-width: 1200px) {
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2.5rem;
  }
  .banner .banner-slider .banner-block .content h4 span {
    padding-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    background-color: #4183f5;
  }
  .banner .banner-slider .banner-block .figure {
    height: calc(100dvh - 110px);
  }
  .banner .banner-slider .banner-block .content {
    padding: 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2rem;
  }
  .banner .banner-slider .banner-block .content .button {
    justify-content: center;
  }
  .banner .banner-slider .banner-block .content .button .btn-primary {
    background-color: #292929;
    border-color: #292929;
  }
  .banner .banner-slider .banner-block .content .button .btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider .banner-block .content {
    width: 100%;
    padding: 0 20px;
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 1.5rem;
  }
  .banner .banner-slider .banner-block .content h4 span {
    font-size: 1.25rem;
  }
}
.about .wrapper {
  flex-direction: row-reverse;
  align-items: initial;
  gap: 0;
}
.about .wrapper .about-image {
  flex-basis: 50%;
}
.about .wrapper .about-image .figure {
  height: 100%;
}
.about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .wrapper .about-content {
  flex-basis: 50%;
  padding: 40px 80px;
}
.about .wrapper .about-content .main-title {
  margin-bottom: 40px;
  text-align: left;
}
.about .wrapper .about-content .main-title h2 {
  font-weight: 900;
}
.about .wrapper .about-content .main-title h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.about .wrapper .about-content .desc p {
  margin-bottom: 20px;
  color: #000000;
  max-width: 1000px;
  margin-inline: auto;
}
.about .wrapper .about-content .desc p:last-child {
  margin-bottom: 0;
}
.about .wrapper .about-content .desc .wrap-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .wrapper .about-content .desc .wrap-block .block {
  flex-basis: 35%;
  background: linear-gradient(180deg, #d7c07e 0%, #ad9551 100%);
  padding-block: 30px;
}
.about .wrapper .about-content .desc .wrap-block .block .icon svg {
  width: 50px;
  height: 50px;
}
.about .wrapper .about-content .desc .wrap-block .block h6 {
  font-size: 1rem;
  color: #f8f8f8;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 8px;
}
.about .wrapper .extra-content {
  padding: 0 80px;
}
.about .wrapper .extra-content p {
  color: #000000;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .about .wrapper .about-content .main-title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
  }
  .about .wrapper .about-image {
    flex-basis: 50%;
  }
  .about .wrapper .about-content {
    text-align: center;
    padding-bottom: 0;
  }
  .about .wrapper .about-content .main-title {
    text-align: center;
  }
  .about .wrapper .about-content .main-title h2 {
    font-size: 2.5rem;
  }
  .about .wrapper .extra-content {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper {
    gap: 0;
    flex-direction: column;
  }
  .about .wrapper .about-image .figure img {
    height: 100%;
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-content {
    padding: 20px 40px 0;
  }
  .about .wrapper .about-content .main-title h2 {
    font-size: 2rem;
  }
  .about .wrapper .about-content .desc .wrap-block .block {
    flex-basis: 45%;
  }
  .about .wrapper .extra-content {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about::before {
    top: 50px;
  }
  .about .wrapper .about-content .main-title h2 {
    font-size: 1.5rem;
  }
  .about .wrapper .about-content .desc .wrap-block {
    flex-direction: column;
    gap: 30px;
  }
}
#featured {
  scroll-margin-top: 300px;
}

.feature {
  margin-top: -30px;
  position: relative;
  z-index: 99;
}
.feature .main-title {
  text-align: center;
}
.feature .wrapper {
  align-items: initial;
  gap: 0;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.feature .wrapper .feature-block {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 30px;
  background-color: #ffffff;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: text;
}
.feature .wrapper .feature-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: #4183f5;
  transition: 0.5s ease-in-out;
}
.feature .wrapper .feature-block .svg-icon {
  width: 50px;
  aspect-ratio: 1/1;
}
.feature .wrapper .feature-block .svg-icon svg {
  width: 100%;
  height: 100%;
}
.feature .wrapper .feature-block .svg-icon svg path {
  fill: #4183f5;
  transition: 0.5s ease-in-out;
}
.feature .wrapper .feature-block .desc {
  text-align: center;
}
.feature .wrapper .feature-block .desc h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.feature .wrapper .feature-block:hover {
  background-color: #4183f5;
}
.feature .wrapper .feature-block:hover::before {
  background-color: #292929;
}
.feature .wrapper .feature-block:hover .svg-icon svg path {
  fill: #ffffff;
}
.feature .wrapper .feature-block:hover .desc h5 {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .feature .wrapper .feature-block .desc h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .feature .wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: initial;
  }
  .feature .wrapper .feature-block {
    flex-basis: 100%;
    justify-content: initial;
    padding: 30px;
  }
  .feature .wrapper .feature-block .svg-icon {
    width: 40px;
    aspect-ratio: 1/1;
  }
  .feature .wrapper .feature-block .desc h5 {
    font-size: 1rem;
  }
}
.product {
  background-color: #4183f5;
}
.product .main-title h2 {
  color: #ffffff;
}
.product .main-title h6 {
  color: #f8f8f8;
}
.product .main-wrap {
  margin-bottom: 40px;
}
.product .main-wrap h4 {
  margin-bottom: 10px;
  color: #ffffff;
}
.product .main-wrap:last-child {
  margin-bottom: 0;
}
.product .wrapper {
  gap: 40px 20px;
  align-items: initial;
  justify-content: initial;
}
.product .wrapper .product-block {
  flex-basis: calc(25% - 20px);
  background-color: #ffffff;
}
.product .wrapper .product-block .figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.product .wrapper .product-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .wrapper .product-block .desc {
  padding: 10px;
}
.product .wrapper .product-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4183f5;
}
.product .wrapper .product-block .desc p {
  font-size: 0.875rem;
  color: #292929;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .product .wrapper {
    gap: 20px;
  }
  .product .wrapper .product-block {
    flex-basis: calc(50% - 20px);
  }
  .product .wrapper .product-block .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .product .wrapper {
    flex-direction: column;
  }
  .product .wrapper .product-block .figure {
    height: 120px;
  }
}
.service-wrapper {
  display: flex;
  align-items: flex-end;
  height: 600px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(65, 131, 245, 0.3);
}

.service-block {
  flex-basis: 33.3333333333%;
  border-right: 1px solid rgba(10, 68, 170, 0.3);
  position: relative;
  height: 100%;
}
.service-block::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.05));
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  transition: height 0.5s ease-in-out;
}
.service-block .figure {
  width: 100%;
  height: 100%;
}
.service-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block .service-box {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.service-block h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4183f5;
  text-transform: capitalize;
  margin: 15px 0;
  transition: 0.5s ease-in-out;
}
.service-block .link {
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-8px);
  opacity: 0;
  transition: 0.5s ease-in-out 0.3s;
}
.service-block .link i {
  font-size: 1rem;
  color: #292929;
}
.service-block .link p {
  color: #292929;
  text-transform: capitalize;
}
.service-block:hover {
  cursor: pointer;
}
.service-block:hover::before {
  height: 100%;
  bottom: 0;
}
.service-block:hover .service-box {
  transform: translateY(-30px);
}
.service-block:hover h6 {
  color: #000000;
}
.service-block:hover .link {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1200px) {
  .service-wrapper {
    flex-wrap: wrap;
  }
  .service-block {
    flex-basis: 50%;
    height: 300px;
    overflow: hidden;
  }
  .service-block .first-view,
  .service-block .hover-view {
    left: 20px;
  }
  .service-block .first-view {
    bottom: 20px;
  }
  .service-block .icon-block .no {
    font-size: 1.25rem;
  }
  .service-block h6 {
    font-size: 1.125rem;
    margin: 10px 0;
  }
  .service-block p {
    margin-bottom: 10px;
  }
  .service-block .sub-content {
    width: calc(100% - 40px);
  }
  .service-block:hover .first-view {
    bottom: calc(100% + 20px);
  }
  .service-block:hover .hover-view {
    bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service-wrapper {
    flex-direction: column;
    height: 800px;
    flex-wrap: nowrap;
  }
  .service-block {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid rgba(10, 68, 170, 0.3);
    border-right: none;
  }
  .service-block .first-view,
  .service-block .hover-view {
    left: 10px;
  }
  .service-block .first-view {
    bottom: 10px;
  }
  .service-block p {
    margin-bottom: 5px;
  }
  .service-block:hover .first-view {
    bottom: calc(100% + 10px);
  }
  .service-block:hover .hover-view {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .service-wrapper {
    height: 1200px;
  }
}
.quote.home-quote .main-title {
  text-align: center;
}
.quote.home-quote .main-title h2 {
  text-align: center;
  text-transform: capitalize;
}
.quote.home-quote .main-title h6 {
  color: #292929;
  display: block;
}

.quote-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.quote-wrap .quote-info {
  flex-basis: calc(40% - 40px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.quote-wrap .quote-info .quote-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  background-color: #ffffff;
  border-radius: 5px;
}
.quote-wrap .quote-info .quote-detail .icon-img img {
  max-width: 40px;
}
.quote-wrap .quote-info .quote-detail .detail {
  font-size: 1rem;
  color: #292929;
}
.quote-wrap .form {
  flex-basis: calc(60% - 40px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 40px;
  border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 992px) {
  .quote-wrap {
    flex-direction: column;
  }
  .quote-wrap .quote-info {
    gap: 20px;
  }
  .quote-wrap .quote-info .title {
    margin-bottom: 30px;
  }
  .quote-wrap .quote-info .quote-detail .icon-img img {
    max-width: 30px;
  }
  .quote-wrap .quote-info .quote-detail .detail {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .quote-wrap .quote-info {
    gap: 10px;
  }
  .quote-wrap .quote-info .quote-detail {
    padding: 10px;
  }
}
.why-choose-us {
  background-color: #f5f7f6;
}
.why-choose-us .wrapper {
  display: block;
}
.why-choose-us .wrapper .choose-content .main-title {
  text-align: center;
}
.why-choose-us .wrapper .choose-content .main-title h4 {
  color: #000000;
}
.why-choose-us .wrapper .choose-content .main-title p {
  color: #292929;
  margin-top: 20px;
}
.why-choose-us .wrapper .choose-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 20px;
}
.why-choose-us .wrapper .choose-content ul li {
  flex-basis: calc(25% - 20px);
  text-align: center;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  transition: 0.5s ease-in-out;
}
.why-choose-us .wrapper .choose-content ul li .desc {
  padding: 20px 10px;
}
.why-choose-us .wrapper .choose-content ul li .desc h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.why-choose-us .wrapper .choose-content ul li:hover {
  background-color: #4183f5;
}
.why-choose-us .wrapper .choose-content ul li:hover .desc h6 {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper .choose-content ul {
    gap: 40px 20px;
  }
  .why-choose-us .wrapper .choose-content ul li {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .choose-content ul {
    flex-direction: column;
    gap: 30px 0;
  }
}
.testimonial {
  background-color: #ffffff;
}

.testimonial-block {
  margin: 10px auto;
}
.testimonial-block .image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-block .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process {
  background-color: #f4f4f9;
}
.process .main-title {
  text-align: left;
}
.process .main-title h2 {
  margin: initial;
}
.process .wrapper {
  flex-direction: column;
  align-items: initial;
}

.process-block {
  border-bottom: 1px solid rgba(41, 59, 69, 0.3);
  padding-block: 20px 40px;
  position: relative;
}
.process-block .no {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 5rem;
  color: #292929;
  font-weight: 700;
}
.process-block .desc {
  max-width: 80%;
}
.process-block h4 {
  font-size: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #292929;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.process-block p {
  font-size: 0.9375rem;
  font-family: "Poppins", sans-serif;
  transition: 0.5s ease-in-out;
  margin-top: 10px;
}
.process-block:hover h4 {
  color: #000000;
}
.process-block:hover p {
  color: #292929;
}
.process-block:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1200px) {
  .process-block h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  .process-block h4 {
    font-size: 1.5rem;
  }
  .process-block p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .process-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 10px;
  }
  .process-block .no {
    flex-basis: calc(20% - 10px);
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    font-size: 4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .process-block .desc {
    flex-basis: calc(80% - 10px);
  }
  .process-block p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .process-block {
    flex-direction: column;
    gap: 10px;
  }
  .process-block .no {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .process-block .desc {
    max-width: 100%;
    text-align: center;
  }
  .process-block p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .process-block h4 {
    font-size: 1.25rem;
  }
}
.footer {
  background-color: #f4f4f9;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Footer Main Title */
  /* First Block */
  /* For all other block */
}
.footer .footer-wrapper .footer-block h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #292929;
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block .footer-logo {
  max-width: 150px;
}
.footer .footer-wrapper .footer-block .desc {
  max-width: 400px;
}
.footer .footer-wrapper .footer-block .desc p {
  color: #313131;
  line-height: 1.5;
  font-size: 0.875rem;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #313131;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #4183f5;
}
.footer .footer-wrapper .footer-block:first-child {
  flex-basis: 30%;
}
.footer .footer-wrapper .footer-block:last-child {
  flex-basis: 25%;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 5px;
  text-align: left;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
  display: block;
  text-transform: initial;
}

/* Scoial Icon Block */
.social-icon-wrap {
  display: flex;
  gap: 20px;
}
.social-icon-wrap .icon {
  width: 35px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #4183f5;
  border: 1px solid #4183f5;
  transition: 0.3s ease-in-out;
}
.social-icon-wrap .icon i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.1s;
}
.social-icon-wrap .icon:hover {
  background-color: transparent;
}
.social-icon-wrap .icon:hover i {
  color: #4183f5;
}

.bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 5px;
  padding: 30px 0;
  background-color: #f4f4f9;
  border-top: 1px solid rgba(41, 41, 41, 0.1);
}
.bottom-wrap .content-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bottom-wrap .content-wrap p,
.bottom-wrap .content-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  color: #313131;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-wrap .content-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.bottom-wrap .content-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4183f5;
  transition: 0.3s ease-in-out 0.1s;
}
.bottom-wrap .content-wrap a:hover {
  color: #4183f5;
}
.bottom-wrap .content-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
    /* Logo */
    /* Footer Main Title */
  }
  .footer .footer-wrapper .footer-block .footer-logo {
    max-width: 125px;
    margin-inline: auto;
  }
  .footer .footer-wrapper .footer-block .desc {
    margin-inline: auto;
  }
  .footer .footer-wrapper .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link li,
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item {
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .social-icon-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .wrap-block {
    padding: 30px 0;
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
  }
  .footer .footer-wrapper .wrap-block:last-child {
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block {
    text-align: center;
    gap: 0;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
    font-size: 1.25rem;
    display: inline-block;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .wrap-block:last-child .bottom-wrap {
    justify-content: center;
  }
  .bottom-wrap {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
/* Other Page */
.gallery-section {
  background-color: #4183f5;
}
.gallery-section .main-title h2 {
  color: #ffffff;
}
.gallery-section .main-title h6 {
  color: #ffffff;
}
.gallery-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  gap: 10px;
}
.gallery-section .wrapper .gallery-img {
  flex-basis: calc(25% - 10px);
  position: relative;
  overflow: hidden;
}
.gallery-section .wrapper .gallery-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.gallery-section .wrapper .gallery-img span {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #4183f5;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.gallery-section .wrapper .gallery-img:hover img {
  transform: scale(1.1);
}
.gallery-section .wrapper .gallery-img:hover span {
  opacity: 1;
  bottom: 0;
}

.page-gallery .gallery-section {
  background-color: transparent;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #4183f5;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #4183f5;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery-section {
  background-color: transparent;
}
.single-service-wrap .full-page-content .gallery-section .container {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery-section .container .gallery-wrapper .block .image {
  aspect-ratio: 3/2;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #4183f5;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.quote {
  background-color: #f4f4f9;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.quote::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 120%;
  height: 80%;
  transform: rotate(170deg);
  background-color: #ffffff;
  z-index: -1;
}
.quote .main-title {
  text-align: left;
}
.quote .main-title p {
  color: #42526b;
  margin-top: 15px;
}
.quote .quote-wrapper {
  max-width: 70%;
  margin-inline: auto;
}
.quote .quote-wrapper .form-quote {
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px 16px 72px 0px rgba(6, 28, 61, 0.0784313725);
}
.quote .quote-wrapper .form-quote .main-title {
  margin-bottom: 20px;
}
.quote .quote-wrapper .form-quote .form .form-group {
  text-align: left;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: #ffffff;
  color: #292929;
}

@media screen and (max-width: 992px) {
  .quote {
    padding: 80px 0;
  }
  .quote .quote-wrapper {
    max-width: 100%;
  }
  .quote .quote-wrapper .form-quote .main-title {
    margin-bottom: 30px;
  }
}
.page-services .service .service-wrapper {
  flex-wrap: wrap;
  align-items: initial;
  height: 100%;
}
.page-services .service-block {
  height: initial;
}

@media screen and (max-width: 992px) {
  .page-services .service .service-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .page-services .service .service-wrapper {
    flex-direction: row;
  }
  .page-services .service-block {
    height: initial;
  }
  .page-services .service-block .service-box {
    padding: 0 20px;
  }
  .page-services .service-block .service-box h6 {
    font-size: 1rem;
  }
  .page-services .service-block .service-box .link p {
    font-size: 0.875rem;
  }
  .page-services .service-block .service-box .link i {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .page-services .service .service-wrapper {
    flex-direction: column;
  }
  .page-services .service-block {
    height: initial;
  }
  .page-services .service-block .service-box {
    padding: 0 20px;
  }
  .page-services .service-block .service-box h6 {
    font-size: 1rem;
  }
  .page-services .service-block .service-box .link p {
    font-size: 0.875rem;
  }
  .page-services .service-block .service-box .link i {
    font-size: 0.75rem;
  }
}
/* Single Service Page */
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #4183f5;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #4183f5;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery-section {
  background-color: transparent;
}
.single-service-wrap .full-page-content .gallery-section .container {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery-section .container .gallery-wrapper .block .image {
  aspect-ratio: 3/2;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #4183f5;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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