:root {
  /* --c1: #316cf4; */
  --c1: #99bc3e;
  --c2: #f5e8fb;
  --c3: rgb(60, 57, 49);
  --c4: #142b3b;
  --bg: linear-gradient(135deg, #60791e 0%, #5b6f28 50%, #3e6315 100%);
}

@font-face {
  font-family: 'inter';
  src: url(../Inter-Regular.otf);
}


@font-face {
  font-family: 'rubik';
  src: url(../Rubik-Regular.ttf);
}


html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'rubik' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
  /* background-color: #fcf7f4 !important; */
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #2a2722;
  line-height: 1.5rem;
  font-size: 14px;
  letter-spacing: 1px;
}

.w {
  color: #fff !important;
}


.sf {
  font-family: 'Vudotronic' !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'inter' !important;
}


h1,
h2,
h3 {
  font-family: 'inter' !important;
}

.hf {
  font-family: 'inter' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

.ls2 {
  font-family: 'bamini' !important;
}

/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

.bg-c2 {
  background-color: var(--c2);
  border-radius: 100px;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ---- */

/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 30%;
  left: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}


/* --- new whatsapp and call floting */
.float-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 1000;
}

/* Button (icon-only always) */
.float-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.float-btn:hover {
  transform: translateY(-3px);
}

/* Icon */
.float-btn i {
  font-size: 22px;
}

/* Tooltip bubble */
.float-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Show tooltip smoothly */
@media (hover: hover) {
  .float-btn:hover .float-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

/* WhatsApp */
.float-btn.whatsapp {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
}

.float-btn.whatsapp .float-tooltip {
  background: #25D366;
}

/* Call */
.float-btn.call {
  background: linear-gradient(135deg, var(--c1), #ff6b6b);
}

.float-btn.call .float-tooltip {
  background: var(--c1);
}




/* ----------------- navbar --------------------------*/
/* ----------------- navbar --------------------------*/


/* ============================================
   VARIABLES (Optional)
=============================================== */


/* ============================================
   NAVBAR BASE
=============================================== */
.nav-custom {
  background: #ffffff;
  padding: 10px 0;
  transition: all 0.35s ease;
  z-index: 999;
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ============================================
   LOGO & TOGGLER
=============================================== */
.logo {
  width: 80px;
}

.logo-nv {
  width: 150px;
}

.menu {
  width: 36px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ============================================
   DESKTOP NAVIGATION
=============================================== */
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #111;
  letter-spacing: 0.5px;
  padding: 10px 8px !important;
  position: relative;
  transition: color 0.3s ease;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Underline animation */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--c1);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--c1);
}

.nav-img-ic {
  width: 18px;
  margin-right: 6px;
}

.nv-active {
  background-color: var(--c1) !important;
  color: #fff !important;
}

/* ============================================
   OFFCANVAS (MOBILE)
=============================================== */
.offcanvas {
  background: #ffffff;
  border-right: 3px solid var(--c1);
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.btn-close {
  opacity: 1;
}

/* ============================================
   MOBILE MENU
=============================================== */
.mobile-menu {
  padding-left: 0 !important;
  margin-top: 1rem;
}

.mob-li {
  width: 100%;
}

.mobile-link {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(15px) scale(0.95);
}

/* Fade-up animation */
.mobile-link.fade-up {
  animation: fadeUp 0.45s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ============================================
   MOBILE SOCIAL ICONS
=============================================== */
.mob-s-nav {
  justify-content: center !important;
}

.mob-s-nav .ab-lgo-bx {
  width: 44px;
  height: 44px;
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.2s infinite;
}

.mob-s-nav .ab-lgo-bx img {
  width: 55%;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}

/* ============================================
   BUTTON STYLE
=============================================== */

/* ============================================
   MOBILE WAVE IMAGE
=============================================== */
.wave-nv {
  width: 100%;
  margin-top: 20px;
}

/* ============================================
   RESPONSIVE FIXES
=============================================== */
@media (max-width: 991px) {
  .navbar-nav {
    align-items: stretch;
  }
}


.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}

/* scrol bar */
/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

.nav-img-ic {
  width: 23px;
}

.btn-c1 {
  background-color: unset !important;
  background: var(--bg) !important;
  color: #fff !important;
  border: unset !important;
  transition: all .5s;
  font-weight: bold !important;
}

.btn-c1:hover {
  background: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}


.btn-w {
  background-color: #fff !important;
  color: var(--c1) !important;
  border: 2px solid var(--w) !important;
  transition: all .5s;
  font-weight: bold !important;
  border-radius: unset !important;
}

.btn-w:hover {
  background-color: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}


/* ----------- hero ------------- */
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.707);
}

.hero-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/lapto-banner.jpg);
  background-size: cover;
  z-index: -3;
  background-position: center;
  background-attachment: fixed;
}


.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1c1f25;
  line-height: 1.3;
}

