* {
  margin: 0px;
  padding: 0px;
}

/* ---------------   Nav Bar  -------------------- */
.life-logo-nav {
  background-color: #000;
  padding: 0px 20px;
  color: #fff;
}

.life-logo-nav .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.life-logo-nav .top-left {
  text-align: left;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: center;
  margin: 5px 0;
}

.logo-nav-color {
  color: #fff;
  text-decoration: none;
}

.life-logo-nav .top-right {
  text-align: right;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: justify;
  margin: 5px 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
}

.nav-box-padding {
  padding: 0px 50px !important;
}

@media (max-width:767px) {
  .nav-box-padding {
    padding: 0px 20px !important;
}
}
.nav-link {
  color: #000 !important;
  font-weight: 600 !important;
  margin-right: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #cc2227;
  color: #fff !important;
}

.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle::after {
  content: " \25BC";
  font-size: 0.6em;
  margin-left: 5px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  transition: all 0.2s ease;
  margin-top: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
}

.navbar-nav .dropdown-menu {
  top: 100%;
}

.nav-item .dropdown-toggle::after {
  font-size: 1.1rem;
}

/* Default (Desktop) styling assumed to be already present */

@media screen and (max-width: 768px) {
  .life-logo-nav .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .life-logo-nav .top-left,
  .life-logo-nav .top-right {
    width: 100%;
    margin: 5px 0;
  }

  .life-logo-nav .top-left a,
  .life-logo-nav .top-right a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 12px;
  }

  .life-logo-nav .top-left i,
  .life-logo-nav .top-right i {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {

  .life-logo-nav .top-left a,
  .life-logo-nav .top-right a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 9px;
    text-align: left;
  }
}

/* ------------------------------------------ HOME PAGE ---------------------------------------- */

/* ------------------------------  Footer --------------------------- */


.footersection {
  padding: 35px 50px 5px 50px;
  overflow: hidden;
  text-align: left;
  background: #000;
  z-index: 1;
}

.footer-para {
  padding: 0px 35px;
}

.footer-para-width {
  width: 421px;
}

@media (max-width: 767px) {
  .footer-para-width {
    width: 260px;
  }
}

.footercontent a {
  margin: 0 3px;
}

.footercontent a i {
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  margin: auto;
  line-height: 28px;
  font-size: 16px;
  border-radius: 50%;
}

.footercontent a i:hover {
  color: #000;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}



.footersection+hr {
  margin-top: 30px;
}

.footertitle {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: .15em;
  color: #fff;
}

.footercolwidth {
  font-size: 12px;
  margin-left: -38px;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
}

footer p {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}

.footercolwidth li {
  margin-top: 24px;
  color: #fff;
  list-style: none;
}

.footercolwidth li a {
  color: #fff;
  text-decoration: none;
}

.width-insurances {
  line-height: 7px;
}

.footermenulist {
  text-align: center;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: -20px;
  margin-left: -20px;
}

.footermenulist>li {
  display: inline-block;
  margin-bottom: 17px;
  width: 100%;
  text-align: left;
}

.footermenulist a,
.footermenulist a:focus,
.footermenulist a:active {
  color: #fff;
}

.footermenulist a:hover {
  color: #336699;
}


.copyrights {
  text-align: center;
  color: #87919F;
}

@media (min-width: 768px) {

  .footermenulist {
    text-align: left;
  }
}

@media(max-width:767px) {
  .productframe {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footercolwidth {
    margin-left: -20px;
  }
}

.slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



/* -- New Slider --- */

.vs-hero__layout1 {
  position: relative;
}

.main-container3 {
  max-width: calc(1920px + 15px);
  padding-left: calc(15px / 2);
  margin: 0 0 0 auto;
}

.vs-hero__content {
  padding: 55px 0px 80px 45px;
  position: relative;
  border-left: 10px solid #ed3237;
  z-index: 1;
  margin-left: 240px;
}

.vs-hero__content::before,
.vs-hero__content::after {
  content: "";
  position: absolute;
  height: 10px;
  left: 0;
  background-color: #ed363b;
}

.vs-hero__content::before {
  width: 65%;
  bottom: 0;
}

.vs-hero__content::after {
  width: 40%;
  top: 0;
}

.vs-hero__content .vs-btn2 {
  text-transform: uppercase;
  border: 2px solid #65B047;
  padding: 2px 5px 2px 28px;
  background: linear-gradient(85deg, rgba(23, 166, 191, 0) 0%, rgba(102, 184, 70, 0) 72%);
}

.vs-hero__content .vs-btn2:hover {
  color: var(--title-color);
  border-color: var(--theme-color);
}

.vs-hero__content .vs-btn2:hover i {
  color: #000;
  background-color: #fff;
}

.vs-hero__subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: end;
  margin-bottom: 15px;
}

.vs-hero__subtitle .icon {
  margin-right: 12px;
}

.vs-hero__title {
    font-size: 80px;
    color: #000;
    line-height: 115%;
    margin-bottom: 30px;
}

.vs-hero__title--highlight {
  color: #ed3237;
}

.vs-hero__item2 {
  padding: 115px 0;
}

.vs-hero__item2.style2 {
  padding: 240px 0;
  border-bottom: 5px solid #000;
}

.vs-hero__text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.vs-hero .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.vs-hero .play-btn > i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
}

