@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");

:root {
  --primary-color: #0b85f6;
  --secondary-color: #1b1b1b;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Fira Sans", 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-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-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #4e4e4e;
}

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;
}

::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;
  }
  .social-icons .theme-btn {
    display: none !important;
  }
  .product-list li {
    flex: 0 0 33% !important;
  }
}

@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;
}

@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;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 15px;
  background: linear-gradient(to right, #0b85f6, #0b85f6, #1b1b1b);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.section-title h3 {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

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

@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;
}

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

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

@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;
}

.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 {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #ffffff;
  color: white;
  position: relative;
  border-radius: 0.6em;
  cursor: pointer;
}
.theme-btn:hover {
  color: #ffffff;
}
button {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: var(--primary-color);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: var(--secondary-color);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

button:hover .transition {
  width: 14em;
  height: 14em;
}

button:active {
  transform: scale(0.97);
}

.cta-phone button {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: var(--secondary-color);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
}

.label-1 {
  position: relative;
  top: -1px;
}

.transition-1 {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: var(--primary-color);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.cta-phone button:hover .transition-1 {
  width: 14em;
  height: 14em;
}

.cta-phone button:active {
  transform: scale(0.97);
}

.cta-phone button .label-1 {
  position: relative;
  z-index: 1;
}

/*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: 50px;
}

/*Bootstrap CSS*/

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

.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.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;
  }
}

/* **************************** */
.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: 136px;
}
.right-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}

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

.navbar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff !important;
  padding: 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 {
  position: relative;
  color: var(--secondary-color) !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 20px;
  border-radius: 10px;
  padding: 20px 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.navbar .nav-link:hover {
  color: var(--secondary-color); /* change text to pink on hover */
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  width: 100%;
}
/* Ensure dropdown menu is visible */
.navbar .dropdown-menu {
  background: var(--primary-color);
}

.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; */
  overflow: hidden;
}

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

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-content-container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.banner-contents {
  padding: 180px 0 100px 0;
  width: 100%;
  max-width: 48rem;
  text-align: left;
  color: white;
}
.banner-contents h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-contents p {
  margin: 10px 0 20px 0;
  font-size: 18px;
}

.white-text {
  color: white !important;
}
.top-title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.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: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
  align-items: center;
}
.social-icons a.icons:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
/* Footer Section */
.newsletter-section {
  background: #f2f0ed;
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 112px;
  border-radius: 10px;
  background: #ffffff;
}
.fotter-company-details p {
  color: #ffffff;
  margin-top: 20px;
}
.footer {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 60px 0 50px 0;
}
.footer-service h5 a {
  color: #ffffff;
  font-size: 22px;
}
.footer-service h5:not(:first-child) a {
  margin-top: 20px;
}
.footer-quick-links p a {
  font-size: 18px;
}
p.timing {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.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 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 100%;
}
.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;
  font-size: 28px;
}
.footer-about {
  margin-bottom: 0;
}
.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: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}

