@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary-color:#1c2539;
    --secondary-color:#c9a84c;
    --color-white:#fff;
    --color-dark:#000;
    --color-muted:#4a5568;
    --primary-font: "Inter", sans-serif;
    --font-body--family: "Inter", sans-serif;
    --inter-font:"Inter", sans-serif;
    --font-body--style: 14px;
    --font-body--weight: 400;
    --font-heading--family: "Inter", sans-serif;
    --font-heading--style: 14px;
    --font-heading--weight: 600;
    --font-button--family: "Inter", sans-serif;
    --font-button--style: normal;
    --font-button--weight: 600;
    --font-h1--size: 60px;
    --font-h2--size: 48px;
    --font-h3--size: 36px;
    --font-h4--size: 24px;
    --font-h5--size: 20px;
    --font-h6--size: 16px;
    --font-nav-main: 16px;
    --header-height: 35px;
    --color-background: rgba(255, 255, 255, 1);
    --color-foreground: rgba(28, 37, 57, 1);
    --color-foreground-heading: rgba(28, 37, 57, 1);
    --color-foreground-subheading: rgba(93, 102, 111, 1);
    --color-background-subheading: rgba(255, 255, 255, 0.1);
    --color-border-subheading-bg: rgba(32, 40, 45, 0.1);
    --color-primary: rgba(28, 37, 57, 1);
    --color-primary-background: rgb(21 0 204);
    --color-primary-hover: rgba(28, 37, 57, 1);
    --color-primary-background-hover: rgba(28, 37, 57, 1);
    --color-border: rgba(255, 255, 255, 0.2);
    --color-border-hover: rgba(93, 102, 111, 0.5);
    --color-shadow: rgba(0, 0, 0, 1);
    --color-overlay: rgba(28, 37, 57, 0.6);
    --font-button-size: 16px;
    --font-button-size-mobile: 16px;
    --style-button-height: 56px;
    --style-button-height-mobile: 48px;
    --style-button-slim-height: 52px;
    --style-button-slim-height-mobile: 40px;
    --style-cta-underline-offset: 5px;
    --style-cta-underline-thickness: 1px;
    --color-primary-button-text: rgba(255, 255, 255, 1);
    --color-primary-button-background: rgba(28, 37, 57, 1);
    --color-primary-button-border: rgba(28, 37, 57, 1);
    --color-primary-button-icon: rgba(28, 37, 57, 1);
    --color-primary-button-icon-background: rgba(255, 255, 255, 1);
    --color-primary-button-hover-text: rgba(32, 40, 45, 1);
    --color-primary-button-hover-background: rgba(255, 255, 255, 1);
    --color-primary-button-hover-border: rgba(32, 40, 45, 1);
    --color-primary-button-hover-icon: rgba(255, 255, 255, 1);
    --color-primary-button-hover-icon-background: rgba(28, 37, 57, 1);
    --color-secondary-button-text: rgba(32, 40, 45, 1);
    --color-secondary-button-background: rgba(255, 255, 255, 1);
    --color-secondary-button-border: rgba(255, 255, 255, 1);
    --color-secondary-button-icon: rgba(255, 255, 255, 1);
    --color-secondary-button-icon-background: rgba(32, 40, 45, 1);
    --color-secondary-button-hover-text: rgba(255, 255, 255, 1);
    --color-secondary-button-hover-background: rgba(32, 40, 45, 1);
    --color-secondary-button-hover-border: rgba(32, 40, 45, 1);
    --color-secondary-button-hover-icon: rgba(28, 37, 57, 1);
    --color-secondary-button-hover-icon-background: rgba(255, 255, 255, 1);
    --color-input-background: rgba(255, 255, 255, 1);
    --color-input-text: rgba(93, 102, 111, 1);
    --color-input-border: rgba(93, 102, 111, 0.2);
    --color-input-hover-background: rgba(255, 255, 255, 1);
    --color-input-hover-text: rgba(93, 102, 111, 1);
    --color-input-hover-border: rgba(93, 102, 111, 0.2);
    --style-border-width-buttons-primary: 1px;
    --style-border-width-buttons-secondary: 1px;
    --style-border-radius-buttons-primary: 40px;
    --style-border-radius-buttons-secondary: 40px;
    --style-border-width-inputs: 1px;
    --style-border-radius-inputs: 8px;
    --style-border-width: 1px;
    --focus-outline-width: 1px;
    --focus-outline-offset: 3px;
    --style-pagination-border-width: 1px;
       --pagination-item-foreground: rgba(28, 37, 57, 1);
    --pagination-item-background: rgba(242, 242, 242, 1);
    --pagination-item-border: rgba(242, 242, 242, 1);
    --pagination-item-active-foreground: rgba(255, 255, 255, 1);
    --pagination-item-active-background: rgba(28, 37, 57, 1);
    --pagination-item-active-border: rgba(28, 37, 57, 1);
    --swiper-navigation-size: 14px;
    --swiper-navigation-color: rgba(28, 37, 57, 1);
    --swiper-navigation-background-color: rgba(242, 242, 242, 1);
    --swiper-navigation-hover-color: rgba(28, 37, 57, 1);
    --swiper-navigation-hover-background-color: transparent;
    --swiper-pagination-bullet-inactive-color: rgba(242, 242, 242);
    --swiper-pagination-color: rgba(28, 37, 57, 1);
    --swiper-pagination-bullet-inactive-opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
   ::selection{
        background-color: var(--primary-color) !important;
        color: var(--secondary-color) !important;
      }
       ::-webkit-scrollbar {
    width: 2px;
    }
    ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    }
    ::-webkit-scrollbar-thumb {
      background-color: var(--secondary-color) !important;
    border-radius: 5px;  
    }
.site-wrapper{
  position: relative;
  overflow: clip;
}
body {
  color: var(--color-foreground);
  background: var(--color-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100svh; }

html {
  /* Firefox */
  scrollbar-width: thin;
  scroll-behavior: smooth; }

.scroll-lock {
  overflow: hidden; }

#drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3); }

#drawer-overlay:not(.show) {
  display: none; }

@media (max-width: 991px) {
  #drawer-overlay {
    display: none; } }

img,
picture,
video,
canvas,
iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  aspect-ratio: attr(width)/attr(height); }

svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }

iframe,
img {
  width: 100%;
  height: auto; }

input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs); }

textarea,
input {
  color: var(--color-input-text);
  background-color: var(--color-input-background);
  border: var(--style-border-width-inputs) solid var(--color-input-border);
  outline: none; }

textarea:focus,
textarea:hover,
input:focus,
input:hover {
  color: var(--color-input-hover-text);
  background-color: var(--color-input-hover-background);
  border-color: var(--color-input-hover-border); }

/* override ios and firefox defaults */
select {
  background-color: var(--color-background);
  color: currentcolor; }

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground); }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--inter-font);
  overflow-wrap: break-word;
  margin: 0;
  padding: 0; }
p:empty {
  display: none; }

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  -webkit-margin-before: 0;
  margin-block-start: 0; }

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  -webkit-margin-after: 0;
  margin-block-end: 0; }

/* Focus */
.focus-inset {
  outline-offset: calc(var(--focus-outline-width) * -1); }

.svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* Typography */
.heading {
  color: var(--color-foreground-heading);
  font-weight: var(--font-heading--weight);
  font-family: var(--font-heading--family);
  font-style: var(--font-heading--style);
  letter-spacing: normal; }
.heading span{
  color: var(--secondary-color) !important;
}
.heading-color {
  color: var(--color-foreground-heading); }

.subheading {
  color: var(--color-foreground-subheading);
  font-weight: 500;
  font-family: var(--font-heading--family);
  font-style: normal;
  letter-spacing: normal; }

.subheading-bg {
  background-color: var(--color-background-subheading);
  letter-spacing: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px;
  border-radius: 40px;
  border: 1px solid var(--color-border-subheading-bg);
  gap: 5px; }

a {
   
    text-decoration: none !important;
}
.text {
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
    font-family: var(--font-body--family);
   /* font-size: 12px !important;
    line-height: 23px;*/
}
.testimonial-slider .thumb-card p{
         font-size: 15px !important;
        line-height: 28px !important;
}
h1,
.h1 {
  font-size: var(--font-h1--size);
  line-height: 1.16; }

h2,
.h2 {
  font-size: var(--font-h2--size);
  line-height: 1; }

h3,
.h3 {
  font-size: var(--font-h3--size);
  line-height: 1; }

h4,
.h4 {
  font-size: var(--font-h4--size);
  line-height: 1.2; }

h5,
.h5 {
  font-size: var(--font-h5--size);
  line-height: 1.3; }

h6,
.h6 {
  font-size: var(--font-h6--size);
  line-height: 1.4; }
.signature::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -147%;
    top: 50%;
    width: 147%;
    height: 3px;
    background-color: rgb(255 255 255 / 54%);
    z-index: -1;
}
.signature {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 12px; */
    padding: 0;
    background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255 / 9%));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.3s ease;
    /* overflow: hidden; */
}
.signature::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1.5px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        transparent 40%,
        #c9a84c 50%,
        transparent 60%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: borderRun 3s linear infinite;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}
@keyframes borderRun {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.banner-slider .main-img:hover .signature {
    transform: translateX(-50%) !important;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.15);
}
.signature img {
    max-width: 175px;
    height: auto;
    padding: 5px 10px;
    outline: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}
/* Buttons */
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: var(--style-button-height);
  font-size: var(--font-button-size);
  font-weight: var(--font-button--weight);
  font-family: var(--font-button--family);
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 10px 6px 10px 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.button-without-icon {
  padding: 10px 30px; }

.button-without-icon.button--slim {
  padding: 10px 15px; }

.button--slim {
  height: var(--style-button-slim-height);
  min-height: var(--style-button-slim-height); }

.button--primary {
  color: var(--color-primary-button-text);
  background-color: var(--color-primary-button-background);
  border: var(--style-border-width-buttons-primary) solid var(--color-primary-button-border);
  border-radius: var(--style-border-radius-buttons-primary); }

.button--primary:focus,
.button--primary:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-primary-button-hover-text);
  background-color: var(--color-primary-button-hover-background);
  border: var(--style-border-width-buttons-primary) solid var(--color-primary-button-hover-border); }

.button--secondary {
  color: var(--color-secondary-button-text);
  background-color: var(--color-secondary-button-background);
  border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-border);
  border-radius: var(--style-border-radius-buttons-secondary); }

.button--secondary:focus,
.button--secondary:hover {
  color: var(--color-secondary-button-hover-text);
  background-color: var(--color-secondary-button-hover-background);
  border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-hover-border); }

.button .svg-wrapper {
  color: var(--color-primary-button-icon);
  background-color: var(--color-primary-button-icon-background);
  transition: all 0.35s ease-in-out;
  min-width: 36px;
  height: 36px;
  border-radius: 100%; }
.button:hover .svg-wrapper{
  transform: rotate(45deg);
}
.button:focus .svg-wrapper,
.button:hover .svg-wrapper {
  color: var(--color-primary-button-hover-icon);
  background-color: var(--color-primary-button-hover-icon-background); }

.button--secondary .svg-wrapper {
  color: var(--color-secondary-button-icon);
  background-color: var(--color-secondary-button-icon-background); }

.button--secondary:focus .svg-wrapper,
.button--secondary:hover .svg-wrapper {
  color: var(--color-secondary-button-hover-icon);
  background-color: var(--color-secondary-button-hover-icon-background); }

.button--cta {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-button--family);
  font-style: normal;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: var(--style-cta-underline-thickness) solid var(--color-primary);
  -webkit-padding-after: var(--style-cta-underline-offset);
  padding-block-end: var(--style-cta-underline-offset); }

.button--cta svg {
  --size: 12px;
  width: var(--size);
  height: var(--size); }

.button--cta:hover {
  color: var(--color-primary-hover);
  border-color: var(--color-primary-hover); }

@media (max-width: 767px) {
  .button {
    min-height: var(--style-button-height-mobile);
    font-size: var(--font-button-size-mobile); }
  .button--slim {
    height: var(--style-button-slim-height-mobile);
    min-height: var(--style-button-slim-height-mobile); } }

.content-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-overlay); }

.list-unstyled {
  padding: 0;
  list-style: none;
  margin: 0; }

.border-bottom--theme {
  border-bottom: var(--style-border-width) solid var(--color-border); }

.height-inherit {
  height: inherit; }

.height-100 {
  height: 100%; }

.height-auto {
  min-height: auto;
  height: auto; }

.mt-100 {
  margin-top: 100px; }

.no-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.no-underline {
  text-decoration: none; }


/* drawer opener */
drawer-opener {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

drawer-opener svg {
  width: 100%;
  height: 100%; }

drawer-opener.menu-close svg {
  width: 30px;
  height: 30px; }

drawer-opener * {
  pointer-events: none; }

.open-sidebar {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-background: rgba(32, 40, 45, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  border-radius: 8px;
  gap: 6px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-margin-start: auto;
  margin-inline-start: auto; }

.open-sidebar svg {
  --size: 20px;
  width: var(--size);
  height: var(--size); }

.menu-open {
  width: 36px;
  height: 36px;
  color: var(--color-foreground); }

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px; }

.social-link {
  text-decoration: none;
  width: var(--size-social, 44px);
  height: var(--size-social, 44px);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; color: #ffff;}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover; }

.bg-contain {
  background-repeat: repeat;
  background-size: contain; }

.radius18 {
  border-radius: 18px;
  overflow: hidden; }

.radius10 {
  border-radius: 10px;
  overflow: hidden; }

.card-icon-text .svg-wrapper {
  --size: 70px;
  min-width: var(--size, 70px);
  width: var(--size, 70px);
  /*height: var(--size, 70px);    background: #1d2538;*/
    border-radius: 50%; }

.card-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px; margin-top: 20px;}

.card-icon-text .heading + .text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px; }

.card-icon-text-horizontal {
/*  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
   }

.service-slider .card-icon-text-horizontal {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  gap: 30px; }

@media (max-width: 1279px) {
  .card-icon-text .svg-wrapper {
    --size: 60px; } }

@media (max-width: 767px) {
  .radius18 {
    border-radius: 10px; } }

@media (min-width: 2000px) {
  .bg-contain {
    background-repeat: no-repeat;
    background-size: cover; } }

.infinite-rotate {
  -webkit-animation: inifinte-rotation 20s infinite linear;
  animation: inifinte-rotation 20s infinite linear; }

@-webkit-keyframes inifinte-rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes inifinte-rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.overflow-hidden {
  overflow: hidden; }

.media-wrapper {
  position: relative;
  height: 100%; }
.media-wrap{
   position: relative;
}
.iframe-wrapper,
.media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.media-bg {
  z-index: -1; }

.iframe-wrapper iframe,
.media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.scroll-to-top {
     --size: 40px;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 19px;
    right: 20px;  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 10;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1c2539;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 22px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 22px rgba(255, 255, 255, 0.5); }

.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto; }

.scroll-lock .scroll-to-top {
  display: none; }

.scroll-to-top svg {
  --size: 22px;
  color: #fff;
  width: var(--size);
  height: var(--size); }

@media (max-width: 767px) {
  .scroll-to-top {
    --size: 40px; }
  .scroll-to-top svg {
    --size: 20px; } }


/* container */
.product-grid {
  row-gap: 30px; }

.container-narrow {
  max-width: 1000px; }

@media (min-width: 1280px) {
  .container-fluid {
    max-width: 1680px;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem; } }

@media (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem; } }