.vs-hero__layout1 .main-img,
.vs-hero__layout1 .vs-hero__item {
  position: relative;
}

.vs-hero__layout1 .main-img .slide-item {
  position: relative;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 122%);
}

.vs-hero__layout1 .main-img .slide-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(94deg, rgba(3, 39, 44, 0) 0%, rgba(6, 58, 65, 0) 100%);
  z-index: 1;
}

.vs-hero__layout1 .main-img img {
  width: 100%;
  max-height: 820px;
  position: relative;
}

.vs-hero__layout1 .vs-hero__item::after {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(94deg, rgb(3 39 44 / 14%) 0%, rgba(6, 58, 65, 0) 100%);
}

.vs-hero__layout1 .vs-hero__item .dot-shape {
  position: absolute;
  width: 30px;
  height: 10px;
  left: 66%;
  bottom: 0;
  background-color: #ed363b;
  border-radius: 30px;
  display: block;
}

.vs-hero-style2 {
  position: relative;
}

.vs-hero-style2 .vs-hero__title {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 52px;
}

.vs-hero-style2 .vs-hero__content {
  padding: 0;
  border: none;
  margin-left: 0;
}

.vs-hero-style2 .vs-hero__content::after,
.vs-hero-style2 .vs-hero__content::before {
  display: none;
}

.vs-hero-style2 .main-img img {
  clip-path: none;
}

.vs-hero-style2 .bottom-shape {
  display: block;
}

.vs-hero-style2 .bottom-shape img {
  width: 100%;
  text-align: center;
}

.shape-mockup {
  position: absolute;
  z-index: 0;
}

