:root {
  --navy: #000;
  --blue: #ef0500;
  --cyan: #ef0500;
  --ice: #eff8ff;
  --ink: #040404;
  --muted: #61718c;
  --line: #d9e6f3;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}
h1,
h2,
h3,
.navbar-brand {
  font-family: Outfit, sans-serif;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  font-size: clamp(2.25rem, 4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 700;
}
h2 em,
h1 em {
  color: var(--cyan);
  font-style: normal;
}
.skip-link {
  position: absolute;
  left: -999px;
  z-index: 9999;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.7rem;
  border-radius: 0.5rem;
}
.topbar {
  background: #03245b;
  color: #c9e9fa;
  font-size: 0.77rem;
  letter-spacing: 0.03em;
  padding: 0.55rem 0;
}
.topbar i {
  color: var(--cyan);
  margin-right: 0.35rem;
}
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(6, 42, 102, 0.06);
}
.navbar {
  min-height: 76px;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
}
.navbar-brand:hover {
  color: var(--navy);
}
.navbar-brand img {
  height: 105px;
  width: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.navbar-brand small {
  display: block;
  font-family: "DM Sans";
  font-size: 0.49rem;
  letter-spacing: 0.015em;
  color: #557093;
  font-weight: 600;
  margin-top: -0.15rem;
}
.nav-link {
  color: #000;
  font-size: 17px;
  padding: 0.75rem 1rem !important;
}
.nav-link:hover,
.nav-link.active {
  color: #ae1c05;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 12px 35px rgba(4, 42, 92, 0.15);
  padding: 0.55rem;
  border-radius: 0.8rem;
}
.dropdown-item {
  border-radius: 0.45rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.88rem;
}
.dropdown-item:hover {
  background: var(--ice);
  color: var(--blue);
}
.btn {
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  font-size: 0.88rem;
}
.btn-brand {
  background: var(--blue);
  color: #fff;
}
.btn-brand:hover {
  background: #06377c;
  color: #fff;
  transform: translateY(-1px);
}
.hero-section {
  min-height: 670px;
  background: linear-gradient(125deg, #03265e, #064a9c 70%, #075daa);
  color: #fff;
  padding: 100px 0 75px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(116, 223, 239, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 223, 239, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.35;
}
.orb-one {
  width: 460px;
  height: 460px;
  background: #21c8de;
  right: -200px;
  top: -170px;
}
.orb-two {
  width: 280px;
  height: 280px;
  background: #0a65d1;
  left: -130px;
  bottom: -150px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 1.2rem;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
  font-weight: 800;
  margin-bottom: 1.45rem;
}
.hero-copy p {
  font-size: 1.1rem;
  color: #d2e7f9;
  max-width: 535px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.btn-light-cta {
  background: #fff;
  color: var(--navy);
}
.btn-light-cta:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn-ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
}
.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 3.2rem;
}
.hero-trust div {
  padding: 0 1.45rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-trust div:first-child {
  padding-left: 0;
  border: 0;
}
.hero-trust strong,
.hero-trust span {
  display: block;
}
.hero-trust strong {
  font-family: Outfit;
  font-size: 1.05rem;
}
.hero-trust span {
  color: #abd5ec;
  font-size: 0.72rem;
  margin-top: 0.2rem;
}
.hero-visual {
  height: 390px;
  position: relative;
  display: grid;
  place-items: center;
}
.radar-ring {
  position: absolute;
  border: 1px solid rgba(130, 239, 243, 0.28);
  border-radius: 50%;
  animation: pulse 4s infinite;
}
.ring-1 {
  width: 310px;
  height: 310px;
}
.ring-2 {
  width: 430px;
  height: 430px;
  animation-delay: 1s;
}
.protection-card {
  width: 215px;
  height: 260px;
  border: 1px solid rgba(166, 244, 247, 0.5);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(63, 194, 216, 0.35),
    rgba(2, 33, 89, 0.75)
  );
  backdrop-filter: blur(7px);
  box-shadow: 0 25px 50px rgba(0, 13, 56, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.shield-mark {
  width: 80px;
  height: 80px;
  border: 2px solid #92edf1;
  border-radius: 26px 26px 40px 40px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #92edf1;
  font-size: 2.6rem;
}
.protection-card span {
  font-family: Outfit;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}
.protection-card small {
  font-size: 0.64rem;
  color: #bfeaf7;
  margin-top: 0.35rem;
  line-height: 1.5;
}
.floating-note {
  position: absolute;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 14px 25px rgba(0, 16, 67, 0.22);
  font-size: 0.67rem;
  line-height: 1.25;
  z-index: 3;
}
.floating-note i {
  color: #08a7bd;
  font-size: 1.15rem;
}
.floating-note b {
  font-size: 0.72rem;
}
.note-top {
  top: 38px;
  right: -10px;
}
.note-bottom {
  left: -10px;
  bottom: 42px;
}
.trust-strip {
  background: #fff;
  box-shadow: 0 8px 25px rgba(9, 51, 97, 0.05);
  position: relative;
  z-index: 4;
}
.trust-strip .col-md-4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2rem;
  border-right: 1px solid var(--line);
}
.trust-strip .col-md-4:last-child {
  border: 0;
}
.trust-strip i {
  font-size: 1.65rem;
  color: #ef0500;
}
.trust-strip b,
.trust-strip span {
  display: block;
}
.trust-strip b {
  font-size: 0.88rem;
}
.trust-strip span {
  font-size: 0.73rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
.section {
  padding: 60px 0;
}
.about-section {
  background: #f8fcff;
}
.about-visual {
  min-height: 425px;
  position: relative;
}
.visual-panel {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
}
.panel-a {
  inset: 20px 22% 40px 0;
  background: linear-gradient(135deg, #075db0, #0a2f73);
  border-radius: 26px;
  font-size: 5.7rem;
  box-shadow: 20px 20px 0 #d7f4f8;
}
.panel-b {
  width: 155px;
  height: 160px;
  right: 3%;
  top: 0;
  border-radius: 22px;
  background: #59d5e3;
  font-size: 3rem;
  color: #064281;
  box-shadow: 0 16px 30px rgba(6, 72, 155, 0.2);
}
.quality-card {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 1.2rem 1.35rem;
  border-radius: 15px;
  box-shadow: 0 17px 35px rgba(7, 57, 114, 0.13);
  width: 235px;
}
.quality-card span,
.quality-card b {
  display: block;
}
.quality-card span {
  font-size: 0.74rem;
  color: var(--muted);
}
.quality-card b {
  font-family: Outfit;
  font-size: 1.05rem;
  line-height: 1.15;
  margin-top: 0.2rem;
}
.quality-card i {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  color: #0c92aa;
}
.stat-card {
  position: absolute;
  left: 25px;
  bottom: -27px;
  background: #06377c;
  color: #fff;
  border-radius: 13px;
  padding: 0.75rem 1rem;
  min-width: 125px;
}
.stat-card strong,
.stat-card span {
  display: block;
}
.stat-card strong {
  font-family: Outfit;
  font-size: 1.45rem;
}
.stat-card span {
  font-size: 0.64rem;
  color: #bfeaf7;
}
.lead-copy {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #355372;
}
.about-section p:not(.lead-copy) {
  color: var(--muted);
  line-height: 1.75;
}
.about-points {
  display: grid;
  gap: 0.75rem;
  margin: 1.6rem 0;
}
.about-points div {
  font-size: 0.86rem;
  font-weight: 600;
}
.about-points i {
  color: #ef0500;
  margin-right: 0.45rem;
}
.text-link {
  font-weight: 700;
  color: #057da9;
  text-decoration: none;
  font-size: 0.9rem;
}
.text-link i {
  margin-left: 0.25rem;
  transition: 0.2s;
}
.text-link:hover i {
  transform: translateX(4px);
}
.products-section {
  background: #06489b14;
}
.section-heading {
  max-width: 720px;
}
.section-heading p {
  color: black;
  line-height: 1.7;
  margin: 1rem auto 0;
}
.product-card {
  height: 100%;
  border: 1px solid #e1ecf5;
  border-radius: 18px;
  padding: 1.7rem;
  transition: 0.3s;
  background: #fff;
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 35px rgba(10, 61, 121, 0.12);
  border-color: #7bdfe8;
}
.product-card.featured {
  background: linear-gradient(145deg, #083b82, #08609e);
  color: #fff;
  border: 0;
}
.product-card.accent {
  background: #e8faff;
  border-color: #d2f2f5;
}
.card-icon {
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  background: #e7f8fc;
  color: #087a9d;
  border-radius: 13px;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
}
.featured .card-icon {
  background: rgba(118, 238, 241, 0.2);
  color: #8ff0f1;
}
.card-tag {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1689aa;
  font-weight: 800;
}
.featured .card-tag {
  color: #94edf2;
}
.product-card h3 {
  font-size: 1.28rem;
  margin: 1.55rem 0 0.75rem;
}
.product-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
}
.featured p {
  color: #c7eaf8;
}
.product-card a {
  font-size: 0.8rem;
  font-weight: 800;
  color: #067ca1;
  text-decoration: none;
}
.featured a {
  color: #9df1f2;
}
.product-card a i {
  margin-left: 0.2rem;
}
.smart-section {
  background: linear-gradient(120deg, rgb(192 8 9), rgb(53 53 53));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.smart-section:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(125, 232, 239, 0.13);
  border-radius: 50%;
  right: -220px;
  top: -180px;
}
.smart-section p {
  color: #fff;
  line-height: 1.7;
  max-width: 460px;
}
.smart-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(157, 241, 241, 0.2);
  border-radius: 17px;
  padding: 1.4rem;
  backdrop-filter: blur(4px);
}
.smart-card i {
  font-size: 1.55rem;
  color: #fff;
}
.smart-card h3 {
  font-size: 18px;
  margin: 1.3rem 0 0.45rem;
}
.smart-card p {
  font-size: 16px;
  margin: 0;
}
.industries-section {
  background: #ffffff12;
}
.industries-section .section-heading {
  max-width: none;
}
.industries-section .section-heading p {
  max-width: 400px;
  margin: 0;
}
.industry-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #0f1f77;
  border-left: 1px solid #0f1f77;
}
.industry-list div {
  min-height: 180px;
  padding: 1.5rem;
  border-right: 1px solid #0f1f77;
  border-bottom: 1px solid #0f1f77;
  background: #fff;
  transition: 0.3s;
}
.industry-list div:hover {
  background: #d400000a;
}
.industry-list i,
.industry-list span,
.industry-list small {
  display: block;
}
.industry-list i {
  font-size: 1.7rem;
  color: #ef0500;
  margin-bottom: 2.4rem;
}
.industry-list span {
  font-family: Outfit;
  font-size: 1.2rem;
  font-weight: 700;
}
.industry-list small {
  font-size: 14px;
  color: black;
  margin-top: 0.25rem;
}
.support-section {
  background: #fff;
}
.support-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 4rem;
  position: relative;
}
.support-steps:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 7%;
  right: 7%;
  border-top: 1px dashed #343432;
}
.support-steps > div {
  padding: 0 0.75rem;
  position: relative;
  z-index: 1;
}
.support-steps b {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgb(212 0 0);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Outfit;
  font-size: 0.85rem;
  margin-bottom: 1.3rem;
}
.support-steps i {
  color: #d40000;
  font-size: 1.3rem;
}
.support-steps h3 {
  font-size: 18px;
  margin: 0.65rem 0 0.45rem;
}
.support-steps p {
  font-size: 15px;
  line-height: 1.55;
  color: black;
}
.contact-section {
  background: #f8fcff;
  padding: 0 0 100px;
}
.contact-card {
  background: linear-gradient(120deg, #073273, #075da4);
  border-radius: 25px;
  padding: 4rem 4.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}
.contact-card:after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  right: -120px;
  bottom: -270px;
  border: 1px solid rgba(137, 241, 242, 0.3);
  border-radius: 50%;
}
.contact-card h2 {
  margin-bottom: 1rem;
}
.contact-card p {
  color: #c5e7f8;
  margin: 0;
}
.contact-actions {
  display: flex;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
footer {
  background: #272726;
  color: #c2d8ed;
  padding: 3.5rem 0 1.2rem;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
}
.footer-main .navbar-brand {
  color: #fff;
}
.footer-main .navbar-brand img {
  height: 44px;
  width: 44px;
}
.footer-main .navbar-brand small {
  color: #8db4d1;
}
.footer-main p {
  font-size: 0.8rem;
  line-height: 1.65;
  margin: 0;
  max-width: 300px;
}
.footer-links {
  display: flex;
  gap: 1.2rem;
  justify-content: end;
}
.footer-links a {
  color: #c2d8ed;
  text-decoration: none;
  font-size: 0.8rem;
}
.footer-links a:hover {
  color: #71e4eb;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 2.7rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
}
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.from-left {
  transform: translateX(25px);
}
.reveal.from-right {
  transform: translateX(-25px);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.6;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
            background: #fff;
        padding: 1rem 1rem;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
  }
  .hero-section {
    padding-top: 80px;
  }
  .hero-visual {
    margin-top: 1rem;
  }
  .support-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .support-steps:before {
    display: none;
  }
  .contact-card {
    padding: 3rem;
    align-items: start;
    flex-direction: column;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main p {
    grid-row: 2;
  }
  .footer-links {
    justify-content: start;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    min-height: 68px;
  }
  .navbar-brand {
    font-size: 1.13rem;
  }
  .navbar-brand img {
    /* height: 38px;
    width: 38px; */
  }
  .navbar-brand img {
    height: 50px;

    /* border-radius: 10px; */
  }
  .hero-section {
    min-height: auto;
    padding: 80px 0 65px;
  }
  .hero-copy h1 {
    font-size: 3.2rem;
  }
  .hero-visual {
    height: 320px;
    transform: scale(0.86);
    margin: -10px 0 -25px;
  }
  .hero-trust {
    margin-top: 2.5rem;
  }
  .hero-trust div {
    padding: 0 0.8rem;
  }
  .trust-strip .col-md-4 {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.1rem;
  }
  .section {
    padding: 75px 0;
  }
  .about-visual {
    min-height: 370px;
  }
  .panel-a {
    inset: 30px 18% 35px 0;
  }
  .panel-b {
    width: 125px;
    height: 130px;
  }
  .industry-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-list div {
    min-height: 150px;
  }
  .support-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin-top: 3rem;
  }
  .contact-section {
    padding-bottom: 70px;
  }
  .contact-card {
    padding: 2.3rem 1.5rem;
  }
  .contact-actions {
    flex-wrap: wrap;
    white-space: normal;
  }
  .footer-main {
    display: block;
  }
  .footer-main p {
    margin: 1.5rem 0;
  }
  .footer-links {
    justify-content: start;
    flex-wrap: wrap;
  }
  .footer-bottom {
    display: block;
    line-height: 2;
  }
  .footer-bottom span {
    display: block;
  }
}
@media (max-width: 400px) {
  .hero-trust strong {
    font-size: 0.85rem;
  }
  .hero-trust span {
    font-size: 0.61rem;
  }
  .hero-trust div {
    padding: 0 0.55rem;
  }
  .industry-list {
    grid-template-columns: 1fr;
  }
  .support-steps {
    grid-template-columns: 1fr 1fr;
  }
  .contact-actions .btn {
    font-size: 0.76rem;
    padding: 0.65rem 0.85rem;
  }
}

/* ================= FOOTER ================= */

.fm-footer-wrap {
  position: relative;
  /* background: linear-gradient(135deg,#07162b,#0c2345); */
  color: #fff;
  overflow: hidden;
  padding: 90px 0 0;
}

.fm-footer-wrap::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  top: -150px;
  left: -100px;
}

.fm-footer-wrap::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  bottom: -120px;
  right: -80px;
}