/* .hero-title span {
  color: var(--c1);
} */

.hero-text {
  font-size: 16px;
}



/* --- about -- */
.about-section {
  background-color: #ffffff;
}

.about-img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--c1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1f25;
  line-height: 1.3;
}

.about-title span {
  color: var(--c1);
}

.about-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.about-points {
  list-style: none;
  padding: 0;
}

.about-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.about-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--c1);
  font-weight: bold;
}

/* -- ouer services -- */


.services-section {
  background-color: #f8fbff;
}

.services-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--c1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-title {
  color: #1c1f25;
}

.services-title span {
  color: var(--c1);
}

.services-text {
  font-size: 15px;
  color: #555;
  max-width: 650px;
  margin: auto;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  transition: all .5s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all .5s;
}


.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c1f25;
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.service-icon {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-shape {
  width: 100%;
  opacity: 0.1;
}

.ser-icon {
  width: 60px;
  position: absolute;
  transition: all .5s;
}

.service-card:hover .ser-icon {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all .5s;
}

/* --- working process -- */

.hiw-section {
  background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 55%, #ffffff 55%);
}

.hiw-title {
  font-weight: 700;
}

.hiw-subtitle {
  font-size: 15px;
  opacity: 0.9;
}

/* Card */
.hiw-card {
  background: #fff;
  padding: 35px 20px 30px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
}

/* Step Number Circle */
.hiw-step {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border: 3px solid var(--c1);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c1);
}

/* Icon */
.hiw-icon {
  width: 70px;
  height: 70px;
  margin: 25px auto 20px;
  border-radius: 50%;
  /* background: rgba(111, 108, 245, 0.1); */
  background-color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-icon i {
  font-size: 30px;
  color: var(--c1);
}

.hiw-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1c1f25;
  margin-bottom: 10px;
}

.hiw-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}


/* --- why choose  us --- */

.why-choose-section {
  background-color: #ffffff;
}

.why-img-wrap {
  overflow: hidden;
}

.why-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--c1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1f25;
  line-height: 1.3;
}

.why-title span {
  color: var(--c1);
}

.why-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.why-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.why-point i {
  font-size: 22px;
  color: var(--c1);
  margin-top: 3px;
}

.why-point h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1c1f25;
}

.why-point p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.why-rnd-sp {
  width: 60%;
  position: absolute;
  z-index: -1;
  animation: spinSlow 20s linear infinite;
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ---testimonial --- */
.test-img {
  width: 80%;
  z-index: 2;
}

.tes-bt-div {
  width: 150px;
  height: 150px;
  /* background-image: url(../images/blue-round-bg.jpg); */
  background: var(--bg);
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 0%;
}

.tag {
  background: #dee9f8;
  padding: 5px 15px;
  border-radius: 20px;
  color: var(--c1);
  font-size: 14px;
}

/* QUOTE DECOR */
.quote-box {
  background: #59a357;
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 22px;
  display: inline-block;
}

.percent-badge {
  background: var(--c1);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  border: 4px solid #fff;
}


.test-m-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.cta-section {
  background: #fff;
}

.cta-box {
  /* background: linear-gradient(135deg, var(--c2), var(--c1)); */
  background: var(--bg);
  /* background-image: url(../images/blue-round-bg.jpg); */
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  padding: 80px 40px;
  color: #fff;
  overflow: hidden;
}

/* Concentric circles */


.cta-box::before {
  width: 600px;
  height: 600px;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.cta-box::after {
  width: 800px;
  height: 800px;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
}

.cta-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.cta-text {
  font-size: 16px;
  max-width: 700px;
  margin: 20px auto 30px;
  opacity: 0.95;
}

/* Button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e6ff6a;
  color: #1c1f25;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  background: #d9f85c;
}

/* Avatars */
.cta-avatar {
  position: absolute;
  width: 64px;
  height: 64px;
}

.cta-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
}

/* Call Icon */
.cta-call {
  position: absolute;
  bottom: -6px;
  right: -6px;
  background: #e6ff6a;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c1);
  font-size: 12px;
}

/* Avatar Positions */
.avatar-1 {
  top: 20%;
  left: 6%;
}

.avatar-2 {
  bottom: 18%;
  left: 10%;
}

.avatar-3 {
  top: 20%;
  right: 6%;
}

.avatar-4 {
  bottom: 18%;
  right: 10%;
}

/* --- footer ---- */

.footer-section {
  /* background: linear-gradient(135deg, #316cf4, #4f83ff); */
  background: var(--bg);
  color: #ffffff;
}

.footer-brand h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-brand span {
  font-size: 13px;
  opacity: 0.9;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
}

.footer-links a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-contact i {
  color: #ffffff;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ffffff;
  color: var(--c1);
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: var(--c1);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 767px) {
  .footer-social {
    margin-bottom: 15px;
  }
}

.js {
  text-align: justify !important;
}


/* --------------- about us page ------------ */
.abt-hero {
  min-height: 80vh;
}

.abt-hero-img {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 100%;
  z-index: -1;
}

.ab-to-side-img {
  width: 500px;
  height: 500px;
  /* clip-path: circle(50% at 50% 50%); */
  border-radius: 100%;
}

.ab-pg-1 {
  width: 80%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.ab-pg-2 {
  position: absolute;
  left: 0%;
  width: 50%;
  z-index: 3;
  border-top: 3px solid #fff;
}

.cente-ab-bg {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 50%;
  height: 50%;
  z-index: 2;
  background-color: var(--c1);
  opacity: 0.6;
  margin-bottom: 2rem;
  animation: floatUpDown 6s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-box {
    padding: 60px 20px;
  }

  .cta-avatar {
    display: none;
  }
}



.mv-section {
  background: var(--bg);
}

.mv-card {
  position: relative;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 32px;
  color: #ffffff;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mv-card:hover {
  transform: translateY(-6px);
}

.mv-icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
}

.mv-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.mv-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
}


