@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans: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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #17509f;
  --primary-dark: #192027;
  --text-dark: #02021e;
  --bg-light: #ffffff;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background: var(--bg-light);
  color: var(--text-dark);
  background-color: white !important;
}

.container-xl {
  width: 1285px !important;
}

h1, h4 {
  font-weight: 600;
  color: var(--primary-dark);
  letter-spacing: 1.2px !important;
}

h3 {
  font-weight: 500;
  color: var(--primary-dark);
  letter-spacing: 1.2px !important;
}

h2 {
  color: var(--h2-text-bg);
  font-weight: 700;
  letter-spacing: 1.2px !important;
}

p {
  font-weight: 400;
  font-size: 20px;
  color: #0a0541;
  line-height: 1.5;
}

ul, li {
  list-style: none;
  font-weight: 300;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

section {
  padding: 4rem 0;
  overflow: hidden;
}

.h2-heading {
  font-size: 57px;
  font-weight: 800;
  color: #192027;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  margin: 10px 0;
}

.sub-heading {
  font-size: 29px;
  display: block;
  margin-bottom: 5px;
  color: #9e1d38;
  font-weight: 900;
  font-family: "Fira Sans", sans-serif;
  opacity: 0.9;
}

.section-para {
  color: #01060e;
  line-height: 2;
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  text-align: justify;
  margin: 15px 0;
}

.high-light {
  color: #17509f;
  font-weight: 600;
}

.view-details-btn {
  padding: 1em 2.3em;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0.9375em;
  cursor: pointer;
  border: 0.125em solid #9e1d38;
  background-color: transparent;
  color: #9e1d38;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.view-details-btn:hover {
  color: #fff;
  background-color: #9e1d38;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.view-btn {
  margin-top: 15px;
}

#h2-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

#h2-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #1c53a1;
  border-radius: 2px;
}

.section-bg {
  background: #E2F1FF;
  background: linear-gradient(209deg, rgb(226, 241, 255) 0%, rgb(255, 255, 255) 100%);
}

.first-section .section-text {
  padding: 20px;
}

.service-card {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  border-radius: 15px;
  margin-top: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.breadcrumb-wrap {
  background: #f8f9fa;
  padding: 12px 20px;
}

.breadcrumb {
  margin: 0;
  display: flex;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #9e1d38;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 5px;
  color: #181818;
}

.breadcrumb-item {
  color: #181818;
  font-size: 20px;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #181818;
  font-size: 20px;
  font-weight: 500;
}

#header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 5px;
  box-shadow: unset;
  z-index: 1000;
}
#header .header-btn {
  text-align: end;
}
#header .header-btn .header-contact-btn {
  border: none;
  text-transform: uppercase;
  padding: 15px 25px;
  background: #032d57;
  color: var(--bg-light) !important;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  margin: 15px;
  border: 2px solid #032d57;
  transition: all 0.3s ease-in-out;
}
#header .header-btn .header-contact-btn i {
  margin-left: 8px;
  rotate: 232deg;
}
#header .header-btn .header-contact-btn:hover {
  border: 2px solid #a8324b;
  background: transparent;
  color: #a8324b !important;
}
#header .header-btn .header-contact-btn:hover i {
  transform: rotate(40deg) !important;
}
#header .header-btn .header-contact-num-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
#header .header-btn .header-contact-num-btn p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #5e5e5e;
}
#header .header-btn .header-contact-num-btn a {
  font-size: 18px;
  color: #1b1b1b;
  font-weight: 600;
}
#header .header-btn .header-contact-num-btn .btn-two-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  color: #25D366;
  font-weight: 500;
}

.mobile-btn {
  display: none;
}

/* NAV MENU */
.nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  color: #000000;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}

/* HAMBURGER */
.hamburger {
  border: 1px solid #000;
  padding: 5px 12px;
  cursor: pointer;
}

/* BAR */
.hamburger .bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