/* Footer Column */
.fm-footer-box {
  position: relative;
  z-index: 2;
  height: 100%;
}

.fm-footer-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}

.fm-footer-box h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: rgb(233 1 1);
  border-radius: 30px;
}

.fm-footer-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fm-footer-box ul li {
  margin-bottom: 14px;
}

.fm-footer-box ul li a {
  color: #d7ddeb;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 15px;
}

.fm-footer-box ul li a:hover {
  color: #fff;
  transform: translateX(8px);
}

.fm-footer-box p {
  color: #d7ddeb;
  line-height: 1.9;
  margin: 0;
  font-size: 15px;
}

/* Contact Info */
.fm-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: #d7ddeb;
}

.fm-contact-item i {
  color: #e50001;
  margin-top: 4px;
  font-size: 16px;
}

.fm-contact-item p a {
  text-decoration: none;
}

/* Social Icons */
.fm-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.fm-social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fm-social-icons a:hover {
  background: #55d7e6;
  transform: translateY(-5px);
}

/* Bottom Footer */
.fm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 25px 0;
  margin-top: 60px;
  color: #cdd5e3;
  position: relative;
  z-index: 2;
  font-size: 15px;
}

.fm-footer-bottom > a {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .fm-footer-wrap {
    padding-top: 70px;
  }

  .fm-footer-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 867px) {
  .carousel-hero-banner {
    height: 307px !important;
  }

  .carousel-indicators {
    bottom: 0 !important;
  }

  .dot {
    width: 10px !important;
    height: 10px !important;
  }

  .smart-section p {
    max-width: 100% !important;
  }

  .industries-section .section-heading p {
    max-width: 100% !important;
  }

  .products-intro {
    max-width: 100% !important;
  }

  h2 {
    display: flex !important;
    gap: 0.45rem !important;
    flex-wrap: wrap !important;
  }
  .fm-wide{
    grid-column: auto !important;
  }
}

