@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arbutus+Slab&display=swap");
@font-face {
  font-family: "MBFEdge";
  src: url("../fonts/MBFEdge-Regular.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter" !important;
  background-color: #f2f2f0 !important;
}
.container {
  max-width: 1600px !important;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
section {
  scroll-margin-top: 100px;
}
nav .wrapper {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
:root {
  --lex-gold: #c89a69;
  --lex-gold-light: #d4aa7a;
  --lex-gold-dark: #8a6a3a;
  --lex-bg: #f2f0ec;
  --lex-white: #ffffff;
  --lex-dark: #1c2127;
  --lex-mid: #5a5a5a;
  --lex-border: #d8d4cc;
  --lex-hover-bg: #fdfcfa;
  --lex-shadow: 0 4px 24px rgba(28, 33, 39, 0.08);
  --lex-shadow-hover: 0 12px 40px rgba(28, 33, 39, 0.14);
  --lex-radius: 2px;
  --lex-transition: 0.38s cubic-bezier(0.4, 0, 0.2, 1);
} /* =============================header================================ */
.preheader {
  padding: 8px;
  background: #202a36;
}
.preheader-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-email {
  display: flex;
}
.pre-close {
  display: flex;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.pre-icon ul {
  float: right;
  margin: 0;
}
.pre-close {
  color: #c89a69;
  margin-right: 18px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.pre-close span {
  padding-right: 10px;
}
.pre-close a {
  color: #fff;
}
.pre-close a:hover {
  color: #fff;
  text-decoration: none;
}
.pre-close i {
  padding-right: 8px;
}
.pre-close p {
  margin: 0;
  font-size: 14px;
}
.pre-icon ul li {
  float: left;
}
.pre-icon ul li i {
  color: #fff;
}
.wrapper .nav-links {
  display: inline-flex;
  margin: 0; /* width: 70%;  align-items: center;  justify-content: center; */
}
.menu-btn i {
  color: #000;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Inter";
}
.contact-btn a {
  font-family: "Inter";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
}
.contact-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #ffffff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 13px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #f2f2f2;
}
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 9999;
  } /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
} /* Active menu style */
.nav-links li .active {
  color: #c89a69;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
} /* Optional underline animation */
.nav-links li .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #c89a69;
  transition: 0.3s;
}
nav input {
  display: none;
}
.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div {
  font-size: 45px;
  font-weight: 600;
}
.menu-btn {
  color: black;
} /* ===========================header============================ */
.logo {
  width: 365px;
}
.logo img {
  width: 100%;
}
.site-header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  border-bottom: 2px solid rgba(255, 255, 255, 0.13);
  transition: all 0.3s ease;
}
.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #202a36e1; /* change if needed */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
} /* Smooth slide effect */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} /* ============================slider-content========================== */
.carousel-caption {
  bottom: 10% !important;
  text-align: left !important;
}
.form-box {
  max-width: 420px;
  background: #ffffff;
  margin: 0px 0 0 auto;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  color: #000;
}
.form-title {
  font-size: 36px;
  font-family: "Arbutus Slab";
}
.form-title span {
  color: #c89b6d;
}
.form-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.input-box {
  margin-bottom: 15px;
}
.input-box input,
.input-box textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  background: #dcdcdc;
  border-radius: 2px;
  font-size: 14px;
}
.input-box textarea {
  height: 80px;
  resize: none;
}
.input-box input:focus,
.input-box textarea:focus {
  outline: none;
}
.btn-custom {
  background: #1f2a36;
  color: #fff;
  padding: 12px 25px;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-custom:hover {
  background: #000;
}
.carousel-indicators {
  display: none;
}
.people-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: #e6f4ff;
  border: 1px solid #1268fb;
  border-radius: 10px;
}
.people-tag .text {
  font-size: 18px;
  font-weight: 600;
  color: #1268fb;
  font-family: "Inter";
}
.people-tag .line {
  width: 30px;
  height: 2px;
  background: #1e6bff;
}
.people-tag .dot {
  width: 8px;
  height: 8px;
  background: #1e6bff;
  border-radius: 50%;
}
.pill-text {
  font-size: 18px;
  font-weight: 600;
  color: #1268fb;
  font-family: "Inter";
}
.pill-line {
  position: absolute;
  width: 37px;
  height: 3px;
  background: #1268fb;
  border-radius: 4px;
  top: 50%;
  margin-left: 15px;
}
.pill-dot {
  position: absolute;
  right: -2px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #1268fb;
  border-radius: 50%;
  top: 1px;
}
.banner-img {
  width: 100%;
}
.banner-img img {
  width: 100%;
}
.zoom-fade {
  animation: zoomFade 1s ease forwards;
}
@keyframes zoomFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.depth-3d {
  animation: depthPop 1s ease forwards;
}
@keyframes depthPop {
  from {
    opacity: 0;
    transform: translateZ(-80px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.banner-overlay {
  position: relative;
}
.banner-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202a36e3; /* adjust opacity */
  z-index: 1;
} /* Make sure content stays above overlay */
.banner-overlay .carousel-caption {
  z-index: 2;
} /* =============================counter=================================== */
.counter-back {
  background: url(../images/counter-back.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 25px;
  border-radius: 30px;
  margin-bottom: 70px;
}
.counter {
  color: #fff;
  padding: 0px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.counter-img {
  width: 30px;
}
.counter-number {
  font-family: "Inter";
  font-size: 60px;
  color: #ffffff;
  line-height: normal;
  font-weight: 800;
}
.counter-details h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  color: #ffffff;
}
.counter-img {
  background-color: #ffff;
  width: 100px;
  border-radius: 72px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.counter-con {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
.counter-details h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.carousel-caption h3 {
  font-family: "Inter";
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
}
.carousel-caption h5 {
  font-family: "Arbutus Slab", serif;
  font-style: normal;
  font-size: 68px;
  color: #ffffff;
  margin: 18px 0;
}
.carousel-caption span {
  color: #c89a69;
}
.carousel-caption p {
  font-family: "Inter";
  font-weight: 400;
  color: #ffffff;
  width: 80%;
}
.a-btn a {
  border: none;
  padding: 15px 10px 15px 30px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Inter";
  background: linear-gradient(90deg, #1268fb 0%, #2c3e97 100%);
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
}
.a-btn a:hover {
  transform: translate(-3px, -3px);
  background: linear-gradient(90deg, #2c3e97 0%, #1268fb 100%);
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.a-btn a:hover span {
  background: #ffffff;
  color: #000e5c;
  transition: all 0.3s ease;
}
.a-btn a:hover::after {
  top: 10px;
  left: 10px;
}
.buttons span {
  background: #010e37;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.buttons i {
  transform: rotate(230deg);
}
.social-icons {
  margin-top: 45px;
}
.social-icons ul li {
  float: left;
}
.social-icons ul li a i {
  padding-right: 55px;
  color: #07dfed;
  font-size: 35px;
}
.animated-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #333;
  width: 0;
  animation:
    typing 3s steps(40, end) forwards,
    blink 0.7s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
} /* ==============================about==================================== */
.about-us-heading {
  background: rgba(200, 154, 105, 0.31);
  padding: 52px 0;
} /* Row */
.row-custom {
  display: flex;
  flex-wrap: wrap;
} /* Column */
.col-custom {
  width: 60%;
}
.about-con {
  background-color: #d9d9d9;
  padding: 80px 0;
} /* Inner Box (as required) */
.inner-box {
  width: 100%;
}
.col-img {
  width: 40%;
} /* Text Styling */
.team-title {
  font-size: 44px;
  color: #2f2f2f;
  margin-bottom: 10px;
  font-family: "Arbutus Slab";
}
.team-title span {
  color: #c49a6c;
}
.team-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #000;
}
.team-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 25px;
} /* Button */
.team-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #c49a6c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
} /* Button Animation */
.team-btn:hover {
  background: #a67c52;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
} /* Image */
.team-img-style {
  width: 100%;
  display: block;
}
.align-center {
  align-items: center;
} /* Responsive */
@media (max-width: 992px) {
  .col-custom {
    width: 100%;
  }
  .reverse-mobile {
    flex-direction: column-reverse;
  }
  .team-title {
    font-size: 28px;
  }
} /* ============================home products========================= */
.products {
  display: flex;
  overflow: hidden;
  padding-bottom: 50px;
}
.products-home {
  padding: 100px 0;
}
.pro-flex {
  width: 100%;
}
.pro-flex img {
  width: 100%;
}
.center-btn {
  text-align: center;
}
.all-headings {
  text-align: center;
}
.all-headings h2 {
  font-family: "Inter";
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
} /* =============================services========================== */
.faq-section-main {
  background: #f4f4f4;
} /* LEFT SIDE */
.faq-img-top img,
.faq-img-bottom img {
  border-radius: 5px;
  transition: 0.4s ease;
} /* EXPERIENCE BOX */
.faq-exp-box {
  background: #2c3e50;
  color: #fff;
  height: 100%;
  min-height: 250px;
  border-radius: 5px;
  transition: 0.4s;
  justify-content: end;
}
.faq-item h6 {
  color: #c9a66b;
  margin-bottom: 5px;
  font-family: "Arbutus Slab";
  font-size: 25px;
} /* STYLE p WITHOUT CLASS */
.faq-item p {
  margin: 0;
  color: #333;
  font-size: 15px;
}
.faq-exp-box:hover {
  transform: translateY(-10px);
}
.faq-icon {
  width: 90px;
  margin-bottom: 10px;
  animation: pulse 2s infinite;
}
.faq-icon img {
  width: 100%;
}
.faq-img-bottom img {
  height: 100% !important;
}
.faq-exp-box h2 {
  font-size: 55px;
  margin: 0;
  font-family: "Arbutus Slab";
}
.faq-exp-box h2 span {
  color: #c9a66b;
}
.faq-exp-box p {
  color: #c9a66b;
  font-size: 20px;
} /* RIGHT SIDE */
.faq-small-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.faq-main-title {
  font-size: 80px;
  margin-bottom: 25px;
  font-family: "Arbutus Slab";
}
.faq-main-title span {
  color: #c9a66b;
} /* FAQ LIST */
.faq-item {
  margin-bottom: 18px;
  transition: 0.3s;
}
.faq-item:hover {
  transform: translateX(5px);
}
.faq-q {
  color: #c9a66b;
  font-weight: 600;
  margin-bottom: 5px;
}
.faq-a {
  color: #333;
  font-size: 15px;
} /* ANIMATION */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
} /* RESPONSIVE */
@media (max-width: 991px) {
  .faq-main-title {
    font-size: 32px;
  }
  .faq-exp-box {
    margin-top: 20px;
  }
} /* =========================================textimonial=============================== */
.demo {
  padding: 50px 0;
  overflow: hidden;
}
.testimonial {
  padding: 35px;
  max-width: 90%;
  font-family: "Inter";
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  margin: 0 auto;
}
.testimonial-lead {
  padding: 80px 0;
}
.testi-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-img .avatar {
  width: 70px;
  height: 70px;
  background: #c79a63;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
.con-flex .title {
  margin: 0;
  font-size: 40px;
  font-family: "Arbutus Slab";
}
.testimonial-icon {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
}
.testimonial-icon i {
  color: #ccc;
  font-size: 14px;
}
.testimonial-icon i.active {
  color: #f4b400;
}
.review-count {
  font-size: 12px;
  color: #777;
}
.testimonial-content {
  margin-top: 12px;
}
.testimonial-content p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1c5cff;
} /* ===============================legal===================================== */
.legal-banner {
  background-color: #b88a5a; /* warm brown tone */
  padding: 40px 20px;
  text-align: center;
}
.legal-content div {
  font-size: 14px;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.legal-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}
.legal-content h1 {
  font-size: 67px;
  margin-top: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "Arbutus Slab";
} /* ============================================footer=================================== */
.footer {
  position: relative;
  background: url("../images/footer-back.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 80px 0 0;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f3044f2;
  z-index: -1;
}
.footer h3 {
  font-size: 48px;
  font-family: "Arbutus Slab";
}
.footer h3 span {
  color: #d4a373;
}
.footer-p {
  padding: 50px 0;
  text-align: center;
}
.footer-p p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #c89a69;
  margin: 0;
}
.footer-p p span {
  color: #fff;
  text-decoration: underline;
} /* Description */
.desc {
  margin: 0px 0 10px;
  color: #cbd5e1;
  max-width: 500px;
  line-height: 1.6;
} /* Contact Items */
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
}
.contact-item i {
  width: 35px;
  height: 35px;
  background: #d4a373;
  color: #0f1f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 12px;
  font-size: 14px;
} /* Map */
.map {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  border: 0;
} /* ============================================ */
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}
.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.type {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation:
    type 1s steps(90) 0.3s 1 normal both,
    cursor 1s step-end infinite;
  position: relative;
}
@keyframes type {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes cursor {
  50% {
    border-color: transparent;
  }
} /* ==================================inner banner slider================================== */
.inner-banner {
  position: relative;
  height: 530px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/inner-banner.jpg);
}
.inner-banner__content h3 {
  font-family: "Inter";
  font-size: 65px;
  font-weight: 600;
} /* .inner-banner__overlay {    position: absolute;    inset: 0;    background: #000;    pointer-events: none;} */
.breadcrumb {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  padding: 20px 20px !important;
  border-radius: 3px;
  font-family: "Inter" !important;
  display: table !important;
  margin: 0 auto;
} /* Breadcrumb */
.breadcrumb ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.6);
}
.active-page {
  color: #07dfed !important;
} /* Title area */
.inner-banner__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
  flex-wrap: wrap;
}
.inner-banner__title {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.5px;
}
.inner-banner__subtitle {
  margin: 4px 0 0;
  font-size: 0.98rem;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
} /* CTA */
.inner-banner__cta {
  margin-left: auto;
}
.inner-banner .btn {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}
.inner-banner .btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
} /* =========================gallery=============================== */
.portfolio-menu {
  text-align: center;
}
.img-fluid {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.portfolio-item {
  /*width:100%;*/
}
.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 25px;
}
.portfolio-menu ul li {
  font-family: "Inter";
} /* ==================================contact us page ================================== */
.contact-page-sec {
  padding: 80px 0;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-item {
  padding: 60px 25px 60px 25px;
  background: #021032;
  position: relative;
  color: #fff;
  border-radius: 20px;
  font-family: "Inter";
  border-bottom: 2px solid #07dfed;
}
.contact-page-sec .contact-page-form h2 {
  color: #003977;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 23px;
  font-family: "Inter";
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #07dfed;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.contact-page-form input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  margin-bottom: 20px;
  padding: 18px 17px;
  width: 100%;
  border-radius: 4px;
  font-family: "Inter";
  font-size: 14px;
}
.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
}
.single-input-field textarea {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  margin-bottom: 20px;
  padding: 18px 17px;
  width: 100%;
  border-radius: 4px;
  font-family: "Inter";
  font-size: 14px;
  height: 140px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #0799ed none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #022e32;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
  color: #fff;
}
.contact-page-map iframe {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  border-radius: 20px;
}
.contact-page-map iframe:hover {
  filter: grayscale(0%);
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.contact-page-map {
  margin-top: 36px;
} /* =====================button hover========================== */
.button {
  border: none;
  outline: none;
  line-height: normal;
  text-align: center;
  display: block;
  margin: 20px auto;
  border-radius: 50px 50px 50px 50px;
  padding: 15px;
  font-weight: 700;
}
.foure {
  background-color: #1268fb;
  border: 2px solid #ffffff;
  color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.foure:before {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  font-family: "Inter";
  transition: all 0.5s ease-in-out;
}
.foure:after {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: -302px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.foure:hover {
  color: #fff;
}
.foure:hover:after {
  transform: translate(101px, 0);
}
.foure:hover:before {
  transform: translate(-101px, 0);
} /* ========================animation======================= */
.zoom-in-zoom-out {
  margin: 24px;
  width: 490px;
  height: 490px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  border-radius: 100%;
  background: radial-gradient(
    circle,
    rgba(18, 104, 251, 0.56) 0%,
    rgba(14, 80, 193, 0) 57%,
    rgba(13, 72, 174, 0) 76%,
    rgba(11, 62, 149, 0) 100%
  );
  position: absolute;
  top: 30px;
  left: -460px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
.experience-section {
  padding: 80px 20px;
  background: #fff;
}
.carousel-control-prev {
  z-index: 9999 !important;
}
.carousel-control-next {
  z-index: 9999 !important;
}
.exp-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
} /* Images */
.image-box {
  overflow: hidden;
  border-radius: 12px;
  animation: fadeUp 1.2s ease forwards;
}
.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 15px;
}
.image-box:hover img {
  transform: scale(1.08);
} /* Left image animation */
.img-one {
  animation-delay: 0.2s;
} /* Right image animation */
.img-two {
  animation-delay: 0.6s;
  position: absolute;
  top: 33%;
  right: -2%;
} /* Experience Badge */
.experience-badge {
  position: absolute;
  top: 0%;
  right: 2%;
  background: #06153c;
  color: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  animation: scaleIn 1.4s ease forwards;
}
.experience-badge h2 {
  font-size: 64px;
  font-weight: 700;
}
.experience-badge p {
  font-size: 18px;
  margin-top: 5px;
} /* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
} /* Responsive */
@media (max-width: 768px) {
} /* =======================lex-section========================= */
.lex-section {
  width: 100%;
  padding: 80px 24px 90px;
  text-align: center;
  animation: lex-fadeUp 0.7s ease both;
}
.lex-header {
  margin-bottom: 56px;
  text-align: center;
}
.lex-eyebrow {
  display: inline-block;
  font-family: "Inter";
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lex-mid);
  margin-bottom: 18px;
  position: relative;
}
.lex-eyebrow::before,
.lex-eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--lex-gold);
  vertical-align: middle;
  margin: 0 10px;
}
.lex-title {
  font-family: "Arbutus Slab";
  color: var(--lex-dark);
  margin-bottom: 20px;
  font-size: 65px;
}
.lex-title .lex-accent {
  color: var(--lex-gold);
}
.lex-subtitle {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 300;
  color: var(--lex-dark);
  line-height: 1.7;
  max-width: 50%;
  margin: 0 auto;
} /* ── GRID ── */
.lex-grid-wrapper {
  background: var(--lex-white);
  border-radius: var(--lex-radius);
  overflow: hidden;
  animation: lex-fadeUp 0.7s 0.15s ease both;
}
.lex-row {
  display: flex;
  flex-wrap: wrap;
}
.lex-row:not(:last-child) {
  border-bottom: 1px solid var(--lex-border);
} /* Each column */
.lex-col {
  flex: 1 1 33.333%;
  min-width: 0;
  border-right: 1px solid var(--lex-border);
}
.lex-col:last-child {
  border-right: none;
} /* Inner div required by spec */
.lex-col .lex-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 44px 28px 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background var(--lex-transition),
    box-shadow var(--lex-transition),
    transform var(--lex-transition);
}
.lex-col .lex-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 60%,
    rgba(184, 147, 90, 0.06)
  );
  opacity: 0;
  transition: opacity var(--lex-transition);
}
.lex-col .lex-cell:hover::before {
  opacity: 1;
} /* Gold bottom border reveal on hover */
.lex-col .lex-cell::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--lex-gold);
  transition: transform var(--lex-transition);
  transform-origin: center;
}
.lex-col .lex-cell:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.lex-col .lex-cell:hover {
  background: var(--lex-hover-bg);
  box-shadow: inset 0 0 0 1px rgba(184, 147, 90, 0.2);
} /* ── FEATURED (More Services) ── */
.lex-col--featured .lex-cell {
  background: var(--lex-gold);
  cursor: pointer;
}
.lex-col--featured .lex-cell::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  opacity: 1;
}
.lex-col--featured .lex-cell:hover {
  background: var(--lex-gold-dark);
  box-shadow: none;
}
.lex-col--featured .lex-cell::after {
  display: none;
}
.lex-col--featured .lex-icon img {
  width: 100%;
} /* ── ICON ── */
.lex-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--lex-transition);
  flex-shrink: 0;
}
.lex-icon img {
  width: 100%;
  stroke-width: 1.2;
  fill: none;
  transition:
    stroke var(--lex-transition),
    transform var(--lex-transition);
}
.lex-col .lex-cell:hover .lex-icon svg {
  stroke: var(--lex-gold);
  transform: translateY(-3px) scale(1.06);
}
.lex-col--featured .lex-cell:hover .lex-icon svg {
  stroke: var(--lex-white);
  transform: translateY(-3px) scale(1.06);
} /* ── LABEL ── */
.lex-label {
  font-family: "Arbutus Slab";
  letter-spacing: 0.01em;
  color: var(--lex-dark);
  line-height: 1.3;
  transition: color var(--lex-transition);
  font-size: 30px;
}
.lex-col .lex-cell:hover .lex-label {
  color: var(--lex-gold-dark);
} /* ── STAGGERED ENTRY ANIMATIONS ── */
@keyframes lex-fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lex-iconPop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.lex-col:nth-child(1) .lex-cell {
  animation: lex-fadeUp 0.5s 0.2s ease both;
}
.lex-col:nth-child(2) .lex-cell {
  animation: lex-fadeUp 0.5s 0.28s ease both;
}
.lex-col:nth-child(3) .lex-cell {
  animation: lex-fadeUp 0.5s 0.36s ease both;
}
.lex-row:nth-child(2) .lex-col:nth-child(1) .lex-cell {
  animation: lex-fadeUp 0.5s 0.44s ease both;
}
.lex-row:nth-child(2) .lex-col:nth-child(2) .lex-cell {
  animation: lex-fadeUp 0.5s 0.52s ease both;
}
.lex-row:nth-child(2) .lex-col:nth-child(3) .lex-cell {
  animation: lex-fadeUp 0.5s 0.6s ease both;
}
.lex-row:nth-child(3) .lex-col:nth-child(1) .lex-cell {
  animation: lex-fadeUp 0.5s 0.68s ease both;
}
.lex-row:nth-child(3) .lex-col:nth-child(2) .lex-cell {
  animation: lex-fadeUp 0.5s 0.76s ease both;
}
.lex-row:nth-child(3) .lex-col:nth-child(3) .lex-cell {
  animation: lex-fadeUp 0.5s 0.84s ease both;
}
.lex-icon svg {
  animation: lex-iconPop 0.6s 0.9s ease both;
} /* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .lex-section {
    padding: 60px 16px 70px;
  }
  .lex-col {
    flex: 1 1 33.333%;
  }
  .lex-col .lex-cell {
    padding: 28px 12px 24px;
    gap: 12px;
  }
  .lex-icon {
    width: 44px;
    height: 44px;
  }
  .lex-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 520px) {
  .lex-row {
    flex-wrap: wrap;
  }
  .lex-col {
    flex: 1 1 50%;
    border-right: 1px solid var(--lex-border);
  }
  .lex-col:nth-child(2n) {
    border-right: none;
  }
  .lex-col:nth-child(2n + 1):last-child {
    flex: 1 1 100%;
    border-right: none;
  }
  .lex-col .lex-cell {
    padding: 24px 10px 20px;
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .lex-col {
    flex: 1 1 100%;
    border-right: none;
  }
  .lex-row:not(:last-child) .lex-col:not(:last-child) {
    border-bottom: 1px solid var(--lex-border);
  }
}