.header-2 {
  --top: 30px;
  --header-radius: 100px;
  --header-padding: 0 24px;
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-primary-hover: rgba(28, 37, 57, 0.6);
  --color-border: rgba(0, 0, 0, 0.06); }



.header-floating {
  position: fixed;
  top: var(--top, 0);
  left: 0;
  width: 100%;
  z-index: 9; }

sticky-header[data-sticky-type="always"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }



.header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 1fr 290px;
  grid-template-columns: 290px 1fr 290px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background: var(--color-background);
  border-radius: var(--header-radius);
  padding: var(--header-padding); }

.header-2 .header-grid {
  -ms-grid-columns: 260px 1fr 260px;
  grid-template-columns: 260px 1fr 260px;
  border: var(--style-border-width) solid var(--color-border); }

.header-2.header-floating:hover .header-grid,
.header-2.header-sticky.scrolled-past-header .header-grid {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.header-logo {
  max-width: 188px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-actions {
  justify-self: flex-end;
  gap: 24px;
  color: var(--color-foreground); }

.header-search {
  --color-border: rgba(255, 255, 255, 1);
  --style-border-width: 2px;
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: var(--style-border-width) dotted var(--color-border);
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer; }

.header-search:focus,
.header-search:hover {
  opacity: 1; }

.header-separator {
  --color-border: rgba(255, 255, 255, 1);
  color: var(--color-border); }

.header-actions .header-search svg {
  width: 24px;
  height: 24px; }

.header-2 .header-actions > .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 992px) {
  .header-1 .header-nav {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border); }
  .header-4 .header-nav {
    border-left: none;
    border-right: none; }
  .header-nav {
    position: relative; } }

@media (max-width: 1365px) {
  .header-grid {
    -ms-grid-columns: 240px 1fr 240px;
    grid-template-columns: 240px 1fr 240px; }
  .header-2 .header-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto); }
  .header-actions {
    gap: 20px; }
  .header-3 .header-actions > .button,
 /* .header-2 .header-actions > .button {
    display: none; }*/
  .header-separator {
    display: none; } }

@media (max-width: 1279px) {
  .header-grid {
    -ms-grid-columns: 200px 1fr 200px;
    grid-template-columns: 200px 1fr 200px; }
  .header-2 .header-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto); }
  .header-actions .header-search {
    min-width: 36px;
    width: 36px;
    height: 36px; }
  .header-actions .header-search svg {
    width: 18px;
    height: 18px; }
  .header-actions .button--slim {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    gap: 8px;}
  .header-actions .button--slim .svg-wrapper {
    min-width: 30px;
    height: 30px; }
  .header-logo {
    max-width: 160px; } }

@media (max-width: 991px) {
  .header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0; }
  .header-2 .header-grid {
    padding: 15px; } }

@media (max-width: 767px) {
  .header-logo {
    max-width: 130px; }
  .header-2 {
    --top: 20px; } }

.submenu-color {
  --submenu-radius: 8px;
  --submenu-padding: 10px;
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1); }

.menu-link {
  color: var(--color-foreground);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.menu-link.active{
  color: #c8aa58 !important;
}
.nav-item:focus > .menu-link,
.nav-item:hover > .menu-link {
  color: var(--color-primary-hover); }

.menu-link-main > svg {
  position: relative;
  top: 1px; }

.menu-link-main {
  padding: 37.5px 20px; }

.nav-item {
  position: relative; }

.header-submenu {
  background: var(--color-background);
  width: 100%; }

.header-submenu > * {
  padding: var(--submenu-padding) 0; }

.nav-item-static {
  position: static; }

.header-submenu .nav-item {
  display: block;
  position: relative;
  padding: 0 var(--submenu-padding); }

.header-submenu .menu-link {
  color: var(--color-primary);
  background: var(--color-primary-background);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--submenu-radius);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header-megamenu .nav-item .menu-link {
  padding: 15px 17px; }

.header-megamenu .nav-item .submenu-lists .menu-link {
  padding: 7px 17px; }

.header-submenu .menu-link > svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.menu-link.megamenu-image-wrap,
.header-submenu .nav-item.megamenu-links .menu-link,
.header-submenu .nav-item:focus > .menu-link,
.header-submenu .nav-item:hover > .menu-link {
  color: var(--color-primary-hover);
  background: var(--color-primary-background-hover); }

.reset-submenu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: auto; }

.header-megamenu > * > .nav-item {
  padding: 30px 20px 10px; }

.megamenu-links .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.menu-link .heading + .text {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
  opacity: 0.75; }

.menu-link.heading {
  background: transparent !important;
    }

.header-submenu .nav-item.megamenu-links .menu-link {
  padding: 5px 15px 7px; }

.header-submenu .nav-item.megamenu-links .menu-link > svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 1px; }

.header-megamenu .nav-item.megamenu-links > * {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px; }

.megamenu-image-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-margin-before: 15px;
  margin-block-start: 15px; }

.megamenu-image-wrap .content .button {
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon-background: rgba(255, 255, 255, 1);
  padding: 0;
  min-height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.megamenu-image-wrap:focus .content .button .svg-wrapper,
.megamenu-image-wrap:hover .content .button .svg-wrapper {
  color: var(--color-primary-button-hover-icon);
  background: var(--color-primary-button-hover-icon-background); }

.submenu-lists .menu-link {
  letter-spacing: normal; }

.header-submenu.submenu-lists .nav-item .menu-link {
  padding: 7px 17px; }

.megamenu-image-wrap img {
  border-radius: 6px; }

@media (min-width: 992px) {
  .menu-absolute {
    position: absolute;
    top: 100%;
    left: 0; }
  .header-grandmenu {
    left: 100%;
    top: 0; }
    .header-grandmenu1{
      left: auto !important;
              top: 36px !important;
        z-index: 9;
    }
  .header-submenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: var(--submenu-radius);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    opacity: 0;
    visibility: hidden; }
  .header-megamenu {
/*width: 100%;*/
width: 140%;
 }
  .nav-item:hover > .menu-absolute {
    opacity: 1;
    visibility: visible; }
  .reset-submenu > .nav-item {
    padding: 0; }
  .header-megamenu > * {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-megamenu > * > .nav-item {
  /*  width: calc(100% - var(--submenu-padding) / 2);
    max-width: calc(100% - var(--submenu-padding) / 2); */
  }
  .header-megamenu .menu-link {
    display: inline-block; }
  .nav-item.megamenu-links {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    padding: 20px; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1600px) {
  .menu-link-main {
    padding: 28px 10px; } }

@media (max-width: 1365px) {
  .menu-link-main {
    padding: 28px 12px; } }

@media (max-width: 991px) {
  .header-nav {
    --color-background: rgba(242, 242, 242, 1);
    --color-foreground: rgba(32, 40, 45, 1);
    --color-foreground-heading: rgba(28, 37, 57, 1);
    --color-primary: rgba(32, 40, 45, 1);
    --color-primary-background: rgba(240, 237, 239, 0);
    --color-primary-hover: rgba(32, 40, 45, 1);
    --color-primary-background-hover: rgba(233, 233, 233, 1);
    position: fixed;
    right: 0;
    top: 0;
    background: var(--color-background);
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto; }
  .header-nav.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .header-menu > * {
    width: 100%; }
  .menu-link-main {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-menu > .nav-item .menu-link-main {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .menu-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .menu-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .menu-link > svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .menu-link.active > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .header-megamenu > * > .nav-item {
    padding: 0 15px 20px; }
  .header-submenu .nav-item.megamenu-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nav-item > .header-submenu:not(.reset-submenu) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
  .header-submenu {
    background: inherit; }
  .header-nav-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px; }
  .header-nav-headings .svg-wrapper {
    color: #000;
    width: 44px;
    height: 44px;
    margin-right: -10px; }
  .menu-link * {
    pointer-events: none; }
  .header-megamenu .nav-item .menu-link > .heading {
    width: 100%; } }



.theme-modal {
  --modal-header-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9; }

.theme-modal.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.theme-drawer {
  --padding-drawer: 24px;
  position: fixed;
  top: 0;
  background: var(--color-background);
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.drawer-additional {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1);
  background: var(--color-background); }

.drawer-headings {
  --color-border: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--padding-drawer, 15px);
  border-bottom: var(--style-border-width) solid var(--color-border); }

.drawer-content {
  padding: var(--padding-drawer, 15px); }

.drawer-content .drawer-heading {
  -webkit-margin-after: 10px;
  margin-block-end: 10px; }

.drawer-additional .drawer-content .drawer-heading {
  -webkit-margin-before: 20px;
  margin-block-start: 20px; }

.drawer-additional-menu .menu-link {
  padding: 5px 0;
  font-size: 20px; }

.drawer-additional-menu .menu-link:not(.no-hover):focus,
.drawer-additional-menu .menu-link:not(.no-hover):hover {
  opacity: 0.75; }

.drawer-additional-menu .menu-link svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px; }

.drawer-block-contact {
  -webkit-margin-before: 80px;
  margin-block-start: 60px; }

.drawer-block-contact .menu-link {
  font-size: 18px; }

.theme-drawer[data-position="right"] {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.theme-drawer.show[data-position="right"],
.header-nav.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.modal-container {
  width: 100%;
  height: 100%;
  padding: 15px; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: var(--modal-header-height); }

.modal-header .svg-wrapper {
  width: 36px;
  height: 36px; }

.modal-header .svg-wrapper svg {
  width: 30px;
  height: 30px; }

.modal-main {
  width: 100%;
  height: calc(100% - var(--modal-header-height)); }


@media (min-width: 768px) {
  .modal-header .svg-wrapper {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px; }
  .theme-drawer {
    max-width: 480px; }
  

@media (max-width: 991px) {
  
  .drawer-block {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; }
  .drawer-additional-menu .menu-link {
    font-size: 16px; } }


.hero-banner {
  --padding-block-start: 100px;
  --padding-block-bottom: 100px;
  min-height: 80vh;
  -webkit-padding-before: var(--padding-block-start);
  padding-block-start: var(--padding-block-start);
  -webkit-padding-after: var(--padding-block-bottom);
  padding-block-end: var(--padding-block-bottom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden; }

.hero-banner-2 {
  --color-secondary-button-border: rgba(32, 40, 45, 1);
  overflow: hidden; }

.hero-banner-2 .section-headings-left {
  max-width: 560px; }

.hero-banner-2 .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px; }

.hero-banner-2 .text-wrapper .heading {
  line-height: 0.9; }

.hero-banner-2 .buttons {
  margin-top: 40px; }

.hero-banner.with-floating-header {
  --padding-block-start: calc(var(--header-height) + 60px + 60px);
  --padding-block-bottom: calc(var(--header-height)); }

.hero-banner-2.with-floating-header {
  --padding-block-start: calc(var(--header-height) + 60px);
  --padding-block-bottom: 0;
  -webkit-padding-before: var(--padding-block-start);
  padding-block-start: var(--padding-block-start);
  -webkit-padding-after: var(--padding-block-bottom);
  padding-block-end: var(--padding-block-bottom); }

.hero-banner .content > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px; }

.hero-phone-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--color-foreground); }

.hero-phone-call svg {
  min-width: 44px;
  height: 44px; }

.banner-slider {
  display: block;
  position: relative; }

.hero-banner .main-img {
  position: relative;
  border-radius: 10px; }

.thumb-slider {
  -webkit-padding-start: 12%;
  padding-inline-start: 12%;
  -webkit-padding-end: 12%;
  padding-inline-end: 12%;
  position: relative;
  -webkit-margin-before: -12%;
  margin-block-start: -12%;
  z-index: 2; }

.hero-banner .thumb-img {
  border-radius: 10px;
  overflow: hidden; }

.hero-banner .thumb-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }

.hero-banner .swiper-slide-thumb-active .thumb-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-overlay);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.hero-banner .thumb-img,
.hero-banner .main-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

.hero-banner .main-img img {
  /*-webkit-mask-image: url(../img/subtract.png);*/
  /*background-image: url(../img/subtract.png);*/
  -webkit-mask-repeat: no-repeat;
  /*mask-repeat: no-repeat;*/
  -webkit-mask-size: 100%;
  mask-size: 100%; }

.hero-banner.who-we-are .main-img img {
  -webkit-mask-image: url(../img/subtract-2.png);
  background-image: url(../img/subtract-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%; }

.hero-banner .banner-badge {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22%;
    /* height: 24%; */
    border-radius: 100%;
    background: #fff;}

.hero-banner.who-we-are .banner-badge {
  left: auto;
  right: 0; }

.hero-banner .banner-badge img {
  border-radius: inherit; }
.thumb-slider .swiper-button-next,
.thumb-slider .swiper-button-prev {
  color: #000;
}

.thumb-slider {
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 99;
}
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color);
  background: var(--swiper-navigation-background-color);
  border-radius: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.hero-banner .swiper-button-prev:focus,
.hero-banner .swiper-button-prev:hover,
.hero-banner .swiper-button-next:focus,
.hero-banner .swiper-button-next:hover {
  color: var(--swiper-navigation-hover-color);
  background-color: #fff; }

.hero-banner .swiper-button-prev svg,
.hero-banner .swiper-button-next svg {
  width: 16px;
  height: 16px; }

.hero-banner .swiper-button-prev {
  left: 8.5%;
  right: auto; }

.hero-banner .swiper-button-next {
  right: 8.5%;
  left: auto; }

.with-fixed-bg .slider-card {
  height: 100vh;
  min-height: inherit; }

.with-fixed-bg .slider-media {
  -webkit-clip-path: inset(0);
  clip-path: inset(0); }

.with-fixed-bg .slider-media img {
  position: fixed; }

.text-banner {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-secondary-button-hover-border: rgb(255, 255, 255, 0.3); }

.text-banner-inner {
  --padding: 60px;
  background-color: var(--color-background);
  padding: var(--padding); }

.text-banner .section-headings .text {
  max-width: 800px; }

.hero-banner-2 .banner-wrapper {
  position: relative;
  min-height: 720px; }

.hero-banner-2 .banner-wrapper-100vh {
  position: relative;
  min-height: inherit; }

.hero-banner-2 .running-content .content-inner {
  padding: 20px 0; }

.hero-banner-2 .content-absolute {
  z-index: 1; }

.hero-banner .counter-up {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }

.hero-banner .counter-up .heading + .text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px; }

.hero-banner.who-we-are {
  padding: 0;
  min-height: auto;
  padding-top: 12px; }

.hero-banner-2.about-us-2 .content-box {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-border: rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 40px; }

.hero-banner-2.about-us-2 .content-box .section-headings {
  border-top: 1px solid var(--color-border);
  padding-top: 40px;
  margin-top: 40px; }

.hero-slider.height-auto {
  min-height: auto; }

@media (min-width: 992px) {
  .hero-banner.who-we-are .row {
    --bs-gutter-x: 40px; } }

@media (max-width: 1199px) {
  .has-large-text .image-logo {
    height: 96px;
    width: 96px; } }

@media (max-width: 991px) {
  .banner-slider {
    -webkit-margin-before: 50px;
    margin-block-start: 50px; }
  .hero-banner-2 .section-headings-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px; }
  .hero-banner-2 .section-headings-left {
    max-width: 100%; } }