@media (max-width: 767px) {
  .fm-footer-wrap {
    padding-top: 60px;
  }

  .fm-footer-box h4 {
    font-size: 20px;
  }

  .fm-footer-bottom {
    margin-top: 40px;
    font-size: 14px;
  }
}

/* ================= WHY FIREMARK ================= */

.fmk-why-sec {
  padding: 60px 0;
  background: #06489b0d;
  overflow: hidden;
}

/* Images */

.fmk-img-wrap {
  position: relative;
  min-height: 600px;
}

.fmk-main-img {
  width: 85%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.fmk-main-img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  display: block;
}

.fmk-small-img {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 250px;
  border-radius: 25px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.fmk-small-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.fmk-floating-badge {
  position: absolute;
  left: 30px;
  bottom: 20px;
  background: #af0b08;
  color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(230, 57, 70, 0.35);
}

.fmk-floating-badge h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.fmk-floating-badge span {
  font-size: 14px;
}

/* Content */

.fmk-subtitle {
  display: inline-block;
  color: #06489b;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.fmk-content h2 {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 20px;
}

.fmk-intro {
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.fmk-feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fmk-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  padding: 18px 20px;
  border-radius: 18px;
  transition: 0.35s;
}

.fmk-feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.fmk-feature-item i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: #ef0500;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.fmk-feature-item p {
  margin: 0;
  color: #000;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 991px) {
  .fmk-img-wrap {
    min-height: auto;
  }

  .fmk-main-img {
    width: 100%;
  }

  .fmk-main-img img {
    height: 450px;
  }

  .fmk-small-img {
    width: 180px;
    bottom: 20px;
  }

  .fmk-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .fmk-small-img {
    display: none;
  }

  .fmk-floating-badge {
    left: 15px;
    bottom: 15px;
    padding: 15px 20px;
  }

  .fmk-content h2 {
    font-size: 28px;
  }
}

