@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: #0057b8;
  --secondary-color: #ff0000;
  --third-color: #034581;
  --head-dark: #171717;
  --text-dark: #111111;
  --black-dark: #111111;
  --white: #ffffff;
  --transition: all 0.3s ease-in-out;


  --brand-red: #dc1c23;
  --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
}

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: 18px;
  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: #ffffffe0;
  transition: var(--transition);
  backdrop-filter: blur(7px);
}

.scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #ffffffd6;
  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(--black-dark)
}

.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(--black-dark);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize;
}

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

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

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

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

@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: #00000096;
  background: linear-gradient(270deg, #2f0006, #000000, #2f0006);
  animation: gradientMove 6s ease infinite;
  background-size: 400% 400%;
  /* must be larger than 100% for animation */
  opacity: 0.8;
  /* adjust visibility */
  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: 3.2vw;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero-title h1 span {
  color: var(--primary-color);
}

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

.hero-iso span {
  color: var(--white);
  border: 1px solid grey;
  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);

}

.btn-animation {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #0057b8;
    -webkit-box-shadow: 0 0 3px #0057b8;
  }

  50% {
    background-color: #034581;
    -webkit-box-shadow: 0 0 40px #034581;
  }

  100% {
    background-color: #0057b8;
    -webkit-box-shadow: 0 0 3px #0057b8;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #0057b8;
    -moz-box-shadow: 0 0 3px #0057b8;
  }

  50% {
    background-color: #034581;
    -moz-box-shadow: 0 0 40px #034581;
  }

  100% {
    background-color: #0057b8;
    -moz-box-shadow: 0 0 3px #0057b8;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #0057b8;
    box-shadow: 0 0 3px #0057b8;
  }

  50% {
    background-color: #034581;
    box-shadow: 0 0 40px #034581;
  }

  100% {
    background-color: #0057b8;
    box-shadow: 0 0 3px #0057b8;
  }
}

@keyframes glowing {
  0% {
    background-color: #0057b8;
    box-shadow: 0 0 3px #0057b8;
  }

  50% {
    background-color: #034581;
    box-shadow: 0 0 40px #034581;
  }

  100% {
    background-color: #0057b8;
    box-shadow: 0 0 3px #0057b8;
  }
}

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

.hero-call {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.116);
  border: 1px solid rgba(128, 128, 128, 0.292);
}

.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: 300;
  margin-top: 6px;
  display: block;
  line-height: 1.4;
}

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


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

.badge-custom {
  background: #fbecec;
  color: var(--secondary-color);
  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: var(--secondary-color);
}

.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);
    /* Ball moves up */
  }
}

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

.expertise-icon {
  background: var(--secondary-color);
  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;
}

.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: var(--brand-red-dark);
  color: var(--white);
  font-weight: 400;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 20px;
}

.success-btn:hover {
  background-color: var(--brand-red-dark);
  color: var(--white);
}

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

.success-section p {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 70%;
  margin: auto;
}

.success-section {
  margin-top: 100px !important;
}

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

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


.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;
  height: 100%;
}

.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;
  display: none;
}

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

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

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

.feature-list li::before {
  content: "•";
  color: #d00;
  font-weight: bold;
  margin-right: 8px;
}

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

.btn-quote:hover {
  background: linear-gradient(to right, var(--third-color), var(--primary-color));
  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 h5 {
  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: 14px;
}

.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 h5 {
  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;
  /* green checkmark */
  margin-right: 8px;
}

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

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

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

.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, #e41323, #f73545);
  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: #eb5971;
  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: 14px 20px;
  margin: 10px 0;
  transition: transform 0.2s ease-in-out;
}

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

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

.cta-button {
  background: #fff;
  color: #d60000;
  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: #d60000;
  color: #fff;
}


/* wrapper */
.quote-shell {}

/* left form panel */
.form-slab {
  background: radial-gradient(80% 80% at 85% 15%, rgba(220, 28, 35, .08), 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;
}

/* right column cards */
.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, #ff4b55, 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;
}

/* spacing tweaks on small screens */
@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;
  align-items: center;
  gap: 18px;
}

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

.mf-tagline {
  font-family: "Georgia", serif;
  font-size: 20px;
  font-style: italic;
  color: #eee;
}

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

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

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

.mf-contact i {
  font-size: 18px;
  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, var(--secondary-color), #b00101);
  color: var(--white);
  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, #b00101, var(--secondary-color));
  color: var(--white);
}

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

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



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



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

  .mobile-footer-social-icon {
    width: 100%;
    display: block;
    text-align: center;
  }

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

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


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

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



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




.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.testimonial-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.testimonial-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h6 {
  font-weight: 600;
  font-size: 20px;
}

.testimonial-card small {
  color: #6c757d;
}


.mf-contact h5,
.mf-links h5 {
  font-size: 28px;
}


@media screen and (max-width: 991px) {
  .sub-send-inquiry-form {
    display: none;
  }

  .mobile-footer-social-icon {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
    padding: 14px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
  }

  .mobile-footer-social-icon:nth-child(1) a,
  .mobile-footer-social-icon:nth-child(3) a {
    background-color: var(--brand-red);
  }

  .mobile-footer-social-icon:nth-child(2) a {
    background-color: var(--black-dark);
  }

}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    filter: invert(1);
    opacity: 1;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
   filter: invert(1);
    opacity: 1;
}

.accordion-button::after {
  transition: all 0.5s;
}

.accordion-item {
  margin-bottom: 30px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);

}
.accordion-button{
    color: var(--white);
    background-color: var(--brand-red);
    box-shadow: none;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--brand-red);
    box-shadow: none;
    font-size: 18px;
}
.accordion-body p{font-size: 17px;margin: 0;}