@media (max-width: 767px) {
  .hero-banner {
    --padding-block-start: 60px;
    --padding-block-bottom: 60px; }
  .text-banner-inner {
    --padding: 40px 15px; }
  .hero-banner.with-floating-header {
    --padding-block-start: calc(var(--header-height) + 40px); }
  .hero-banner .swiper-button-prev,
  .hero-banner .swiper-button-next {
    --swiper-navigation-size: 36px; }
  .hero-banner .swiper-button-prev svg,
  .hero-banner .swiper-button-next svg {
    width: 14px;
    height: 14px; }
  .hero-banner .content > .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .hero-banner-2 .buttons {
    margin-top: 30px; }
  .has-large-text .image-logo {
    height: 60px;
    width: 60px; }
  .running-content.has-large-text .content-item,
  .running-content.has-large-text .content-lists {
    gap: 32px; }
  .hero-banner.who-we-are .text-abs {
    font-size: 36px; }
  .hero-banner-2.about-us-2 .content-box {
    padding: 40px 0; }
  .hero-banner-2.about-us-2 .content-box .section-headings {
    padding-top: 32px;
    margin-top: 32px; } }

.running-content .content-inner {
  overflow: hidden;
  background-color: var(--color-background, rgba(255, 255, 255, 0)); }

.running-content-bg {
  --color-background: rgba(28, 37, 57, 0.1); }

.running-content .logos-background {
  background-image: -webkit-gradient(linear, left top, right top, from(#e1e2ee), color-stop(15%, #1c253900), to(#e3e1ee));
  background-image: -webkit-linear-gradient(left, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  background-image: -o-linear-gradient(left, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  background-image: linear-gradient(90deg, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  inset: 0%; }

.running-content .content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  gap: 80px; }

.running-content .content-lists:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.running-content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 80px; }

.running-content .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }

.running-animation {
  will-change: transform;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite; }

.running-content .content-link img {
  -o-object-fit: contain;
  object-fit: contain; }

.running-content.has-large-text .image-logo {
  width: 80px;
  height: auto; }

.brand {
  position: relative; }

.brand-bg {
  background: #e7e7e7; }

.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.brand-logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.brand .product-grid {
  row-gap: 40px; }

.running-content.has-bg .content-lists,
.running-content.has-bg {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background); }

.running-content.has-bg .heading {
  --color-foreground-heading: rgba(255, 255, 255, 1); }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@media (max-width: 991px) {
  .running-content .content-item,
  .running-content .content-lists {
    gap: 60px; } }

@media (max-width: 767px) {
  .running-content .content-item,
  .running-content .content-lists {
    gap: 48px; }
  .running-animation {
    -webkit-animation: scroll 5s linear infinite;
    animation: scroll 5s linear infinite; }
  .running-content.has-large-text .image-logo {
    width: 60px; } }

.choose-bottom-cards .heading {
          font-size: 15px;
        line-height: 1.3;
}
.text-20 {
    font-size: 15px;
    line-height: 1.3;
}
.subheading-bg {
    background-color: var(--color-background-subheading);
    letter-spacing: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px;
    border-radius: 40px;
    border: 1px solid var(--color-border-subheading-bg);
    gap: 5px;
}
.subheading {
    color: var(--secondary-color);
    font-weight: 500;
    font-family: var(--font-heading--family);
    font-style: normal;
    letter-spacing: normal;
}.icon-14 {
    min-width: 14px;
    height: 14px;
}
svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}.fw-700 {
    font-weight: 700;
}
.text-80 {
    font-size: 70px;
    line-height: 1.17;
}

h2, .h2 {
    font-size: var(--font-h2--size);
    line-height: 1;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
}.decorated-text {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  outline: 1.5px solid var(--color-foreground-heading);
  outline-offset: -9px; }

.decorated-text::before,
.decorated-text::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-foreground-heading); }

.decorated-text::before {
  top: 0;
  left: 0; }

.decorated-text::after {
  bottom: 0;
  right: 0; }

.decorated-text span::before,
.decorated-text span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-foreground-heading); }

.decorated-text span::before {
  top: 0;
  right: 0; }

.decorated-text span::after {
  bottom: 0;
  left: 0; }
.orange{color:#f06c2e}
  .text-181
 {              font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: bold; }
.text-18

 {
   font-size: 17px;
        line-height: 1.55;
        color: #f5741d;
        font-weight: bold;
}.section-headings:not(.section-headings-horizontal) .buttons {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
}.list-block .text-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*max-width: 225px;*/
  margin: 0; }

.list-block .text-item svg {
  min-width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.list-block .title {
  -webkit-margin-before: 32px;
  margin-block-start: 32px; }

.list-block .text {
  -webkit-margin-before: 20px;
  margin-block-start: 20px; }

.list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }

.list-block .text-item {
  -webkit-margin-before: 0;
  margin-block-start: 0; }

.image-small {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0px 30px 90px 0px #041f1f4d;
  box-shadow: 0px 30px 90px 0px #041f1f4d; }

.image-small img {
  border-radius: inherit; }
.text-50 {
    font-size: 50px;
    line-height: 1.2;
}.fw-600 {
    font-weight: 600;
}
.text-22 {
    font-size: 19px !important;
    line-height: 1.3;
}.section-headings .promotion-lists, .section-headings .text-lists, .section-headings .list-block, .section-headings .heading + .text {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
}.image-text .media-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
}

.image-small img {
    border-radius: inherit;
}
iframe, img {
    width: 100%;
    height: auto;
}
img, picture, video, canvas, iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

.our-services {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(242, 242, 242, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(255, 255, 255, 0.3);
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
  background: var(--color-background);
  overflow: hidden; }

.our-services-2 {
  --color-background: rgba(228, 226, 239, 0);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0.1);
  --color-border-subheading-bg: rgba(32, 40, 45, 0.1); }

.our-services-2 .multicolumn .multicolumn-card:not(:focus):not(:hover) {
  --color-background: rgba(242, 242, 242, 1); }

.our-services .service-list {
  --color-background: rgba(62, 72, 78, 1);
  --color-primary-button-background: rgb(255, 255, 255, 0);
  --color-primary-button-border: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.our-services .service-content-inner .button {
  padding: 10px;
  min-height: 44px;
  font-size: 16px;
  -webkit-margin-before: 80px;
  margin-block-start: 80px; }
.service-content-inner p{
  color: #fff;
}
.our-services .service-content-inner .heading {
  -webkit-margin-before: 50px;
  margin-block-start: 50px; }

.our-services .service-content-inner .heading + .text {
  -webkit-margin-before: 24px;
  margin-block-start: 24px; }

.service-list .accordion-li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.service-list .accordion-li svg {
  --size: 70px;
  width: var(--size);
  min-width: var(--size);
  height: var(--size); }

.service-list .accordion-li .icon {
  --size: 44px;
  color: var(--color-foreground);
  width: var(--size);
  min-width: var(--size);
  height: var(--size); }

.service-list .accordion-li .accordion-title-icon,
.service-list .accordion-li .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

.service-list .accordion-content {
  --padding: 36px;
  padding: 0 var(--padding); }

.service-list .accordion-li .icon + .icon {
  display: none; }

.service-slider .swiper {
  overflow: visible; }

.service-slider .card-service {
  display: block;
  text-decoration: none; }

.service-slider .card-service img {
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover; }

.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: rgb(39, 61, 109); }

.card-service-content {
  --color-background: rgba(255, 255, 255, 0.8);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 32px 24px;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.card-service-content .card-working-process .has-border {
  --color-border: rgba(255, 255, 255, 0.2); }

.our-services-3 .card-working-process .has-border {
  border-bottom: none;
  -webkit-padding-after: 0;
  padding-block-end: 0; }

.card-service-content .svg-wrapper svg {
  --color-icon: rgba(28, 37, 57, 1);
  color: var(--color-icon); }

.card-service-content-absolute {
  position: absolute;
  bottom: 0;
  left: auto;
  padding: 40px;
  width: 100%; }

.service-slider .card-service:hover .card-service-content {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-icon: rgba(255, 255, 255, 1); }

.service-slider .card-service:hover .card-service-content .svg-wrapper svg {
  --color-icon: rgba(255, 255, 255, 1); }

.service-content-left .card-icon {
  --color-foreground: rgba(28, 37, 57, 1);
  --color-background: rgba(255, 255, 255, 1);
  width: 50px;
  height: 50px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.service-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 16px;
  height: 100%; }

.service-content-left .headings-width {
  max-width: 790px; }

.service-content-image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover; }

.our-services .service-content-left .service-list {
  background: transparent;
  overflow: hidden;
  padding: 60px 0 48px; }

.service-content-left .multicolumn-card > .card-icon + .heading {
  -webkit-margin-before: 20px;
  margin-block-start: 20px; }

.service-content-left .section-headings .heading + .text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px; }

.service-content-left .service-list .product-grid {
  row-gap: 50px; }

.our-services-3 .card-working-process {
  --color-border: rgba(93, 102, 111, 0.3);
  border: 1px solid var(--color-border);
  padding: 30px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px; }

.our-services-3 .card-working-process:hover {
  --shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow); }

.our-services-3 .card-working-process .svg-wrapper {
  color: var(--color-foreground-heading); }

.image-card-service .card-service-content {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  padding: 24px; }

.image-card-service .card-icon-text {
  display: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.image-card-service:hover .card-icon-text {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.image-card-service:hover .card-working-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px; }

.image-card-service:hover .card-service-content {
  --color-background: rgba(255, 255, 255, 0.8);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  background: var(--color-background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); }

/*@media (min-width: 992px) {*/
  .service-list .service-content-inner {
    max-width: 360px;
    min-width: 360px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .service-list .accordion-content {
    height: 100%;
    max-height: unset; }
  .our-services .accordion-li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .our-services .service-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto; }
  .service-list .accordion-li .accordion-title-icon,
  .service-list .accordion-li .accordion-title {
    gap: 20px;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .service-list .accordion-li .accordion-title-icon {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .service-list .accordion-li:first-child .accordion-title {
    -webkit-padding-start: 0;
    padding-inline-start: 0; }
  .service-list .accordion-li:last-child .accordion-title {
    -webkit-padding-end: 0;
    padding-inline-end: 0; }
  .service-list .accordion-li.active .accordion-title {
    display: none; }
  .service-list .accordion-li:not(:first-child) {
    border-left: var(--style-border-width) solid var(--color-border); }
  .service-list .accordion-li:first-child .accordion-content {
    -webkit-padding-start: 0;
    padding-inline-start: 0; }
  .service-list .accordion-li:last-child .accordion-content {
    -webkit-padding-end: 0;
    padding-inline-end: 0; }
  .service-list .text-rotate {
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    max-height: 240px; }
  .accordion-content.single-service {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@media (max-width: 991px) {
  .service-list .accordion-li {
    width: 100%; }
  .service-list .accordion-content {
    --padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
  .service-list .accordion-li.active .icon {
    display: none; }
  .service-list .accordion-li.active .icon + .icon {
    display: block; }
  .service-list .accordion-li svg {
    --size: 60px; }
  .service-list .accordion-li .icon {
    --size: 36px; }
  .our-services .service-content-inner .button {
    -webkit-margin-before: 35px;
    margin-block-start: 35px; }
  .our-services .service-content-inner svg,
  .our-services .service-content-inner .heading {
    display: none; }
  .service-list .accordion-li {
    --padding: 24px; }
  .service-list .accordion-li .accordion-title {
    --padding: 24px;
    padding: var(--padding) 0;
    border-top: var(--style-border-width) solid var(--color-border); }
  .service-list .accordion-li:first-child .accordion-title {
    -webkit-padding-before: 0;
    padding-block-start: 0;
    border-top: none; }
  .service-content-inner {
    --padding: 24px;
    -webkit-padding-after: var(--padding);
    padding-block-end: var(--padding); }
  .our-services .service-content-inner .heading + .text {
    -webkit-margin-before: 0;
    margin-block-start: 0;color: #fff; }
  .our-services .service-list {
    -webkit-padding-after: 12px;
    padding-block-end: 12px; }
  .card-service-content-absolute {
    padding: 24px; }
  .card-service-content {
    padding: 24px 16px; }
  .service-content-left .headings-width {
    max-width: 100%; }
  .service-content-left .service-list .product-grid {
    row-gap: 30px; } }

@media (max-width: 767px) {
  .our-services .service-list {
    padding: 30px 15px; }
  .service-list .accordion-li svg {
    --size: 50px; }
  .service-list .accordion-li .icon {
    --size: 30px; }
  .our-services .accordion-title-icon .heading {
    font-size: 20px; }
  .our-services .service-list {
    -webkit-padding-after: 6px;
    padding-block-end: 6px; }
  .card-service-content-absolute {
    padding: 16px; }
  .our-services .section-headings-horizontal .buttons {
    -webkit-margin-before: 10px;
    margin-block-start: 10px; } }

.secvice-categories > li + li {
  -webkit-margin-before: 14px;
  margin-block-start: 14px; }

.secvice-category {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px 20px; }

.secvice-category svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px); }

.secvice-category.active svg,
.secvice-category:focus svg,
.secvice-category:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.service-contact {
  position: relative; }

.sidebar-widget.service-contact {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-overlay: rgba(28, 37, 57, 0.8);
  --padding: 60px 36px;
  text-align: center; }

.sidebar-widget.service-contact .contact-text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px; }

.sidebar-widget.service-contact .contact-number {
  display: inline-block;
  -webkit-margin-before: 24px;
  margin-block-start: 24px; }

.service-sidebar .icon-contact {
  --color-background: rgba(255, 255, 255, 1);
  min-width: 80px;
  height: 80px;
  background: var(--color-background);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-margin-before: 36px;
  margin-block-start: 36px; }

.service-sidebar .icon-contact svg {
  min-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.service-download .service-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -webkit-margin-before: 24px;
  margin-block-start: 24px; }

.service-download .download-button {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  display: block;
  text-underline-offset: 4px; }

.service-details-content > .service-choose-us,
.service-details-content > p.text,
.service-details-content > .heading {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }

.service-details-content .choose-us-desc > .text-lists,
.service-details-content .choose-us-desc > .heading + .text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px; }

.service-details-content .choose-us-desc .text-lists .text-item svg {
  --size: 24px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size); }

.service-details-content .choose-us-desc .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px; }

.service-details-content .choose-us-desc > .text-item + .text-item {
  -webkit-margin-before: 18px;
  margin-block-start: 18px; }

.service-details-content .choose-us-img {
  height: 100%; }

.service-details-content .choose-us-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

.service-details-content .service-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.service-details-content .service-row > * {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.service-details-content .choose-us-desc {
  -webkit-padding-start: 24px;
  padding-inline-start: 24px; }

.service-faq {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
  display: block; }

.service-faq > div + div {
  -webkit-margin-before: 30px;
  margin-block-start: 30px; }

.service-faq .accordion-block .accordion-opener svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.service-faq .accordion-block.active .accordion-opener svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.service-faq .accordion-block.active .accordion-opener {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1); }