/* About Us Section */
.about-us-image img {
  width: calc(100% - 20px);
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.about-us-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-listing {
  display: flex;
  gap: 15px;
}
.about-icon {
  width: 45px;
}
.about-icon img {
  filter: grayscale(1);
}
.about-icon-content h3 {
  font-size: 20px;
  font-weight: 600;
}
.about-icon-content p {
  margin: 5px 0 0 0;
}

/* Services Section */
.card-custom {
  background: rgba(217, 223, 226, 0.8);
  border: none;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0 #bec6c9;
  padding: 30px 15px;
  transition: 0.3s ease-in-out;
  height: 100%;
  position: relative;
}
.card-custom .alphabet-div {
  background-color: var(--primary-color);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfef7;
  border-radius: 50%;
  border-top-right-radius: 14px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.card-custom .alphabet-div p {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.card-custom:hover {
  transform: translateY(-5px);
  background: #ffe4bf;
}

.card-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  filter: grayscale(1);
}

.card-title-custom {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}

.card-footer-custom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.card-footer-custom a {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}
.get-in-touch-link a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.circle-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
}
/* Why Choose Us Section */
.wcu-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: linear-gradient(to right, #000000, #0b85f6);

  padding: 15px 20px;
  border-radius: 50px 0 0 50px;
}
.item:last-child {
  margin-bottom: 0px;
}
.icon-circle {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.icon-circle img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  filter: grayscale(1);
}
.item h5 {
  color: #ffffff;
}

/* How We Work */
.how-we-work {
  /* background-color: #111720; */
  background-image: url(../img/working-process-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-container {
  position: relative;
}
.bg-image {
  width: 417px;
  height: 600px;
  border-radius: 10px;
}
.overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.step-number {
  color: var(--primary-color);
  width: 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Antonio", sans-serif;
}
.step-number.active {
  color: var(--secondary-color);
  opacity: 1;
}
.step-title {
  font-size: 24px;
  font-weight: 600;
}

/* Testimonial Section */

.single-testimonial-item {
  background: #e3e3e3cf;
  padding: 15px;
  border-radius: 10px;
}
.client-star-info-wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-info .client-name {
  text-align: center;
  font-weight: 600;
}
.client-name {
  font-size: 22px;
  margin-top: 5px;
  color: var(--primary-color);
}
.single-testimonial-item p {
  margin-top: 20px;
  color: var(--secondary-color);
  text-align: center;
}
.star-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-img img {
  width: 120px !important;
}
.client-img img {
  width: 50px !important;
  background: #6d6c78;
  padding: 10px;
  border-radius: 50px;
}
.testimonial-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Form Section */
.footer-form-section {
  background-color: rgb(0 0 0 / 86%);
  position: relative;
}
.footer-form-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contact-details-section {
  padding: 40px 0 40px 40px;
}
.footer-form {
  padding: 60px 20px 60px 30px;
  background: linear-gradient(
    0deg,
    rgba(160, 160, 160, 0.38) 0%,
    rgba(180, 180, 180, 0.38) 100%
  );
  box-shadow: 0 8px 32px 0 #0c1626;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}
.form-side-image {
  width: 100%;
  height: 100%;
}
.form-side-image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px 0;
}
.contact-details-section h2 {
  font-size: 44px;
  color: var(--primary-color);
}
.contact-details-section a {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-details-section ul li svg {
  margin-right: 10px;
}
.contact-details-section ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.footer-input::placeholder {
  color: #343434;
}
.footer-form .section-title h1 {
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-image img {
  border-radius: 15px;
}
.form-contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 15px;

  background: linear-gradient(
      rgba(191, 191, 191, 0.907),
      rgb(219 219 219 / 90%)
    ),
    url(../img/family-new-house.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-contact-details a {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}
.form-contact-details .mail,
.form-contact-details .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-contact-details .mail i,
.form-contact-details .phone i {
  background: #e8eef2;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--secondary-color);
}
/* CTA Section */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-section .section-title {
  width: 60%;
}

.cta-content {
  margin-bottom: 0;
}
/* Top Nav */
.top-nav-section {
  background: var(--secondary-color);
  padding: 8px 0;
}
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav a {
  color: #ffffff;
  font-size: 14px;
}
.top-nav i {
  font-size: 16px;
  margin-right: 5px;
}
.top-contact,
.top-social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-social-icon i {
  font-size: 18px;
}

/* About Us */
/* Breadcrumb */
.breadcrumb {
  position: relative;
  padding: 100px 20px 100px;
  overflow: hidden;
}
.breadcrumb .breadcrumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(0.6);
}
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 30% 0, 45% 100%, 0 100%);
  z-index: 1;
}
.breadcrumb-overlay-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 40% 0, 55% 100%, 0 100%);
  z-index: 1;
}
.breadcrumb-contents {
  position: relative;
  z-index: 2;
}
.breadcrumb-title {
  font-size: 46px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
.breadcrumb p a {
  color: #fff;
  font-size: 18px;
}
.breadcrumb p a:hover {
  color: var(--primary-color);
}
.breadcrumb p {
  color: white;
}
.breadcrumb span {
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 0.6em;
}

/* Who WE ARE */
.who-we-are-left {
  padding: 0 12px;
}
.who-we-are-right {
  padding: 0 12px;
}
.who-we-are-right-images {
  position: relative;
  height: 500px;
}
.who-we-are-right-images img {
  border-radius: 15px;
}
.who-we-are-image1 {
  height: 400px;
  width: 420px;
  position: relative;
  z-index: 2;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.who-we-are-image2 {
  position: absolute;
  height: 400px !important;
  bottom: 0;
  left: 35%;
  width: 420px;
  object-fit: cover;
  z-index: 1;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.section-title a {
  margin-top: 10px !important;
}
.who-we-are-bottom-contents {
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  align-items: center;
  background: rgba(217, 223, 226, 0.8);
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.who-we-are-bottom-contents img {
  width: 70px;
  height: 70px;
}
.who-we-are-bottom-content p {
  margin-bottom: 0;
}
.who-we-are-bottom-content h5 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.who-we-are-bottom-contents:hover {
  transform: translateY(-5px);
  background: #ffe4bf;
}

/* Expertise */
.expertise {
  background: linear-gradient(to right, #000000, #0b85f6);
}
.expertise-top-contents h3 {
  color: white;
}
.expertise-top-contents .section-title h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 15px;
  background: linear-gradient(
    to right,
    #ffffff,
    #f2f2f2,
    #e6e6e6
  ); /* white gradient left to right */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.expertise-bottom-content h1 {
  color: white !important;
}
.expertise-bottom-content p {
  color: white !important;
  margin-bottom: 0;
}
.expertise-bottom-contents img {
  width: 50px;
  height: 50px;
}
.expertise-bottom-contents {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Solutions */
.solutions {
  background-image: url(../img/working-process-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutions-image {
  padding: 0 12px;
}
.solutions-image img {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}
.solutions-content {
  padding: 0 12px;
}
.deliver-points {
  list-style: none;
  padding: 0;
}

.deliver-points li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap; /* allows description to wrap */
  color: #4e4e4e;
}

.point-title {
  font-weight: bold;
  margin-right: 8px;
  white-space: nowrap; /* prevents title from breaking */
}

/* About Services */
.services {
  background: var(--secondary-color);
}
.services .section-title h3 {
  color: white !important;
}
.services .section-title h1 {
  margin-bottom: 40px;
}
.services-card {
  text-align: left;
  border: 1px solid;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(160, 160, 160, 0.38) 0%,
    rgba(180, 180, 180, 0.38) 100%
  ) !important;
  padding: 20px;
  border-radius: 5px;
}
.services-card h5 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: var(--primary-color);
  text-decoration: underline;
}
.services-card p {
  color: #ededed;
  margin-bottom: 0;
}
.services-image img {
  height: 250px;
  width: 100%;
  transition: transform 0.6s ease;
  border-radius: 15px;
}
.services-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.services-image img:hover {
  transform: scale(1.2);
}
.services-bottom {
  margin-top: 50px !important;
}
.services button:hover {
  border: 1px solid white;
}
.services-card a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
}
.services-card span {
  font-size: 18px;
  color: var(--primary-color);
}
.services-card .circle-arrow {
  background: var(--primary-color);
  color: white;
}
.services-card a:hover span {
  color: white;
}
.services-card a:hover .circle-arrow {
  color: var(--primary-color);
  background: white;
}
.services-bottom-right p {
  color: white;
}

/* Services */
.services-intro-img1 {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.services-intro-img2 {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.services-intro-specialization {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(217, 223, 226, 0.8);
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 15px 20px;
  transition: 0.6s ease-in-out;
}
.services-intro-specialization:hover {
  transform: translateY(-5px);
  background: #ffe4bf;
}
.services-intro-specialization h5 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.services-intro-specialization p {
  margin-bottom: 0;
}
.services-intro-specialization-image img {
  width: 70px;
}
.services-list {
  background: rgba(217, 223, 226, 0.8);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.services-list-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.services-list h5 {
  background: linear-gradient(to right, #000000, #0b85f6);
  color: white;
  padding: 15px 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 24px;
  font-weight: 600;
}
.services-list p {
  margin-bottom: 0;
  padding: 15px 20px;
  border-top: 2px solid white;
  background: #ededed;
}
.services-list a {
  font-size: 18px;
  color: #4e4e4e;
  transition: 0.6s ease-in-out;
}
.services-list a:hover {
  color: var(--primary-color);
}
.services-intro {
  position: relative;
}
.services-intro-left {
  margin-right: 20px;
  position: sticky;
  top: 20px;
}
.services-intro-left-bottom {
  position: relative;
  top: 30px;
  overflow: hidden;
  padding: 130px 10px 130px;
}
.services-intro-left-bottom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 15px;
}
.services-intro-left-bottom-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 15px;
}
.services-intro-left-bottom-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  text-align: center;
}
.services-intro-left-bottom-contents h3 {
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
}

.services-intro-right {
  margin-left: 20px;
}
.services-active {
  background: var(--primary-color) !important;
}
.services-active a {
  color: white !important;
}
.services-intro-mid-right-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
}
.services-intro-mid-right-bottom p::before {
  content: "\2714";
  color: white;
  background: var(--primary-color);
  position: absolute;
  left: -30px;
  top: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
}
.services-intro-mid-right-bottom p {
  margin-left: 30px;
}
.services-intro-mid-right {
  background-image: url(../img/working-process-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* FAQs Section */
.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}
/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
}
.accordion-button {
  background-color: rgba(217, 223, 226, 0.8) !important;
  color: #2d3748;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.6s ease;
  text-transform: none;
}
.accordion-button {
  display: flex;
  align-items: flex-start; /* top-aligns number with text */
}

.accordion-button span {
  flex-shrink: 0; /* prevents number from shrinking or moving */
  font-weight: bold; /* optional, makes number stand out */
}
.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:hover {
  background-color: var(--secondary-color) !important;
  color: white;
}
.accordion-button:hover .accordion-button span {
  color: white !important;
}
.accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  margin-left: auto;
  color: var(--primary-color);
}
.accordion-button.collapsed::after {
  content: "\f107";
}
/* Accordion Body */
.accordion-body {
  background-color: #ededed;
  padding: 5px 20px 5px 40px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
}
.accordion-button::before {
  display: none;
}
.services-faq-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

.get-in-touch-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: 350px;
}
.get-in-touch-contents p {
  margin-bottom: 0;
}
.get-in-touch-bottom {
  background: #ededed;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: 0.6s ease-in-out;
}
.get-in-touch-bottom:hover {
  transform: translateY(-5px);
  background: #ffe4bf;
}

.get-in-touch-bottom-img img {
  width: 50px;
}
.get-in-touch-bottom-contents h5 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.get-in-touch-bottom-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  color: #4e4e4e;
  margin-bottom: 0;
}
.get-in-touch-bottom-contents a {
  color: #4e4e4e;
  font-size: 18px;
  margin-bottom: 5px;
}
.get-in-touch-bottom-contents a:hover {
  text-decoration: underline !important;
  color: var(--primary-color) !important;
}
.get-in-touch-contents a {
  margin-top: 20px !important;
}
.contact-form {
  margin-top: -200px;
}
.contact-form .footer-form {
  background: #ededed;
  box-shadow: none;
}
.contact-form .footer-form .section-title h1 {
  background: none;
  -webkit-text-fill-color: var(--primary-color);
}
.contact-form .footer-form .section-title p {
  font-size: 18px;
  color: var(--secondary-color);
}
.contact-form .footer-form .submit-footer-btn {
  text-align: center;
}
.contact-form .footer-form .theme-btn {
  margin-top: 10px;
}
.contact-form .footer-form .theme-btn:hover {
  background: white;
  color: var(--primary-color);
}

.get-in-touch {
  background-image: url(../img/working-process-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.gallery img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  transition: 1s ease-in-out;
}
.gallery img:hover {
  transform: scale(1.2);
}

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

.testimonial-card {
  text-align: left;
  position: relative;
  background: rgba(217, 223, 226, 0.8);
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  transition: 0.6s ease-in-out;
}
.testimonial-card:hover {
  background: var(--primary-color);
}
.testimonial-card:hover .testimonial-text {
  color: white;
}
.testimonial-card:hover .testimonial-top-right {
  background: white;
}
.testimonial-card:hover .testimonial-top-right i {
  color: var(--primary-color);
}
.testimonial-text {
  text-align: left !important;
  transition: 0.6s ease;
}
.testimonial-top-right {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  padding: 10px;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 5px;
  color: white;
  transition: 1s ease-in-out;
}
.testimonial-top-right i {
  font-size: 30px;
  transition: 1s ease-in-out;
}

.testimonial-author strong {
  color: var(--secondary-color);
  font-size: 24px;
}
.stars {
  font-size: 20px;
  color: orange;
  margin-bottom: 10px;
}

@media (width<1300px) {
  /* About */
  .who-we-are-image1,
  .who-we-are-image2 {
    width: 350px;
  }
  .solutions-image img {
    height: 450px;
  }
}

@media (width<1200px) {
  /* Home */
  .navbar .nav-link {
    margin: 0px 8px;
  }
  button {
    padding: 10px 25px;
  }
  .theme-btn {
    padding: 10px 25px;
  }
  .about-us-image img {
    height: 400px;
  }
  .about-icon-content h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .about-icon-content p {
    font-size: 12px;
  }
  .step-number {
    color: var(--primary-color);
    width: 80px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Antonio", sans-serif;
  }
  .step-title {
    font-size: 20px;
    font-weight: 600;
  }
  .bg-image {
    height: 700px;
  }
  .overlay-video {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 85%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 60px;
  }

  /* About */
  .who-we-are-right-images {
    position: relative;
    height: auto;
  }
  .who-we-are-image2 {
    display: none;
  }
  .who-we-are-image1 {
    height: 600px !important;
    width: 100%;
    box-shadow: none;
  }
  .who-we-are-bottom-contents {
    height: 100%;
  }
  .expertise-bottom-content p {
    font-size: 14px;
  }
  .solutions-image img {
    height: 550px;
  }

  /* Services */
  .breadcrumb-overlay-services {
    clip-path: polygon(0 0, 50% 0, 65% 100%, 0 100%);
  }
  .services-intro-specialization {
    height: 100%;
  }
  .services-margin1,
  .services-margin2 {
    margin-bottom: 20px;
  }
  .services-intro-mid-right-image img {
    height: 300px;
  }
  .services-faq-img img {
    height: 400px;
  }
  .breadcrumb-overlay-services {
    clip-path: none;
  }

  .services-intro-left {
    margin-top: 0;
  }
  .services-intro-left {
    margin-right: 0;
  }
  .services-intro-right {
    margin-left: 0;
  }
  button {
    padding: 15px 35px;
  }
  .expertise-top .theme-btn {
    padding: 15px 20px;
  }
}

@media (width<992px) {
  /* Home */
  .nav-btn {
    display: none;
  }
  .about-us-image {
    margin-top: 30px;
  }
  .about-us-image img {
    height: 300px;
    margin-bottom: 10px;
  }
  .section-title h1 {
    margin-bottom: -10px !important;
  }
  .card1,
  .card2 {
    margin-bottom: 25px;
  }
  .wcu-image img {
    height: 350px;
    margin-top: 30px;
  }
  .service-content p {
    margin-bottom: -5px;
  }
  .step-number {
    font-size: 30px;
    line-height: 30px;
  }
  .overlay-video {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 50%;
    margin-top: 200px;
    margin-bottom: -150px;
  }
  .testimonial-btn {
    margin-top: 20px;
  }
  .footer-form .section-title h1 {
    text-align: left;
  }
  .footer-form p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    text-align: left;
  }
  .form-image img {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .cta-section {
    display: block;
  }
  .cta-section .section-title {
    width: 100%;
  }
  .cta-section h1 {
    margin-bottom: 20px !important;
  }
  button {
    padding: 15px 30px;
  }
  .footer-quick-links h4,
  .footer-contact h4 {
    font-size: 26px;
  }
  .footer-quick-links p a {
    font-size: 16px;
  }
  .logo {
    width: 100px;
  }
  .media-container {
    display: block;
  }
  .breadcrumb-overlay {
    clip-path: none;
  }

  /* About */
  .section-title h1 {
    margin-bottom: 15px !important;
  }
  .who-we-are-image1 {
    height: 350px !important;
    margin-top: 10px;
  }
  .expertise-1,
  .expertise-2 {
    margin-bottom: 20px;
  }
  .solutions-image img {
    height: 350px;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 40px;
    box-shadow: none;
  }
  .services-bottom {
    margin-top: 0 !important;
  }

  /* Services */
  .services-margin3 {
    margin-bottom: 20px;
  }
  .services-intro-mid-right-image img {
    margin-bottom: 15px;
  }
  .services-faq-img img {
    height: 300px;
    margin-bottom: 25px;
  }
  .services-intro-left {
    margin-top: 50px;
  }
  .services-intro-left {
    margin-right: 0;
  }
  .services-intro-right {
    margin-left: 0;
  }
  .services-intro-left-bottom {
    position: relative;
    top: 30px;
    overflow: hidden;
    padding: 200px 10px 200px;
  }
  .services-intro-top-right .section-title h3 {
    margin-top: -20px;
  }
  .image7,
  .image8 {
    margin-bottom: 25px;
  }
  .reviews7,
  .reviews8 {
    margin-bottom: 25px;
  }

  /* Contact */
  .get-in-touch-image img {
    margin-top: -40px;
  }
  .contact-form .footer-form .submit-footer-btn {
    text-align: left;
    margin-top: 10px;
  }
  .mt-5 {
    margin-top: 20px !important;
  }
  .media-container img {
    display: none;
  }
  .overlay-video {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 50%;
    margin-top: 190px;
    margin-bottom: -150px;
    box-shadow: none;
  }
  .get-in-touch-image img {
    margin-top: 30px;
  }
  .get-in-touch-image img {
    margin-bottom: 30px;
  }
}

@media (width<768px) {
  .top-nav-section {
    display: none;
  }
}

.image1,
.image2,
.image3,
.image4,
.image5,
.image6 {
  margin-bottom: 25px;
}
.reviews1,
.reviews2,
.reviews3,
.reviews4,
.reviews5,
.reviews6 {
  margin-bottom: 25px;
}

.single-testimonial-item {
  background: #e3e3e3cf;
  padding: 15px;
  border-radius: 10px;
}

.footer-quick-links a:hover {
  color: var(--primary-color);
}
.footer-contact a:hover {
  color: var(--primary-color);
}
.footer-social-icons a:hover i {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

/* Make the "X" (close button) bigger in Glightbox */
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 50px !important; /* increase button size */
  height: 50px !important;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 40px !important; /* increase icon size */
  height: 40px !important;
}

.who-we-are-bottom-1,
.who-we-are-bottom-2 {
  margin-bottom: 20px;
}

@media (width < 992px) {
  .solutions-image img {
    margin-top: 0;
  }
}

/* Key Points */
.features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-item {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 102, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
  z-index: 0;
}

/* Gradient border/background pseudo-element */
.feature-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show gradient background/border on hover */
.feature-item:hover::before {
  opacity: 1;
}

/* Hover effects for card */
.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* Make all text inside feature-item white on hover smoothly */
.feature-item .feature-text span,
.feature-item i {
  transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease,
    background 0.3s ease;
}

.feature-item:hover .feature-text span,
.feature-item:hover i {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}

/* Title with gradient by default */
.feature-text .item-title {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transition: -webkit-text-fill-color 0.3s ease, color 0.3s ease,
    background 0.3s ease;
}

.item-sub-title{
  font-size: 14px;
  color: #2d3748;
}

/* Icon color by default */
.feature-item i {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.feature-text span:first-child {
  display: block;
  margin-bottom: 5px;
}

/* Responsive for smaller screens */
@media (max-width: 992px) {
  .features-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-row {
    grid-template-columns: 1fr;
  }
}