/* MOBILE STYLES */
@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
  }
  .nav-menu ul {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  .nav-menu a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
  }
  .nav-menu.active {
    max-height: 350px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* Desktop contact button hide */
  .header-btn {
    display: none;
  }
}
@media (max-width: 425px) {
  .header-contact-btn {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
}
footer {
  padding: 3rem;
  width: 100%;
  height: 100%;
  background-color: #110f0f;
}
footer img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--bg-light);
}
footer p {
  color: #d9d9d9;
  margin: 10px 0;
  font-weight: 400;
  font-size: 17px;
}
footer h6 {
  color: #f42929;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
footer ul {
  padding: 0px;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  color: var(--bg-light);
  font-size: 16px;
  font-weight: 400;
}
footer ul li a:hover {
  color: #f42929;
  text-decoration: underline;
  padding: 10px 0;
}
footer .footer-address {
  display: flex;
  gap: 15px;
  margin: 0;
}
footer .footer-address .icon i {
  color: var(--bg-light);
  font-size: 16px;
  margin-top: 15px;
  color: #f42929;
}
footer .footer-address .text p {
  color: #e9e9e9;
}
footer .footer-address .text a {
  color: #d9d9d9;
}
footer .social-links a {
  color: #ffffff;
  font-size: 21px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .social-links a:hover {
  color: #e70b28;
  transform: translateY(-4px);
  background-color: #fff;
}

.footer-copyrights {
  background-color: #f42929;
}
.footer-copyrights p {
  color: var(--bg-light);
  margin: 15px 0;
  font-size: 16px;
}
.footer-copyrights a {
  color: var(--bg-light);
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-slide {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 768px) {
  section {
    padding: 30px 0 !important;
  }
  .landing-page-section {
    height: auto !important;
  }
  .top-header {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  .hero-section {
    height: auto !important;
  }
  .landing-page-section {
    padding: 2rem;
  }
  .landing-page-section .hero-text {
    width: 100% !important;
    text-align: center;
    padding: 1rem;
  }
  .right-bg-video,
  .video-overlay {
    width: 100% !important;
    opacity: 0.25;
    clip-path: none !important;
  }
}
@media (max-width: 576px) {
  section {
    padding: 30px 0 !important;
  }
}
@media (max-width: 425px) {
  footer {
    padding: 1rem 0 !important;
  }
  .top-header {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .hero-text h1 {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }
  .hero-text p {
    font-size: 18px !important;
  }
  .hero-section {
    height: auto !important;
    clip-path: none !important;
  }
  .h2-heading {
    font-size: 40px !important;
  }
  .index-first-section .section-img .counter-1 {
    right: 0 !important;
  }
  .landing-page-section {
    height: auto !important;
  }
  .finished-section {
    position: relative;
  }
  .finished-section .icon img {
    width: 30px;
    height: 30px;
  }
  .finished-section .why-choose-points .text p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .finished-section .section-img {
    position: relative;
    z-index: 0;
  }
  .finished-section .section-img .second-img img {
    position: absolute;
    bottom: 10px;
    left: 0px !important;
  }
  .service-maintance-section {
    height: auto !important;
    margin-bottom: 0px !important;
  }
  .service-maintance-section::before {
    height: auto !important;
  }
  .service-maintance-section .why-choose-points {
    flex-direction: column;
  }
  .service-maintance-section .service-card {
    padding: 20px !important;
  }
  .product-range-section .product-range-card {
    display: flex;
    flex-direction: column;
    padding: 10px !important;
  }
  .product-range-section .section-img {
    width: 100% !important;
  }
  .product-range-section .section-text {
    width: 100% !important;
    padding: 0px !important;
  }
  .contact-us-section .contact-us-card {
    padding: 15px !important;
  }
  .cta-section .cta-contact .text p a {
    font-size: 20px !important;
  }
  .first-section .section-text {
    padding: 0px !important;
  }
  .md-contact-section .section-text {
    padding: 0px !important;
  }
  .cta-section .col-lg-4 {
    border-right: none !important;
  }
  .about-us-section-md-profile .md-profile-card {
    flex-direction: column;
    align-items: start !important;
  }
  .right-bg-video {
    clip-path: none !important;
  }
  .landing-page-section .hero-text .landing-page-btn {
    margin-top: 0px !important;
  }
}
.hero-section {
  background-image: url(../img/product/our-products-banner.webp);
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  padding: 3rem 1rem !important;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, rgb(0, 31, 61) 55%, rgba(245, 245, 245, 0.219) 100%);
  z-index: 1;
}
.hero-section .hero-text {
  position: relative;
  z-index: 2;
}
.hero-section .hero-text h1 {
  font-size: 76px;
  color: var(--bg-light);
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.4;
  text-shadow: 9px 9px 12px rgba(0, 0, 0, 0.6);
}
.hero-section .hero-text p {
  color: var(--bg-light);
  font-size: 20px;
}

.top-header {
  background: #001F3D;
  padding: 15px;
}
.top-header .top-contact-details {
  display: flex;
  gap: 8px;
}
.top-header .top-contact-details a {
  color: var(--bg-light);
}
.top-header .top-contact-details i {
  color: #001f3d;
  font-size: 16px;
  background-color: #e4e8ed;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.mobile-btn {
  border: none;
  background-color: #a8324b;
  color: var(--bg-light);
  padding: 7px 14px;
  border-radius: 25px;
  font-size: 16px;
}

.about-us-second-section {
  background-image: url(../img/product-img-2.webp);
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  z-index: 0;
}
.about-us-second-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 26, 87, 0.7);
  z-index: -1;
}
.about-us-second-section .about-us-second-section .section-text,
.about-us-second-section .about-us-second-section .section-text > * {
  position: relative;
  z-index: 2;
}
.about-us-second-section .about-us-service-card {
  position: relative;
  z-index: 2;
  background-color: #e4e8ed;
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.about-us-second-section .about-us-service-card:hover {
  transform: translateY(-7px);
}
.about-us-second-section .about-us-service-card:hover .icon i {
  background-color: #a8324b;
}
.about-us-second-section .about-us-service-card .icon {
  margin: 15px 0;
}
.about-us-second-section .about-us-service-card .icon i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001F3D;
  border-radius: 10px;
  color: var(--bg-light);
  font-size: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.about-us-second-section .about-us-service-card .text h3 {
  font-size: 20px;
  font-weight: 800;
}
.about-us-second-section .about-us-service-card .text p {
  font-size: 18px;
  color: #000;
}
.about-us-second-section .service-card-2 {
  background-color: #e4e8ed;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, color 0.5s ease;
}
.about-us-second-section .service-card-2:hover {
  transform: scale(1.02);
}
.about-us-second-section .service-card-2 h3 {
  font-size: 24px;
  font-weight: 700;
}
.about-us-second-section .service-card-2 p {
  font-size: 18px;
  font-weight: 400;
}

.why-choose-points {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.why-choose-points .icon i {
  width: 30px;
  height: 30px;
  border: 1px solid #a8324b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #a8324b;
  color: #fff;
}
.why-choose-points p {
  font-size: 22px;
}
.why-choose-points .high-light {
  font-weight: 700;
}

.service-maintance-section {
  overflow: visible;
  background-image: url(../img/product-img-2.webp);
  width: 100%;
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 270px;
  z-index: 0;
}
.service-maintance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 26, 87, 0.9);
  padding: 95px 0 0 0;
  height: 570px;
  z-index: -1;
}
.service-maintance-section .section-text {
  position: relative;
  z-index: 1;
}
.service-maintance-section .service-card {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  border-radius: 15px;
  margin-top: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.service-maintance-section .section-img {
  background-image: url(../img/product/product-img-1.webp);
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.service-maintance-section .why-choose-points {
  gap: 20px;
}
.service-maintance-section .why-choose-points .icon i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 20px;
  background-color: #001f3d;
  border: 1px solid #001f3d;
}
.service-maintance-section .why-choose-points .text h3 {
  color: #a8324b;
  font-size: 24px;
  font-weight: 700;
}
.service-maintance-section .why-choose-points .text p {
  font-size: 18px;
}

.cta-section {
  background-image: linear-gradient(110deg, hsl(210, 100%, 12%) 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
  border-bottom: 1px solid #23598f;
}
.cta-section .col-lg-4 {
  border-right: 2px solid #e6eaf0;
  height: 100%;
}
.cta-section .cta-contact {
  padding: 15px;
}
.cta-section .cta-contact .icon {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-section .cta-contact .icon img {
  width: 64px;
  height: 64px;
}
.cta-section .cta-contact .text p {
  text-align: center;
}
.cta-section .cta-contact .text p a {
  font-size: 24px;
  font-weight: 600;
  color: #e6eaf0;
}

/* FAQ Wrapper */
.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

/* Question */
.faq-question {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  margin: 0;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #0047ab;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease;
}

.faq-answer-inner {
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer-inner {
  opacity: 1;
  padding: 12px 0 0;
}

.faq-answer p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: #4b5563;
}

.silent-rise-first-section {
  position: relative;
}
.silent-rise-first-section img {
  position: relative;
}

.silent-rise-second-section {
  background-color: #032d57;
}
.silent-rise-second-section .high-light {
  color: #a8324b;
}
.silent-rise-second-section .section-img img {
  border-radius: 25px;
  width: 95%;
}
.silent-rise-second-section .specification-card {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.79);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.silent-rise-second-section .specification-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.silent-rise-second-section .specification-card:hover i {
  background-color: #f0702e;
  color: #fff;
}
.silent-rise-second-section .specification-card img {
  position: relative;
  z-index: 100;
}
.silent-rise-second-section .specification-card .num h3 {
  color: rgba(244, 68, 56, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #101010;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}
.silent-rise-second-section .specification-card .num::after {
  position: absolute;
  top: 68px;
  left: 19px;
  width: 80%;
  height: 1px;
  content: "";
  background-color: var(--text-dark);
  transition: 0.4s a;
}
.silent-rise-second-section .specification-card .num p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.silent-rise-second-section .specification-card i {
  position: absolute;
  top: 25px;
  right: 25px;
  rotate: 235deg;
  font-size: 20px;
  color: #001f3d;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.silent-rise-second-section .subheading {
  background-color: white;
  display: inline-block;
  width: 150px;
  height: 30px;
  font-weight: 700;
  border-radius: 25px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finished-section {
  position: relative;
}
.finished-section .icon img {
  width: 30px;
  height: 30px;
}
.finished-section .why-choose-points .text p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.finished-section .why-choose-points .high-light {
  color: #0047AB;
}
.finished-section .section-img {
  position: relative;
  z-index: 0;
}
.finished-section .section-img .second-img img {
  position: absolute;
  bottom: 10px;
  left: -50px;
  width: 60%;
  border: 10px solid #fff;
  border-radius: 25px;
  animation: floatUpDown 6s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* up */
  }
  100% {
    transform: translateY(0); /* back */
  }
}
.finished-section .section-img .section-text h3 {
  font-weight: 800 !important;
}

.how-we-work-section .why-choose-points {
  flex-direction: column;
}
.how-we-work-section .why-choose-points i {
  width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: #f0702e;
  border: 1px solid #f0702e;
}
.how-we-work-section .why-choose-points .text h3 {
  font-size: 21px;
  font-weight: 800;
  color: #000000;
}
.how-we-work-section .why-choose-points .text p {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
}
.how-we-work-section .how-we-img-1 {
  height: 300px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-we-work-section .how-we-img-2 {
  height: 400px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-section {
  background-color: #001f3d;
}
.contact-us-section .contact-us-card {
  width: 100%;
  background-color: var(--bg-light);
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 25px;
}
.contact-us-section .contact-us-card .why-choose-points {
  gap: 20px;
}
.contact-us-section .contact-us-card i {
  width: 50px;
  height: 50px;
  font-size: 21px;
  background-color: #174773;
  border-color: #174773;
}
.contact-us-section .contact-us-card h6 {
  font-size: 28px;
  font-weight: 500;
  color: var(--text-dark);
}
.contact-us-section .contact-us-card p {
  color: var(--text-dark);
  font-size: 19px;
  font-weight: 400;
}
.contact-us-section .contact-us-card a {
  color: var(--text-dark);
  font-size: 19px;
  font-weight: 400;
}
.contact-us-section .contact-form .form-group {
  margin-bottom: 16px;
}
.contact-us-section .contact-form input,
.contact-us-section .contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact-us-section .contact-form input:focus,
.contact-us-section .contact-form textarea:focus {
  border-color: #0047AB;
}
.contact-us-section .btn-submit {
  padding: 14px 32px;
  background: #ffffff; /* button inside color */
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  border: 3px solid transparent;
  background: linear-gradient(0deg, rgb(240, 112, 46) 0%, rgb(255, 152, 53) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.4s ease;
}
.contact-us-section .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.product-range-section .product-range-card {
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.product-range-section .product-range-card:hover img {
  transform: scale(1.05);
}
@keyframes square-in-center {
  from {
    clip-path: inset(100% 100% 100% 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.product-range-section .product-range-card .section-img {
  width: 30%;
}
.product-range-section .product-range-card .section-text {
  width: 70%;
}
.product-range-section .product-range-card .section-text img {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.product-range-section .product-range-card .section-text h3 {
  font-size: 26px;
  font-weight: 700;
}
.product-range-section .product-range-card .section-text p {
  font-size: 20px;
}

.landing-page-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(110deg, #001f3d 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
  /* LEFT CONTENT */
}
.landing-page-section .hero-text {
  width: 60%;
  z-index: 2;
  color: #fff;
}
.landing-page-section .hero-text h1 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.landing-page-section .hero-text h1 span {
  color: #f0702e;
}
.landing-page-section .hero-text p {
  font-size: 21px;
  margin-top: 20px;
  color: #fff;
}
.landing-page-section .hero-text .landing-page-btn {
  margin-top: 30px;
  display: inline-block;
  background: #f0702e;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
}
.landing-page-section .hero-text .landing-page-btn:hover {
  background: #a8324b;
}

.hero-right {
  width: 40%;
  position: relative;
}

/* RIGHT BACKGROUND VIDEO */
.right-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  /* Diagonal split */
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

/* VIDEO OVERLAY */
.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  /* Diagonal split */
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%) !important;
}

.index-first-section .section-img {
  position: relative;
  z-index: 0;
}
.index-first-section .section-img .counter-1 {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  position: absolute;
  width: 300px;
  top: 3%;
  right: -100px;
  padding: 10px;
  border-radius: 8px;
  animation: floatUpDown 6s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* up */
  }
  100% {
    transform: translateY(0); /* back */
  }
}
.index-first-section .section-img .counter-1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-first-section .section-img .counter-1 .section-text h6 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  color: #0f0d1d;
}
.index-first-section .section-img .counter-1 .section-text p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #0f0d1d;
}

.our-core-service-section .core-service-card {
  padding: 20px;
  text-align: center;
}
.our-core-service-section .core-service-card .icon {
  margin: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-core-service-section .core-service-card .icon i {
  font-size: 30px;
  color: #ff0404;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dotted #fa3d36;
  border-radius: 50px;
}
.our-core-service-section .core-service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #174773;
}
.our-core-service-section .core-service-card p {
  font-size: 18px;
  color: rgba(85, 85, 85, 0.8352941176);
  line-height: 27px;
}

.index-why-choose-us-section {
  background-image: linear-gradient(110deg, hsl(210, 100%, 12%) 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
  width: 100%;
  position: relative;
  padding: 80px 0;
  height: 100%;
}
.index-why-choose-us-section .section-img img {
  border-radius: 25px;
}
.index-why-choose-us-section .card-wrapper {
  position: relative;
}
.index-why-choose-us-section .why-choose-card {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  display: flex;
  gap: 10px;
  padding: 20px;
  background-color: #001F3D;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index-why-choose-us-section .why-choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  z-index: 2;
}
.index-why-choose-us-section .why-choose-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
  z-index: 2;
}
.index-why-choose-us-section .why-choose-card:hover {
  background-color: #001F3D;
}
.index-why-choose-us-section .why-choose-card:hover h3 {
  color: #fff;
}
.index-why-choose-us-section .why-choose-card:hover p {
  color: #fff;
}
.index-why-choose-us-section .why-choose-card .icon i {
  font-size: 30px;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fa3d36;
  border: 1px solid #fa3d36;
  border-radius: 5px;
  margin-top: 20px;
}
.index-why-choose-us-section .why-choose-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #f0702e;
}
.index-why-choose-us-section .why-choose-card p {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.index-why-choose-us-section .why-choose-card .high-light {
  color: #f0702e;
}

.our-elevator-section .oru-elevator-card {
  padding: 20px;
}
.our-elevator-section .oru-elevator-card .section-img {
  position: relative;
  z-index: 0;
}
.our-elevator-section .oru-elevator-card .section-img img {
  border-radius: 25px;
}
.our-elevator-section .oru-elevator-card .section-img .section-text {
  width: 90%;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.our-elevator-section .oru-elevator-card .section-img .section-text h3 {
  font-size: 20px;
  color: #001f3d;
  font-weight: 700;
}
.our-elevator-section .oru-elevator-card .section-img .section-text p {
  font-size: 18px;
  color: #000;
}
.our-elevator-section .oru-elevator-card .section-img .view-btn {
  display: flex;
  justify-content: end;
}
.our-elevator-section .oru-elevator-card .section-img .view-btn a {
  color: #369ff0;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.our-elevator-section .oru-elevator-card .section-img .view-btn a i {
  margin-left: 15px;
  color: #0f659b;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #95cff8;
  transform: scale(1);
  animation: pulse 2s infinite;
  border: 1px solid #d9d9d9;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #95cff8;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(222, 84, 72, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
  }
}

.professional-journey-section {
  background-image: linear-gradient(110deg, hsl(210, 100%, 12%) 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
}

.testimonial-card {
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  height: 100%;
  width: 100%;
}
.testimonial-card .section-text {
  padding: 0;
}
.testimonial-card p {
  color: #0f0d1d;
  font-size: 20px;
  text-align: start;
}
.testimonial-card h6 {
  text-align: end;
  color: #a8324b;
  font-size: 21px;
  font-weight: 700;
}
.testimonial-card .star-icon .star i {
  color: #fbb03b;
  font-size: 14px;
}

.partner-beyond-section {
  background-image: linear-gradient(110deg, hsl(210, 100%, 12%) 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
  background-attachment: fixed;
}
.partner-beyond-section h2 {
  color: #fff;
}
.partner-beyond-section p {
  color: #fff;
}
.partner-beyond-section .high-light {
  color: #f9eb65;
}
.partner-beyond-section .service-card {
  padding: 10px;
}
.partner-beyond-section .service-card .section-img img {
  border-radius: 20px;
  height: 400px;
}
.partner-beyond-section .service-card .section-text {
  margin: 15px 0;
  padding: 10px;
}
.partner-beyond-section .service-card p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.partner-beyond-section .service-card h3 {
  color: #a8324b;
  font-size: 21px;
  font-weight: 700;
}

.product-why-simson-section {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
}
.product-why-simson-section::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.651);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.product-why-simson-section h2 {
  color: #fff;
}
.product-why-simson-section .section-para {
  color: #fff;
}
.product-why-simson-section .sub-heading {
  color: #f9eb65 !important;
}
.product-why-simson-section .high-light {
  color: #f9eb65 !important;
}

.get-qoute .contact-form {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
}

.md-contact-section {
  background-image: linear-gradient(110deg, hsl(210, 100%, 12%) 7%, hsl(209, 100%, 13%) 34%, hsl(209, 100%, 15%) 44%, hsl(209, 100%, 17%) 51%, hsl(209, 100%, 18%) 56%, hsl(209, 100%, 20%) 61%, hsl(209, 100%, 21%) 66%, hsl(210, 99%, 23%) 70%, hsl(210, 95%, 25%) 75%, hsl(211, 90%, 28%) 80%, hsl(212, 84%, 30%) 86%, hsl(214, 79%, 33%) 92%, hsl(215, 75%, 36%) 100%);
}
.md-contact-section .section-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 15px;
}
.md-contact-section .sub-heading {
  color: #f9eb65;
}
.md-contact-section .section-text {
  padding: 20px;
}
.md-contact-section .section-text .section-para {
  text-align: start;
}

.about-us-section-md-profile .section-img img {
  width: 100%;
  border-radius: 25px;
}
.about-us-section-md-profile .md-profile-card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.664);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us-section-md-profile .md-profile-card .section-text h3 {
  font-size: 24px;
  font-weight: 800;
}
.about-us-section-md-profile .md-profile-card .section-text .sub-heading {
  font-size: 24px;
  color: #a8324b;
}
.about-us-section-md-profile .md-profile-card .section-text .section-para {
  font-size: 18px;
}

.md-future-profile-section {
  min-height: 100% !important;
}/*# sourceMappingURL=style.css.map */