.service-contact-content a {
  text-decoration: none; }

.section-headings-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}.headings-width, .section-headings-left {
    max-width: 645px;
}.section-content {
    display: block;
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
}.service-list .accordion-li svg {
    --size: 70px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
}
.service-list .accordion-li .accordion-title-icon, .service-list .accordion-li .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.accordion-title * {
    pointer-events: none;
}
.service-list .accordion-li .icon + .icon {
    display: none;
}
@media (max-width: 991px) {
    .accordion-title {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}.service-list .accordion-li .icon {
    --size: 44px;
    color: var(--color-foreground);
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
}
.list-block .text-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*max-width: 225px;*/
  margin: 0; }

.list-block .text-item svg {
  min-width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.list-block .title {
  -webkit-margin-before: 32px;
  margin-block-start: 32px; }

.list-block .text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px; }

.list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }

.list-block .text-item {
  -webkit-margin-before: 0;
  margin-block-start: 0; }

.image-small {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0px 30px 90px 0px #041f1f4d;
  box-shadow: 0px 30px 90px 0px #041f1f4d; }

.image-small img {
  border-radius: inherit; }
@media (max-width: 991px) {
    .banner-slider {
        -webkit-margin-before: 50px;
        margin-block-start: 50px;
    }
}
.banner-slider {
    display: block;
    position: relative;
}.hero-banner .banner-badge {
     position: absolute;
    top: 30%;
    left: auto;
    z-index: 2;
    width: 13%;
    /* height: 24%; */
    border-radius: 100%;
    background: #fff;
}.hero-banner .thumb-img, .hero-banner .main-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
        border-radius: 30px;
        outline: 3px solid #fff;
    outline-offset: -15px;
}
.hero-banner .thumb-img {
    border-radius: 10px;
    overflow: hidden;
}.hero-banner {
    --padding-block-start: 90px;
    --padding-block-bottom: 90px;
    min-height: 90vh;
    -webkit-padding-before: var(--padding-block-start);
    padding-block-start: var(--padding-block-start);
    -webkit-padding-after: var(--padding-block-bottom);
    padding-block-end: var(--padding-block-bottom);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}.hero-phone-call svg {
    min-width: 44px;
    height: 44px;
}.hero-phone-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--color-foreground);
}


.hero-banner .content > .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

project-slider {
  display: block;
  overflow: hidden; }

project-slider .swiper-slide {
  height: auto; }

.card-project {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%; }

.card-project:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 57, 0)), to(#1c2539));
  background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: linear-gradient(180deg, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }

.card-project:hover:after {
  opacity: 1; }

.card-project img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.card-project-content-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
  padding: 35px; }

.card-project-content .heading + .text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px; }

.card-project-content {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card-project:hover .card-project-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.icon-project-link {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.card-project:hover .icon-project-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.icon-project-link svg {
  --size: 52px;
  width: var(--size);
  height: var(--size); }

@media (max-width: 767px) {
  .card-project-content-absolute {
    padding: 24px; }
  .slider-container .swiper {
    overflow: visible; } }

.project-details-content {
  -webkit-margin-before: 60px;
  margin-block-start: 60px; }

.content-details-inner > .project-image-block,
.content-details-inner > .text {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }

.project-details-content .project-challenge {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
  max-width: 548px; }

.project-challenge .challenge-list {
  -webkit-margin-before: 34px;
  margin-block-start: 34px; }

.project-challenge .challenge-list > li + li {
  -webkit-margin-before: 32px;
  margin-block-start: 32px; }

.project-challenge .challenge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px; }

.project-info-list {
  -webkit-margin-before: 30px;
  margin-block-start: 30px; }

.project-info-item {
  --color-border: rgba(28, 37, 57, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: dotted var(--style-border-width) var(--color-border);
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
  -webkit-padding-after: 20px;
  padding-block-end: 20px; }

.project-info-item:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0; }

.project-info-item .info-data {
  text-align: end; }

.project-sidebar {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px; }

.project-sidebar > div + div {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }

.project-sidebar .icon-contact {
  --color-background: rgba(255, 255, 255, 1);
  min-width: 80px;
  height: 80px;
  background: var(--color-background);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-margin-before: 36px;
  margin-block-start: 36px; }

@media (max-width: 1366px) {
  .project-sidebar {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px; } }

@media (max-width: 1199px) {
  .project-sidebar {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px; } }

@media (max-width: 991px) {
  .project-sidebar {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px; }
  .project-details-content .project-challenge {
    max-width: 100%; } }

@media (max-width: 767px) {
  .project-details-content {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; }
  .project-details-content .project-challenge {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; } }


    .headings-width {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}
.headings-width, .section-headings-left {
    max-width: 645px;
}.project-slider {
  width: 100%;
  padding-bottom: 40px;
}

.project-slider .swiper-slide {
  height: auto;
}

.card-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Swiper Slider */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none; }

.swiper:not(.swiper-initialized) {
  opacity: 0; }

.swiper-button-prev,
.swiper-button-next {
  color: var(--swiper-navigation-color);
  background-color: var(--swiper-navigation-background-color); }

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-next:hover {
  color: var(--swiper-navigation-hover-color);
  background-color: var(--swiper-navigation-hover-background-color); }

.project-slider .swiper-nav-inner > * {
  --size: 44px;
  --color-border: rgba(28, 37, 57, 0);
  --style-border-width: 1px;
  position: static;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  border: var(--style-border-width) solid var(--color-border);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0; }

.swiper-nav-inner > *:focus,
.swiper-nav-inner > *:hover {
  --color-border: rgba(28, 37, 57, 1); }

.project-slider .swiper-nav-inner svg {
  width: 14px !important;
  height: 14px !important; }

.swiper-nav-border {
  --margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: var(--margin-top);
  margin-block-start: var(--margin-top);
  position: relative; }



.swiper-nav-border:after {
  --color-border: rgba(93, 102, 111, 1);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1px;
  background: var(--color-border);
  width: 90%; }

@media (max-width: 767px) {
  .swiper-nav-border {
    --margin-top: 40px; }
  .swiper-nav-inner > * {
    --size: 36px; }
  .swiper-nav-inner {
    gap: 16px; } }

.swiper-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 20px;
}
.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
  z-index: 10;
}
.thumb-slider .swiper-button-prev,
.thumb-slider .swiper-button-next {
  cursor: pointer;
  z-index: 10;
}
.why-choose-us {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  overflow: hidden;
  background-color: var(--color-background);
  position: relative; }

.choose-media {
  height: 100%; }

.choose-media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.choose-logo {
  -webkit-margin-before: 50px;
  margin-block-start: 50px; }

.choose-rotating-logo {
  position: relative; }

.text-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 700; }

.choose-rotating-logo.svg-wrapper {
  --size: 170px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size); }

.choose-bottom {
  --margin-block-start: 60px;
  -webkit-margin-before: var(--margin-block-start);
  margin-block-start: var(--margin-block-start);
  position: relative; }

.choose-bottom-cards > * {
  row-gap: 24px; }

@media (min-width: 768px) {
  .choose-bottom {
    --offset: 300px; }
  .choose-bottom-cards {
    -webkit-margin-end: var(--offset);
    margin-inline-end: var(--offset);
    -webkit-padding-end: 15px;
    padding-inline-end: 15px; }
  .choose-media-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    width: var(--offset); } }

@media (min-width: 1280px) {
  .choose-us-content {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px; } }

@media (max-width: 991px) {
  .choose-top > * {
    row-gap: 40px; }
  .choose-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .choose-bottom {
    --margin-block-start: 40px; }
  .choose-media-absolute {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; } }
.testimonial {
  --color-background: rgba(242, 242, 242, 1);
  background-color: var(--color-background); }

.card-testimonial {
  --color-background: rgba(255, 255, 255, 1);
  background-color: var(--color-background);
  padding: 40px; }

.testimonial-card-inner > div + div {
  -webkit-margin-before: 30px;
  margin-block-start: 30px; }

.card-testimonial .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px; }

.card-testimonial .rating-list .rating-icon svg[fill] {
  --color-background: rgba(236, 176, 20, 1);
  color: var(--color-background); }

.card-testimonial .rating-list + .text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px; }

.card-testimonial .user-info-wrap {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.card-testimonial .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }

.card-testimonial .user-img {
  --size: 80px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.card-testimonial .user-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

.card-testimonial .user-info .user-desig {
  -webkit-margin-before: 7px;
  margin-block-start: 7px; }

.card-testimonial .icon-quote {
  --color-background: rgba(28, 37, 57, 1);
  color: var(--color-background); }

.testi-slider .card-testimonial {
  --color-background: rgba(242, 242, 242, 1); }

.testimonial-3 .section-headings {
  --color-background: rgba(50, 113, 124, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px;
  border-radius: 18px;
  height: 100%; }

.testicolumn-slider {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 40px;
  border-radius: 18px;
  display: block; }

.testicolumn-slider .card-testimonial {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  padding: 0; }

.testicolumn-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: rgba(50, 113, 124, 1); }

.testimonial-4 .testicolumn-slider .card-testimonial,
.testimonial-4 .testicolumn-slider {
  --color-background: transparent; }

.testimonial-4 .testimonial-inner {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px 32px;
  border-radius: 18px;
  overflow: hidden; }

.testimonial-4 .heading-wrapper {
  --color-border-subheading-bg: rgba(32, 40, 45, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid var(--color-border);
  -webkit-padding-end: 32px;
  padding-inline-end: 32px; }

.testimonial-4 .heading-wrapper .subheading-bg {
  --color-background-subheading: rgba(255, 255, 255, 1); }

@media (max-width: 991px) {
  .card-testimonial {
    padding: 24px 15px; }
  .testimonial-card-inner {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; }
  .testicolumn-slider,
  .testimonial-3 .section-headings {
    padding: 32px 24px; } }

@media (max-width: 767px) {
  .card-testimonial .user-info {
    gap: 16px; }
  .card-testimonial .user-img {
    --size: 60px; }
  .card-testimonial .icon-quote svg {
    width: 36px;
    height: 36px;
    min-width: 36px; }
  .testicolumn-slider,
  .testimonial-3 .section-headings {
    padding: 24px 16px; } }

.testimonial-2 {
  position: relative; }

.testimonial-slider {
  display: block; }

.thumb-content {
  margin-top: 25px; }

.thumb-card > svg + .text {
  -webkit-margin-before: 12px;
  margin-block-start: 12px; }

.thumb-card .user-name {
  -webkit-margin-before: 40px;
  margin-block-start: 40px; }

.thumb-card .user-desig {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  opacity: 0.75; }

.thumb-content-wrapper {
-webkit-padding-start: 80px;
    padding-inline-start: 80px;
   }

.testicolumn-slider .thumb-content-wrapper {
  padding: 40px;
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  color: #fff; }

.testimonial-2 .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%; }

.testimonial-2 .main-img img {
  -o-object-fit: cover;
  object-fit: cover; }

.testimonial-2 .custom-bullet {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important; }

.testimonial-2 .custom-bullet img {
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px; }

.testimonial-2 .swiper-pagination-bullet-active {
  --style-pagination-border-width: 2px;
  --pagination-item-active-border: rgba(32, 40, 45, 1);
  background: transparent;
  outline: var(--style-pagination-border-width) solid var(--pagination-item-active-border);
  outline-offset: 10px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.testimonial-2 .testicolumn-slider .swiper-pagination-bullet-active {
  --pagination-item-active-border: rgba(255, 255, 255, 0.6);
  outline-offset: 7px; }

.testimonial-2
.testicolumn-slider
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
  top: auto;
  left: 0;
  right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.testimonial-2 .testicolumn-slider {
  --color-background: transparent;
  padding: 0; }

.testimonial-2 .testicolumn-slider .custom-bullet {
  width: 80px;
  height: 80px; }

@media (max-width: 1199px) {
  .thumb-content-wrapper {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px; }
  .testimonial-4 .testicolumn-slider {
    padding: 24px; } }

@media (max-width: 991px) {
  .testimonial-slider {
    -webkit-margin-before: 40px;
    margin-block-start: 40px; }
  .thumb-content-wrapper {
    -webkit-padding-start: 0;
    padding-inline-start: 0; }
  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px; }
  .testimonial-2
.testicolumn-slider
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -48px; }
  .testicolumn-slider .thumb-content-wrapper {
    padding: 40px 24px; }
  .testicolumn-slider .thumb-content-wrapper .thumb-content {
    margin: 0; }
  .testimonial-4 .testicolumn-slider {
    padding: 0; }
  .testimonial-4 .heading-wrapper {
    border-right: none;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-bottom: 1px solid var(--color-border);
    -webkit-padding-after: 32px;
    padding-block-end: 32px; } }

@media (max-width: 767px) {
  .testimonial-2 .custom-bullet {
    width: 80px;
    height: 80px; }
  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
    gap: 20px; }
  .testimonial-2 .swiper-pagination-bullet-active {
    outline-offset: 7px; }
  .testimonial-2 .testicolumn-slider .custom-bullet {
    width: 60px;
    height: 60px; }
  .testimonial-2 .testicolumn-slider .swiper-pagination-bullet-active {
    outline-offset: 5px; }
  .testimonial-2
.testicolumn-slider
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -36px; }
  .testicolumn-slider .thumb-content-wrapper {
    padding: 40px 16px; }
  .testimonial-4 .testimonial-inner {
    padding: 24px 16px; } }

@media (max-width: 575px) {
  .testimonial-2 .custom-bullet {
    width: 60px;
    height: 60px; }
  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px; }
  .testimonial-2 .testicolumn-slider .custom-bullet {
    width: 48px;
    height: 48px; } }

.testimonial.how-we-work {
  --color-background: transparent; }


.faq .section-headings {
  -webkit-padding-end: 100px;
  padding-inline-end: 100px;
  position: relative;
  height: 100%; }

.faq .accordion-list > div + div {
  -webkit-margin-before: 24px;
  margin-block-start: 24px; }

.faq .image-absolute {
  position: absolute;
  bottom: -85px;
  right: 25%; }

.faq-row > * {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.faq-2 .section-headings-horizontal {
  padding: 0; }

.faq-2 .section-headings-right {
  min-width: auto;
  max-width: 530px; }

.faq-2 .accordion-block {
  --color-background: transparent;
  border-radius: 0; }

.faq-2 .accordion-opener .svg-wrapper {
  --color-background: transparent; }

.faq-2 .accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(32, 40, 45, 1); }

.faq-2 .accordion-block.active .accordion-opener {
  --color-background: transparent;
  --color-foreground-heading: rgba(32, 40, 45, 1); }

.faq-2 .accordion-opener,
.faq-2 .accordion-block.active {
  --color-border: rgba(32, 40, 45, 0.2);
  border-bottom: 1px solid var(--color-border); }

.faq-2 .button.open-video {
  padding: 0;
  width: 70px;
  height: 70px;
  min-height: 70px; }

.faq-2 .accordion-list > div + div {
  -webkit-margin-before: 0;
  margin-block-start: 0; }

