@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

/*--- Common CSS 
-----------------------------------------*/

:root {
  --primary-color: #8fbbd9;
  --secondary-color: #2b739f;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", 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 {
  font-family: "Manrope", sans-serif;
  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: 500;
  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;
}
label {
  margin-bottom: 10px;
}
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;
  }
  .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;
  }
  .image-card img {
    height: 300px !important;
  }
}

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

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

.section-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@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: 24px;
  font-weight: 900;
  color: #2b739f;
}

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

.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 */
.hero-btn-1:hover {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}
.hero-btn-1 {
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 600;
  background: transparent;
  background: var(--primary-color);
  color: white;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.main-btn {
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 600;
  background: transparent;
  background: var(--primary-color);
  border-radius: 30px;
  color: white;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-btn:hover {
  background: var(--secondary-color) !important;
  color: #ffffff;
}
.top-btn:hover {
  background: var(--primary-color) !important;
  color: white !important;
}
.theme-btn {
  font-size: 17px;
  padding: 12px 30px;
  font-weight: 600;
  background: transparent;
  border: 2px solid #ffffff;
  color: white;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}
.theme-btn:hover {
  background: var(--primary-color);
  border: 2px solid transparent;
  color: #ffffff;
}

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

/* .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: #ffffff;
  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;
  }
  .logo {
    width: 150px !important;
  }
}

/* **************************** */
.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: 200px;
}
.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: #292929 !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: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px;
  border-radius: 10px;
  padding: 28px 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(--primary-color) !important; /* 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);
  border-radius: 12px;
}

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

.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-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%; /* like background-position */

  z-index: 1;
}
.hero-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-content-container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.banner-contents-main {
  padding: 170px 0 120px 0;
}
.banner-contents {
  width: 100%;
  max-width: 48rem;
  text-align: left;
  color: white;
}
.banner-contents h2 {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -1px;
  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #f8f1e6 25%,
    #f8f1e6 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-contents p {
  margin: 10px 0 20px 0;
  font-size: 18px;
}
.banner-form {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-form p {
  text-align: center;
}
.banner-form h4 {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  color: #4f4f4f;
}
.banner-form h4 span {
  color: var(--primary-color);
}
.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);
}

.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: 220px;
    top: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}

/* Form Section */
.form-section {
  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #f8f1e6 25%,
    #f8f1e6 100%
  );
  padding: 40px;
  border-radius: 30px;
}
.form-control,
.form-select {
  border-radius: 0;
}
.credit-warning {
  border: 1px solid red;
  padding: 10px;
  color: red;
  font-size: 14px;
  margin-top: 10px;
}
.btn-warning {
  padding: 10px 25px;
}
.mb-2 label {
  font-size: 14px;
  font-weight: 500;
}
.form-check {
  padding-left: 0;
  margin-bottom: 8px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}
.form-select {
  padding: 12px 20px;
}
.form-check input {
  width: auto !important;
}
#country:invalid {
  color: #212836;
}
/* Scroll Section */
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--primary-color);
  padding: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.scroll-text {
  display: flex;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
}