.fm-gallery-sec {
  padding: 60px 0;
  background: #fff;
}

.fm-gallery-head {
  max-width: 800px;
  margin: 0 auto 40px;
}

.fm-gallery-head span {
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.fm-gallery-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #d40000;
  margin-top: 8px;
  margin-bottom: 15px;
}

.fm-gallery-head p {
  color: #000000;
  line-height: 1.8;
}

.fm-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
}

.fm-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.fm-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.fm-gallery-item:hover img {
  transform: scale(1.1);
}

.fm-large {
  grid-column: span 2;
  grid-row: span 2;
}

.fm-wide {
  grid-column: span 2;
}

.fm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: flex-end;
  padding: 25px;
}

.fm-overlay h4 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .fm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fm-gallery-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .fm-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .fm-large,
  .fm-wide {
    grid-column: unset;
    grid-row: unset;
  }

  .fm-gallery-head h2 {
    font-size: 28px;
  }
}

/*=========================
ENQUIRY SECTION
=========================*/

.fmq-section {
  padding: 60px 0;
  background: #f2f6fa;
  position: relative;
  overflow: hidden;
}

.fmq-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  top: -150px;
  right: -150px;
}

.fmq-content {
  color: #000000;
}

.fmq-tag {
  display: inline-block;
  padding: 8px 18px;
  background: var(--blue);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}