.faq-2 .accordion-opener {
  padding: 32px 20px; }

.faq-2 .video-wrap.section-headings-sticky {
  z-index: 1; }

.faq-2.faq-working-process .accordion-block.active .accordion-opener,
.faq-working-process {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  background: var(--color-background); }

.faq-2.faq-working-process
.accordion-block.active
.accordion-opener
.svg-wrapper,
.faq-2.faq-working-process .accordion-opener .svg-wrapper svg {
  --color-background: transparent;
  --color-foreground: rgba(255, 255, 255, 1);
  background: var(--color-background); }

.faq-2.faq-working-process .accordion-block {
  --color-border: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid var(--color-border); }

.faq-2.faq-working-process .accordion-block.active .accordion-opener {
  --color-border: rgba(255, 255, 255, 0); }

.faq-2.faq-working-process .accordion-opener {
  padding: 32px 20px; }

.faq-2.faq-working-process .accordion-content-inner {
  padding: 0px 20px 32px; }
.accordion-block {
  --color-background: rgba(242, 242, 242, 1);
  border-radius: 10px;
  background-color: var(--color-background);
  overflow: hidden; }

.accordion-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 20px;
  cursor: pointer; }

.accordion-block.active .accordion-opener {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background-color: var(--color-background);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.accordion-content {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }

.accordion-content-inner {
  padding: 24px 20px; }

.accordion-opener .svg-wrapper {
  --color-background: rgba(32, 40, 45, 1);
  min-width: 30px;
  height: 30px;
  background-color: var(--color-background);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.accordion-block.active .accordion-opener .svg-wrapper {
  --color-background: rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(255, 255, 255, 1);
  color: var(--color-foreground); }

.accordion-block.active .accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(32, 40, 45, 1);
  color: var(--color-foreground); }

@media (max-width: 767px) {
  .accordion-opener {
    gap: 24px;
    padding: 24px 15px; }
  .accordion-content-inner {
    padding: 24px 15px; } }
.accordion-block.active .accordion-opener {
    --color-background: rgba(28, 37, 57, 1);
    --color-foreground-heading: rgba(255, 255, 255, 1);
    background-color: var(--color-background);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}footer {
  --offset-contact-form: 300px; }

.footer-main {


  position: relative;
  overflow: hidden; }

.footer-logo {
  max-width: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }

footer .social-link {
  background-color: #383d41;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

footer .social-link:focus,
footer .social-link:hover {
 background-color: #1E2438;
 border-color: #fff;
}

.footer-widget-brand > .text {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
      color: #fff;
    line-height: 41px;
    font-weight: 400;
    font-size: 23px !important;
}
/*.footer-widget-brand .social-icons {
  -webkit-margin-before: 44px;
  margin-block-start: 44px; }
*/
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px; }

.footer-menu .link {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;        font-weight: 400;
    font-size: 18px !important; 
line-height: 27px;

  }
.footer-policies li a{
  color: #fff !important;
}
.footer-menu .link:focus,
.footer-menu .link:hover {
  opacity: 0.75; }

.widget-heading {
    font-weight: 600;
    color: #e8703e;
    font-size: 19px;
}

.widget-heading + * {
  -webkit-margin-before: 15px;
  margin-block-start: 15px; }

.footer-top {
      padding: 50px 0 20px; }

.footer-policies {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px 44px; }

.footer-bottom {
  /*background: #ec6e37;*/
      padding: 10px 0 30px;
}
.footer-copyright{
  color: #fff !important;    font-size: 15px;line-height: 1.7;
}
.footer-contact {
  position: relative;
  -webkit-padding-before: 100px;
  padding-block-start: 100px; }

.footer-contact .contact-box {
  -webkit-margin-after: calc(var(--offset-contact-form) * -1);
  margin-block-end: calc(var(--offset-contact-form) * -1); }

.footer-contact + .footer-main {
  -webkit-padding-before: var(--offset-contact-form);
  padding-block-start: var(--offset-contact-form); }

.footer-2 .footer-widget-menu {
  max-width: 359px; }

.footer-widget .sidebar-widget {
  --padding: 0;
  --color-background: transparent; }

.footer-widget .sidebar-widget .subheading-bg.active,
.footer-widget .sidebar-widget .subheading-bg:focus,
.footer-widget .sidebar-widget .subheading-bg:hover {
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(233, 233, 233, 1);
  --color-border-subheading-bg: rgba(233, 233, 233, 1); }

.footer-2 .social-link {
  background-color: #fff;
  color: #1c2539; }

.footer-2 .social-link:focus,
.footer-2 .social-link:hover {
  background-color: #e9e9e9; }

.logo-with-newsletter .footer-widget-brand .social-icons {
  -webkit-margin-before: 32px;
  margin-block-start: 32px; }

footer .logo-with-newsletter .social-link {
  background-color: #fff;
  color: #1c2539; }

footer .logo-with-newsletter .social-link:hover {
  background-color: #d0c9c9; }

@media (min-width: 992px) {
  .footer-custom-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px auto auto auto;
    grid-template-columns: 380px auto auto auto;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-custom-row > * {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; } }

@media (min-width: 1601px) {
  .footer-custom-row {
    -ms-grid-columns: 465px auto auto auto;
    grid-template-columns: 465px auto auto auto; } }

@media (max-width: 1279px) {
  .footer-logo {
    max-width: 160px; } }

@media (max-width: 991px) {
  .footer-custom-row {
    row-gap: 48px; }
  .footer-top {
    padding: 80px 0; }
  .footer-contact {
    -webkit-padding-before: 80px;
    padding-block-start: 80px; } }

@media (max-width: 767px) {
  .footer-top {
    padding: 35px 0;
     }
  .footer-copyright {
    text-align: center; }
  .footer-policies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 30px; }
  .footer-bottom-row {
    gap: 24px; }
  .footer-widget-brand .social-icons {
    -webkit-margin-before: 30px;
    margin-block-start: 30px; }
  .footer-logo {
    max-width: 130px; }
  .footer-contact {
    -webkit-padding-before: 60px;
    padding-block-start: 60px; } }
.vertical-tab-wrapper {
  display: flex;
  width: max-content;
  margin-top: 20px;
}

.vertical-pills {
  /*width: 45%;*/
  border-right: 1px solid #eee;
  padding-right: 20px;
}
.vertical-pills .heading {
  font-size: 14px !important;
    line-height: 27px;
}
.vertical-pills .text  {
  font-size: 14px !important;
}.header-megamenu .nav-item .menu-link {
    padding: 7px 17px; 
    color: #000;
    font-size: 14px;
}
.header-megamenu .nav-item .list-unstyled .menu-link {
    padding: 7px 17px; 
    color: #f06c2e;
    font-size: 14px;
}
.header-grandmenu li a{
  color: #000 !important;
}
.vertical-pills .pill {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
    color: #f06c2e;
}

.vertical-pills .pill:hover,
.vertical-pills .pill.active {
  background: #f5f5f5;
  transform: translateX(6px);
}

.vertical-content {
  /*width: 55%;*/
  /*padding-left: 25px;*/
}
.submenu-lists .heading{
  font-size: 14px !important;
}
.header-grandmenu ul li a{
  font-size: 14px !important;
}
.tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-pane.active {
  display: block;
}

.tab-pane img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.ftc-add {
    display: flex;
    gap: 20px;
}.tcal span {
   
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    /* box-shadow: 0 10px 10px #0000005e; */
    background: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}
.list-block1  .title {
  font-size: 22px;
  font-weight: 700 !important;
}
.ftc-add{
  margin-bottom:30px ;
}
.tcar p, .tcar p a {
    color: #fff;
  
    padding-top: 6px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px !important;
}@media (max-width: 991px) {
  /* First-level submenu */
  .nav-item > .header-submenu:not(.reset-submenu) {
    max-height: 0;            /* start collapsed */
    overflow: hidden;         /* hide content when collapsed */
    transition: max-height 0.4s ease-in-out; /* smooth animation */
  }

  /* Nested submenu (grandmenu) */
  .header-grandmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }

  /* Optional: active state for smoother open */
  .menu-accrodion.active + .header-submenu,
  .menu-accrodion.active + .header-grandmenu {
    /* JS will override inline max-height */
    /* Keep this in case you want a fallback */
  }
}
.service-list .accordion-li {
    width: 170px; /* default for all */
}

.service-list .accordion-li:first-child,
.service-list .accordion-li:last-child {
    width: 120px; /* first and last only */
}
.testimonial-slider .thumb-card .text{
  line-height: 28px;
}
.circle-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Rotating animation */
.rotating-text {
  width: 100%;
  height: 100%;
  animation: rotate 12s linear infinite;
}

.rotating-text text {
  fill: #1c2539;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.share_get{
  display: none;
}
@media (max-width: 1024px) {
    .share_get.mob-view {
        background: #fff;
        padding: 12px 17px;
    }
}
@media (max-width: 991px) {
    .share_get.mob-view {
        bottom: 0;
        display: flex
;
        width: 100%;
        justify-content: space-between;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 1001;
    }
    .share_get {
    bottom: 6.5%;
    gap: 10px;
    position: relative;
    right: unset;
    z-index: 99;
    width: fit-content;
    background: #fff;
    padding: 10px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 3px 20px #00000029;
}
 button.share_fix_new_mob {
        background: no-repeat padding-box #f5f5f6;
        border: 1px solid #bcbdc0a6;
        border-radius: 4px;
        width: 31%;
        display: flex
;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
        .share_get.mob-view button.share_fix_new_mob a {
        display: flex
;
        border: none !important;
        /* color: #141919; */
        color: #fff;
        font-weight: 500;
        width: 100%;
        padding: 6px;
        font-size: 14px;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .share_get {
        border-radius: 0 !important;
    }
}
/* Center star */
.center-star {
  position: absolute;
  font-size: 50px;
  color: #e67e22;
}
.inqButtonDektop {
    position: fixed;
    bottom: 1rem;
       left: 6%;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        color: #fff !important;font-size: 16px !important;
    font-family: 'Poppins' !important;
}
.inqButtonDektop  {
    user-select: none;
    -moz-user-select: none;
       background-color:#ec6e37 !important;
   
    transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}
.inqButtonDektop i {
    width: 25px;
    display: inline-flex;
    height: 25px;
    background: rgba(0,0,0,.7);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 13px
}
.share_fix_new_mob img {
  width: 15px !important;
  height: 15px !important;
}

.pulseanimation {
    animation: pulse-cust 2s infinite
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #BD9A68
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #BD9A68
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

.whatsapp-floating {
      border-radius: 100%;
    display: flex
;
    justify-content: center;
    font-size: 24px;
    position: fixed;
    background: #0cbf0c;
    width: 50px;
    height: 50px;
    align-items: center;
    color: #fff;
    z-index: 9;
    bottom: 1rem;
    right: 1rem;
    line-height: 1
}
.fixed-call-btn, .mobile-inqury {
    height: 50px;
    background: #fff;
    z-index: 9;
        border-radius: 100%;
    display: flex
;
    justify-content: center;
    font-size: 24px;
    position: fixed;
        width: 50px;
    align-items: center;
    color: #432745;
    animation: 2s infinite zoom-in-zoom-out;
    bottom: 1rem;
    left: 1rem;
    border: 1px solid #cecece;
    background: #BD9A68 ;
}
.brand-text{
  color: var(--secondary-color) !important;
}
.credit-text{
  color: #0091BF;
  transition:color 0.3s ease;
}
.credit-text:hover{
  color: #045d79;
}
.pc-whatsapp {
    position: fixed;
    bottom: 12%;
    right: 20px;
    z-index: 1000000;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
    .btn4 {
    border: none;
    background: #503207;
    color: #111;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 0;
    border-radius: 50px;
}
   .btn4:hover {
    background: #503207;
    transition: 0.5s;
}
.btn4::before, 
    .btn4::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 1px solid #503207;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }


.btn5 {
    border: none;
    background: #503207;
    color: #111;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 0;
    border-radius: 50px;
}
   .btn5:hover {
    background: #503207;
    transition: 0.5s;
}
.btn5::before, 
    .btn5::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 1px solid #503207;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }

.text-lists .text-item {
  --color-foreground: rgba(28, 37, 57, 1); }

.text-lists .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: start;
  gap: 14px; line-height: 26px; }

.text-lists .text-item svg {
  min-width: 28px;
  height: 38px; }

.text-lists .text-item:not(:first-child) {
  -webkit-margin-before: 18px;
  margin-block-start: 18px; }
.iso-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.iso-box {
  position: relative;
  background: #4a555c;
  padding: 40px 30px;
  border-radius: 15px;
  color: #fff;
  overflow: hidden;

  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

/* ✨ GOLD BORDER GLOW */
.iso-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  transition: all 0.4s ease;
  pointer-events: none;
}
.iso-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(201, 168, 76, 0.25),
    transparent
  );
  transform: skewX(-25deg);
  transition: none;
}
.iso-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 20px 50px rgba(0,0,0,0.35),
    0 0 25px rgba(201, 168, 76, 0.25);
}
.iso-box:hover::after {
  border-color: rgba(201, 168, 76, 0.6);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
}
.iso-box:hover::before {
  animation: goldShine 1s ease forwards;
}
@keyframes goldShine {
  0% { left: -100%; }
  100% { left: 130%; }
}
.iso-icon {
  width: 60px;
  height: 60px;
  background: #1f2a36;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.iso-box h3 {
  font-family: var(--inter-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 15px;
}

.iso-box p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #e6e6e6;
}

.iso-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.iso-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-banner .banner-badge {
  
    display: none;
}
  .iso-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .iso-wrapper {
    grid-template-columns: 1fr;
  }
}

.counter-box{
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
  align-items: center;
  transition: transform 0.32s ease-in-out !important;
}
.counter-box:hover{
  transform: translateY(-7px);
}
.counter-box .heading{
  font-size: 30px;
}
.counter-box h2{
  font-size: 50px;
  font-weight: 700;
}
.counter-box h2 .symbol{
  padding-left: 4px;
  color: var(--secondary-color) !important;
}
.counter-box h4 {
    color: var(--color-dark);
    font-size: 22px;
    font-family: var(--inter-font);
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.box-slide{
       padding: 25px;
    font-size: 19px;
    background: #fff;
    /* color: #fff; */
    border-radius: 10px;
    height: 100%;
    /* box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06); */
    border: 1px solid #ececec;
    font-style: italic;
  }
  .stats-strip {
  background: linear-gradient(135deg, #0d1b2a, #1b263b);
  padding: 60px 0;
  color: #fff;
}
.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stat-box {
  flex: 1;
  text-align: center;
  padding: 20px;
  min-width: 200px;
}
.stat-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.stat-box p {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}
.divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.2);
}
/* Mobile */
@media (max-width: 768px) {
  .stats-wrapper {
    flex-direction: column;
  }

  .divider {
    width: 60px;
    height: 1px;
    margin: 20px 0;
  }
}

.hero-slider .heading {
 font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height:65px;
}
.decorated-text {
    display: inline-block;
    position: relative;
    color: rgb(212, 175, 55);
}
.breadcrumb-area {
    position: relative;
    background: #EDEDED;
    padding-top: 200px;
    padding-bottom: 80px;
    background-image: url('../img/bg/breadcrumb-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-area.pattern-one{
  background: var(--primary-color) !important;
  border-bottom: 1px solid #4e52622e;
}
.breadcrumb-area .breadcrumb-title{
    font-size: 45px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.breadcrumb-area.pattern-one .breadcrumb-title{
  color: var(--color-white);
}
.breadcrumb-area .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--primary-color);
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb-area.pattern-one .breadcrumb-menu li {
  color: var(--color-white);
}
.breadcrumb-area .breadcrumb-menu li a {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.breadcrumb-area.pattern-one .breadcrumb-menu li a{
  color: var(--color-white);
}
.breadcrumb-area .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 6 Free';
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: var(
  --primary-color);
}
.breadcrumb-area.pattern-one .breadcrumb-menu li::before{
  color: var(--color-white);
}
.breadcrumb-area .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-area .breadcrumb-menu li:last-child:before {
  display: none;
}
.breadcrumb-area .breadcrumb-menu li a:hover {
  color: var(--secondary-color);
}
.breadcrumb-area .breadcrumb-menu li.active{
  color: var(--secondary-color);
}
.bg-clay{
  background-color: #F9FAFF !important;
}
/* section title */
.section-title{
  margin-bottom: 25px;
}
.section-title .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c89b3c; 
  background: #f3efe7;
  border: 1px solid rgba(200, 155, 60, 0.25);
  font-family: var(--inter-font) !important;
}
.section-title .subtitle.custom{
  border: 1px solid rgba(200, 155, 60, 0.4) !important;
    background: rgba(200, 155, 60, 0.12) !important;
}
.section-title .subtitle .dot {
  width: 6px;
  height: 6px;
  background: #c89b3c;
  border-radius: 50%;
  display: inline-block;
}
.section-title .sec-lg-title{
  font-size: 55px;
  line-height: 1.25;
  color: var(--primary-color);
  font-family: var(--inter-font) !important;
  font-weight: 800;
  margin-bottom: 12px;
}
.section-title .sec-lg-title span{
  color: var(--secondary-color) !important;
}
.section-title .sec-slogan{
  font-size: 20px;
  font-family: var(--inter-font);
  font-weight: 400;
  line-height: 1.6;
  /* color: #4a5568; */
  color: var(--color-dark);
  margin-bottom: 0 !important;
  max-width: 520px;
}
.section-title .sec-para{
    font-size: 19px;
    line-height: 30px;
    font-family: var(--inter-font);
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 0 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.quote-card {
  max-width: 700px;
  background-color: var(--color-white);
  padding: 28px 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "Inter", sans-serif;
}
.whim-section .quote-card{
  margin-bottom: 30px;
}
.quote-card p {
  margin: 0;
  font-family: var(--inter-font);
  font-size: 19px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
  color: #000;
  padding-left: 8px;
}
.quote-mark {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #c89b3c;
  opacity: 0.9;
}
.para-content p{
  color: var(--color-dark);
  font-family: var(--inter-font);
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
}
.tag-wrapper {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tag {
  padding: 8px 16px;
  border-radius: 999px;
  background: #f1f2f4;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-family: "Inter", sans-serif;
  transition: all 0.25s ease;
}
.tag:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.04);
}
.whoim-wid-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  border-radius: 28px;
  background: linear-gradient(145deg, #f8f6f2, #ffffff);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 12px;
}
.whoim-wid-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(200, 155, 60, 0.25);
  pointer-events: none;
}
.whoim-wid-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  transition: transform 0.4s ease;
}
.whoim-wid-wrap::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(200,155,60,0.12), transparent 60%);
  z-index: 0;
}
.whoim-wid-wrap:hover img {
  transform: scale(1.03);
}
.whim-action-wrap{
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.style-one {
  background: linear-gradient(135deg, #1f2430, #2c3242);
  color: #fff;
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.style-one .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
}
.style-one:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 10px 28px rgba(0, 0, 0, 0.25);
}
.style-two {
  background: transparent;
  color: #1f2430;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.05);
}
.style-two:hover {
  background: #1f2430;
  color: #fff;
  border-color: #1f2430;
  transform: translateY(-2px);
}
.whim-section{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shape-animate{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shape-animate .shapes{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    inset: 0%;
    z-index: -1;
}
.shape-animate .shapes .shape-1, .shape-animate .shapes .shape-2{
    position: absolute;
    height: 100vmax;
    width: 100vmax;
    object-fit: cover;
}
.shape-animate .shapes .shape-1{
    -webkit-animation: zoom 20s infinite linear;
    animation: zoom 20s infinite linear;
}
@keyframes zoom{
  0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.5, 1.5);
}
100% {
    transform: scale(1, 1);
}
}
.shape-animate .shapes .shape-2{
    -webkit-animation: spinner 20s infinite linear;
    animation: spinner 20s infinite linear;
}
@keyframes spinner{
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
    transform: translate3d(0px, 0px, 0px) rotateZ(-360deg);
}
}
.main-con p{
  color: var(--color-muted);
}
.quote-highlight {
    max-width: 720px;
    padding: 22px 26px;
    border-radius: 0 14px 14px 0;
    background: #f4f5f7;
    border-left: 4px solid #c89b3c;
    font-family: "Inter", sans-serif;
    margin: 13px 0 20px 0;
}
.quote-highlight p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--color-dark);
    font-style: italic;
}
.font-italic{
  font-style: italic !important;
}
.orig-action-wrap{
  margin-top: 40px;
}
.zenith-flow {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.zen-card {
  padding: 32px 36px;
  border-radius: 24px;
  transition: all 0.35s ease;
}
.zen-card--light {
  background: #f4f6f9;
  color: #1f2937;
  border: 1px solid #eceef2;
  transition: .4s ease-in-out all;
}
.zen-card--dark {
  background: linear-gradient(135deg, #1c2130, #0f1420);
  color: #e5e7eb;
     transition: .4s ease-in-out all;
}
.zen-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c89b3c;
}
.zen-card h3 {
  margin: 0 0 10px;
  font-family: var(--inter-font);
  font-size: 26px;
  font-weight: 600;
}
.zen-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: inherit;
  opacity: 0.85;
}
.zen-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.zen-btn--light {
  border: 1px solid rgba(200,155,60,0.4);
  color: #c89b3c;
  background: rgba(200,155,60,0.08);
}
.zen-btn--dark {
  border: 1px solid rgba(200,155,60,0.4);
  color: #e6c26a;
  background: rgba(200,155,60,0.12);
}
.zen-card:hover {
  transform: translateY(-4px);
   transition: .4s ease-in-out all;
}
.zen-card--light:hover {
  box-shadow:
    0 16px 40px rgba(0,0,0,0.08);
}
.zen-card--dark:hover {
  box-shadow:
    0 14px 40px rgba(0,0,0,0.35);
}
.zen-btn:hover {
  transform: translateX(4px);
}
.dark-background{
  /* background-color: #1B1E2D !important; */
  background-color: var(--primary-color) !important;
}
.color-gold{
  color: var(--secondary-color) !important;
}
.vm-section{
  background-color: #1B1E2D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.low-op{
  opacity: 0.05 !important;
}
.mission-statement {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    color: rgb(255 255 255 / 68%);
    /* max-width: 640px;
    margin: 0 auto; */
}
.sect-tp-lined-text{
  padding-top: 16px;
 border-top: 2px solid #eceef2;
 max-width: 700px;
}
.dark-background .sect-tp-lined-text{
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.sect-tp-lined-text h6 {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    font-family: var(--inter-font);
    margin-bottom: 4px !important;
}
.sect-tp-lined-text p{
  font-size: 19px;
  font-family: var(--inter-font);
  font-weight: 500;
  line-height: 30px;
  color: var(--color-dark);
}
.dark-background .sect-tp-lined-text p{
  font-family: var(--inter-font);
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 17px;
  font-weight: 500;
}
.thbpr-heading{
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px !important;
}
.appr-card-row{
  margin-top: 60px;
}
.ins-card {
  position: relative;
  padding: 26px;
  border-radius: 18px;
  background: var(--color-white);
  background-color: #FFF;
  border: 1px solid transparent;
  color: #1f2937;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.3s ease;
}
.ins-card:hover{
  border: 1px solid rgba(200,155,60,0.3);
}
.ins-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c89b3c, #e6c26a, transparent);
  filter: blur(1px);
  transition: left 0.7s ease;
}
.ins-card:hover::before {
  left: 100%;
}
.ins-card--highlight {
  border: 1px solid rgba(200,155,60,0.3);
}
.ins-head {
  margin-bottom: 14px;
}
.ins-head span {
  font-size: 12px;
  font-family: var(--inter-font);
  letter-spacing: 1.5px;
  color: #c89b3c;
}
.ins-head .line {
  height: 1px;
  margin-top: 6px;
  background: rgba(0,0,0,0.08);
}
.ins-icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #eef1f5;
  margin-bottom: 20px;
}
.ins-icon img{
  max-width: 50px;
  height: auto;
}
.ins-card h3 {
  font-family: var(--inter-font);
      font-size: 21px;
    line-height: 29px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ins-quote {
  font-size: 14px;
  font-style: italic;
  color: #c89b3c;
  margin-bottom: 10px;
}
.ins-desc {
    font-family: var(--inter-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #27200c;
    /* color: #000; */
}
.ins-bg-number {
    position: absolute;
    bottom: 5px;
    right: 14px;
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,0.04);
}
.ins-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.08);
}
.cp-section{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cp-row-wrapper{
  margin-top: 60px;
  margin-bottom: 40px;
}
.cpm-badge {
    position: relative;
    background: rgba(255,255,255,0.04);
    border-radius: 22px;
    padding: 30px 24px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .3s ease;
}
.cpm-badge::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 260deg,
        rgba(201,168,76,0.8) 300deg,
        rgba(201,168,76,1) 320deg,
        transparent 360deg
    );
    animation: rotateBorder 4s linear infinite;
    z-index: 1;
}
.cpm-badge::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 22px;
    background: rgba(20, 25, 40, 0.95); /* match your bg */
    z-index: 2;
}
.cpm-badge * {
    position: relative;
    z-index: 3;
}
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cpm-badge:hover {
    transform: translateY(-4px) scale(1.02);
}
.cpm-badge:hover::before {
    animation-duration: 2s;
}
.cpm-badge .cpm-text{
    font-size: 17px;
    font-weight: 700;
    font-family: var(--inter-font);
    color: var(--color-white);
    margin-bottom: 0;
}
.pillar-card {
  position: relative;
  padding: 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  color: #e5e7eb;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
  overflow: hidden;
  margin-bottom: 25px
}
/* TAG */
.pillar-tag {
  position: relative;
  display: flex;
  font-family: var(--inter-font);
    align-items: center;
    gap: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  color: var(--secondary-color);
}
.pillar-tag::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.06);
}
.pillar-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 20px;
}
.pillar-icon img{
  max-width: 45px;
  height: auto;
}
.pillar-card h4 {
    color: #fff;
    font-family: var(--inter-font) !important;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pillar-card p {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    color: #9ca3af;
    margin: 0;
}
.pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,155,60,0.4);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.5);
}
.ach-counter-item {
  padding: 28px 26px;
  border-radius: 20px;
  background: #fff;
  color: #1f2937;
  height: 100%;
  box-shadow:
    0 8px 24px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.3s ease;
}
.ach-counter-item h2 {
  color: var(--color-dark);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.ach-counter-item h2 .symb {
  padding-left: 3px;
  color: #c89b3c !important;
}
.ach-counter-item h5 {
  color: var(--color-dark);
  font-family: var(--inter-font);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.ach-counter-item p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.ach-counter-item:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.08);
}
.zen-grid {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}
.zen-cell {
  padding: 28px 22px;
  background: var(--color-white);
  height: 100%;
  border-right: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.zen-cell:last-child {
  border-right: none;
}
.zen-badge {
  font-family: var(--inter-font);
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #c89b3c;
  border: 1px solid rgba(200,155,60,0.3);
  background: rgba(200,155,60,0.08);
}
.zen-cell h4 {
    color: #000;
    font-family: var(--inter-font) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.zen-cell p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.zen-cell:hover {
  background: transparent;
}
.zen-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zen-points li {
  position: relative;
  padding: 14px 0 14px 28px;
  font-family: var(--inter-font) !important;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.zen-points li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.zen-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
background-image: url('../img/icons/check-mark.png');
background-repeat: no-repeat;
background-size: contain;

  transform: translateY(-50%);
}
.zen-section-label {
  display: flex;
  align-items: center;
  gap: 10px;

}
.zen-section-label .line {
  width: 24px;
  height: 2px;
  background: #c89b3c;
}
.zen-section-label .text {
  font-family: var(--inter-font) !important;
  font-weight: 500;
  font-size: 12px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c89b3c;
}
.philos-wrap {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 18px;
    margin-top: 25px;
}
.philos-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f4f6f9;
  color: #1f2937;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.philos-icon {
  min-width: 55px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #1f2430;
  font-size: 18px;
  color: #fff;
}
.philos-icon img{
  max-width: 35px;
  height: auto;
}
.initiative-section .philos-item{
  width: 48%;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  transition: all 0.35s ease-in-out !important;
}
.initiative-section .philos-item:hover{
  transform: translateY(-5px) !important;
}
.initiative-section .philos-icon{
  min-width: 60px;
  min-height: 60px;
}
.initiative-section .philos-icon img{
  max-width: 40px;
  height: auto;
}
.philos-item h5 {
    margin: 0;
    color: var(--color-dark);
    font-family: var(--inter-font) !important;
    font-size: 23px;
    font-weight: 600;
}
.initiative-section .philos-content span{
  font-family: var(--inter-font);
  display: inline-block;
  color: #718096;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.philos-item:hover {
  transform: translateY(-3px);
  border: 1px solid rgba(200,155,60,0.4);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.08);
}
.philos-quote {
  margin-top: 10px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1c2130, #111624);
  color: #e5e7eb;
  box-shadow:
    0 14px 40px rgba(0,0,0,0.4);
}
.philos-quote h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 12px;
}
.philos-quote p {
  margin: 0;
  font-size: 16px;
  color: #9ca3af;
}
.philos-quote .highlight {
  margin-top: 6px;
  color: #e6c26a;
  font-weight: 500;
}
.cta-section{
  background-color: #1D2328 !important;
}
.muted-text{
  color: rgba(255, 255, 255, 0.45) !important;
}
.cta-action-wrap{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.dark-background .site-btn.style-one{
  background: linear-gradient(135deg, #c9a84c, #e0c46f);
  box-shadow: 
  0 8px 22px rgba(201, 168, 76, 0.25),
  0 4px 10px rgba(0, 0, 0, 0.15),
  inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: var(--color-dark);
}
.dark-background .site-btn.style-one .icon{
   background: rgb(191 165 92);
}
.dark-background .site-btn.style-two{
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}
/* pattern one */
.pattern-one{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pattern-one::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 80% at 30% 50%,black 30%,transparent 100%);
  z-index: -1;
  pointer-events: none;
}
.dctr-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin: 60px 0 35px 0 !important;
    opacity: 1 !important;
}
.pill-wrap {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.institute-section .pill-wrap{
  justify-content: center;
}
.pill-item {
  position: relative;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--inter-font) !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #FFF;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 8px 20px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
}
.pill-item::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    height: 1.5px;
    background: #e36566;
    transform: translateY(-50%);
}
.zen-highlight-line {
    font-family: var(--inter-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-dark);
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.dark-background .zen-highlight-line{
  color: var(--color-white) !important;
}
.zen-highlight-line .gold {
    color: #a78d47;
    font-weight: 500;
    padding-left: 5px;
}
.dot-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    font-family: var(--inter-font);
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 19px;
    height: 19px;
    background-image: url('../img/icons/check-two.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transform: translateY(-50%);
}
.fw-400{
  font-weight: 400 !important;
}
.blueprint-section .pillar-icon{
  background-color: transparent !important;
}
.blueprint-section .pillar-card:hover{
  background: rgba(201, 168, 76, 0.07);
  box-shadow: none !important;
}
.legacy-title{
  max-width: 500px;
}
.leg-list li {
    position: relative;
    padding: 18px 22px 18px 55px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #1f2937;
    font-family: var(--inter-font) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06),
    0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.leg-list li::before {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #c89b3c, #e6c26a);
    color: #1f2937;
    font-size: 15px;
    line-height: 15px;
    box-shadow: 0 4px 10px rgba(200,155,60,0.3);
}
.leg-list li:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.1);
}
.leg-list li:hover::before {
  box-shadow:
    0 6px 16px rgba(200,155,60,0.5);
}
 .princ-col{
        margin-bottom: 25px;
    }
    /* Dropdown menu */