/* Section */
.get-started-section {
  background: #ffffff;
}

/* Image wrapper with soft background */

.ab-lst-left {
  width: 100%;
  height: 500px;
  position: relative;
}

.wrp-img {
  width: 85%;
  height: 90% !important;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.bg-img-last {
  width: 90%;
  height: 90%;
  background-color: var(--c1);
  position: absolute;
  bottom: 0%;
  right: 5%;
  opacity: 0.3;
}

/* Right content */
.gs-subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--c1);
  text-transform: uppercase;
}

.gs-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1f25;
}

.gs-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  max-width: 520px;
}

/* Contact list */
.gs-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gs-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.gs-contact i {
  color: var(--c1);
  font-size: 18px;
}

.gs-contact a {
  color: inherit;
  text-decoration: none;
}

/* Button */
.gs-btn {
  display: inline-block;
  background: var(--c1);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gs-btn:hover {
  background: var(--c1);
  transform: translateY(-2px);
}

/* --- our services page */
.other-hero {
  background-color: #00000085;
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/typing.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

/* --- contact us page --- */


.contact-section {
  background: #ffffff;
}

.map-box {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact-form .form-control:focus {
  border-color: var(--c1);
  box-shadow: 0 0 0 0.2rem rgba(219, 145, 239, 0.25);
}

.contact-btn {
  background: var(--bg) !important;
  color: #fff !important;
  padding: 14px !important;
  border-radius: 10px;
  font-weight: 600;
  transition: all .5s;
}

.contact-btn:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

.info-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.info-box i {
  font-size: 24px;
  color: var(--c1);
  margin-bottom: 8px;

}

.icon-green {
  filter: brightness(0) saturate(100%) invert(63%) sepia(44%) saturate(495%) hue-rotate(29deg) brightness(92%) contrast(92%);
}


/* --------------------------------------make it responsive------------------------ */
@media (max-width: 768px) {
  .hero-section {
    min-height: unset !important;
  }

  /* Mobile: no tooltip */

  .float-tooltip {
    display: none;
  }
}

@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 145px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .ww-d-img-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }



}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 100px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  p {
    font-size: 13px;
  }

  .bs-list li {
    font-size: 14px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 90% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
  }

  .wave-nv {
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    object-fit: cover;
  }

  .icon-div-nv {
    z-index: 3 !important;

  }

  /* --- hero --- */
  .hero-title {
    font-size: 32px;
  }

  /* --- about section --- */
  .abt-img-3 {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  /* --- working process -- */

  .hiw-section {
    background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 38%, #ffffff 38%);
  }

  /* testimonial -- */
  .tes-bt-div {
    width: 150px;
    height: 150px;
    left: 5%;
    bottom: 0%;
  }

  /* ---about pagr --- */
  .abt-hero-img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: left;
    z-index: -1;
  }

  .ab-to-side-img {
    width: 450px;
    height: 450px;
  }

  .ab-pg-1 {
    width: 80%;
    height: 280px;

  }

  .ab-pg-2 {
    left: 0%;
    width: 58%;
  }

  .cente-ab-bg {

    width: 57%;
    height: 44%;
  }

  .mv-card {
    padding: 30px 22px;
  }

  .mv-card h3 {
    font-size: 22px;
  }

  .gs-title {
    font-size: 28px;
  }

  .gs-img-wrap {
    padding: 20px;
  }


  /* Stop body scroll */
  .ab-pg-no-scroll {
    height: 100vh !important;
    overflow: hidden !important;
  }

  /* Blur the page when offcanvas is open */
  .offcanvas-backdrop.show {
    backdrop-filter: blur(8px) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    opacity: 0.9 !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
  }
}

@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 39px;
  }

  .logo {
    width: 80px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* --- working process -- */

  .hiw-section {
    background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 22%, #ffffff 22%);
  }

  .ab-to-side-img {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}