.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.slick-slider {
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (min-width: 2500px) {
  .main-container3 {
    margin: 0 auto;
  }
}

@media (min-width: 2200px) and (max-width: 2499px) {
  .vs-hero__content {
    margin-left: 165px;
  }
}

@media (max-width: 1780px) {
  .vs-hero__content {
    margin-left: 40px;
  }
}

@media (max-width: 1500px) {
    .vs-hero__title {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
  .vs-hero__title {
    font-size: 32px;
    line-height: 130%;
  }
  .vs-hero__item2.style2 {
    padding: 120px 0 140px;
  }
}

@media (max-width: 991px) {
  .vs-hero__layout1 .vs-hero__content {
    margin: 80px 0 40px;
  }
  .vs-hero__layout1 .vs-hero__title {
    font-size: 65px;
  }
  .vs-hero__layout1 .vs-hero__image .main-img img {
    width: 100%;
    max-height: 510px;
    clip-path: none;
    position: relative;
  }
  .vs-hero__item2.style2 {
    padding: 80px 0 140px;
  }
  .vs-hero-style2 .vs-hero__item2 {
    padding: 80px 0 100px;
  }
  .vs-hero-style2 .vs-hero__item2 .vs-hero__content {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .vs-hero__layout1 .vs-hero__title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .vs-hero__image .main-img,
  .vs-hero__layout1 .main-img .slide-item {
    clip-path: none;
  }
}

/*========================  HOME PAGE STYLING  ==================== */


/* --------- SLIDER ------------ */

.hero-1 {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #303726;
}

@media (max-width: 1899px) {
  .hero-1 .text-transparent {
    display: none;
  }
}

.hero-1 .text-transparent {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1;
}

.hero-1 .text-transparent h2 {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
}

.hero-1 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1 .dot-shape {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}

.hero-1 .frame-shape {
  position: absolute;
  bottom: 13%;
  left: 32%;
  animation: rounded 5s linear infinite;
}

.hero-1 .mask-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.carousel-control-next-icon {
  background-color: #eb1b21;
}

.carousel-control-prev-icon {
    background-color: #eb1b21;
}
.hero-1 .mask-shape img {
  height: 110%;
  object-fit: cover;
}

.align-items-center {
  align-items: center !important;
}

.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}

.hero-1 .hero-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.hero-1 .hero-content h6:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-1 .hero-content h1 {
  text-transform: none;
  margin-bottom: 30px;
}

.hero-1 .hero-content p {
  font-size: 18px;
  color: #fff;
}

.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.theme-btn {
  background-color: #c76a1f;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 0;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
}

.theme-btn:after,
.theme-btn:before {
  content: "";
  background-color: #fff;
  width: 0;
  height: 50%;
  position: absolute;
  transition: all .3s cubic-bezier(.785, .135, .15, .86);
  z-index: -1;
}

.theme-btn:before {
  top: 0;
  left: 0;
}

.hero-1 .hero-image {
  max-width: 100%;
  height: auto;
}

/* 
.ns-banner-content-subtitle {
    display: inline-block;
    background: #ed32373d;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
}


.ns-banner-content-subtitle::after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 20px;
    height: 40px;
    background-color: #ed32373d;
} */

.section__subtitle img {
    margin-right: 12px;
    filter: brightness(0.5);
    vertical-align: middle;
    max-height: 24px; /* Adjust as per your design */
}

.ns-banner-content-subtitle {
    display: inline-block;
    background-color: #ed3439;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 12px 0 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 3px;
    text-transform: uppercase;
    border-radius: 4px; 
}

.ns-banner-content-subtitle::after {
    position: absolute;
    content: "";
    top: 0;
    right: -18px;
    width: 20px;
    height: 40px;
    background-color: #ed3439;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 1;
}
/* Tablet (up to 991px) */
@media (max-width: 991px) {
  .ns-banner-content-subtitle {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 12px;
  }
  .ns-banner-content-subtitle::after {
    width: 16px;
    height: 36px;
    right: -16px;
  }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) {
  .ns-banner-content-subtitle {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 10px;
  }
  .ns-banner-content-subtitle::after {
    width: 14px;
    height: 32px;
    right: -14px;
  }
}

@media (max-width: 575px) {
  .ns-banner-content-subtitle {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0px 6px 3px 8px;
  }
  .ns-banner-content-subtitle::after {
    display: none;
  }
}


@media (max-width: 1440px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
    color: #fff;
  }

  .hero-1 .text-transparent h2 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 60px 40px;
    flex-direction: column;
    text-align: center;
  }

  .hero-1 .hero-content {
    padding-bottom: 30px;
  }

  .hero-1 .text-transparent {
    display: none;
  }

  .hero-1 .hero-content h1 {
    font-size: 42px;
  }

  .hero-1 .hero-content p {
    font-size: 16px;
  }

  .hero-1 .hero-content .hero-button {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .hero-1 .hero-image {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
  }

  .hero-1 .hero-content h1 {
    font-size: 36px;
  }

  .hero-1 .hero-content h6 {
    font-size: 14px;
    padding-left: 35px;
  }

  .hero-1 .hero-content p {
    font-size: 15px;
  }

  .theme-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
  .vs-hero__subtitle {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex
;
    align-items: end;
    margin-bottom: 15px;
}

    .vs-hero__layout1 .vs-hero__title {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
  .hero-section {
    padding: 30px 15px;
  }

  .hero-1 .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-1 .hero-content h6 {
    font-size: 12px;
    padding-left: 25px;
  }

  .hero-1 .hero-content p {
    font-size: 14px;
  }

  .hero-1 .hero-content .hero-button {
    gap: 10px;
  }

  .theme-btn {
    width: 100%;
    text-align: center;
  }

  .hero-1 .frame-shape,
  .hero-1 .dot-shape,
  .hero-1 .line-shape {
    display: none;
  }

  .hero-1 .mask-shape img {
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
}


/* ------------- FIX - WIDTH FOR ALL SECTION----------- */

.fix-width {
  padding: 0px 100px 0px 100px;
}





/* ----- Brand We Work with  ------ */
.brand-box {
  padding: 50px 0px 50px 0px;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 50px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.brand-logo {
  border: 1px solid #00000026;
  flex: 0 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}



/* --- All Page Header --- */
.all-page-header {
  float: left;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff !important;
  content: var(--bs-breadcrumb-divider, "/");
}








/* ------------- About Us ------------------ */

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section__title-wrapper {
  position: relative;
  z-index: 55;
}

.title-animation {
  overflow: hidden;
}

.color-theme-primary {
  color: blue;
}

.section__subtitle img {
    margin-right: 4px;
    filter: brightness(0.5);
    margin-bottom: 6px;
}

.about-us__content h2 {
  max-width: 591px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.mb-xs-25 {
  margin-bottom: 25px;
}

.about-us__content .skill-one__progress {
  position: relative;
  display: block;
  width: 100%;
}

.about-us__media {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: -40px;
  gap: 30px;
  position: relative;
}

.about-us__media-big-shape {
  position: absolute;
  right: 0;
  top: 9%;
  z-index: 0;
}

.text-end {
  text-align: right !important;
}

.about-us__media-img.img1 {
    padding-top: 65px;
    margin-bottom: 20px;
}

.about-us__media-img {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.about-us__media-img.img1 .shape {
  bottom: 20px;
  left: 0;
  filter: grayscale(1);
}

.about-us__media-img.img2 .shape {
  right: 20px;
  top: -40px;
  filter: grayscale(1);
}

.about-us__media-img .shape {
  z-index: 2;
  position: absolute;
  border-radius: 0;
}

.about-us__media-img img {
  overflow: hidden;
  border-radius: 20px;
}

.downUp {
  animation: downUp 1.3s infinite alternate;
}

@keyframes downUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}

.about-us__media-experience-box {
  position: relative;
  z-index: 4;
  padding: 18px 28px;
  background: #fff;
  border: 1px solid #E4E5E5;
  border-radius: 20px;
  display: flex;
  gap: 28px;
  align-items: center;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist.style2 li:not(:last-child) {
  margin-bottom: 13px;
}

.checklist.style2 li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  gap: 15px;
}

.checklist li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.checklist.style2 li > i {
    font-size: 2px;
    border-radius: 50%;
    border: 1px dashed #ed3237;
    padding: 6px;
}

.fa-check:before {
    content: "\f00c";
    font-size: 14px;
    color: #ed3237;
}

@media(max-width:767px){
  .about-big{
    display: none;
  }

  .about-us__media {
    padding-top: 80px;
    padding-bottom: 0px;
    margin-top: -40px;
    gap: 30px;
    position: relative;
}

.about-us__media-big-shape{
  display: none;
}

.about-us__media-img.img1 {
    padding-top: 0px;
    margin-bottom: 0px;
}

.about-us__media {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -40px;
    gap: 30px;
    position: relative;
}

.about-us__media-experience-box {
    position: relative;
    z-index: 4;
    padding: 18px 28px;
    background: #fff;
    border: 1px solid #E4E5E5;
    border-radius: 20px;
    display: flex
;
    gap: 28px;
    align-items: center;
    margin-top: -100px;
}
.ns-banner-content-subtitle::after {
    position: absolute;
    content: "";
    top: 0;
    right: -19px;
    width: 20px;
    height: 40px;
    background-color: rgba(237, 50, 55, 0.24);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 1;
}
}







/* ---------------- Our Services --------------- */
.fix-width{
  padding: 40px 40px 40px 40px;
}

.tf__single_category {
  position: relative;
  margin-top: 25px;
}

.tf__single_category_icon {
    width: 85px;
    height: 85px;
    background: #cc2227;
    line-height: 85px; /* match with height */
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 1;
    transform: translateY(-50%);
}


.tf__single_category_text {
    margin-left: 60px;
    padding: 20px 30px 10px 70px;
    background-color: #f3f7fb;
    border-left: 5px solid #cc2227;
    border-radius: 5px;
    position: relative;
    color: #333;
}

.service-icon{
      height: 50px;
     margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .tf__single_category_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }

  .tf__single_category_text {
    padding: 30px 25px 30px 85px;
  }
}
/* Default Styles (already provided by you) */


/* Large devices (between 992px and 1199px) */
@media (max-width: 1199px) {
  .tf__single_category_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
  .tf__single_category_text {
    padding: 30px 25px 30px 85px;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (max-width: 991px) {
  .tf__single_category_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    left: 4%;
  }
  .tf__single_category_text {
    padding: 25px 20px 20px 80px;
    font-size: 15px;
  }
}

/* Small devices (landscape mobiles, up to 767px) */
@media (max-width: 767px) {
  .tf__single_category {
    margin-top: 20px;
  }
  .tf__single_category_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 3%;
  }
  .tf__single_category_text {
    margin-left: 50px;
    padding: 20px 15px 15px 65px;
    font-size: 14px;
  }
}

/* Extra small devices (portrait mobiles, up to 575px) */
@media (max-width: 575px) {
  .tf__single_category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tf__single_category_icon {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 15px auto;
  }
  .tf__single_category_text {
    margin-left: 0;
    padding: 15px;
    border-left: none;
    border-top: 5px solid #cc2227;
  }
}



/* ----- Why US ------- */
.ns-choose-img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    background-position: right center;
    margin-left: 20px;
}

.ns-choose-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-choose-shape.choose-shape-1 {
        right: 20px;
    }
}

.ns-choose-shape.choose-shape-1 {
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
}

.ns-choose-shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-choose-shape.choose-shape-2 {
        top: 50px;
        right: 120px;
    }
}

.ns-choose-shape.choose-shape-2 {
    top: 70px;
    right: 315px;
}

.ns-choose-shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-choose-shape.choose-shape-3 {
        right: 70px;
        bottom: 40px;
    }
}

