@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
@font-face {
  font-family: "Tiempos";
  src: url(../fonts/tiempos.woff);
}
:root {
  --primary-color: #2a54a5;
  --secondary-color: #5f78a1;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #171717;
  font-family: "Tiempos";
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #333;
}

p {
  font-family: "Inter", sans-serif;

  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #7f7f7f;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--primary-color);
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
  padding: 90px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1277px) {
  .main-menu ul > li {
    margin: 0 8px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 90px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 30px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }
  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
  .social-icons,
  .divider {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
  .social-icons,
  .divider {
    display: none !important;
  }
}

.section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-color);
}
.section-title h2::before {
  content: " ";
  background: var(--primary-color);
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -5px;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}

.section-title h2 span {
  color: #6dd6f9;
}

.section-title h3 {
  font-family: "Inter", sans-serif;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title span i {
  color: #6da91661;
  font-size: 80px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
  top: 10px;
}

.gray-bg .section-title span i {
  color: #6dd6f9;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
  .specialized-list li img {
    display: block;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
  .specialized-list li img {
    display: block;
  }
}

/*Button Style */

.theme-btn {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: #fff !important;
  font-size: 17px;
  line-height: 16px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease-in-out;
}
.white-btn {
  background: #ffffff;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn,
  .white-btn {
    padding: 15px 20px;
  }
}
.border-btn {
  background: transparent;
  border: 1px solid #ffffff;
}
.theme-btn:hover {
  color: #ffffff !important;
  background: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
  background: transparent;
}
.white-btn:hover {
  color: #ffffff !important;
  background: var(--primary-color) !important;
  border: 1px solid transparent !important;
}
.theme-btn i {
  transform: rotate(45deg);
  font-size: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.theme-btn:hover i {
  transform: rotate(0);
}
.white-btn i {
  transform: rotate(0);
  font-size: 17px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.white-btn:hover i {
  transform: rotate(317deg);
}
/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  display: inline-block;
  color: #171717;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}
textarea.form-control {
  height: 100px;
}

/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

/* .container {
  max-width: 1200px;
} */

.navbar-toggler-icon {
  /* background-image: none; */
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: #171717; */
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-area {
  border-bottom: 1px solid #eee;
}
.nav-width {
  max-width: 1400px;
}
.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  /* background: #fff; */
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}
.main-menu {
  display: flex !important;
  align-items: end;
  justify-content: end;
}
.main-menu ul {
  line-height: 1;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1;
  padding: 25px 0;
  overflow: hidden;
  color: #fff;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: var(--primary-color);
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-menu ul > li > ul li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area .container {
  /* background: #fff; */
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
  width: fit-content;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: flex;
    justify-content: flex-end;
  }

  .mobile-nav-wrap {
    display: flex;
    justify-content: flex-end;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 90px;
  padding-left: 30px;
}
.header-right p {
  margin: 0;
  color: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}

.header-right .search-trigger i:hover {
  cursor: pointer;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

#home-1 .hero-area-banner video {
  position: absolute;
  width: 100%;
  inset: 0;
  top: -43px;
  /* filter: brightness(0.5); */
}
.hero-overlay {
  position: absolute;
  background-color: #0000006f;
  width: 100%;
  height: 100%;
  z-index: 2;
  inset: 0;
}
.hero-btn {
  background-color: #fff !important;
  color: #000 !important;
}
#home-1 .hero-area-banner {
  height: 775px;
  color: #fff;
  width: 100%;
  display: table;
  position: relative;
}
#home-1 .hero-area-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
  }
}

#home-1 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

#home-1 .hero-area-banner h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 100px;
  padding-left: 70px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

#home-1 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

#home-1 .service-info h4 {
  color: #ffffffc9;
}

#home-1 .theme-btn,
#home-1 .white-btn {
  background: #171717;
  color: #fff;
}

#home-1 .theme-btn:hover,
#home-1 .white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.hero-area {
  position: relative;
}

.hero-area-inner {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .hero-area-inner {
    padding: 120px 0 60px;
  }
}

.hero-area-content p {
  margin-top: 40px;
}

.slider-bg {
  height: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid #686765;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 60px;
  bottom: 40px;
  margin-top: -25px;
  background: none;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 60px;
  bottom: 100px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #fff;
  color: #171717;
  border-color: #fff;
}

#home-2 .project-dtl-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  #home-2 .project-dtl-info {
    flex-direction: column;
    align-items: baseline;
    padding-left: 40px;
  }
}

#home-2 .project-dtl-info .project-title {
  flex: 0 0 30%;
  padding-left: 0;
}

#home-2 .project-dtl-info .project-title h6 {
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 0px;
}

#home-2 .project-dtl-info .project-title h2 {
  font-size: 32px;
  margin: 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

#home-2 .project-dtl-info .project-title::before {
  display: none;
}

#home-2 .project-dtl-info .project-title p {
  margin: 0;
}