.fmq-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1.2;
  color: #2a2a2a;
}

.fmq-content p {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.9;
  margin-bottom: 30px;
}

.fmq-points {
  margin-bottom: 35px;
}

.fmq-point {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.fmq-point i {
  color: #e50001;
  font-size: 18px;
}

.fmq-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 60px;
  font-weight: 600;
  transition: 0.3s;
}

.fmq-call-btn:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* Form */

.fmq-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.fmq-form-head {
  margin-bottom: 30px;
}

.fmq-form-head h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.fmq-form-head p {
  color: #64748b;
  margin: 0;
}

.fmq-input {
  width: 100%;
  height: 58px;
  border: none;
  background: #f5f7fb;
  border-radius: 14px;
  padding: 0 18px;
  outline: none;
  transition: 0.3s;
}

.fmq-input:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #55d7e6;
}

.fmq-textarea {
  height: 140px;
  padding-top: 15px;
  resize: none;
}

.fmq-submit-btn {
  border: none;
  background: var(--blue);
  color: #fff;
  padding: 16px 35px;
  border-radius: 60px;
  font-weight: 600;
  transition: 0.3s;
}

.fmq-submit-btn:hover {
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .fmq-content h2 {
    font-size: 36px;
  }

  .fmq-form-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .fmq-content h2 {
    font-size: 30px;
  }

  .fmq-form-head h3 {
    font-size: 26px;
  }
}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
}

