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

:root {
  --primary-color: #176ec8;
  --secondary-color: #000000;
  --head-dark: #171717;
  --text-dark: #111111;
  --black-dark: #111111;
  --white: #ffffff;
  --transition: all 0.4s ease-in-out;
  --stage-h: 950px;

  --brand-red: #176ec8;
  --brand-red-dark: #b4151b;
  --ink: #111214;
  --muted: #6b7280;
  --panel: #ffffff;
  --shadow: 0 12px 24px rgba(0, 0, 0, .08);
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --glow: 0 30px 60px rgba(220, 28, 35, .35);
  --mf-bg: #0b0b0b;
  --mf-ink: #ffffff;
  --mf-dim: #c7c7c7;
  --mf-accent: #dc1c23;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Poppins", sans-serif;
  background: var(--white);
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}



::-webkit-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%0;
  height: auto;
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

.h-100-v {
  min-height: 100vh;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--head-dark);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: var(--text-dark);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid rgb(70 70 70 / .3);
  width: 100%;
  display: block;
  color: var(--text-dark);
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

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

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}


section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

section::after {
  content: attr(data-content);
  font-size: 200px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px #727272;
  text-transform: capitalize;
  position: absolute;
  z-index: -1;
  opacity: .1;
  right: 0;
  top: -2%;
}

.inner-sections {
  padding: 60px 0;
}

.culture-sections {
  margin-bottom: 60px;
}

.btn {
  height: auto;
  background-color: var(--primary-color) !important;
  cursor: pointer !important;
  margin: 0;
  position: relative !important;
  display: inline-block !important;
  font-size: 19px !important;
  font-weight: 500;
  text-transform: capitalize;
  top: 0;
  left: 0;
  width: auto;
  padding: 8px 16px 8px 16px !important;
  transition: 0.3s;
  color: var(--white);
  border: 1px solid var(--primary-color) !important;
  margin-right: 23px;
  border-radius: 12px;
}


.btn:hover {
  background-color: var(--white) !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;

}

.btn svg {
  margin-top: -6px;
}

.btn svg path {
  fill: var(--white) !important;
}

.btn:hover svg path {
  fill: var(--secondary-color) !important;
}

.red-text {
  color: #ef171b;
  font-weight: 700;
  font-size: 60px;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}

.cursor2 {
  position: fixed;
  width: 10px;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: var(--white);
  mix-blend-mode: difference;
  border: none;
  margin-left: -20px;
  margin-top: -20px;
}

.grow-small {
  transform: scale(2);
}




.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 0px;
  z-index: 9;
  background-color: #00000094;
  transition: var(--transition);
  backdrop-filter: blur(7px);
}

.scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #00000094;
  padding: 5px 20px;
  transition: var(--transition);
  z-index: 99;
  border-radius: 00px;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
}

.arrow-icon.active path {
  fill: var(--text-dark) !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: var(--white)
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar .container-fluid {
  padding: 0px 40px;
}

.navbar.scrolled .container-fluid {
  padding: 6px 40px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--white);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--white) !important;
  font-weight: 800;
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
  color: var(--white) !important;
  font-weight: 800;
}

.navbar-brand {
  width: 100%;
  max-width: 20%
}