.ns-choose-shape.choose-shape-3 {
    right: 195px;
    bottom: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-choose-bg {
        right: -175px;
    }
}

.ns-choose-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    height: 100%;
}

.ns-choose-bg img {
    width: 100%;
    height: 100%;
}


.button a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background-color: #ed3136;
    padding: 8px 15px;
    border-radius: 10px;
}
.button:hover a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background-color: #000000;
    padding: 8px 15px;
    border-radius: 10px;
    transition: ease-in-out;
}

.points-ul {
    list-style-type: none;
    margin-left: -30px;
    line-height: 3;
}
.points {
    margin-right: 20px;
    background-color: #00000029;
    padding: 5px;
    border-radius: 50%;
}

.point-text{
      font-weight: 500;
    font-size: 17px;
}



@media (max-width: 767px) {
  .ns-choose-area {
    padding: 30px 15px;
  }
  .ns-choose-img {
    width: 250px;
    height: 250px;
  }
  .point-text {
    font-size: 12px;
  }
  .points {
    margin-right: 10px;
    padding: 4px;
  }
}

@media (max-width: 575px) {
  .ns-choose-area {
    padding: 20px 10px;
  }
  .ns-choose-img {
    width: 200px;
    height: 200px;
  }
  .point-text {
    font-size: 13px;
  }
  .button a {
    padding: 6px 12px;
    font-size: 14px;
  }
}