.topbar {
  background: #000000;
  color: #fff;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.topbar-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.topbar-track {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  animation: topbarScroll 25s linear infinite;
}

.topbar-track span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.topbar-track i {
  color: #ff4d4d;
}

@keyframes topbarScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

.fm-stick-contact {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fm-stick-call,
.fm-stick-whatsapp {
  width: 58px;
  height: 58px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fm-stick-call {
  background: #e63946;
}

.fm-stick-whatsapp {
  background: #25d366;
}

.fm-stick-call i,
.fm-stick-whatsapp i {
  min-width: 58px;
  text-align: center;
  font-size: 22px;
}

.fm-stick-call span,
.fm-stick-whatsapp span {
  opacity: 0;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.35s ease;
  font-size: 14px;
  font-weight: 600;
}

/* Hover only on active button */

.fm-stick-call:hover span,
.fm-stick-whatsapp:hover span {
  opacity: 1;
  width: auto;
  padding-right: 18px;
}

.fm-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.fm-social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.fm-social-icons a:hover {
  transform: translateY(-5px);
}

/* Facebook */
.fm-social-icons a:nth-child(1) {
  background: #1877f2;
}

/* Instagram */
.fm-social-icons a:nth-child(2) {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

/* LinkedIn */
.fm-social-icons a:nth-child(3) {
  background: #0a66c2;
}

/* YouTube */
.fm-social-icons a:nth-child(4) {
  background: #ff0000;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: -0.5rem;
}

.carousel-hero-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  color: var(--text-color);
}

.carousel-images {
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  background-color: var(--overlay-bg);
  border-radius: 5px;
}

.slide-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.nav-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--text-color);
  border: none;
  padding: 4px 15px;
  font-size: 23px;
  transition: background-color 0.3s ease;
  z-index: 3;
  color: #fff;
  border-radius: 50%;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
  z-index: 3;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
  background-color: var(--primary-color);
}

/* =====================================================
   MODERN PRODUCTS SECTION
===================================================== */