.navbar-brand img {
  width: 100%;
  max-width: 220px;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-link.active {
  color: var(--white) !important;
  font-weight: 900 !important;
}

.hero-banner-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000056;
  background: linear-gradient(270deg, #000000, #000000, #000000c2);
  background-size: 400% 400%;
  opacity: 0.9;
  z-index: 0;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.hero-wrapper .row.other-details {
  padding: 100px 0;
  z-index: 9;
  position: relative;
}

.hero-iso {
  display: block;
  margin-bottom: 40px;
}

.hero-title h1 {
  color: var(--white);
  font-size: 4vw;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero-title h1 span {
  color: #f8b401;
}

.hero-title p {
  color: var(--white);
  font-size: 19px;
  width: 100%;
  max-width: 95%;
  line-height: 1.5;
  margin-bottom: 50px;
}

.hero-iso span {
  color: var(--white);
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 14px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.hero-iso span svg {
  margin-right: 5px;
}

.hero-form-parts {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

input[type="submit"] {
  color: #fff;
  background-color: var(--brand-red);
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;

}

input[type="submit"]:hover {
  color: var(--brand-red-dark);

}

.hero-form-parts input[type="submit"]:hover {
  background-color: #0056b3;
}

.hero-call {
  display: flex;
  align-items: center;
}

.hero-call span {
  margin-right: 10px;
}

.hero-call p {
  color: rgb(189 189 189);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.hero-call a {
  color: rgb(235 235 235);
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
  display: block;
  line-height: 1.6;
}

.hero-icons svg {
  background-color: #fff;
  border-radius: 32px;
}

.hero-forms-title {
  margin-bottom: 40px;
}

.hero-forms-title h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 5px;
}

.hero-forms-title p {
  font-size: 17px;
  color: #3f3f3f;
  text-align: center;
}

.hero-form-details input,
.hero-form-details textarea,
.hero-form-details select {
  padding: 1rem;
  border: 2px solid #e5e5e5;
}

.hero-form-details textarea {
  min-height: 100px;
  max-height: 150px;
}

.expertise-section {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}

.badge-custom {
  background: #f7b230;
  color: #000;
  padding: 8px 18px;
  font-weight: 500;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.expertise-title {
  font-size: 38px;
  font-weight: 700;
  margin: 20px 0 15px;
}

.expertise-title span {
  color: #176ec8;
}

.expertise-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-align: left;
}

.expertise-card span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background-color: #f8c630;
  animation: bounce 0.6s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
  background: #176ec8;
  color: #fff;
  font-size: 32px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 0 25px;
}

.expertise-number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}

.expertise-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 9px;
}

.expertise-text {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 20px;
}

.bottom-line {
  width: 100%;
  padding: 4px;
  border-radius: 20px;
  background-color: rgb(238, 238, 238);
}

.expertise-card:hover .bottom-line {
  background-color: #f8c630;
}

.heading {
  text-align: center;
}

.heading h2 {
  font-size: 60px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 600;
  max-width: 800px;
  margin: 35px auto;
}

.heading p {
  font-size: 19px;
  width: 100%;
  max-width: 70%;
  margin: auto;
  text-align: center;
}

.success-section {
  background: #1a1a1d;
  color: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.success-section::before,
.success-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.success-section::before {
  top: -50px;
  left: -50px;
}

.success-section::after {
  bottom: -50px;
  right: -50px;
}

.success-btn {
  background-color: #f7b230;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  transition: 0.3s;
}

.success-btn:hover {
  background-color: #e6b21e;
  color: #000;
}

.success-section h3 {
  color: var(--white);
  font-size: 30px;
}

.success-section p {
  color: var(--white);
  text-align: center;
}


@media screen and (min-width:1360px) {
  .success-section {
    width: 100%;
    max-width: 70%;
    margin: auto;
  }

  .products-section .container-fluid,
  .manufacturing-section .container-fluid {
    padding: 0 9%;
  }
}


.crane-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background: #fff;
  margin-bottom: 40px;
}

.crane-card:hover {
  transform: translateY(-5px);
}

.crane-card-img {
  height: 420px;
  overflow: hidden;
}

.card-img-top {
  object-fit: cover;
}

.badge-top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.85rem;
  padding: 9px 18px;
  border-radius: 20px;
  font-weight: 500;
}

.badge-top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.85rem;
  padding: 9px 18px;
  border-radius: 20px;
  font-weight: 500;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-list li {
  margin-bottom: 8px;
  color: #444;
  padding: 0;
}

.feature-list li p {
  margin: 0;
  font-size: 16px;
}

.btn-quote {
  background: linear-gradient(to right, #176EC8, #045DBF);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: 10px 20px;
  border: none;
  transition: 0.3s;
}

.btn-quote:hover {
  background: linear-gradient(to right, #045DBF, #176EC8);
  color: var(--white) !important;
}

.btn-outline {
  border: 2px solid #d00;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #d00;
  color: #fff;
}

.crane-card img {
  transition: var(--transition);
  margin-top: -60px;
}

.crane-card:hover img {
  transform: scale(1.1);
}

.crane-card h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.crane-card p {
  font-size: 17px;
  margin-bottom: 22px;
}

.feature-list li {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
}

.feature-list img {
  width: 18px;
  margin: 0;
  margin-right: 10px;
  margin-top: 4px;
}

.animate-slide-up {
  animation: slide-up .9s ease-out forwards;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.advantage-card {
  background: #222222;
  border-radius: 15px;
  padding: 30px 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgb(71, 71, 71);
  text-align: left;
}

.advantage-card.first:hover {
  background-color: #41d26236;
}

.advantage-card.second:hover {
  background-color: #0d6dfd4d;
}

.advantage-card.third:hover {
  background-color: #dc35464a;
}

.advantage-card.four:hover {
  background-color: #6e42c148;
}

.advantage-card.five:hover {
  background-color: #fd7d1445;
}

.advantage-card.six:hover {
  background-color: #20c99644;
}

.advantage-six:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage-card:hover {
  transform: translateY(-10px);
}

.advantage-icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin: 0 0 20px;
  color: #fff;
}

.advantage-card h3 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
}

.advantage-card p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #e1e1e1;
}

.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.advantage-list li {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 300;
}

.advantage-list li i {
  color: #28a745;
  margin-right: 8px;
}

.manufacturing-section {
  background-color: #000;
}

.manufacturing-section .heading h2 {
  color: var(--white);
}

.manufacturing-section .heading h2 span {
  color: #f8b401;
}

.manufacturing-section .heading p {
  color: var(--white);
}

.bill-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.manufacturing-section .container-fluid {
  z-index: 2;
}

.manufacturing-section .container {
  z-index: 2;
}

.promo-wrapper {
  background: linear-gradient(135deg, #176EC8, #045DBF);
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.promo-badge {
  font-size: 50px;
  margin-bottom: 40px;
  color: #fff;

}

.promo-badge i {
  background-color: #f8b401;
  padding: 11px 21px;
  border-radius: 58px;
  font-size: 42px;
}

.promo-wrapper h2 {
  color: var(--white);
  line-height: 1.2;
  text-align: center;
  font-size: 30px;
}

.promo-wrapper p {
  color: var(--white);
  text-align: center;
  font-weight: 300;
  width: 100%;
  margin: auto;
}

.highlight-card p {
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
  font-size: 16px;
}

.highlight-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 25px 20px;
  margin: 10px 0;
  transition: transform 0.2s ease-in-out;
}

.highlight-card:hover {
  transform: translateY(-5px);
}

.highlight-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  color: #f8b401;
}

.cta-button {
  background: #f8b401;
  color: #000;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
}

.cta-button:hover {
  background: #fff;
  color: #f8b401;
}


.form-slab {
  background: radial-gradient(80% 80% at 85% 15%, rgba(248, 180, 1, 0.8), transparent 60%), var(--panel);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 40px 28px;
  position: relative;
}

.form-topicon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--brand-red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.form-title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 5px;
}

