@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
:root {
  --bs-primary-rgb: 206, 9, 9;
  --bs-secondary-rgb: 0, 66, 137;
  --bs-light-rgb: 110, 110, 110;
  scroll-behavior: auto;
}

html, body {
  scrollbar-width: thin;
}

body {
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
  font-family: "Yantramanav", sans-serif;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
}

.ratio-64p {
  --bs-aspect-ratio: 64%;
}

.text-primary-dark {
  color: #6c0000;
}

.text-secondary-dark {
  color: #022d5c;
}

.bg-tertiary {
  background-color: var(--bs-tertiary-bg);
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}

.ts-1p10 {
  transform: scale(1.1) !important;
}

.ts-1p15 {
  transform: scale(1.15) !important;
}

.ts-1p20 {
  transform: scale(1.2) !important;
}

.ts-1p25 {
  transform: scale(1.25);
}

.ts-1p30 {
  transform: scale(1.3);
}

.ts-1p35 {
  transform: scale(1.35);
}

.ts-1p40 {
  transform: scale(1.4);
}

.ts-1p45 {
  transform: scale(1.45);
}

.ts-1p50 {
  transform: scale(1.5);
}

.ts-1p70 {
  transform: scale(1.7);
}

.ts-1p80 {
  transform: scale(1.8);
}

.ts-1p90 {
  transform: scale(1.9);
}

.ts-1p100 {
  transform: scale(2);
}

.to-start {
  transform-origin: left;
}

.fs-48 {
  font-size: 3rem;
}

.maxw-50px {
  max-width: 50px;
}

.maxw-60px {
  max-width: 60px;
}

.maxw-80px {
  max-width: 80px;
}

.maxw-100px {
  max-width: 100px;
}

.maxw-110px {
  max-width: 110px;
}

.maxw-120px {
  max-width: 120px;
}

.maxw-130px {
  max-width: 130px;
}

.maxw-140px {
  max-width: 140px;
}

.maxw-150px {
  max-width: 150px;
}

.mmwh-70px {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
}

.modal-backdrop {
  --bs-backdrop-bg: #022d5c;
  --bs-backdrop-opacity: 0.90;
}

.py-0p25 {
  padding-top: 0.063rem;
  padding-bottom: 0.063rem;
}

.py-0p50 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.mt-0p50 {
  margin-top: 0.125rem;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.25rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.25rem !important;
}

.mt-n4 {
  margin-top: -1.25rem !important;
}

.mt-n5 {
  margin-top: -1.5rem !important;
}

.dash-line {
  display: inline-block;
  vertical-align: baseline;
  background: currentColor;
  width: 100%;
  height: 2px;
}

.accordion-flush button[aria-expanded=true] {
  pointer-events: none;
}

.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .30);
}

.btn-primary {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #ce0909;
  --bs-btn-border-color: #ce0909;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6c0000;
  --bs-btn-hover-border-color: #6c0000;
  --bs-btn-focus-shadow-rgb: 206, 9, 9;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #ce0909;
  --bs-btn-active-border-color: #ce0909;
}

.btn-secondary {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #004289;
  --bs-btn-border-color: #004289;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #022d5c;
  --bs-btn-hover-border-color: #022d5c;
  --bs-btn-focus-shadow-rgb: 0, 66, 137;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #004289;
  --bs-btn-active-border-color: #004289;
}

.btn-md {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  padding-bottom: 0.575rem;
  text-transform: uppercase;
}