.products-modern {
  position: relative;
  padding: 100px 20px;
  background: #3a3a3a;
  overflow: hidden;
}

/* subtle background effect */

.products-modern::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  top: -280px;
  right: -180px;

  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.products-modern::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -220px;
  left: -150px;

  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* =====================================================
   CONTAINER
===================================================== */

.products-wrapper {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* =====================================================
   TOP CONTENT
===================================================== */

.products-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 50px;
  margin-bottom: 50px;
}

/* Label */

.products-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;

  color: #ef0500;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 50px;
}

.products-label i {
  font-size: 13px;
}

/* Heading */

.products-title h2 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(38px, 5vw, 46px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2px;
}

.products-title h2 span {
  color: #ffffff;
}

/* Intro */

.products-intro {
  max-width: 390px;
}

.products-intro p {
  margin: 0 0 22px;

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;
  line-height: 1.7;
}

/* View all */

.view-all-products {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding-bottom: 7px;

  border-bottom: 1px solid #ef0500;

  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
  text-decoration: none;

  transition: gap 0.3s ease;
}

.view-all-products:hover {
  gap: 15px;
  color: #fff;
}

/* =====================================================
   GRID
===================================================== */

.modern-product-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}

/* =====================================================
   CARD
===================================================== */

.modern-product-card {
  background: #ffffff;

  border-radius: 14px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.modern-product-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* =====================================================
   IMAGE
===================================================== */

.modern-product-image {
  position: relative;

  height: 245px;

  overflow: hidden;

  background: #e9eef3;
}

.modern-product-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.modern-product-card:hover .modern-product-image img {
  transform: scale(1.08);
}

/* =====================================================
   NUMBER
===================================================== */

.product-number {
  position: absolute;

  top: 15px;
  left: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #ffffff;

  color: #0b4f91;

  font-size: 11px;
  font-weight: 800;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* =====================================================
   ARROW BUTTON
===================================================== */

.product-arrow {
  position: absolute;

  right: 15px;
  bottom: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #ef0500;

  color: #ffffff;

  text-decoration: none;

  opacity: 0;
  transform: translateY(10px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease;
}

.modern-product-card:hover .product-arrow {
  opacity: 1;
  transform: translateY(0);
}

.product-arrow:hover {
  background: #063e70;
}

/* =====================================================
   CARD CONTENT
===================================================== */

.modern-product-info {
  position: relative;

  padding: 22px 22px 20px;
}

.modern-product-info h3 {
  margin: 0 0 8px;

  color: #282828;

  font-size: 18px;
  font-weight: 750;
}

.modern-product-info p {
  margin: 0;

  color: #718096;

  font-size: 11px;
  line-height: 1.6;
}

/* =====================================================
   BLUE BOTTOM LINE
===================================================== */

.product-line {
  display: block;

  width: 35px;
  height: 3px;

  margin-top: 18px;

  background: #ef0500;

  border-radius: 10px;

  transition: width 0.35s ease;
}

.modern-product-card:hover .product-line {
  width: 75px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .products-modern {
    padding: 75px 20px;
  }

  .products-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .products-intro {
    max-width: 600px;
  }

  .modern-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .modern-product-image {
    height: 220px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {
  .carousel-hero-banner {
    height: 180px !important;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .dot {
    width: 10px;
    height: 10px;
  }


  .smart-section p {
    max-width: 100% !important;
  }

  .industries-section .section-heading p {
    max-width: 100% !important;
  }

  .products-intro {
    max-width: 100% !important;
  }

  h2 {
    display: block !important;
  }
  .support-steps{
    grid-template-columns: auto !important;
  }
  .products-modern {
    padding: 60px 15px;
  }

  .products-top {
    margin-bottom: 35px;
  }

  .products-title h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .products-intro p {
    font-size: 12px;
  }

  .modern-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .modern-product-image {
    height: 240px;
  }

  .modern-product-info {
    padding: 20px;
  }

  .modern-product-info h3 {
    font-size: 17px;
  }

  .product-arrow {
    opacity: 1;
    transform: translateY(0);
  }
}