.nav-item {
  position: relative;
}
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  /* top: 120%; */
  left: 0;
  min-width: 220px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(15px) scale(0.96);
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 999;
}
.nav-item:hover .dropdown-menu-custom {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.dropdown-menu-custom li a {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 500;
  color: #1c2539;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}
.dropdown-menu-custom li a:hover {
  color: #000;
  background: rgba(0,0,0,0.04);
}
.dropdown-menu-custom li a.active{
  color: var(--secondary-color);
}
.dropdown-toggle::after {
  font-size: 20px;
}
.dark-background .quote-card {
  margin-top: 45px;
  margin-bottom: 50px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 24px 16px 35px;
  box-shadow: none;
}
.dark-background .quote-card p{
  font-family: var(--inter-font) !important;
  color: var(--color-white);
  font-weight: 600;
  font-style: normal;
}
.instit-lhs-wrap .quote-card{
  padding: 20px 28px;
  margin-top: 20px;
}
.dark-background .quote-mark {
  top: 10px;
}
.institute-section .pill-item::after{
  display: none !important;
}
.dark-background .pill-item .count-wrap{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dark-background .pill-item .count-wrap .cnt-key{
  color: var(--secondary-color);
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 800;
}
.dark-background .pill-item .count-wrap .cnt-key .symbol{
  padding-left: 3px;
}
.dark-background .pill-item .count-wrap .cnt-title{
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}
.strip-banner{
  background-color: #c9a84c;
  padding: 28px 44px;
}
.strip-lhs h6{
  font-family: var(--inter-font);
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-dark);
}
.strip-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 500;
    color: rgb(44 44 46 / 97%);
}
.strip-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #1C1D2C;
}
/* timeline */
.timeline-wrapper{
  margin-top: 60px;
}
.timeline-wrap {
  border-top: 1px solid rgba(0,0,0,0.08);
}
.timeline-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
timeline-wrap .timeline-item:nth-of-type(odd) {
  background-color: var(--color-white);
}
.timeline-item:hover {
  background: #ffffff;
}
.timeline-year {
    width: 80px;
    text-align: center;
    position: relative;
    padding: 32px 0;
    border-right: 1px solid #eceef2;
}
.timeline-year span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--inter-font);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--secondary-color);
}
.timeline-year i {
  display: block;
  width: 8px;
  height: 8px;
  background: #c89b3c;
  border-radius: 50%;
  margin: 10px auto 0;
}
.timeline-content {
  padding: 28px 32px;
  flex: 1;
}
.timeline-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 10px;
}
.timeline-top h4 {
  color: var(--color-dark);
  font-family: var(--inter-font);
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.timeline-top h4 a{
  color: inherit;
  transition: 0.3s ease all;
}
.timeline-top h4 a:hover{
  color: var(--secondary-color);
}
.timeline-tags {
  margin-bottom: 10px;
}
.timeline-tags span {
  display: inline-block;
  margin-right: 8px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: var(--inter-font);
  font-size: 11px;
  font-weight: 600;
  color: #c89b3c;
  background: rgba(200,155,60,0.1);
  border: 1px solid rgba(200,155,60,0.3);
}
.timeline-content p {
  margin: 0;
  font-family: var(--inter-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
}
.instit-logo-col img {
    width: 150px;
    border: 1px solid #c8aa5854;
    border-radius: 10px;
    height: 100px;
    background: #fff;
    vertical-align: middle;
    object-fit: contain;
}
.visit-btn {
  padding: 8px 40px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #374151;
  border: 1px solid rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
.visit-btn:hover {
  color: #1f2937;
  background: linear-gradient(135deg, #c89b3c, #e6c26a);
  border-color: transparent;
  box-shadow:
    0 6px 16px rgba(200,155,60,0.3);
}
.timeline-item {
  position: relative;
  overflow: hidden;
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c89b3c, transparent);
  transition: left 0.6s ease;
}
.timeline-item:hover::before {
  left: 100%;
}
/* Initiative */
.init-count-wrapper{
  max-width: 450px;
}
.count-strip {
  padding: 30px 0;
}
.count-item {
  position: relative;
}
.count-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 20%;
    width: 1px;
    background: rgba(0,0,0,0.08);
}
.count-item h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1f2937;
}
.count-item h2 span {
  color: #c89b3c;
}
.count-item p {
  margin: 0;
  font-family: var(--inter-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #6b7280;
}
.dark-background .count-item p{
  font-weight: 600 !important;
}
.ins-card.init{
  border: 1px solid #eceef2;
  padding: 0 !important;
}
.dark-background .ins-card.init{
  background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(201, 168, 76, 0.3) !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3) !important;
}
.ins-card.init:hover{
  box-shadow: 0 12px 48px rgba(0,0,0,0.13) !important;
  border-color: rgba(201, 168, 76, 0.3) !important;
}
.init-card-body{
  padding: 28px;
}
.ins-card.init .timeline-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}
.ins-card.init .timeline-tags span{
  font-size: 10px;
  margin-right: 0;
}
.ins-card.init h3{
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 12px;
}
.dark-background .ins-card.init h3{
  color: var(--color-white) !important;
}
.ins-card.init .ins-desc {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 95px;
}
.dark-background .ins-card.init .ins-desc {
    color: rgb(255 255 255 / 81%) !important;
    font-weight: 400;
}
.tp-border{
  border-top: 1px solid #343537;
}
.ins-card.init .init-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
    padding: 14px 28px;
    border-top: 1px solid #eceef2;
    background: #f5f6f8;
}
.dark-background .ins-card.init .init-footer{
  background: rgba(255, 255, 255, 0.04) !important;
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}
.ins-card.init .init-footer .init-href {
    font-family: var(--inter-font);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 500;
    color: #718096;
    transition: color .2s;
}
.dark-background .ins-card.init .init-footer .init-href{
  color: var(--secondary-color) !important;
}
.ins-card.init:hover .init-footer .init-href{
  color: #c9a84c;
}
.ins-card.init .init-footer .init-href i {
    font-size: 12px;
}
.init-heading-wrap{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid #eceef2;
}
.dark-background .init-heading-wrap{
 border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.init-heading-wrap .ico-wrap{
    min-width: 55px;
    min-height: 55px;
    border-radius: 14px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-background .init-heading-wrap .ico-wrap {
    background: #33394b !important;
}
.init-heading-wrap .ico-wrap img{
  max-width: 35px;
  height: auto;
}
.init-heading-wrap .head-wrap .cat-label {
    display: inline-block;
    font-family: var(--inter-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 4px;
}
.init-heading-wrap .head-wrap .cat-title{
  font-family: var(--inter-font);
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: var(--color-dark);
    letter-spacing: -0.02em;
    margin-bottom: 0 !important;
}
/* brands */
.brands-count-wrapper{
  max-width: 700px;
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.brands-count-wrapper .count-item:not(:last-child)::after{
  background: rgb(255 255 255 / 8%) !important;
}
.brand-heading-wrap{
  margin-bottom: 50px;
}
.brand-title {
  position: relative;
  text-align: center;
  font-family: var(--inter-font);
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.brand-title span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  background: #fff;
  z-index: 2;
}
.brand-title::before,
.brand-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a84c);
  transition: width 0.6s ease;
}
.brand-title::before {
  left: 0;
  transform: translateY(-50%);
}
.brand-title::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.brand-title.animate::before,
.brand-title.animate::after {
  width: 50%;
}
.brand-title::before,
.brand-title::after {
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  opacity: 0.7;
}
.brand-col{
  margin-bottom: 30px;
}
.brand-card{
  padding: 24px 16px;
  background-color: var(--color-white);
  border: 1px solid #eceef2;
  position: relative;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;    box-shadow: 0 2px 6px rgb(0 0 0 / 15%), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: box-shadow .28s, transform .28s, border-color .28s;
}
.brand-card:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.11);
    transform: translateY(-5px);
    border-color: rgba(201,168,76,0.35);
}
.brand-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right,#c9a84c,#e8c96a,transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.brand-card:hover::before {
    transform: scaleX(1);
}
.brand-card img{
  max-width: 180px;
  height: auto;
}
.brandinn-head{
  font-size: 16px;
  line-height: 24px;
  font-family: var(--inter-font) !important;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0 !important;
}
.max-w-125{
  max-width: 125px !important;
}
.book-stack {
    position: relative;
    width: 400px;
    height: 380px;
}
.book-card-hero {
    position: absolute;
    background: #212840;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px 24px;
    width: 240px;
    min-height: 135px;
}
.book-card-hero:nth-child(1) {
    top: 0;
    left: 40px;
    transform: rotate(-3deg);
    z-index: 1;
    background: rgba(201,168,76,0.08);
    border-color: rgba(201,168,76,0.2);
}
.book-card-hero-cat {
  font-family: var(--inter-font);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.book-card-hero-title {
   font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.35;
}
.book-card-hero-sector {
  font-family: var(--inter-font);
    font-size: 10px;
    font-weight: 500;
    color: rgba(255,255,255,0.3);
    margin-top: 6px;
}
.book-card-hero:nth-child(2) {
    top: 60px;
    left: 20px;
    transform: rotate(1.5deg);
    z-index: 2;
}
.book-card-hero:nth-child(3) {
    top: 125px;
    left: 50px;
    transform: rotate(-1deg);
    z-index: 3;
    background: #212840;
}
.work-head-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.badge-book{
  display: flex;
  justify-content: end;
  flex: 1;
  align-items: center;
}
.work-pill {
  display: inline-block;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #718096;
  background-color: #E5E7EB;
  border-radius: 999px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--inter-font)
}
.ins-card.work{
  padding: 0 !important;
  border: 1px solid #eceef2;
  box-shadow: none;
      box-shadow: 0 2px 6px rgb(0 0 0 / 15%), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.ins-card.work:hover {
    box-shadow: 0 10px 44px rgba(0,0,0,0.12);
    transform: translateY(-5px);
    border-color: rgba(201,168,76,0.3);
}
.ins-card.work .work-thumb{
   padding: 7px 24px 1px;
    position: relative;
    /* min-height: 130px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.work-thumb.grad-1{
  /*background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);*/
}
.work-thumb.grad-2{
  background: linear-gradient(135deg, #1e3a5f 0%, #0f1f35 100%);
}
.work-thumb.grad-3{
  background: linear-gradient(135deg, #2d1b4e 0%, #1a0f30 100%);
}
.work-thumb.grad-4{
  background: linear-gradient(135deg, #1a2e1a 0%, #0f1f0f 100%);
}
.work-thumb.grad-5{
  background: linear-gradient(135deg, #3b2200 0%, #1f1200 100%);
}
.ins-card.work .work-thumb .timeline-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.ins-card.work .work-thumb .timeline-tags span{
  font-size: 10px !important;
  margin-right: 0 !important;
}
.book-cover-num{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.2);
}
.book-cover-ghost {
    position: absolute;
    bottom: -9px;
    right: 5px;
    font-family: var(--inter-font);
    font-size: 64px;
    font-weight: 800;
    color: rgba(255,255,255,0.04);
    letter-spacing: -3px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.ins-card.work::before{
  z-index: 1 !important;
}
.ins-card.work .work-body{
    padding: 20px 22px 24px;
}
.ins-card.work .work-body .book-title{
      font-family: var(--inter-font);
    font-size: 19px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 26px;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}
.ins-card.work .work-body .book-desc{
       font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    color: #000;
    flex: 1;
    margin-bottom: 20px;
}
.ins-card.work .timeline-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.ins-card.work .timeline-tags span{
  margin: 0 !important;
}
.mega-lhs-wrap .timeline-tags{
  margin-top: 25px;
  margin-bottom: 25px;
}
.magazine-card{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    overflow: hidden;
    max-width: 600px;
}
.magazine-card .mega-body{
    background: linear-gradient(135deg,#1e3a5f 0%,#0f1f35 100%);
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.magazine-card .mega-body .mega-cover{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 120px;
    font-weight: 800;
    color: rgba(255,255,255,0.04);
    letter-spacing: -6px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.magazine-card .mega-body .mega-label{
  display: inline-block;
  font-family: var(--inter-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.magazine-card .mega-body .mega-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--color-white);
    line-height: 46px;
    letter-spacing: -0.02em;
}
.magazine-card .mega-footer{
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.magazine-card .mega-footer .mg-meta-text{
  font-family: var(--inter-font);
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.35);
    margin-bottom: 0 !important;
}
.magazine-card .mega-footer .mg-meta-author{
    display: inline-block;
    font-family: var(--inter-font);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.2);
    padding: 4px 10px;
    border-radius: 50px;
}
.max-w-100{
  max-width: 100% !important;
}
.zxq-main-card {
  position: relative;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  color: #cbd5e1;
  overflow: hidden;
}
.zxq-main-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 3px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #facc15, #f59e0b);
}
.zxq-subtext {
  font-size: 17px;
  color: #94a3b8;
  margin-bottom: 10px;
}
.zxq-highlight {
  font-family: var(--inter-font);
  font-size: 20px;
  font-weight: 600;
  color: #e2e8f0;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.zxq-highlight img{
  max-width: 30px;
}
.zxq-desc {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.6;
}
.zxq-pill-list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.zxq-pill-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.01)
  );
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  color: #e2e8f0;
  font-family: var(--inter-font);
  font-size: 19px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.zxq-pill-item .icon img{
  max-width: 30px;
}
.zxq-dot {
  width: 8px;
  height: 8px;
  background: #facc15;
  border-radius: 50%;
  flex-shrink: 0;
}
.zxq-pill-item:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.08);
}
.thlg-author {
    font-family: var(--inter-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgb(19 21 26 / 45%);
    white-space: nowrap;
}
.qzx-item {
  padding: 28px 0;
  border-bottom: 1px solid #e2e8f0;
  transition: 0.3s ease-in-out !important;
}
.qzx-item.first-child, .qzx-item.second-child{
  border-top: 1px solid #e2e8f0;
}
.qzx-num {
  font-family: var(--inter-font);
  font-size: 15px;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: 2px;
  transition: 0.3s ease all;
}
.qzx-item:hover .qzx-num{
   color: #f59e0b;
}
.qzx-title {
  font-family: var(--inter-font);
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.qzx-desc {
  font-family: var(--inter-font);
  font-size: 17px;
  color: #64748b;
  line-height: 1.6;
  max-width: 600px;
}
.qzx-item:hover {
  transform: translateX(6px);
}
.prinlg-quote-card {
  position: relative;
  padding: 40px 50px;
  border-radius: 26px;
  color: #e5e7eb;
  overflow: hidden;
  background: radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 40%),
              linear-gradient(135deg, #0f172a, #1e293b);
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.prinlg-quote-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
}
.prinlg-quote-card::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 50%;
}
.xqz-quote-mark {
  font-size: 42px;
  color: #facc15;
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 10px;
}
.xqz-quote-text {
  font-family: var(--inter-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #e2e8f0;
  margin-bottom: 20px;
  max-width: 650px;
}
.xqz-highlight {
  color: #facc15;
}
.xqz-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xqz-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-family: var(--inter-font);
  color: #94a3b8;
  font-size: 14px;
}
.xqz-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #facc15;
  border-radius: 50%;
}
.roadmap-wrapper{
  margin-top: 60px;
}
.rmx-card {
  position: relative;
  padding: 28px;
  border-radius: 22px;
  color: #cbd5e1;
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  overflow: hidden;
  margin-bottom: 25px;
}
.rmx-card:hover {
  transform: translateY(-8px);
  border-color: rgba(250,204,21,0.4);
}
.rmx-active {
  border: 1px solid rgba(250,204,21,0.5);
  box-shadow: 0 0 40px rgba(250,204,21,0.08);
}
.rmx-now {
  position: absolute;
  top: 7px;
  right: 18px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(250,204,21,0.15);
  color: #facc15;
}
.rmx-phase {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    font-family: var(--inter-font);
    letter-spacing: 2px;
    color: #64748b;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.rmx-phase::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  flex: 1;
}
.rmx-year {
  color: #facc15;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rmx-title {
  font-family: var(--inter-font);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 6px;
}
.rmx-sub {
  font-size: 16px;
  color: #94a3b8;
  margin-bottom: 14px;
  font-style: italic;
}
.rmx-card.last-child{
  margin-bottom: 0 !important;
}
.rmx-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.rmx-list li {
  position: relative;
  padding-left: 22px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 8px;
}
.rmx-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background-image: url('../img/icons/check-two-old.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.rmx-tag {
  display: inline-block;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 999px;
  border: 1px solid rgba(250,204,21,0.4);
  color: #facc15;
}
.rmx-bg-num {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 80px;
  font-weight: 700;
  color: rgba(255,255,255,0.04);
}
.rmx-ruler{
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  opacity: 1 !important;
}
.x9k-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  color: #94a3b8;
  transition: all 0.35s ease;
  position: relative;
}
.x9k-icon {
  min-width: 55px;
  min-height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 18px;
}
.x9k-icon img{
  max-width: 35px;
  height: auto;
}
.x9k-text {
  color: #fff;
  font-size: 18px;
  font-family: var(--inter-font);
  font-weight: 500;
  margin: 0;
}
.x9k-card:hover {
  border: 1px solid rgba(250,204,21,0.5);
  box-shadow: 0 0 25px rgba(250,204,21,0.12);
  color: #e2e8f0;
  transform: translateY(-4px);
}
.x9k-card:hover .x9k-icon {
  border-color: rgba(250,204,21,0.5);
  background: rgba(250,204,21,0.1);
}
.x9k-card,
.x9k-icon {
  transition: all 0.35s ease;
}
.vynx-wrap {
  max-width: 700px;
  margin: 60px auto;
  font-family: 'Inter', sans-serif;
}
.vynx-hero-card {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 28px 32px;
  border-radius: 22px;
  color: #e2e8f0;
  position: relative;
  margin-bottom: 24px;
  border-left: 4px solid #facc15;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.vynx-line-1 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #cbd5e1;
}
.vynx-line-2 {
  font-size: 18px;
  font-weight: 700;
  color: #facc15;
}
.vynx-list-card {
  background: var(--color-white);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.vynx-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.vynx-row:last-child {
  border-bottom: none;
}
.vynx-icon-box {
  min-width: 55px;
  min-height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #facc15;
  font-size: 18px;
}
.vynx-icon-box img{
  max-width: 30px;
  height: auto;
}
.vynx-row p {
  margin: 0;
  font-family: var(--inter-font);
  font-size: 19px;
  color: #0f172a;
  font-weight: 500;
}
.vynx-row:hover {
  transform: translateX(6px);
}
.zen-card.connect .ico-wrap{
  margin-bottom: 15px;
}
.zen-card.connect .ico-wrap img {
    max-width: 40px;
    height: auto;
}
h2.heading {
    margin-top: 15px !important;
}

.header-hidden {
    width: 100%;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.header-sticky .header-grid {
    -ms-grid-columns: 260px 1fr 260px;
    grid-template-columns: 260px 1fr 260px;
    border: none;
}
.eco-cta-content .dot-list li {
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.4;
    padding-left: 30px;
}
.eco-cta-content .dot-list li::before{
  top: 16px;
  width: 22px;
  height: 22px;
}
.eco-cta-content .zxq-main-card{
  margin-top: 25px;
}
.ecoinscounter-wrapper{
  margin-top: 40px;
}
.ecoinscounter-card {
    background: linear-gradient(145deg, #1e2235, #1a1f30);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 18px;
    padding: 30px 25px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.ecoinscounter-card.active{
  background:#251c05b3 !important;
}
.ecoinscounter-card:hover {
  transform: translateY(-6px);
  box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.05),
      0 16px 40px rgba(0,0,0,0.35);
  border-color: rgba(201,168,76,0.4);
}
.ecoinscounter-card .count {
    font-size: 42px;
    font-weight: 700;
    color: var(--secondary-color); 
    margin-bottom: 10px;
}
.ecoinscounter-card .title {
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}
.ecoinscounter-card .desc {
    font-size: 17px;
    color: #a8b0c0;
    line-height: 1.6;
    margin-bottom: 20px;
}
.ecoinscounter-card .btn-link {
    display: inline-block;
    font-size: 13px;
    color: #c9a84c;
    text-decoration: none;
    border: 1px solid rgba(201,168,76,0.3);
    padding: 6px 14px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.ecoinscounter-card .btn-link:hover {
    background: rgba(201,168,76,0.1);
    color: #fff;
    border-color: #c9a84c;
}
.initiative-section .philos-item h5 {
    font-size: 19px;
}
.zen-card.connect{
  position:relative  !important;
  overflow: hidden;
  z-index: 1;
}
.zen-card.connect::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: 
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 60px 60px; 
    mask-image: radial-gradient(
        ellipse 80% 80% at 30% 50%,
        black 45%,
        transparent 100%
    );
    opacity: 0.5;
}
.connect-list li {
    position: relative;
    padding-left: 28px; 
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--color-white);
}
.connect-list li span{
  color: var(--secondary-color) !important;
}
.connect-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 21px;
    height: 21px;
    background-image: url('../img/icons/check-two.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.heading-divider {
    position: relative;
    width: 120px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #c9a84c,
        #E6D88A,
        #c9a84c,
        transparent
    );
    border-radius: 50px;
}
.heading-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6D88A;
    transform: translateY(-50%);
    box-shadow:
        0 0 10px rgba(201,168,76,0.8),
        0 0 20px rgba(201,168,76,0.4),
        0 0 35px rgba(201,168,76,0.2);
    animation: divider-move 4s ease-in-out infinite;
}
.heading-divider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    opacity: 0.4;
    animation: divider-shine 3s linear infinite;
}