.top-bar {
  background-color: #022d5c;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}
.top-bar::before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 100%;
  background-color: #ce0909;
  transform: skewX(45deg);
  z-index: 0;
  top: 0;
  left: -20px;
}
.top-bar .top-call {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.top-bar .top-call:hover {
  opacity: 0.8;
}

.navbar {
  --bs-navbar-padding-y: 0.25rem;
  --bs-navbar-color: #000;
  --bs-navbar-nav-link-padding-x: 0;
  box-shadow: 0 2px 4px rgba(0, 66, 137, 0.05);
  background-color: var(--bs-white);
  position: sticky;
  top: 0;
  z-index: 100;
  --logo-width: 180px;
  --bs-navbar-hover-color: #ce0909;
  --bs-navbar-active-color: #ce0909;
}
.navbar .navbar-brand img {
  transition: 300ms;
  max-width: var(--logo-width);
}
.navbar.is-sticky {
  --logo-width: 100px;
  box-shadow: 0 2px 4px rgba(0, 66, 137, 0.15);
}
.navbar .dropdown-menu {
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-link-active-bg: #ce0909;
  --bs-dropdown-font-size: 1.06rem;
  --bs-dropdown-padding-y: 0.75rem;
  --bs-dropdown-item-padding-y: 0.625rem;
  min-width: 300px;
}
.navbar .dropdown-menu .dropdown-item {
  white-space: normal;
  line-height: 1.3;
}

.navbar-toggler {
  --bs-navbar-toggler-padding-x: 0.375rem;
  --bs-navbar-toggler-border-radius: 0;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.75rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: 500;
  gap: 30px;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
}

.page-title {
  position: relative;
  padding: 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-title .page-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-title .moving-text {
  margin: 0;
  position: absolute;
  font-weight: 900;
  font-size: calc(20px + 12vw);
  white-space: nowrap;
  line-height: 1;
  right: 20px;
  bottom: -20px;
  color: #fff;
  text-fill-color: transparent;
  text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  pointer-events: none;
  z-index: 1;
  transition: 200ms ease;
  transform: translateX(0);
  opacity: 0.25;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .display-4 {
  color: #fff;
  font-weight: 800;
}
.page-title .page-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.page-title .breadcrumb-item {
  color: #fff;
}
.page-title .breadcrumb-item a {
  color: #ce0909;
  text-decoration: none;
}
.page-title .breadcrumb-item a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.carousel-items .owl-stage {
  display: flex;
}

.carousel-items .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.owl-carousel-bullet .owl-dots {
  display: flex;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 5px;
  justify-content: center;
}

.owl-carousel-bullet .owl-dots .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.15);
}

.owl-carousel-bullet .owl-dots .owl-dot.active, .owl-carousel-bullet .owl-dots .owl-dot:focus-visible {
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  outline: none;
}

.section-banner {
  position: relative;
  min-height: calc(100vh - 38px - 98px);
  display: flex;
  align-items: center;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item {
  min-height: inherit;
}
.section-banner .item {
  position: relative;
  min-height: inherit;
}
.section-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.section-banner .item .img-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
}
.section-banner .item .container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-banner .item .item-video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
}
.section-banner .button-lg {
  text-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ce0909;
}

.img-setright {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}
.img-setright img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pattern-bg {
  --s: 18px;
  --c1: #f9ecec;
  --c2: #f5f5f6;
  --g1: conic-gradient(at 37.5% 87.5%,#0000 75%,var(--c1) 0);
  --g2: conic-gradient(at 12.5% 62.5%,#0000 75%,var(--c2) 0);
  background: var(--g2) calc(var(--s) / 4) calc(var(--s) / 4), var(--g2) calc(5 * var(--s) / 4) calc(5 * var(--s) / 4), var(--g1), var(--g1) var(--s) var(--s) var(--c2);
  background-size: calc(2 * var(--s)) calc(2 * var(--s));
  background-attachment: fixed;
}

.card-service {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-cap-padding-y: 1rem;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-border-radius: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-border-width: 0;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 3px solid #ce0909;
  transition: 350ms ease;
  height: 100%;
}
.card-service:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1), 0px 6px 0px 4px rgba(0, 0, 0, 0.1), 0px 9px 0px 6px rgba(0, 0, 0, 0.1), -23px -16px 0px -3px rgba(0, 0, 0, 0);
}
.card-service .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-service .card-footer a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ce0909;
  text-underline-offset: 7px;
  font-weight: 500;
  font-size: 0.925rem;
}
.card-service .card-footer a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(206, 9, 9, 0.85);
}
.card-service .card-footer a:active {
  color: #004289;
  text-decoration: underline;
  text-decoration-color: rgba(0, 66, 137, 0.85);
}
.card-service .card-footer .icon {
  font-size: 52px;
  transform-origin: bottom right;
  opacity: 0.2;
  color: #022d5c;
  pointer-events: none;
}

.tick-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tick-list li {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ce0909' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z' clip-rule='evenodd' stroke-width='1' stroke='%23ce0909'/></svg>");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: 0px 2px;
  padding-left: 34px;
  font-size: 1.25rem;
}

.since-section {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.since-section .since-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
}