.ns-choose-img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.ns-choose-img img {
    width: 100%;
    height: 100%;
}


@media (max-width: 575px) {
    .ns-choose-img {
        width: 220px;
        height: 220px;
        border-width: 6px;
    }
    .ns-choose-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff; 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
    margin-left: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}

/* ------------- COUNTER -------------- */
.counter-card-wrap {
    padding: 65px 40px;
}

.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.counter-card {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.counter-card_icon {
    width: 112px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    z-index: 2;
}

.counter-card-wrap .counter-card_icon:before {
    background-color: yellowgreen !important;
}

.counter-card_icon:before, .counter-card_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d60c0c;
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2;
}

.counter-card_icon:after {
    background-color: #fff;
    top: 2px;
    left: 10px;
    z-index: -1;
}

.counter-card_icon:before, .counter-card_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4e4e4;
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.counter-card-wrap .counter-card_number {
    font-weight: 700;
}

.counter-card_number {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: -0.3em;
}

.counter-card-wrap .counter-card_number {
    font-weight: 700;
}

.counter-card_number {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: -0.3em;
}

.counter-card_text {
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: -0.5em;
}

.counter-icon {
    margin-left: -15px;
    filter: invert(1);
}

/* Tablet View */
@media (max-width: 991px) {
    .counter-card-wrap {
        padding: 40px 20px;
    }

    .counter-card {
        gap: 20px;
    }

    .counter-card_icon {
        width: 90px;
        height: 80px;
        line-height: 80px;
        padding-left: 10px;
    }

    .counter-card_number {
        font-size: 32px;
    }

    .counter-card_text {
        font-size: 14px;
    }
}