#home-2 .project-info-wrap {
  flex: 0 0 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-info-wrap {
    flex: 0 0 60%;
  }
}

#home-2 .single-project-info {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}

#home-2 .single-project-info h6 {
  color: #fff;
}

#home-2 .single-project-info p {
  margin: 0;
}

#home-2 .project-dtl-wrap {
  width: 70%;
  position: relative;
  bottom: 0;
  right: 70%;
  transform: translateY(-100px);
  z-index: 2;
  margin-bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -225px;
  }
}

#home-3 .hero-area-inner {
  padding: 120px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-inner {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  #home-3 .hero-area-inner {
    padding: 60px 0;
  }
}

#home-3 .hero-area-content .section-title span {
  padding-left: 150px;
}

@media (max-width: 767px) {
  #home-3 .hero-area-content .section-title span {
    padding-left: 0;
  }
}

#home-3 .hero-area-banner p {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner {
    max-width: calc(100% - 40px);
  }
}

#home-3 .hero-area-content p {
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-content p {
    text-align: justify;
  }
}

h1.pl-150 {
  color: #fff;
}

@media (max-width: 767px) {
  h1.pl-150 {
    color: inherit;
    padding-left: 0;
  }
}

.content-wrap {
  text-align: center;
  padding: 20px;
}

.content-wrap h5 {
  font-size: 20px;
}

.content-wrap p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* **************************** */
.bottom-fade {
  width: 100%;
  top: 0;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    #0000008c 0%,
    rgb(0 0 0 / 23%) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  ) !important;
  z-index: 0;
  border-radius: 20px 20px 0 20px;
}
/* ************************************ */

.navbar-collapse.show {
  position: absolute;
  top: 100%;
  right: 15px;
  padding: 30px;
  border-radius: 20px;
}

.logo {
  width: 230px;
}
.right-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}

.nav-item.active a {
  color: #ffffff;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff !important;
  padding: 5px 0;
}

/* Change navbar background on scroll (optional) */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.3s ease-in-out;
}

/* Ensure nav links are visible */
.navbar .nav-link {
  color: var(--primary-color) !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 10px;
}

.navbar .nav-link:hover {
  color: var(--secondary-color) !important;
}

/* Ensure dropdown menu is visible */
.navbar .dropdown-menu {
  background: #000000;
}

.navbar .dropdown-item {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.navbar .dropdown-item:hover {
  background: none;
  transform: translateX(10px); /* Move 10px to the right */
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}
.divider {
  background-color: #565656;
  width: 1px;
  height: 90px;
}
/* Hero Section CSS */
.hero-banner {
  position: relative;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

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

.banner-content-container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.banner-contents {
  padding: 250px 0 150px 0;
  width: 65%;
  text-align: left;
  color: white;
}

.banner-contents .column-title span {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-contents h2 {
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}
.banner-contents p {
  padding: 15px 0;
  max-width: 90%;
  font-size: 18px;
}
.banner-contents h2,
.banner-contents p {
  color: #ffffff;
}
swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

swiper-slide {
  background-position: center;
  background-size: cover;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.social-icons a i {
  color: #ffffff;
  font-size: 18px;
}
.social-icons a:hover {
  color: var(--primary-color);
}
.hero-section {
  position: relative;
  overflow: hidden;
}
.social-icons a.icons {
  backdrop-filter: blur(40px);
  background-color: #878484fa;
  border: 1px solid #878484fa;
  border-radius: 30px;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
  align-items: center;
}
.social-icons a.icons:hover {
  background-color: #49beef;
  border: 1px solid #49beef;
}
/* lets chat */
#onlineIndicator {
  position: relative;
  bottom: 5px;
  left: 5px;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #00ff00;
  border-radius: 50%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 998; /* Added z-index */
  display: none;
}
#chatContainer {
  position: relative;
  z-index: 1111;
}

#chatBox {
  position: fixed;
  bottom: 100px; /* Adjust as needed */
  right: 20px;
  width: 300px;
  height: 400px;
  overflow-y: auto; /* Enable scrolling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#chatBtnContainer {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#chatBtn {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
  gap: 10px;
}

#chatBtn i {
  font-size: 36px;
}
#chatBtn p {
  color: #fff;
  margin: 0;
  font-size: 24px;
}
#chatBtn-1 {
  background-color: var(--secondary-color);
  color: #ffffff;
  border: none;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
}
#chatBtn-1 i {
  font-size: 36px;
}
#chatFormContainer {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
}

#chatForm {
  background-color: #fff;
  /* background: var(--primary-color); */
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 15px;
  width: 350px;
  position: absolute;
  bottom: 8px;
  right: 0;
}
#chatForm i {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: end;
  cursor: pointer;
  font-size: 24px;
}
.chat-form-btn button {
  padding: 10px;
  border-radius: 40px;
  border: none;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #000000;
}
.chat-form-btn button:hover {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
}
/* Responsive styles */
@media (max-width: 600px) {
  #chatBox,
  #chatFormContainer {
    width: calc(100% - 40px);
    right: 20px;
  }
}
@media (min-width: 767.1px) {
  #chatBtn-1 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #chatBtn {
    display: none;
  }
}