.form-sub {
  color: var(--muted);
  margin-bottom: 28px;
}

.field {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  height: 58px;
  padding: 12px 16px;
  font-size: 16px;
  background: #fff;
}

.field:focus {
  outline: 0;
  border-color: #cfd3da;
  box-shadow: 0 0 0 .15rem rgba(220, 28, 35, .08);
}

.field-area {
  min-height: 136px;
  resize: vertical;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.field-area:focus {
  outline: 0;
  border-color: #cfd3da;
  box-shadow: 0 0 0 .15rem rgba(220, 28, 35, .08);
}

.primary-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
  background: linear-gradient(180deg, #ff4b55, var(--brand-red));
  color: #fff;
  border: 0;
  height: 64px;
  font-weight: 700;
  border-radius: 16px;
  box-shadow: var(--glow);
  transition: transform .15s ease, filter .15s ease;
  font-size: 22px;
  font-weight: 500;
}

.primary-cta:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
  color: #fff;
}

.info-slab {
  background: radial-gradient(80% 80% at 90% 10%, rgba(220, 28, 35, .06), transparent 60%), var(--panel);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 32px 28px;
}

.info-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 22px;
}

.info-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icon-chip {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8b401, var(--brand-red));
  opacity: .9;
}

.icon-chip i {
  position: relative;
  color: #fff;
  font-size: 26px;
}

.info-h {
  font-weight: 700;
  margin: 0 0 4px;
}

.info-p {
  color: var(--ink);
  margin: 0;
}

.info-muted {
  color: var(--muted);
  margin-top: 4px;
}

.support-slab {
  background: linear-gradient(180deg, #1a1b1f, #0f1013);
  color: #fff;
  border-radius: 26px;
  padding: 30px 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.support-slab .corner {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .06), transparent 70%);
}

.support-title {
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  margin: 10px 0 22px;
}

.support-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 64px;
  border: 1.5px solid rgba(255, 255, 255, .45);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
}