.card-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 60px;
  transition: 300ms;
}
.card-block:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.card-block .ratio-64p {
  overflow: hidden;
  display: block;
}
.card-block .ratio-64p img {
  transition: 0.5s;
}
.card-block .ratio-64p:hover img {
  transform: scale(1.1);
}
.card-block .btn {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 27px);
  bottom: -26px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.card-block .btn:hover {
  opacity: 0.9;
}
.card-block .link-underline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 60px;
}
.card-block .link-underline:hover {
  opacity: 0.8;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.services-list a {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  background-color: #f7f6f6;
  border-left: 4px solid #ccc;
  padding: 12px 12px 12px 18px;
  color: #004289;
  transition: 300ms;
}
.services-list a.active, .services-list a:hover {
  background-color: #ce0909;
  color: #fff;
  border-left-color: #022d5c;
}

.tab-filter {
  text-align: center;
  display: flex;
  gap: 8px 36px;
  justify-content: center;
  align-items: center;
}
.tab-filter button {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 4px 0;
  color: #022d5c;
  margin: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: 300ms;
  outline: none;
}
.tab-filter button:hover, .tab-filter button:focus-visible {
  opacity: 0.75;
  border-bottom: 1px solid #004289;
}
.tab-filter button.active {
  opacity: 1;
  pointer-events: none;
  color: #ce0909;
  border-bottom: 1px solid #ce0909;
}

.tab-box {
  position: relative;
  aspect-ratio: 1/1;
  cursor: pointer;
  background-color: #ce0909;
  overflow: hidden;
}
.tab-box img, .tab-box iframe, .tab-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  pointer-events: none;
}
.tab-box p {
  margin: 0;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 16px;
  left: 22px;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.tab-box:hover p {
  transform: scaleY(1);
}
.tab-box:hover img, .tab-box:hover iframe, .tab-box:hover video {
  opacity: 0.2;
  transform: scale(1.1) rotate(5deg);
}

.col-anim {
  animation: colAnim 0.5s ease-in-out;
}

.col-animall {
  animation: colAnimall 0.5s ease-in-out;
}

@keyframes colAnim {
  from {
    transform: scale(0.75);
    opacity: 0.15;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes colAnimall {
  from {
    transform: scale(0.75);
    opacity: 0.15;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*Start | Light Box*/
.modal-lighting .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal-lighting .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  height: 100vh;
}
.modal-lighting .carousel-indicators li {
  width: 18px;
  height: 6px;
  border: 0;
  border-radius: 1px;
  margin-right: 3px;
  margin-left: 3px;
  background: #999;
  list-style-type: none;
}
.modal-lighting .carousel-indicators li.active {
  background: #ce0909;
}
.modal-lighting .modal-body,
.modal-lighting .carousel,
.modal-lighting .carousel-item {
  height: 100vh;
}
.modal-lighting .carousel-control-next, .modal-lighting .carousel-control-prev {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.modal-lighting .carousel-item img, .modal-lighting .carousel-item video {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
}
.modal-lighting .btn-lightbox-close {
  font-family: Arial;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 34px;
  height: 34px;
  border-radius: 0 0 0px 34px;
  background: rgba(0, 0, 0, 0.75);
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0 0 2px red;
  font-size: 28px;
  line-height: 0;
  padding: 0 0 5px 5px;
  opacity: 1;
  outline: none;
  transition: 300ms;
}
.modal-lighting .btn-lightbox-close:hover {
  opacity: 0.65;
}

[data-light] {
  cursor: pointer;
}
[data-light] * {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 250ms;
}
[data-light][data-light*=".mp4"] video, [data-light][data-light*=".webm"] video {
  pointer-events: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
[data-light][data-light*=".mp4"]:after, [data-light][data-light*=".webm"]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23bb260c' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 300ms;
  filter: drop-shadow(0 0 0.15rem #fff);
}
[data-light]:hover * {
  transform: scale(1.02);
}

body:has(.modal-lighting.show) .modal-backdrop {
  --bs-backdrop-bg: #022d5c;
  --bs-backdrop-opacity: 0.95;
}

/*End | Light Box*/
.card-price {
  overflow: hidden;
  border: 2px solid rgba(0, 66, 137, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background: rgba(0, 66, 137, 0.05);
  transition: 300ms;
}
.card-price:hover {
  border: 2px solid rgba(0, 66, 137, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.card-price .card-header {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  height: 110px;
  padding: 0;
  position: relative;
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.card-price .card-header img {
  display: block;
  max-width: 100%;
  max-height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translateY(-8px);
}

.card-amount {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
  min-height: 60px;
}

.card-amount i {
  font-size: 20px;
  line-height: 1;
  font-style: normal;
}

.card-amount span {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #ce0909;
}

.card-amount strong {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  color: #004289;
  align-self: center;
}

.card-amount small {
  align-self: flex-end;
}

.tooltip {
  --bs-tooltip-bg: #ce0909;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-border-radius: 0;
  --bs-tooltip-opacity: 1;
}


/*Ashraf*/

/********************Enquiry********/

html{
scroll-behavior:smooth;
}

.enquiry-form{
    background:#2f3b8f;
    padding:25px;
    border-radius:6px;
    color:#fff;
}

.enquiry-form label{
    font-size:14px;
    font-weight:500;
}

.enquiry-form .form-control{
    border-radius:4px;
    border:none;
}

.enquiry-form button{
    background:#7ed321;
    border:none;
    font-weight:600;
}


.enquiry-section{
background:#f6f7fb;
}

.enquiry-box{
background:#2f3b8f;
padding:40px;
border-radius:8px;
color:#fff;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.enquiry-box label{
font-size:14px;
margin-bottom:4px;
}

.enquiry-box .form-control{
border-radius:4px;
border:none;
}

.enquiry-box button{
background:#7ed321;
border:none;
font-weight:600;
}
/******************End Enquire form********/
.premium-card {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.brand-logo {
    max-height: 50px;
}

.tyre-img {
    max-height: 200px;
    transition: 0.3s ease;
}

.premium-card:hover .tyre-img {
    transform: scale(1.08);
}

.offer-badge {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #ce0909;
    color: #fff;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}




/*End*/


footer {
  background-color: #022d5c;
  padding-top: 8px;
  color: #c8ced8;
}
footer .footer-info-box {
  color: #fff;
}
footer .footer-info-box .col-md-4 {
  border-bottom: 1px solid rgba(200, 206, 216, 0.25);
}
footer .footer-info-box .footer-content {
  display: flex;
  gap: 16px;
  padding-bottom: 1.5rem;
}
footer .footer-info-box .footer-content .icon {
  font-size: 38px;
  line-height: 1;
  color: #ce0909;
  align-self: center;
}
footer .footer-info-box .footer-content p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
footer .footer-info-box .footer-content a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
footer .footer-info-box .footer-content a:hover {
  color: var(--bs-info);
}
footer .footer-logotext a {
  display: inline-block;
  margin-bottom: 1rem;
}
footer .footer-logotext a img {
  max-width: 200px;
}
footer .footer-list {
  list-style-type: none;
  padding: 4px 0 0 0;
  margin: 0;
}
footer .footer-list li {
  margin-bottom: 10px;
}
footer .footer-list a {
  text-decoration: none;
  color: inherit;
  transition: 350ms;
  text-underline-offset: 5px;
}
footer .footer-list a:hover {
  color: var(--bs-white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
footer .footer-form .form-control {
  background: transparent;
  color: #fff;
  border-color: rgba(200, 206, 216, 0.25);
}
footer .footer-form .form-control::-moz-placeholder {
  color: #1873d3;
}
footer .footer-form .form-control::placeholder {
  color: #1873d3;
}
footer .footer-form .bi {
  display: block;
  transform: scale(1.15) translateY(2px);
}
footer .footer-social {
  display: flex;
  gap: 10px;
}
footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 40px;
  aspect-ratio: 1/1;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0;
}
footer .footer-social a:hover {
  color: #1873d3;
  background-color: #c8ced8;
  border: 1px solid #1873d3;
}
footer .copyright-bottom a {
  color: inherit;
  text-decoration: none;
  transition: 350ms;
  text-underline-offset: 4px;
}
footer .copyright-bottom a:hover {
  color: #ce0909;
  text-decoration: underline;
  text-decoration-color: rgba(206, 9, 9, 0.7);
}

.mobile-toggler {
  display: none;
  text-align: right;
  background-color: #fff;
  position: sticky;
  z-index: 100;
  top: 0;
  padding-top: 1rem;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #ce0909;
  box-shadow: 0 2px 8px #ce0909;
  bottom: 15px;
  right: 15px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 200;
}

.goto-top.active {
  opacity: 1;
  transform: scale(1);
}

.goto-top:hover {
  color: #fff;
  background-color: #004289;
  box-shadow: 0 2px 8px #004289;
}

@media screen and (max-width: 991.9px) {
  html, body {
    overflow-x: hidden;
  }
  html:has(.navbar-collapse.show) {
    overflow: hidden;
  }
  .navbar {
    --bs-navbar-toggler-transition: none;
  }
  .navbar .dropdown-menu {
    min-width: auto;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    width: 270px;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    transition: 250ms;
  }
  .navbar-collapse.show {
    box-shadow: -2000px 2000px 0 2000px rgba(0, 0, 0, 0.75);
    right: 0;
  }
  .navbar-collapse .nav-mobile-item {
    width: 100%;
  }
  .navbar-collapse .nav-mobile-item .btn-primary {
    width: 100%;
  }
  .navbar-nav {
    --bs-nav-link-padding-y: 0.375rem;
    gap: 0.5rem;
    padding: 0 1rem 2.5rem 1rem;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .mobile-toggler {
    display: block;
  }
  .page-title {
    min-height: 200px;
  }
  .page-title .moving-text {
    bottom: -10px;
    font-size: calc(20px + 10vw);
  }
  .tab-filter {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .navbar {
    --logo-width: 100px;
    box-shadow: 0 2px 4px rgba(0, 66, 137, 0.15);
  }
  .modal-lighting .carousel-indicators li {
    width: 4px;
    height: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .img-setright {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }
  .goto-top {
    bottom: 8px;
    right: 8px;
  }
}/*# sourceMappingURL=style.css.map */