@keyframes divider-move {
    0% { left: 0%; }
    50% { left: 100%; transform: translate(-100%, -50%); }
    100% { left: 0%; }
}
@keyframes divider-shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.heading-divider-two {
    position: relative;
    width: 120px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #1c2539,
        #2f3b57,
        #1c2539,
        transparent
    );
    border-radius: 50px;
}
.heading-divider-two::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4c5a7a;
    transform: translateY(-50%);
    box-shadow:
        0 0 10px rgba(76,90,122,0.6),
        0 0 20px rgba(76,90,122,0.3);
    animation: divider-two-move 4s ease-in-out infinite;
}
.heading-divider-two::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );
    opacity: 0.3;
    animation: divider-two-shine 3.5s linear infinite;
}
@keyframes divider-two-move {
    0% { left: 0%; }
    50% { left: 100%; transform: translate(-100%, -50%); }
    100% { left: 0%; }
}
@keyframes divider-two-shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.contus-form-wrap {
    padding: 40px;
    background-color: #0202021c;
    border-radius: 24px;
}
.contus-form-container .form-group{
  margin-bottom: 25px;
}
.contus-form-container .form-control{
  background-color: #fff;
  padding: 15px 27px;
  color: var(--primary-color) !important;
  font-weight: 500;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: 0.45s ease-in-out all;
}
.contus-form-container .form-control.ff, .contus-form-container .form-select{
   height: 60px;
}
.contus-form-container .form-control:focus{
  border-color: var(--primary-color) !important;
}
.contus-form-container .form-control::placeholder{
  color: var(--primary-color) !important;
  font-weight: 500;
  transition: 0.45s ease-in-out all;
}
.contus-form-container .form-control:focus::placeholder{
  padding-left: 6px;
}
.cts-submit-wrap{
  margin-top: 35px;
}
.social-icons {
    display: flex;
    gap: 12px;
}
.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c2539;
    color: #c9a84c;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid rgba(201,168,76,0.2);
    transition: all 0.35s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 6px 18px rgba(0,0,0,0.25);
}
.social-icons a:hover {
    transform: translateY(-4px) scale(1.05);
    background: #c9a84c;
    color: #1c2539;
    border-color: #c9a84c;
    box-shadow:
        0 10px 25px rgba(201,168,76,0.4),
        0 0 15px rgba(201,168,76,0.3);
}
.typing-text {
  white-space: nowrap;
  overflow: hidden;
  width: fit-content;
  padding-right: 5px;
  border-right: 2px solid #1E2438;
}
.typing-text.typing {
  animation: blinkCursor 0.8s infinite;
}
@keyframes blinkCursor {
  0%, 100% { border-color: transparent; }
  50% { border-color: #1E2438; }
}
.award-pill {
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 100%;
    max-width: 62%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 14px 26px 14px 20px;
    border-radius: 50px;
    /* background: linear-gradient(
        135deg,
        #1b1c3a,
        #15162c 60%,
        #0f1020
    ); */
    background-color: var(--primary-color);
    border-bottom: 2px solid #c9a84c;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.05);
    transition: all 0.32s ease-in-out;
    animation: floatPill 4s ease-in-out infinite;
}
.award-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    pointer-events: none;

    background-image: 
        radial-gradient(circle, rgba(201,168,76,0.8) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,230,150,0.6) 1px, transparent 1px);
    background-size: 60px 60px, 90px 90px;
    background-position: 0 0, 30px 30px;
    animation: sparkleMove 12s linear infinite;
    opacity: 0.4;
}
@keyframes sparkleMove {
    0% {
        background-position: 0 0, 30px 30px;
    }
    100% {
        background-position: 120px 120px, 150px 150px;
    }
}
@keyframes floatPill {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -6px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
.award-pill::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;

    background: radial-gradient(circle, rgba(255,240,180,0.8) 1px, transparent 1px);
    background-size: 80px 80px;

    animation: sparkleBlink 2.5s ease-in-out infinite alternate;
    opacity: 0.3;
}