.scroll-text span {
  padding-right: 50px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.google-badge {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  width: 220px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
/* Aboutus Section */

.about-us-video video {
  width: 79%;
  height: 539px;
  object-fit: cover;
  border-radius: 30px;
}
.about-us-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-listing {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-icon {
  width: 50px;
}
.about-icon-content h3 {
  font-size: 14px;
  font-weight: 900;
  color: var(--secondary-color);
}
.about-icon-content p {
  font-size: 15px;
  margin: 5px 0 0 0;
}
.about-us-content .section-title {
  margin-bottom: 0;
}
.about-us-content .section-title h2 {
  margin-bottom: 15px;
}
/* Services Section */
.services-section {
  /* background: #f3f3f1; */
}
.service-item {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 20px;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-icon {
  width: 80px;
  text-align: center;
}
.service-icon-content h3 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 15px;
}
/* Why Choose Us Section */
.why-choose-us-section {
  background: #cde5f6;
}
.wcu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.wcu-icon img {
  width: 130px;
}
.wcu-icon-content h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
/* Process Section */
.process-step {
  position: relative;
  padding: 0 20px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  /* right: -25px; */
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
  background-image: url(../img/icon/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 48px;
  color: var(--secondary-color);
}

.step-title {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-top: 10px;
  text-transform: uppercase;
}

.step-text {
  color: #002d44;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Hide arrows on small screens */
@media (max-width: 991px) {
  .process-step::after {
    display: none;
  }
}
/* Gallery Section */
.image-card {
  position: relative;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform 0.5s ease;
}

.image-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 30, 0.4);
  color: #000000;
  display: flex;
  align-items: center;
  z-index: 100;
  transform: scale(1);
  opacity: 1;
}

.image-card:hover .overlay {
  transform: scale(1); /* Zoom from center */
  opacity: 1;
}

.image-card:hover img {
  transform: scale(1.1); /* Slight image zoom */
}

.image-card h3 {
  position: absolute;
  top: 45px;
  padding: 15px 15px 0 15px;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-align: left;
}
.image-card h5 {
  position: absolute;
  top: 25px;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.slanted {
  z-index: 11;
  color: #fff;
  bottom: 10%;
  left: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 20px;
}
.slanted:before {
  content: "";
  height: 20px;
  width: 2px;
  background: var(--primary-color);
  display: block;
  z-index: 111;
  position: absolute;
  left: -20px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
/* FAQs Section */
.faq-accordion {
  background-color: #f2f7fb;
}

.section-title h3 {
  color: var(--primary-color); /* Accent color */
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

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

.our-faqs-content img {
  width: 100%;
  border-radius: 30px;
  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;
}

/* 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(--secondary-color);
}

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

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

.accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  margin-left: auto;
  color: var(--secondary-color);
}

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

/* 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;
}
/* Testimonial Section */

.single-testimonial-item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 230px;
}

/* Top section layout: avatar, name/date, and Google icon */
.client-star-info-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.client-img {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

/* Circle with first letter (if image is not used) */
.client-img span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6b6bd6;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Name + date */
.client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Google icon right-aligned */
.client-star-info-wrp img.google-icon {
  width: 30px;
  height: 30px;
}

/* Stars + verified icon */
.star-img {
  display: flex;
  align-items: center;
  margin: 5px 0 15px;
  gap: 8px;
}

.star-img img {
  width: 120px !important;
}

.verified-icon {
  width: 16px;
}

.owl-dots {
  display: none !important;
}

/* Review text */
.single-testimonial-item p {
  font-size: 14.5px;
  color: #444;
  line-height: 1.5;
  margin: 0 0 10px;
}

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

/* CTA Section */
.cta-section {
  background: #2d2d2d;
}

.quote-wrapper {
  width: 100%;
}

.quote-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #292929;
  color: white;
  position: relative;
  border-bottom: 1px solid var(--primary-color);
}

.quote-text {
  padding: 0 70px;
}

.quote-text h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #ffffff;
}

.quote-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

.quote-button {
  background-color: var(--primary-color);
  width: 40%;
  color: #2d2d2d;
  padding: 40px 30px;
  font-weight: bold;
  text-align: center;
  clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 50%);
  min-width: 200px;
}

.quote-btn {
  font-size: 17px;
  padding: 12px 30px;
  font-weight: 600;
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}

/* Footer Section */
.footer-logo img {
  width: 250px;
  border-radius: 10px;
}

.fotter-company-details p {
  color: #ffffff;
  margin-top: 20px;
}

.footer {
  background-color: #292929;
  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;
}

.footer-quick-links p a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer-quick-links p a:hover {
  color: var(--primary-color);
  transform: translateX(10px);
}

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

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

.call-btn-fix {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

/* Style for dropdown submenu */
.dropdown-submenu {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.dropdown-submenu > .dropdown-menusub {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
  background: var(--primary-color);
  border-radius: 0 12px 12px 0;
}

.dropdown-submenu:hover > .dropdown-menusub {
  display: block;
}

@media only screen and (max-width: 992px) {
  .dropdown-menusub {
    margin-left: 30px !important;
  }
  .nav-btn {
    display: none;
  }
}

/* Services */
.breadcrumb {
  position: relative;
  padding: 80px 20px 80px;
  overflow: hidden;
}

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

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.breadcrumb-contents {
  position: relative;
  z-index: 2;
}

.breadcrumb-contents {
  text-align: center;
}

.breadcrumb-contents h1 {
  display: inline-block; /* shrink to fit content */
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: white;
  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    white 25%,
    white 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb-contents a {
  font-size: 16px;
}

.breadcrumb-contents a:hover {
  color: var(--primary-color) !important;
}

.services-heading {
  background: var(--primary-color);
  padding: 0 10px;
  border-radius: 30px;
}

.page-intro-contents {
  margin-right: 15px;
}

.page-intro-image {
  margin-left: 15px;
}

.page-intro-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}

.page-intro-contents h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-intro-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-intro-btns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.page-intro-btn {
  font-size: 17px;
  padding: 12px 30px;
  font-weight: 600;
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}

.page-intro-btn:hover {
  background: var(--primary-color) !important;
  color: #ffffff;
  border: 2px solid var(--primary-color);
}

.services-commitment {
  background: #f2f7fb;
}

.commitment-inner {
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.commitment-inner img {
  width: 70px;
  margin-bottom: 10px;
}

.commitment-inner h4 {
  color: black;
  margin-bottom: 10px;
}

.services-commitment {
  text-align: center;
}

.service-process-image {
  margin-right: 15px;
}

.service-process-contents {
  margin-left: 15px;
}

.service-process-contents ul li {
  list-style-type: decimal;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 500;
}

.service-process-contents ul {
  margin-left: 25px;
}

.service-process-contents h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.service-process-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-process-image img {
  border-radius: 30px;
  height: 550px;
  object-fit: cover;
}

/* About Us */
.about-company-image {
  margin-right: 15px;
}
.about-company-contents {
  margin-left: 15px;
}
.about-company-image img {
  border-radius: 30px;
  height: 500px;
}
.about-company-contents h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.about-company-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-company-contents p {
  margin-bottom: 30px;
}
.about-company-bottom-contents {
  height: 100%;
}
.about-company-bottom-img {
  background: white;
  padding: 15px;
  border-radius: 30px;
}
.about-company-bottom-img img {
  width: 150px;
}
.about-company-bottom-contents {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f2f7fb;
  padding: 20px;
  border-radius: 30px;
  transition: 0.8s ease-in-out;
}
.about-company-bottom-contents:hover {
  background: var(--secondary-color) !important;
}
.about-company-bottom-content h5 {
  margin-bottom: 5px;
  color: var(--secondary-color);
  font-weight: 600;
  transition: 0.3s ease;
}
.about-company-bottom-content p {
  transition: 0.3s ease;
}
.about-company-bottom-contents:hover p {
  color: white;
}
.about-company-bottom-contents:hover h5 {
  color: white;
}

.about-excellence {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
}
.about-excellence-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-excellence-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-excellence-contents {
  position: relative;
  z-index: 2;
  text-align: center;
}
.about-excellence-contents p {
  color: white;
  margin-bottom: 30px;
  font-size: 18px;
}
.about-excellence-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: -1px;
}
.about-excellence-contents span {
  color: var(--primary-color);
}

.about-experience-contents {
  margin-right: 15px;
}
.about-experience-image {
  margin-left: 15px;
}
.about-experience-image img {
  width: 100%;
  border-radius: 30px;
}
.about-experience-contents h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.about-experience-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Projects */
.projects {
  text-align: center;
}
.projects h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.projects h1 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5em;
  letter-spacing: -1px;
  margin-top: -10px !important;
  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  width: 100%;
}
.project a {
  width: 100% !important;
}
.project img {
  height: 350px;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  transition: 1s ease-in-out;
}
.project img:hover {
  transform: scale(1.2);
}

/* Reviews */
.reviews {
  text-align: center;
}
.reviews h5 {
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.reviews h1 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews .single-testimonial-item {
  margin-bottom: 25px;
}

/* Contact Us */
.contact-info-contents {
  margin-right: 15px;
}
.contact-info-map {
  margin-left: 15px;
}
.contact-info-contents h5 {
  color: var(--secondary-color);
}
.contact-info-contents h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: -1px;
  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-info-contents a {
  font-size: 20px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.contact-info-contents i {
  color: var(--secondary-color);
}
.contact-info-contents h4 {
  margin-top: 10px;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.follow-icons {
  display: flex;
  gap: 20px;
}
.follow-icons a i {
  color: #ffffff;
  font-size: 20px;
  background: var(--secondary-color);
  padding: 10px;
  border-radius: 50%;
}
.follow-icons a i:hover {
  background: var(--primary-color);
}
.contact-info-bottom {
  display: flex;
  gap: 100px;
}
.contact-info-map iframe {
  border-radius: 30px !important;
  height: 300px;
}

.get-in-touch-image {
  margin-right: 15px;
}
.get-in-touch-contents {
  margin-left: 15px;
}
.get-in-touch-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  height: 450px;
}
form {
  background: #ededed;
  padding: 30px;
  border-radius: 30px;
  margin-top: 20px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="28" width="28" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 12px center;
  background-color: white;
  padding-right: 50px; /* space for bigger arrow */
  font-size: 16px; /* text size stays normal */
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #595c5f !important;
}
form .main-btn {
  color: white;
  margin-left: 5px;
}
input,
select,
textarea {
  border-radius: 30px !important;
}
select {
  padding: 10px 20px !important;
}
textarea {
  padding: 10px 20px !important;
}
.get-in-touch-contents h5 {
  color: var(--secondary-color);
}
.get-in-touch-contents h1 {
  color: var(--primary-color);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: -1px;

  background: linear-gradient(
    170deg,
    var(--primary-color) 0%,
    #272626 25%,
    #292929 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-details-contents {
  text-align: center;
}
.contact-details-contents img {
  width: 50px;
  margin-bottom: 5px;
}
.contact-details {
  background: #f2f7fb;
}
.contact-details-contents h5 {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 22px;
}
.contact-details-contents a {
  font-size: 16px;
  margin-top: 5px;
}
.contact-details-contents a:hover {
  color: var(--secondary-color);
}
.border-start {
  border-left: 3px solid var(--secondary-color) !important;
}
.border-end {
  border-right: 3px solid var(--secondary-color) !important;
}
.reviews .single-testimonial-item p {
  text-align: left;
}

@media (width<1200px) {
  /* Home */
  .navbar .nav-link {
    margin: 0 5px;
  }
  .our-faqs-content img {
    height: 500px;
  }

  /* About */
  .about-experience-image img {
    height: 450px;
    object-fit: cover;
  }
  .about-company-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .about-company-bottom-contents {
    height: 100% !important;
  }
  .about-company-image {
    margin-right: 0;
  }
  .about-company-contents {
    margin-left: 0;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .about-experience-contents {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .about-experience-image {
    margin-left: 0;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }

  /* Services */
  .page-intro-btns .main-btn {
    font-size: 14px;
  }
  .page-intro-btns .page-intro-btn {
    font-size: 14px;
  }
  .service-process-image img {
    height: 650px;
  }
}

@media (width<992px) {
  .banner-form {
    margin-top: 80px;
  }
  .about-us-video video {
    width: 100%;
    margin-bottom: 30px;
  }
  .wcu-icon-content {
    margin-bottom: 40px;
  }
  .margin-b {
    margin-bottom: 30px;
  }
  .our-faqs-content img {
    height: 450px;
    margin-bottom: 30px;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }
  .margin-footer-bottom {
    margin-bottom: 10px !important;
  }
  .footer-logo img {
    margin-bottom: 10px;
  }

  /* About */
  .about-company-contents {
    margin-bottom: 50px;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  /* .mb60 {
    margin-bottom: 60px;
  } */
  .about-company-image img {
    height: 400px;
  }
  .about-experience-image img {
    height: 400px;
  }

  /* Contact */
  .contact-info-contents {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .contact-info-map {
    margin-left: 0;
  }
  .border-start {
    border-left: 3px solid #f2f7fb !important;
  }
  .border-end {
    border-right: 3px solid #f2f7fb !important;
  }
  .get-in-touch-image img {
    margin-bottom: 50px;
  }
  .get-in-touch-image {
    margin-right: 0;
  }
  .get-in-touch-contents {
    margin-left: 0;
  }

  /* Services */
  .page-intro-contents {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .page-intro-image {
    margin-left: 0;
  }
  .page-intro-btns .main-btn {
    font-size: 18px;
  }
  .page-intro-btns .page-intro-btn {
    font-size: 18px;
  }
  .page-intro-image img {
    height: 400px;
  }
  .service-process-image img {
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
  }
  .service-process-image {
    margin-right: 0;
  }
  .service-process-contents {
    margin-left: 0;
  }
}

@media (width<768px) {
  /* Home */
  .banner-contents h2 {
    font-size: 50px;
  }
  .banner-contents-main {
    padding: 100px 0 120px 0;
  }
  .hero-btn-1 {
    font-size: 14px;
  }
  .hero-btn .theme-btn {
    font-size: 14px;
  }
  .section-title h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .margin-footer-t {
    margin-top: 20px;
  }
  .footer-padding {
    padding-top: 50px;
  }
  .quote-top {
    display: block;
  }
  .quote-text {
    padding: 0 20px;
  }
  .quote-button {
    width: 100%;
    margin-top: 30px;
    clip-path: none;
  }
  .quote-text h1 {
    font-size: 32px;
    padding-top: 20px !important;
  }
  .footer {
    padding-left: 15px;
  }

  /* Breadcrumb */
  .breadcrumb-contents h1 {
    font-size: 36px;
  }

  /* About */
  .about-company-image img {
    height: 300px;
    margin-bottom: 30px;
  }
  .about-experience-image img {
    height: 300px;
  }

  /* Projects */
  .projects h1 {
    line-height: 1em;
  }

  /* Contact */
  .contact-info-contents h1 {
    line-height: 1.3em;
  }
  .get-in-touch-contents h1 {
    line-height: 1.1em;
  }
  .mb60 {
    margin-bottom: 60px;
  }

  /* Services */
  .page-intro-image img {
    height: 300px;
  }
  .service-process-image img {
    height: 300px;
  }
  .page-intro-btns {
    display: block;
  }
  .page-intro-btns .main-btn {
    font-size: 14px;
  }
  .page-intro-btns .page-intro-btn {
    font-size: 14px;
  }
}

@media (width<400px) {
  .hero-btn {
    display: block;
    text-align: left;
  }
  .hero-btn-1 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .hero-btn .theme-btn {
    font-size: 17px;
  }
  .footer {
    padding-left: 5px;
  }

  /* Contact */
  .breadcrumb-contents h1 {
    font-size: 50px;
  }

  /* Breadcrumb */
  .breadcrumb-contents h1 {
    font-size: 36px;
  }
  .services-heading {
    font-size: 14px;
  }
  .breadcrumb-contents a {
    font-size: 14px;
  }
  .breadcrumb-contents p {
    font-size: 14px;
  }

  /* Services */
  .page-intro-btns .main-btn {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-intro-btns .page-intro-btn {
    font-size: 16px;
  }
}

@media (width<420px) {
  /* Services */
  .page-intro-btns .main-btn {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-intro-btns .page-intro-btn {
    font-size: 16px;
  }
}

@media (width<350px) {
  .about-excellence-contents span {
    font-size: 32px;
  }
}

.image-card .overlay a:hover h4 {
  color: var(--primary-color) !important;
}

/* Gallery Section Updated */
.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: relative;
  margin-left: 20px;
  margin-top: 300px;
}
.vertical-text a {
  font-size: 20px;
  color: white;
}
.vertical-text span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  padding-top: 8px; /* gap so line doesn’t touch text */
}
.vertical-text span::before {
  content: "";
  position: absolute;
  bottom: 100%; /* visually before text after rotation */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--primary-color);
  transition: height 0.3s ease;
}
.projects .image-card a {
  width: 100%;
}
.projects .image-card {
  height: 500px;
}
.projects .image-card:hover .vertical-text span::before {
  height: 40px;
}
.projects .image-card:hover .vertical-text span {
  transform: translateY(50px);
}
.projects .image-card h5 {
  color: white;
}

@media (max-width: 767px) {
  .projects .image-card {
    height: 300px !important;
  }
  .projects .image-card img {
    height: 300px !important;
  }
  .projects .vertical-text {
    margin-top: 150px;
  }
  .projects .image-card h3{
    font-size: 16px;
  }
  .projects .image-card h3{
    font-size: 18px;
  }
  .projects .vertical-text span{
    font-size: 16px;
  }
}



/* ===== Lightbox Styles ===== */
.glightbox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.glightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 80vh;
}

.glightbox-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    transition: opacity 0.3s;
}

.glightbox-image.loading {
    opacity: 0;
}

.gclose {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 40px; 
    cursor: pointer;
    z-index: 2;
    background: var(--primary-color);
    width: 40px !important;
    height: 40px !important; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; 
    transition: all 0.3s ease; 
}

.gclose:hover {
    background: var(--secondary-color); 
    transform: scale(1.1); 
}

.gprev, .gnext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 15px;
    z-index: 2;
}

.gprev { left: 10px; }
.gnext { right: 10px; }

.gthumbnails {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    z-index: 10000;
}

.gthumbnail {
    display: inline-block;
    width: 80px;
    height: 60px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s;
}

.gthumbnail:hover, .gthumbnail.active {
    opacity: 1;
    border-color: white;
}

.gthumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 3px solid white;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Hide scrollbar but keep functionality */
.gthumbnails::-webkit-scrollbar {
    display: none;
}