/* *************** */
/* Why Choose Us */
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.item1 {
  grid-row: 1 / span 2;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}
#w-node-a8b48898-cf7a-da3f-575e-ebb546afb141-578365ec {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.quick-stack-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  padding: 0;
}
.feuture {
  background-color: #2d2e3b;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 15px;
  display: flex;
  position: relative;
}
.feuture.back-blur {
  background-image: url(../img/Why-choose-us/wcu-1-bg.svg);
  background-position: 50%;
  background-size: cover;
}
.feuture h4,
.feuture p {
  color: #fff;
  text-align: left;
}
.image-43 {
  z-index: -1;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  height: 100%;
}
.column._16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.column {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.row._4 {
  grid-row-gap: 4px;
}
.image-47 {
  border: 1px solid var(--white);
  border-radius: 32px;
  width: 64px;
  height: 64px;
  margin-right: -16px;
}
.feuture.back-image {
  background-image: url(../img/Why-choose-us/wcu-2-bg.jpg);
  background-position: 50%;
  background-size: cover;
}
.column.right {
  justify-content: flex-end;
}
.feuture.back-gradient {
  background-image: url(../img/Why-choose-us/wcu-3-bg.jpg);
  background-position: 50%;
  background-size: cover;
}
/* About us Section */
.about-image {
  width: calc(100% - 50px);
}
.about-image img {
  border-radius: 10px;
}
/* Services-section */
.services-item {
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.service-item-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid transparent;
}
.services-item .img-fluid {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.8s ease-in-out;
}
.services-title p {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  color: #000000;
}
.services-title {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.arrow {
  width: 24px;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}
.services-item:hover .arrow {
  transform: translateX(10px);
}
.services-item:hover .img-fluid {
  transform: scale(1.1);
  border-radius: 0;
}
.services-item:hover .service-item-image {
  border: 2px solid #000000;
}
/* Design & Build */
.feature-image {
  width: 50%;
}
.feature-content {
  width: 50%;
}
.feature-container {
  padding: 0 0 10px 0;
  display: flex;
  flex-direction: column;
}
.feature-item.first {
  border-top: 1px solid #ddd;
}
.feature-item.last {
  padding-bottom: 18px;
}
.feature-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.feature-item span {
  font-size: 20px;
}
.active-feature {
  background-color: #f8f6ee;
}
.feature-item img {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 25px;
}

.feature-button {
  background: #b0a474;
  border: none;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  align-self: center;
  margin-top: 20px;
}
.flex-fill {
  display: flex;
  flex: 1;
}
/* Before & After Section */
.before-after-container {
  position: relative;
  width: 80%;
  margin-left: 10%;
  height: 100vh;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.before,
.after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.after-wrapper {
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  background-color: white;
  cursor: col-resize;
  z-index: 3;
  transform: translateX(-50%);
}

.slider::before {
  content: "< >";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Process Section */

.steps-section {
  text-align: center;
}

.step-item {
  position: relative;
}

.step-item h1 {
  font-size: 80px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -40px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 1;
}

.step-icon {
  background: #ffffff40;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.step-icon i {
  font-size: 42px;
  color: var(--primary-color);
}

.step-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-top: 15px;
}

.step-number {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 15px;
}

.step-desc {
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 10px;
}

.dividers {
  width: 100px;
  height: 2px;
  background-color: var(--secondary-color);
  margin: 20px auto;
  position: absolute;
  left: 150%;
  top: 40%;
}
/* Quality Construction */
.quality-section {
  background: #f2f0ed;
}

.quality-section img {
  border-radius: 10px;
}
.quality-text {
  font-size: 16px;
  color: #4a4a4a;
  margin: 20px 0;
}

.quality-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.quality-list li {
  flex: 1 1 calc(50% - 10px); /* Each list item takes up 50% of the width */
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
}

.quality-list li i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
}

.main-image {
  width: 100%;
  margin-bottom: 15px;
}

.sub-image {
  width: 100%;
}
/* Pricing Section */
.pricing-section {
  background: #f2f0ed;
}
.pricing-title {
  font-size: 34px;
  color: #222;
}

.pricing-text {
  font-size: 16px;
  color: #555;
  margin: 20px 0;
  line-height: 1.6;
}

.price-wrapper {
  margin-top: 40px;
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.price-original {
  font-size: 24px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
}

.price-subtext {
  font-size: 14px;
  color: #777;
  display: block;
  margin-top: 5px;
}
.original p {
  margin: 0;
}

.kitchen-image {
  max-width: 100%;
  display: block;
  margin-top: 30px;
}
/* Testimonial Section */

.single-testimonial-item {
  background: #494756;
  padding: 15px;
  border-radius: 10px;
}
.client-star-info-wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-name {
  font-size: 22px;
  margin-top: 5px;
  color: #ffffff;
}
.single-testimonial-item p {
  margin-top: 20px;
  color: #ffffff;
}
.star-img img {
  width: 120px !important;
}
.client-img img {
  width: 50px !important;
  background: #6d6c78;
  padding: 10px;
  border-radius: 50px;
}
/* Footer Section */
.newsletter-section {
  background: #f2f0ed;
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fotter-company-details img {
  width: 200px;
  border-radius: 10px;
}
.fotter-company-details p {
  color: #ffffff;
  margin-top: 20px;
}
.footer {
  background-color: #151515;
  color: #fff;
  padding: 40px 0;
}

.footer-service h4 {
  color: white;
  margin-bottom: 25px;
}
.footer-service p a {
  color: #ffffff;
  font-size: 16px;
}
.footer-service h5:not(:first-child) a {
  margin-top: 20px;
}
.footer-quick-links p a {
  font-size: 16px;
}

.footer-contact p a {
  font-size: 16px;
  color: #ffffff;
}
.footer-contact i {
  margin-right: 10px;
}
.footer-location {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-bottom p a {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.footer-social-icons a i {
  color: #ffffff;
  font-size: 20px;
}
.footer-social-icons a:hover {
  color: var(--primary-color);
}
.footer-logo {
  display: flex;
  gap: 20px;
}

.footer-quick-links h4,
.footer-contact h4 {
  color: #ffffff;
  margin-bottom: 25px;
}
.extra-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 300px;
    /* top: 135%; */
  }
}
@media only screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
.flag-image {
  display: flex;
  justify-content: end;
}
.flag-image img {
  width: 77px;
}
/* Form Section */
.bg-section {
  background: rgb(170 166 166 / 10%);
  padding: 30px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
}
.form-control,
.form-control:focus {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  box-shadow: none;
}

textarea {
  resize: none;
}
.attach-files {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 10px;
  padding: 15px;
  color: rgb(127 127 127);
}
.attach-files i {
  font-size: 18px;
}
#file-input {
  display: none;
}
.file-name {
  font-size: 14px;
  margin-left: 10px;
}
.submit-btn {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 16px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease-in-out;
}
/* FAQ Section */
.faq-accordion {
  background-color: #f2f7fb;
}

.accordion-item h2 {
  font-family: "Inter", sans-serif;
}
.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.our-faqs-content {
  position: relative;
}

.our-faqs-content img {
  width: 100%;
  border-radius: 10px;
  height: 620px;
  object-fit: cover;
}

.faq__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  width: fit-content;
  padding: 10px 13px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 8px;
}

.faq__contact--number {
  margin-bottom: 0;
}

.faq__contact--icon {
  background: var(--primary-color);
  padding: 10px;
  font-size: 1.8rem;
  height: fit-content;
  border-radius: 5px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__doubts {
  background: white;
  padding: 30px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__doubts--content h3 {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faq__doubts--content p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 60%;
}

.faq__contact--text {
  font-size: 14px;
  margin-bottom: 0;
}

.faq__contact--number a {
  font-size: 18px;
}
.faq-image img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.accordion-button {
  background-color: #fff;
  color: #2d3748; /* Dark text */
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #f1f5f9;
}

.accordion-button::after {
  content: "-";
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
}

.accordion-button.collapsed::after {
  content: "+";
}

/* Accordion Body */
.accordion-body {
  background-color: #ffffff; /* Matching background */
  padding: 5px 20px 5px 40px;
  color: #4a5568; /* Neutral text color */
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button::before {
  display: none;
}

.accordion-button {
  box-shadow: none;
  background-color: #fff !important;
}

/* new css  */

.navbar__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.desktop__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.breadcrumb-container {
  position: relative;
  padding: 70px 20px;
  z-index: 1;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(42, 84, 165);
  background: radial-gradient(
    circle,
    rgba(42, 84, 165, 0.5550595238095238) 0%,
    rgba(42, 84, 165, 0.9612219887955182) 100%
  );
  z-index: -1;
}

.breadcrumb__header {
  color: white;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 2.5rem;
  text-align: center;
}

.breadcrumb__links {
  display: flex;
  gap: 1rem;
  color: white;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  text-align: center;
}

.breadcrumb__links a {
  color: white;
  text-decoration: none;
}

.breadcrumb__links a:hover {
  color: gray;
}

.breadcrumb__badge {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  background: var(--primary-color);
  color: white;
  border-radius: 30px;
  width: fit-content;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.about__services {
  background-color: var(--primary-color);
  padding: 60px 0;
  margin-top: 80px;
}

.about__services--icon {
  height: 70px;
}

.about__services--point {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  text-align: center;
}

.about__services--point h4 {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-top: 0.7rem;
  color: white;
}

.about__services--point p {
  font-size: 0.9rem !important;
  color: white;
  margin-bottom: 0;
}

.about__quality {
  background: white !important;
}

/* new css  */

.mobile-sub-menu {
  padding-left: 10px !important;
}

@media (width<1320px) {
  .header-right a {
    font-size: 14px;
  }
}

@media (width<1200px) {
  .mobile__navbar {
    display: none;
  }

  .navbar .nav-link {
    font-size: 12px;
  }

  .navbar .theme-btn {
    font-size: 12px;
    padding: 10px 20px;
  }

  .logo {
    width: 160px;
  }
  .banner-contents {
    padding-top: 130px;
  }

  .before-after-container {
    margin-top: 3rem;
  }
}

@media (width<1200px) and (height>900px) {
  .hero-banner {
    height: 50vh;
  }
  .banner-contents {
    padding-top: 180px;
  }

  .before-after-container {
    height: 60vh;
  }
}

@media (width< 1025px) {
  .main-menu ul > li > a {
    font-size: 12px;
  }

  .header-right a {
    font-size: 14px;
  }

  .nav-logo {
    width: 200px;
  }
}

@media (width< 992px) {
  .mobile__navbar {
    display: block;
  }

  .services__point {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .dividers {
    display: none;
  }

  .quality-content {
    margin-top: 1.5rem;
  }

  .map-section {
    margin-top: 1rem;
  }

  .footer-service,
  .footer-quick-links,
  .footer-contact {
    margin-top: 1rem;
  }

  .about__wcus {
    margin-top: 1rem;
  }

  .contact__para {
    margin-top: 0.5rem;
  }

  .about__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .hero-banner {
    height: 60vh;
  }

  .banner-contents {
    padding-top: 140px;
    width: 80%;
  }

  .header-area .header-inner-box {
    justify-content: space-between;
  }

  .navlink.has-arrow::after {
    content: "";
  }

  .mobile-nav .sidebar-nav .metismenu ul a {
    font-size: 12px !important;
  }

  .about-image {
    margin-bottom: 1.5rem;
  }

  .list__desc {
    margin-bottom: 1.5rem;
  }

  .featured-project {
    display: flex;
    justify-content: center;
  }

  .project-img img {
    height: 100%;
  }

  .process-img-wrap {
    max-width: 100%;
  }

  .item1 {
    grid-column: 1 / span 2;
  }

  .feuture.back-blur {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .feuture {
    min-height: fit-content;
    padding: 20px 10px;
  }

  .feuture.back-blur img {
    width: 150px;
    height: fit-content;
  }
  .grid-container {
    grid-template-columns: auto auto;
  }

  .row._4 {
    margin-top: 1rem;
  }
}

.list__button {
  margin-right: 1rem;
}

.contact-details {
  position: absolute;
  bottom: 0px;
  width: 50%;
  right: -10px;
}

.contact__form--btn {
  width: auto !important;
  color: white !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__white {
  color: white !important;
}

.about__wcus h4,
.about__wcus p {
  color: white !important;
}

.about__wcus--point {
  padding-left: 10px;
  padding-right: 10px;
}

.about__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width<1320px) {
  .main-menu ul > li > a {
    font-size: 12px;
  }

  .header-right a {
    font-size: 14px;
  }
}

@media (width<1200px) {
  .contact-details img {
    display: none;
  }

  .contact__linebreak {
    display: none;
  }
}

@media (width<1025px) {
  .hero-banner-title {
    font-size: 62px;
    max-width: 85%;
  }

  .xs-form-group .xs-btn-wraper .xs-btn {
    width: 60%;
  }

  .mobile-logo {
    height: 60px;
  }
  .contact-footer {
    align-items: start;
  }

  .section-padding {
    padding: 80px 10px;
  }

  .faq__doubts {
    padding: 25px 35px;
  }

  .header-right a {
    font-size: 12px;
  }

  .contact-details img {
    display: none;
  }

  .main-menu ul > li > a {
    font-size: 12px;
  }

  .hero__card {
    display: none;
  }

  .about__qoute--content {
    display: grid !important;
    grid-template-columns: 1.7fr 0.6fr;
    gap: 1rem;
  }

  .quote-text {
    padding-left: 10px;
  }
  .faq__doubts {
    display: grid !important;
    grid-template-columns: 1.8fr 0.5fr;
    gap: 1rem;
  }

  .faq__doubts--content p {
    max-width: 90% !important;
  }

  .call-action p,
  .header-right p {
    font-size: 14px;
  }

  .call-action i {
    font-size: 20px;
  }

  .call-action {
    gap: 16px;
  }

  .about-bg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .about-bg-wrap img {
    width: 100%;
  }
}

@media (width<1024px) {
  .hero-section {
    height: 55vh;
  }

  .service__call {
    padding-top: 1rem;
  }

  .faq__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .hero-image {
    height: 100%;
  }

  .navlink.has-arrow::after {
    content: " ";
  }

  .sub-menu li a {
    font-size: 12px !important;
  }

  .service__call--sticky {
    display: flex;
    margin-top: 1.5rem;
  }

  .service__call--sticky {
    position: static;
  }

  #faqaccordion {
    margin-top: 1.5rem;
  }

  .contact__form--page {
    margin-top: 1.5rem;
  }

  .services-list {
    grid-template-columns: 1fr 1fr;
  }

  .featured-project {
    margin-top: 1rem;
  }

  .xs-form-group,
  .contact-info-group {
    margin-bottom: 0;
  }

  .faq__doubts {
    grid-template-columns: 1.6fr 0.5fr;
  }

  .contact__content {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact__social {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
  }
}

@media (width<1025px) and (width> 1015px) {
  .contact__form--page {
    padding: 20px 30px !important;
  }
}

@media (width<1025px) and (height > 950px) {
  .hero-section {
    height: 55vh;
  }

  .hero-image {
    height: 100%;
  }

  .hero-banner-title {
    margin: 20px 0;
  }

  .hero__quote {
    margin-bottom: 2rem;
    max-width: 85%;
  }
}

@media (width < 992px) {
  .header-right {
    display: none;
  }

  .feature__video {
    margin-top: 1.5rem;
  }
}

@media (width<1000px) and (height<1400px) and (width> 680px) {
  .hero__section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 30px;
  }

  .hero-section {
    height: 55vh;
  }

  .hero__section--content {
    width: 100%;
  }

  .hero-right-side {
    width: 100%;
    display: flex;
  }

  .hero-image {
    height: 100%;
  }

  .hero__section--video {
    width: 100%;
  }

  .google-review {
    left: 25px;
  }
}

@media (width<768px) {
  .section-padding {
    padding: 60px 10px;
  }

  .hero-banner {
    height: 80vh;
  }
  .banner-contents {
    width: 100%;
    padding-left: 1rem;
  }

  .item1 {
    grid-column: 1 / span 1;
  }
  .grid-container {
    grid-template-columns: auto;
  }

  .feuture.back-blur {
    flex-direction: column;
  }

  .about-image {
    width: 100%;
  }

  .before-after-container {
    width: 100%;
    margin-left: 0;
    height: 60vh;
  }

  .step-item {
    margin-top: 2rem;
  }

  .step-1 {
    margin-top: 0;
  }

  .quality-list {
    flex-direction: column;
  }

  .bg-section {
    padding: 20px 10px;
  }

  .newsletter {
    flex-direction: column;
  }

  .newsletter-content {
    text-align: center;
  }

  .my-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .footer {
    padding-bottom: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom p {
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding: 20px 10px;
  }

  .design-by {
    padding-top: 1rem;
  }

  .hero-banner-title {
    font-size: 42px;
    max-width: 100%;
    text-align: center;
  }

  .testimonial {
    text-align: center;
    font-size: 1.3rem;
  }

  .breadcrumb__header {
    font-size: 2.3rem !important;
  }

  .contact-form {
    padding: 0;
  }

  .contact-wrapper {
    padding: 40px 20px;
  }

  .contact__linebreak {
    display: block;
  }

  .get-in-touch-cont h3 {
    font-size: 32px;
  }
  .contact-info {
    padding: 10px 0px;
    gap: 10px;
  }

  .contact-info-content p {
    font-size: 14px;
  }

  .faq__doubts {
    display: flex !important;
    flex-direction: column;
    padding: 30px 35px !important;
  }

  .faq__doubts--content h3,
  .faq__doubts--content p {
    text-align: center;
  }

  .about__qoute--content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .gallery-section {
    padding: 0 0 3rem;
  }

  .about__qoute--content p,
  .about__qoute--content h2 {
    text-align: center;
  }

  .hero-section {
    height: 72vh;
  }

  .about-bg-wrap {
    margin-top: 20px;
  }

  .about-bg-wrap img {
    width: 100%;
  }

  /* .mobile-nav-wrap {
    padding: 0.5rem 0;
  } */

  .google-review img {
    width: 100px;
  }

  .google-review h4,
  .google-review h5 {
    font-size: 16px;
  }

  .banner-header div {
    font-size: 14px;
  }

  .about-content-wrapper p {
    margin-top: 15px;
  }

  .service__image--double {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .heading-five {
    text-align: center;
  }

  .hero__projec--button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service__intro--point {
    padding-left: 20px;
  }

  .service__call--sticky {
    flex-direction: column;
  }

  .faq__doubts--content p {
    max-width: 100%;
  }

  .contact__info {
    grid-template-columns: 1fr !important;
  }

  .contact__form--page {
    padding: 20px 30px !important;
  }

  .newsletter-inner {
    padding: 20px 10px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .progress-line,
  .work-progress-layer {
    display: none;
  }

  .xs-form-group .xs-btn-wraper .xs-btn {
    width: 60%;
  }

  .service {
    font-size: 1.2rem;
  }

  .xs-form-group {
    padding: 30px 15px;
  }

  .contact__details--content p a,
  .contact__details--content p {
    font-size: 14px !important;
  }

  .header-area .navigation {
    width: 100%;
    margin-left: 0;
  }

  .process-content-wrap .cp-custom-accordion .accordion-buttons {
    padding-right: 10px;
  }

  .list-title.heading-animation h3 {
    font-size: 32px !important;
  }
  .hero__blockquote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .project-section {
    padding-top: 70px;
  }

  .quote__container {
    flex-direction: column;
    gap: 1rem;
  }

  .quote__content {
    max-width: 100% !important;
    text-align: center;
  }

  .breadcrumb-container {
    padding: 35px 10px;
  }
}

@media (width< 390px) {
  .hero-banner {
    height: 100vh;
  }

  .banner-contents {
    padding-top: 100px;
  }
}

.service__details--call h3 {
  text-align: center;
}

.quote-text h2 {
  color: white;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 600;
}

.quote-text p {
  font-size: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.859);
  line-height: 150%;
}

.about__qoute--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.about__quote--btn {
  background-color: rgba(255, 255, 255, 0.964);
  color: var(--secondary-color);
}

.about__quote--btn:hover {
  background-color: var(--primary-color);
}

/* services page  */

.services__main--image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.services__heading {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.service__intro p {
  font-size: 17px;
  color: black;
}

.service__intro--point {
  list-style-type: square;
  padding-left: 50px;
  font-size: 17px;
}

.service__intro--point li {
  margin-bottom: 10px;
}

.services__content--point {
  font-weight: 600;
}

.service__image--double img {
  height: 250px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.service__details--call {
  height: fit-content;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-position: center 50%;
  position: relative;
}

.service__details--call h3 {
  color: white;
}

.service__details--call::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.service__details--call div {
  font-family: var(--primary-font-two);
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service__details--call h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service__details--call p {
  text-align: center;
  color: white;
  font-size: 14px !important;
  margin-bottom: 10px;
  line-height: 200%;
}

.service__desc--button button {
  background-color: var(--primary-color) !important;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
}

.service__desc--button button:hover {
  color: white !important;
}

.service__details--call button {
  background-color: white;
  color: var(--secondary-color);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
}

.service__details--call button:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

.service__desc--button button:hover {
  background-color: var(--secondary-color) !important;
}

.service__details--call button:focus,
.service__desc--button button:focus {
  background-color: var(--secondary-color) !important;
  color: white;
}

.service__desc {
  margin-bottom: 0;
}

.service__call {
  height: 100%;
}

.service__call--sticky {
  width: fit-content;
  position: sticky;
  top: 115px;
}

.service__call--wcus {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.service__call--wcus p {
  font-size: 14px !important;
  margin-bottom: 0;
  color: black;
}

.service__intro .services__heading {
  font-size: 24px;
}

@media (width<1000px) {
  .service__call--sticky {
    display: flex;
    margin-top: 1.5rem;
  }

  .service__call--sticky {
    position: static;
  }

  .contact__form--page {
    margin-top: 1.5rem;
  }
}

@media (width<640px) {
  .service__intro--point {
    padding-left: 20px;
  }
}

.single__review {
  margin-bottom: 20px;
  height: 92%;
}

.fa-link:before {
  font-size: 1.4rem;
}

.our-faqs-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-faqs-content img {
  width: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.faq-accordion {
  background-color: #f2f7fb;
}

/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.accordion-button {
  background-color: #fff;
  color: #2d3748; /* Dark text */
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #f1f5f9;
}

.accordion-button::after {
  content: "-";
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
}

.accordion-button.collapsed::after {
  content: "+";
}

/* Accordion Body */
.accordion-body {
  background-color: #ffffff;
  padding: 5px 20px 5px 40px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button::before {
  display: none;
}

.accordion-button {
  box-shadow: none;
  background-color: #fff !important;
}

.faq__doubts {
  background: white;
  padding: 30px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__doubts--content h3 {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faq__doubts--content p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 70%;
}

.about__quote--link {
  width: fit-content;
}

.about__services--icon {
  height: 70px;
}

.about__services--point {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  text-align: center;
}

.about__services--point h4 {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-top: 0.7rem;
}

.about__services--point p {
  font-size: 0.9rem !important;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.project__gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}

.project__gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}

.glightbox-clean .gclose {
  padding: 0;
}

.faq__right--content {
  text-align: center;
}

.faq__right--content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.faq__right--content p {
  font-size: 14px;
  margin-bottom: 0;
}

.contact__form--heading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.faq__right--info {
  background-color: #fff;
}

.content__header {
  font-size: 42px !important;
  line-height: 48px !important;
  text-align: center;
  font-family: gilroybold !important;
}

.content__subheader {
  font-size: 26px !important;
  line-height: 32px !important;
  text-align: center;
  font-family: gilroysemibold !important;
}

@media (max-width: 767px) {
  .content__header {
    font-size: 36px !important;
  }

  .content__subheader {
    font-size: 20px !important;
  }
}

.about__why {
  position: relative;
  padding: 50px;
  color: #fff;
  border-radius: 30px;
  background-color: var(--primary-color);
}

.why-choose-first .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-first svg {
  /* position: absolute; */
  z-index: 1;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
  fill: #fff;
}
.why-choose-first .icon img {
  max-height: 130px;
  width: 70px;
}
.why-choose-first,
.why-choose-second {
  padding-top: 35px;
}
.why-choose-second svg {
  /* position: absolute; */
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #637d8f;
  border-radius: 10px;
  padding: 10px;
  fill: #fff;
}
.why-choose-title h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}
.why-choose-title p {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}
.why-choose-title {
  padding-top: 15px;
}

.quote__container {
  background-color: var(--secondary-color);
}

.home__page--form {
  margin-bottom: -60px;
}

.quote__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: var(--primary-color);
  border-radius: 8px;
}

.quote__content {
  max-width: 60%;
}

.quote__content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
  font-weight: 800;
}

.quote__content p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

.quote__button .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: white;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid transparent;
}

.quote__button .btn:hover {
  background-color: rgba(255, 255, 255, 0.185);
  border: 1px solid white;
  color: white;
}

.review-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.review-icon-image {
  width: 100px;
  position: absolute;
  top: 0;
  right: -10px;
  display: none;
}

.quote {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.content {
  font-size: 16px;
  color: var(--gray-color);
  line-height: 1.6;
}

.client-name {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
}

.client-designation {
  font-size: 14px;
  color: var(--gray-color);
}

.details-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.review__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google__logo {
  width: 40px;
}

.contact__subheader {
  text-align: start !important;
  font-size: 20px !important;
}

.contact__header {
  text-align: start !important;
  font-size: 38px !important;
}

.contact__title {
  margin-bottom: 10px;
}

.contact-info__content p {
  font-size: 17px !important;
  margin-bottom: 20px;
}

.contact__services--points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.contact__services--points img {
  height: 60px;
  width: 60px;
}

.contact__services--points p {
  font-size: 16px !important;
  text-align: center;
}

.faq__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  width: fit-content;
  padding: 10px 13px;
  border-radius: 8px;
}

.faq__contact--number {
  margin-bottom: 0;
}

.faq__contact--icon {
  background: var(--primary-color);
  padding: 10px;
  font-size: 1.8rem;
  height: fit-content;
  border-radius: 5px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__contact--text {
  font-size: 15px;
  margin-bottom: 0;
}

.contact__form--page {
  padding: 30px 50px;
  background: white;
}

.contact__form--title {
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}

.contact__form--btn button {
  padding: 10px 30px;
  box-shadow: none;
  background-color: var(--primary-color);
  color: white !important;
}

.contact__map {
  display: flex;
}

.maps__header {
  color: var(--primary-color);
}

/* ------------- Gallery Section Start ------------------ */

/* ------------------------------- */
.gallery-section {
  text-align: center;
  background: #fff;
  padding-bottom: 3rem;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}

.contact__map {
  display: flex;
  filter: grayscale(1);
  transition: filter 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.contact__map:hover {
  filter: grayscale(0);
}

.contact__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 15px;
  margin-top: 16px;
  flex-direction: column;
  background-color: #f0f0f0;
}

.contact__info--content {
  text-align: center;
}

.contact__info--content h4 {
  color: var(--primary-color);
  font-family: poppins;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact__info--content p {
  margin-bottom: 0;
}

.contact__info--content p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: var(--secondary-color);
}

.contact__title,
.contact__para {
  text-align: center;
}

.contact__info img {
  width: 120px;
  height: 120px;
}

.contact__form--input input,
.contact__form--input textarea {
  color: var(--primary-color) !important;
  background-color: #f0f0f0;
  border: none;
  outline: none;
}

.contact__form--input textarea {
  padding: 12px 20px;
  min-height: 100px;
  max-height: 300px;
}

.contact__form--input input:focus,
.contact__form--input textarea:focus {
  background-color: #f0f0f0;
  box-shadow: 0 0 0 0.15rem #c2c2c2;
  border: none !important;
}

.contact__form--input input:-webkit-autofill,
.contact__form--input input:-webkit-autofill:hover,
.contact__form--input input:-webkit-autofill:focus,
.contact__form--input input:-webkit-autofill:active {
  background-color: #f0f0f0 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
  box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
  color: #b4b4c5 !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
}

.contact__form--button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__form--button button {
  border: 1px solid transparent;
}