.support-cta:hover {
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

@media (max-width: 991.98px) {
  .form-title {
    font-size: 28px;
  }

  .info-title {
    font-size: 26px;
  }

  .support-slab {
    margin-top: 22px;
  }
}

.support-slab h4 {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
}

.support-cta i {
  font-size: 22px;
}

.support-cta span {
  font-size: 22px;
}


.mf-footer {
  background: var(--mf-bg);
  color: var(--mf-ink);
  padding: 48px 0;
}

.mf-foot-wrap {
  align-items: center;
}

.mf-brand {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.mf-logo {
  width: 100%;
  max-width: 55%;
  height: auto;
  object-fit: contain;
}

.mf-tagline {
  font-size: 17px;
  line-height: 1.6;
  color: #eee;
  width: 90%;
}

.mf-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .25rem 0;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}

.mf-links h4 {
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.mf-links a:hover {
  color: #176ec8;
}

.contact-info-wrapper a {
  color: #fff;
  font-size: 16px;
}

.contact-info-wrapper a:hover {
  color: #176ec8;
}

.mf-contact-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.mf-contact-title i {
  font-size: 22px;
}

.mf-contact-title h3 {
  color: #f8b401;
  font-size: 22px;
  margin-bottom: 0;
}

.mf-contact .mf-line {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin: 14px 0;
  color: var(--mf-ink);
}

.mf-contact i {
  font-size: 22px;
  color: #fff;
  margin-top: 2px;
}

.mf-contact .mf-text {
  line-height: 1.6;
  font-size: 18px;
}

.mf-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mf-contact a:hover {
  color: var(--mf-accent);
}

.mf-copy {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: var(--mf-dim);
  padding-top: 18px;
  margin-top: 36px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .mf-foot-wrap {
    align-items: flex-start;
    row-gap: 28px;
  }

  .mf-tagline {
    font-size: 18px;
  }
}

.custom-section {
  background: #1a1a1d;
  color: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 70%;
  margin: auto;
}

.custom-section h3 {
  color: var(--white);
}

.custom-section P {
  color: var(--white);
  text-align: center;
  margin-bottom: 30PX;
}

.custom-section::before,
.custom-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.custom-section::before {
  top: -50px;
  left: -50px;
}

.custom-section::after {
  bottom: -50px;
  right: -50px;
}

.btn-yellow {
  background: linear-gradient(to right, #f9c52b, #f7a825);
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 20px 30px;
  transition: 0.3s;
  font-size: 19px;
}

.btn-yellow:hover {
  background: linear-gradient(to right, #f7a825, #f9c52b);
  color: #000;
}

.btn-outline-light-custom {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 25px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  background: transparent;
  font-size: 19px;
}

.btn-outline-light-custom:hover {
  background: #fff;
  color: #000;
}























.form-group.has-feedback {
  margin-bottom: 18px;
  position: relative;

}

.enquiry-select select {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px;
  color: var(--black-dark) !important;
  box-shadow: none;
  font-weight: 400;
}

#message {
  max-height: 150px;
}

.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-call a,
.modal-call .prev-digit {
  color: #1d242b;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  align-items: start;
  margin-bottom: 12px;
}

.modal-body .has-feedback {
  margin-bottom: 12px;
  position: relative;
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px;
  color: var(--black-dark) !important;
  box-shadow: none;
  font-weight: 400;
}

.modal-header {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
}

.modal-header h5 {
  color: var(--white);
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 500;
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

.modal-footer input {
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  padding: 7px 1px 7px 1px !important;
  transition: 0.3s;
}

.modal-footer .btn:hover input {
  color: var(--secondary-color);
}

label.error {
  position: absolute;
  bottom: -14px;
  color: red !important;
  font-weight: 400;
  font-size: 12px !important;
  text-transform: capitalize;
}

.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mobile-footer-social-icon-main {
  display: none;
}

.feature-product-content {
  padding: 5px 16px;
}


.about-titles span {
  color: #3c6bc8;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.about-titles h2 {
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.4;
}

.about-titles p {
  text-align: justify;
}

.about-list ul li {
  display: flex;
  margin-bottom: 10px;
}

.about-list ul li img {
  width: 18px;
  margin-right: 7px;
}

.about-list ul li p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.wptb-testimonial-one.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wptb-testimonial1 .wptb-item--inner {
  position: relative;
  padding: 18px 14px;
  width: 100%;
  background-color: #ffffff;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image {
  position: relative;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 4px solid rgba(var(--color-white-fixed-rgb), 0.25);
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon {
  font-size: 24px;
  color: #000;
  margin-top: -17px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon svg path {
  fill: #000000;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--holder {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 20px;
  padding-top: 18px;
  margin-bottom: 20px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-right {
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: var(--color-one);
  flex-shrink: 0;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--title {
  color: #000000;
  margin-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--designation {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #000000;
  display: none;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--description {
  color: #000000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-one);
  font-size: 18px;
}

.wptb-swiper-navigation.style1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  right: 65px;
  bottom: 85px;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 54px;
  height: 54px;
  color: #000000;
  background-color: transparent;
  border-radius: 100%;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #000000;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:hover::before {
  border-color: #000000;
  background-color: rgba(#000000, 0.5);
  -webkit-animation: wptb_spin 12s ease-out infinite;
  animation: wptb_spin 12s ease-out infinite;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:after {
  font-family: 'bootstrap-icons';
  font-size: 17px;
}

.wptb-swiper-navigation.style1 .swiper-button-prev:after {
  content: "\f12f";
  display: none;
}

.wptb-swiper-navigation.style1 .swiper-button-next:after {
  display: none;
}

.wptb-swiper-navigation.style1 .swiper-button-next svg,
.wptb-swiper-navigation.style1 .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform-origin: center;
}

.swiper-testimonial .swiper-button-prev,
.swiper-testimonial .swiper-container-rtl .swiper-button-next {
  background-image: unset;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.wptb-swiper-navigation.style1 .swiper-button-prev svg {
  transform: rotate(180deg);
}


@media screen and (min-width:1440px) {
  .about-us-section .container-fluid {
    padding: 0 5%;
  }
}







@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    text-align: center;
  }

  .book-app {
    width: 100%;
    padding: 1%;
    float: left;
    line-height: 40px;
    text-align: center;
    max-height: 100px;
  }

  .book-app a {
    font-size: 15px;
  }

  .footer-box-two {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0f4da2;
    color: var(--white);
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }

}


.sub-send-inquiry-form {
  position: fixed;
  left: -100px;
  top: 40%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  bottom: auto;
}

.sub-send-btn {
  background-color: var(--brand-red);
  border-radius: 0 0px 30px 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  transform: rotate(-90deg);
  color: var(--white);
}

.icon {
  display: flex;
  align-items: center;
}

.sub-send-btn a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}

label.error {
  color: red !important;
  font-weight: 400;
  font-size: 13px !important;
  text-transform: capitalize;
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}

.marquee-track {
  display: flex;
  width: fit-content;
}

.marquee-left {
  animation: marquee-left 20s linear infinite;
}

.marquee-right {
  animation: marquee-right 20s linear infinite;
}

.scroll-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-right: 30px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.scroll-card img {
  width: 100%;
  border-radius: 8px;
}

.scroll-card:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 18px rgba(0, 0, 0, 0.08);
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-container:hover .marquee-left,
.marquee-container:hover .marquee-right {
  animation-play-state: paused;
}




.accordion-body ul li a {
  color: black;
  font-weight: 700;
}

.faq-section .accordion {
  width: 100%;
}

.accordion-button,
.accordion-body {
  padding: 25px 0;
}


.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

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

.accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primary-text);
}

.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primary-text);
}

.faq-section .accordion-button h4 {
  font-size: 18px;
  color: #000;
  margin-right: 13px;
  margin-bottom: 0;
  padding-right: 15px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-text);
  color: #176ec8;
}

.accordion-body {
  background-color: var(--secondary-text);
  font-size: 16px;
  line-height: 1.5;
  padding-right: 15px;
}

.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol>li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.accordion-body ol>li::before {
  content: "Steps " counter(step-counter) ": ";
  font-weight: bold;
}

@media screen and (min-width: 768px) {


  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}


.ke-float-hover {
  position: fixed;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 999999;
}

.ke-float-hover__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ke-float-hover__link {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 14px;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  transition: width .22s ease, transform .22s ease;
  will-change: width;
}

.email {
  background-color: #f8b401;
}

.call {
  background-color: #176ec8;
}

.whatsapp {
  background-color: #25D366;
}

.client-certificate .client-box img {
  border-radius: 20px;
}

.ke-float-hover__icon {
  width: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.ke-float-hover__icon i {
  font-size: 24px;
}

.ke-float-hover__text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}


@media (hover:hover) and (pointer:fine) {
  .ke-float-hover__link:hover {
    width: 190px;
    transform: translateX(-6px);
  }

  .ke-float-hover__link:hover .ke-float-hover__text {
    opacity: 1;
    transform: translateX(0);
  }
}