@keyframes sparkleBlink {
    0% { opacity: 0.2; }
    100% { opacity: 0.6; }
}
.award-pill .icon-box {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   background: linear-gradient(
    135deg,
    #8f6b1c 0%,
    #c9a84c 25%,
    #f5e6a8 50%,
    #c9a84c 75%,
    #7a5c17 100%
);
    color: #1b1c3a;
    font-size: 24px;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.3),
        inset 0 2px 4px rgba(255,255,255,0.4);
}
.award-pill .top-text {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #c9a84c;
    margin: 0;
    font-weight: 600;
}
.award-pill .title {
    font-size: 16px;
    color: #ffffff;
    margin: 2px 0 4px;
    font-weight: 600;
}
.award-pill .stars {
    display: flex;
    gap: 4px;
}
.award-pill .stars i {
    color: #c9a84c;
    font-size: 12px;
}
.award-pill .award-pill:hover {
    transform: translateY(-3px);
    box-shadow:
        0 15px 40px rgba(0,0,0,0.35),
        0 0 20px rgba(201,168,76,0.2);
}
.drawer-heading.text {
    font-size: 20px;
    font-weight: 500;
}
.drawer-additional-menu .nav-item{
  margin-bottom: 12px;
}
.quote-badge {
    position: absolute;
    overflow: hidden;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.35),
        rgba(255,255,255,0.08)
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.6),
        inset 0 -2px 6px rgba(0,0,0,0.15);
    max-width: 75%;
    width: 100%;
    z-index: 1;
}
.quote-badge .quote-icon {
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(
        135deg,
        #0f766e,
        #34d399
    ); */
    background: linear-gradient(135deg, #8f6b1c 0%, #c9a84c 25%, #f5e6a8 50%, #c9a84c 75%, #7a5c17 100%);
    color: #000;
    font-size: 20px;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.3),
        inset 0 2px 4px rgba(255,255,255,0.4);
}
.quote-badge .quote-text {
    font-size: 16px;
    font-weight: 600;
    color: #fdbd0d;
    line-height: 1.5;
   text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-style: italic;
}
.quote-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
   background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(201,168,76,0.2) 30%,
    rgba(255,240,180,0.8) 50%,
    rgba(201,168,76,0.3) 70%,
    transparent 100%
);
    transform: skewX(-20deg);
    animation: shineMove 4s linear infinite;
}
@keyframes shineMove {
    0% {
        left: -120%;
    }
    100% {
        left: 140%;
    }
}
button.share_fix_new_mob {
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.4);
}
button.share_fix_new_mob:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.15);
}
button.call {
    background: linear-gradient(
        135deg,
        #1e3a8a,
        #2563eb,
        #60a5fa
    );
    border: 1px solid rgba(255,255,255,0.2);
}
button.call a {
    color: #fff;
}
button.enq {
    background: linear-gradient(
        135deg,
        #1f2937,
        #374151,
        #4b5563
    );
    border: 1px solid rgba(255,255,255,0.1);
}
button.enq a {
    color: #f9fafb;
}
button.whatsapp {
    background: linear-gradient(
        135deg,
        #0f9d58,
        #25d366,
        #6ee7b7
    );
    border: 1px solid rgba(255,255,255,0.2);
}
button.whatsapp a {
    color: #ffffff;
}
.soc-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