/* Mobile View */
@media (max-width: 576px) {
    .counter-card-wrap {
        padding: 30px 15px;
    }

    .counter-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        margin-top: 50px;
    }

    .counter-card_icon {
        width: 70px;
        height: 60px;
        line-height: 60px;
        padding-left: 0;
        margin-bottom: 0;
    }

    .counter-card_number {
        font-size: 26px;
        margin-top: 0;
    }

    .counter-card_text {
        font-size: 13px;
    }

        .counter-icon {
        margin-left: 0;
        height: 50px;
    }
}


/* ------------------- PRODUCTS ---------------- */

.product-padding{
  padding: 70px;
}

@media(max-width:767px){
  .product-padding {
    padding: 30px;
}
}

.vs-service__style1 {
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 8px solid transparent;
    transition: all 0.5s ease;
    height: 235px;
}

.vs-service__img {
    overflow: hidden;
    position: relative;
}

.vs-service__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(3, 39, 44, 0.17);
}

.vs-service__img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.vs-service__body {
    padding: 10px 10px 10px;
}

.vs-service__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed #D4D4DB;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.5s ease;
}

.vs-service__subtitle {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cc2227;
    margin-bottom: 0;
}

.vs-service__title {
    margin-bottom: 0;
    font-size: 20px;
}

.vs-service__title a {
    color: #cc2227;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
}

.slick-slide img {
    display: inline-block;
}

.vs-service__header::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 6px;
    bottom: -4px;
    right: 0;
    background-color: #D4D4DB;
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.service-box {
  flex: 0 0 calc(20% - 16px); 
  margin-bottom: 30px;
}

.name-pb{
      padding-bottom: 18px;
}

.service-box {
  flex: 0 0 calc(20% - 16px);
}

@media (max-width: 1024px) {
  .service-box {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 768px) {
  .service-box {
    flex: 0 0 calc(50% - 16px);
  }
  .vs-service__style1 {
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 8px solid transparent;
    transition: all 0.5s ease;
    height: auto;
}
}

@media (max-width: 480px) {
  .service-box {
    flex: 0 0 100%;
  }
}



.vs-service__style1 {
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 8px solid transparent;
    transition: all 0.5s ease;
    height: 290px; /* fixed height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vs-service__img {
    flex: 0 0 auto;
        padding: 10px;
}

.vs-service__img img {
    width: 100%;
    height: 194px; 
    object-fit: cover;
    display: block;
}

.vs-service__body {
    flex: 1 1 auto;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}

.vs-service__header {
    display: flex;
    align-items: flex-start; /* align text from top */
    justify-content: space-between;
    gap: 10px;
    border-bottom: 2px dashed #D4D4DB;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.vs-service__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cc2227;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

.vs-service__icon img {
    width: 30px;
    height: auto;
}

@media (mmax-width:767px){
  .vs-service__style1 {
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 8px solid transparent;
    transition: all 0.5s ease;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
}

.vs-service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
}