html,
body {
  overflow-x: clip !important;
}

@font-face {
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/t5svIQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwGpVd4AZzz0v6lJ4qFXNZhGjLvDSkV4W6GGn8.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/8vIJ7ww63mVu7gt79mT7.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

.font-cinzel {
  font-family: "Cinzel";
}

.line-height-1 {
  line-height: 1;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
}

::selection {
  color: #000;
  background-color: #f7a61b;
}

.order-2 {
  order: 2;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

html {
  scroll-behavior: smooth;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Google Sans Flex";
  color: #212121;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.4;
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.error-msg {
  position: absolute;
  bottom: -19px;
  left: 18px;
  background: transparent;
  display: flex;
  line-height: 18px;
  padding: 0 4px;
  background-color: #f00;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

a {
  color: #212121;
}

.footer-item a.active,
a:hover {
  color: #f7a61b;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99999;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  padding: 40px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

html.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active:before {
  opacity: 0.6;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  position: absolute;
  top: -60px;
  right: -60px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close:hover {
  background-color: #ffffff;
  color: #d51f26;
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

.form-control::-webkit-input-placeholder,
.theme-modal .col-form .form-control::-webkit-input-placeholder {
  color: #a8a8a8;
  font-family: "Google Sans Flex";
}

.form-control:-ms-input-placeholder,
.theme-modal .col-form .form-control:-ms-input-placeholder {
  color: #a8a8a8;
  font-family: "Google Sans Flex";
}

.form-control::placeholder,
.theme-modal .col-form .form-control::placeholder {
  color: #a8a8a8;
  font-family: "Google Sans Flex";
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

ul:last-child {
  margin-bottom: 0;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-padding-lg {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-20 {
  opacity: 0.2;
}

.full-width {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.section-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.section-title h1:before,
.section-title h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 50%,
      rgba(255, 255, 255, 0) 100%);
}

.section-title h2:before {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 80%;
}

h1 {
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Google Sans Flex";
}

h2 {
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Cinzel";
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

.dark a:hover {
  color: #d51f26;
}

video,
picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.btn {
  position: relative;
  font-family: "Google Sans Flex";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  font-weight: 350;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100px;
  outline: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.btn.btn-primary.btn-primary-outline span:before {
  opacity: 1;
}

.btn.btn-primary.btn-primary-outline:hover span:before {
  opacity: 0;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn.btn-primary:hover {
  color: #212121;
}

.btn-primary-outline:hover {
  color: #fff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d51f26;
}

.btn.btn-white:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #d51f26;
}

.btn.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d51f26;
}

.btn span {
  display: block;
  padding: 10px 30px;
  position: relative;
}

.btn-primary-outline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn-primary-outline:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  padding: 1px;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.4;
}

.btn-primary-outline span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  z-index: -1;
  opacity: 0;
}

.btn-primary-outline:hover span:before {
  opacity: 1;
}

.col-form {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 18px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #212121;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.arrow-bottom .splide__arrows {
  display: flex;
  gap: 0;
  margin-top: 50px;
}

.arrow-top .splide__arrows {
  position: absolute;
  top: -130px;
  right: 150px;
  display: flex;
}

.arrow-top .splide__arrow,
.arrow-bottom .splide__arrow {
  position: relative;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  inset: 0;
}

.splide__arrow:before,
.splide__arrow:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/circle.svg);
  background-size: contain;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__arrow:after {
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  opacity: 0;
}

.splide__arrow:hover:after {
  opacity: 1;
}

.splide__arrow:hover img {
  opacity: 0;
}

.arrow-white {
  position: absolute !important;
  opacity: 0;
}

.splide__arrow:hover .arrow-white {
  opacity: 1 !important;
}

.splide__pagination {
  margin-top: 30px;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.splide__arrow img,
.splide__arrow svg {
  fill: transparent;
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.3;
  filter: grayscale(1);
  pointer-events: none;
}

.splide__arrow {
  width: 75px;
  height: 75px;
  opacity: 1;
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.splide__arrow:hover {
  color: #fff;
  opacity: 1;
}

.splide__arrow--prev img {
  transform: scaleX(-1);
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #d51f26;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #d51f26;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  resize: none;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 17px 20px;
  border-radius: 100px;
  border: 1px solid rgba(168, 168, 168, 0.3);
  font-family: "Google Sans Flex";
  border-radius: 100px;
  color: #212121;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212121 !important;
  caret-color: #212121;
}

.form-control:focus {
  outline: 0;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  margin-top: 20px;
  display: block;
  font-size: 28px;
  line-height: normal;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 10px 150px;
  width: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(0deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.95) 100%),
    linear-gradient(268deg, #f7a61b 0%, #d51f26 99.81%);
  border-bottom: 1px solid #eee;
}

.scroll-down header {
  transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -o-transform: translateY(-110px);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.insomenu-active header,
.scroll-up header {
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-menu ul {
  display: flex;
  justify-content: end;
}

.menu-link {
  font-size: 26px;
  display: flex;
  gap: 16px;
}

.menu-link.active {
  color: #d51f26;
}

.theme-logo img {
  width: auto;
  height: 80px;
}

.col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
}

.theme-modal-card.theme-padding,
.theme-padding {
  padding-left: 150px;
  padding-right: 150px;
}

.js-scroll {
  opacity: 0;
}

.scrolled.fade-in {
  animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 2s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  opacity: 0;
  transition-duration: 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.zoom-out {
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-timing-function: ease-out;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

/* Js Scroll End */
.sticky-btn-enquire {
  position: fixed !important;
  top: 210px;
  right: -44px;
  z-index: 999 !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.sticky-btn-enquire:hover {
  color: #fff;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #d51f26;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .form-control {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer {
  padding: 50px 0;
  background-color: #202020;
}

.col-copyright:last-child {
  text-align: right;
}

.theme-block-img {
  position: relative;
  overflow: hidden;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d51f26;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover .theme-block-img:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.counter {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-block h3 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
}

.counter-block p {
  margin-top: 10px;
  font-size: 18px;
}

/* Accordion Css Start */

.collapse {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}

.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

.accordion .card.is-active+.card {
  border-top-color: transparent;
}

.accordion .accordion-header {
  display: flex;
  margin: 0;
  padding: 14px 50px 14px 0;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 10px;
  position: relative;
  color: #212121 !important;
}

.accordion .accordion-header::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 14px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icons/accordian.svg);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-light-bg .accordion-header {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.accordion .accordion-header:hover .icon {
  opacity: 0.8;
}

.accordion .accordion-header.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.accordion .accordion-header .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}

.accordion .accordion-content {
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}

/* Accordion Css End */
.theme-light-bg {
  background-color: #e6f5ff;
}

.theme-bg {
  background-color: #d51f26;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #d51f26 !important;
}

.theme-gradient-text {
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.theme-text-light,
.theme-text-light {
  color: #555 !important;
}

a.theme-text-light:hover {
  color: #f7a61b !important;
}

.theme-text-extra-light,
a.theme-text-extra-light {
  color: #a8a8a8 !important;
}

a.theme-text-extra-light:hover {
  color: #f7a61b !important;
}

.white-text {
  color: #fff !important;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #d51f26;
  background-color: #d51f26;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sticky-btn-enquire.sticky-brochure {
  top: 380px;
  right: -70px;
}

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  background: linear-gradient(0deg, #d51f26 0.01%, #f7a61b 99.99%);
  color: #fff;
  border-radius: 100%;
  border: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.tab-list .tab a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #a8a8a8;
  font-size: 20px;
  padding: 6px 12px;
}

.tab-list .tab a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(270deg, #d51f26 0%, #f7a61b 100%);
  -moz-transition:
    width 0.35s ease,
    left 0.35s ease;
  -ms-transition:
    width 0.35s ease,
    left 0.35s ease;
  -o-transition:
    width 0.35s ease,
    left 0.35s ease;
  -webkit-transition:
    width 0.35s ease,
    left 0.35s ease;
  transition:
    width 0.35s ease,
    left 0.35s ease;
}

.tab-list .tab a:hover::before {
  width: 100%;
  left: 0;
}

.tab-list .tab.is-active a::before {
  width: 100% !important;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
  color: #212121;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.tab-list-block {
  margin-bottom: 40px;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  position: relative;
  color: #fff;
  display: block;
  max-width: 30px;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.social-icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.list-point li:not(:last-child) {
  margin-bottom: 10px;
}

.sticky-enquire-rounded {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99;
  width: 120px;
  height: 120px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.circle-border-btn * {
  position: relative;
  z-index: 1;
  display: flex;
}

.circle-border-btn {
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  display: flex;
  color: #fff !important;
}

.circle-border-btn:after,
.circle-border-btn:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url(../images/icons/circle.svg);
  background-size: contain;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100%;
}

.circle-border-btn:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #d51f26 0.01%, #f7a61b 99.99%);
  opacity: 0;
}

.circle-border-btn:hover:after {
  opacity: 1;
}

.insomenu-bars {
  top: 50%;
  right: 0;
  margin: 0;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 444;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width: 50px;
  border-radius: 0;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition:
    transform ease 0.15s,
    -webkit-transform ease 0.15s;
  position: absolute;
  left: inherit;
  left: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #d51f26;
}

.insomenu-bars span:before {
  top: -8px;
}

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
  opacity: 1;
}

.insomenu-bars span {
  top: 50%;
  width: 24px !important;
  display: block;
  margin-top: -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.insomenu-bars span:after,
.insomenu-bars span:before {
  display: block;
  content: "";
}

.insomenu-bars span:before {
  top: -8px;
  -webkit-transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
  transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
}

.insomenu-bars span:after {
  bottom: -8px;
  -webkit-transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.insomenu-active .insomenu-bars span {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insomenu-active .insomenu-bars span:before {
  top: 0;
  -webkit-transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  opacity: 1;
  width: 25px;
}

.insomenu-active .insomenu-bars span:after {
  bottom: 0;
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 25px;
}

.insomenu-active .insomenu-bars span {
  width: 25px;
}

.insomenu-active .menu-creative,
.insomenu-active .our-offices-item:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.insomenu-active .our-offices-item:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.theme-menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  padding: 0;
  margin-top: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  overflow: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
}

.insomenu-active .theme-menu {
  opacity: 1;
  pointer-events: all;
}

.theme-menu ul li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.theme-menu ul li:last-child::before {
  display: none;
}

.theme-menu ul {
  flex-direction: column;
  justify-content: start;
}

.theme-menu-inner {
  background:
    linear-gradient(267.62deg,
      rgba(247, 166, 27, 0.2) 0%,
      rgb(213 31 38 / 12%) 99.81%),
    linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255));
  max-width: 530px;
  margin-left: auto;
  height: 100%;
  padding: 120px 50px 50px;
  position: relative;
  right: -60px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-menu-inner::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 530px;
  height: 100%;
  background-image: url("../images/elements/theme-element.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.insomenu-active .theme-menu-inner {
  right: 0;
}

.theme-menu-wrapper {
  position: relative;
}

.menu-close {
  display: flex;
  padding: 16px;
  align-items: center;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 9;
  border-radius: 100px;
  border: 1px solid #a8a8a8;
  color: #212121;
}

.menu-link img {
  flex: 0 0 35px;
  width: 35px;
  height: 36px;
}

html.insomenu-active {
  overflow: hidden;
}

.menu-link:hover {
  transform: translateX(15px);
}

.theme-menu-inner ul li {
  transform: translateX(40px);
  opacity: 0;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
  padding: 30px 0;
  position: relative;
}

html.insomenu-active .theme-menu-inner ul li {
  transform: translateX(0);
  opacity: 1;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(1) {
  transition-delay: 0.15s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(2) {
  transition-delay: 0.25s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(3) {
  transition-delay: 0.35s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(4) {
  transition-delay: 0.45s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(5) {
  transition-delay: 0.55s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(6) {
  transition-delay: 0.65s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(7) {
  transition-delay: 0.75s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(8) {
  transition-delay: 0.85s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(9) {
  transition-delay: 0.95s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(10) {
  transition-delay: 1s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(11) {
  transition-delay: 1.1s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(12) {
  transition-delay: 1.2s;
}

.responsive-menu-item {
  display: none !important;
}

.desktop-menu {
  margin-right: 100px;
  padding: 6px 50px 6px 0;
  border-right: 1px solid #e8e8e8;
}

.desktop-menu a {
  color: #a8a8a8;
}

.hover-effect {
  position: relative;
  display: flex;
}

.hover-effect:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hover-effect.active span,
.hover-effect:hover span {
  opacity: 0;
}

.hover-effect.active:after,
.hover-effect:hover:after {
  opacity: 1;
}

.hover-effect * {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-link.hover-effect:after {
  left: 51px;
}

.theme-banner {
  position: relative;
}

.theme-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
}

.banner-desc-center {
  position: absolute;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.small-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Cinzel";
  color: #212121;
  -webkit-text-fill-color: #212121;
  margin-bottom: 5px;
}

.dark .small-title {
  -webkit-text-fill-color: #fff;
}

.banner-desc-center .small-title {
  font-family: "Google Sans Flex";
  font-size: 50px;
}

.columns.is-variable.is-8 {
  --columnGap: 50px;
}

/* Search Section */
.form-label {
  display: block;
  margin: 0 0 5px 18px;
  font-size: 16px;
  font-weight: 350;
}

.custom-select {
  position: relative;
}

.custom-select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.theme-overlay:before,
.theme-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -46.42%,
      #ffffff 87.83%);
}

.theme-overlay:after {
  background: linear-gradient(267.62deg,
      rgba(247, 166, 27, 0.2) 0%,
      rgba(213, 31, 38, 0.2) 99.81%);
}

.theme-overlay:before {
  z-index: 1;
}

.explore-premier-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .section-explore-premier {
  padding-top: 250px;
} */

.theme-gradient-bg::after,
.theme-gradient-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(267.62deg, #f7a61b 0%, #d51f26 99.81%);
}

.theme-gradient-bg.theme-gradient-bg-white::before {
  background:
    linear-gradient(177.43deg, #f7a61b 1.84%, #d51f26 326.16%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
}

.theme-gradient-bg::after {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95));
}

.custom-select .form-control {
  color: #a8a8a8;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.custom-select .form-control option,
.custom-select .form-control.focused {
  color: #212121;
}

.philosophy-content {
  position: absolute;
  top: 30%;
  right: 30px;
  width: 43%;
}

.philosophy-text-img {
  position: relative;
  margin-bottom: -2%;
}

.theme-element {
  position: absolute;
}

.element-bottom-right-half {
  bottom: 0;
  right: -10%;
}

.element-bottom-left-half {
  bottom: 0;
  left: -10%;
}

.philosophy-content p {
  font-size: 20px;
}

.philosophy-element {
  width: 100%;
  max-width: 700px;
}

.title-with-content {
  margin-bottom: 50px;
}

/* Project Block Horizontal Redesign */
.project-block-horizontal {
  border: 1px solid #a8a8a880;
  background: #fff;
  padding: 20px;
  position: relative;
  height: 100%;
}

.project-info-content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
}

.project-header .project-logo img {
  max-width: 115px;
  max-height: 42px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.project-title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.project-title .location {
  font-size: 18px;
  color: #555;
  display: block;
  margin-top: 3px;
}

.confi-icon {
  width: 50px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  padding-right: 10px;
  margin-right: 10px;
}

.confi-label {
  font-size: 14px;
  color: #a8a8a8;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
}

.confi-value {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
}

.column.project-col:first-child {
  width: 300px;
  flex: 0 0 auto;
}

.project-logo {
  border: 1px solid #eee;
  padding: 5px;
  width: 132px;
  flex: 0 0 auto;
}

.divider {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
}

.project-configuration li:not(:last-child) {
  margin-bottom: 20px;
}

.theme-arrow .splide__arrow--next {
  position: relative;
  left: -10px;
  margin-right: -10px;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-card-block {
  padding: 40px;
  color: #555;
  border: 1px solid #a8a8a8;
  position: relative;
  height: 100%;
}

.theme-card-date {
  font-family: "Cinzel";
  font-size: 20px;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.read-more {
  font-size: 16px;
}

.theme-card-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme-card-detail h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.theme-card-detail p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 70px;
}

.footer-logo {
  max-width: 210px;
  display: block;
}

.footer-item h6 {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-item ul li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-cols-inner .column {
  padding: 20px;
}

.footer-cols-inner .columns {
  margin: -20px !important;
}

.footer-item a.active,
.footer-menu a.active {
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-elements {
  bottom: 0;
  left: 0;
  max-width: 770px;
  mix-blend-mode: multiply;
}

.icon-tabler-chevron-left,
.icon-tabler-chevron-right {
  margin-bottom: 1px;
}

.read-more:hover {
  transform: translateX(10px);
}

.banner-desc-bottom h1:before {
  display: none;
}

.banner-desc-bottom {
  position: absolute;
  bottom: 50px;
}

.legacy-col:nth-child(1),
.legacy-col:nth-child(3) {
  max-width: 500px;
}

.legacy-detail {
  padding-top: 180px;
  padding-bottom: 180px;
}

.vision-icon {
  max-width: 80px;
  width: 100%;
}

.section-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.vision-desc {
  max-width: 640px;
}

.leader-img {
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(122, 121, 126, 0) 0%,
      #7a797e 100%);
}

.leader-info {
  padding: 16px;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background: #ffffffe5;
  backdrop-filter: blur(2px);
}

.leader-info h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.3;
}

.leader-info span {
  display: block;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 350;
}

.arrow-circle-btn {
  width: 50px;
  height: 50px;
}

.leader-card .arrow-circle-btn {
  opacity: 0;
  right: -60px;
  position: absolute;
  bottom: 110px;
}

.leader-card:hover .arrow-circle-btn {
  opacity: 1;
  right: 15px;
}

.theme-modal-right .theme-modal-card {
  top: 0 !important;
  transform: unset !important;
  left: unset;
  margin: 0 0 0 auto;
}

.leader-modal-img img {
  aspect-ratio: 2/1.3;
  object-fit: contain;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(122, 121, 126, 0) 0%,
      #7a797e 100%);
  margin-bottom: 15px;
  object-position: top;
}

.theme-modal-right {
  padding: 70px 30px 30px;
}

.theme-modal-right.is-active {
  padding: 70px 70px 30px;
}

.theme-gradient-border:before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  padding: 1px;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.4;
}

.file-upload label,
.file-upload {
  cursor: pointer;
  resize: none;
}

.file-upload-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-select-button,
.file-select-button svg {
  position: relative;
  width: 20px;
  height: 20px;
}

.file-upload [type="file"] {
  display: none;
}

.theme-form .column {
  padding: 20px;
}

.theme-form .columns {
  margin: -20px !important;
}

.theme-form {
  border: 1px solid #a8a8a880;
  padding: 100px;
}

.file-upload-design small {
  color: #a8a8a8;
  font-size: 14px;
  margin-right: 6px;
}

.file-upload-design span {
  font-size: 13px;
  color: #555555;
  background-color: #eee;
  border: 1px solid #a8a8a8;
  padding: 5px 8px;
}

.blog-title h5 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-blog-items {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col-blog-item {
  padding: 20px;
}

.row-blog {
  margin: -20px;
}

.section-blog-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* EMI Calculator Start */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  height: 8px;
  border-radius: 40px;
  position: relative;
}

/* Track */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 10px;
}

input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 10px;
}

/* Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-top: -6px;
  border: 3px solid #d51f26;
  position: relative;
  z-index: 2;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 3px solid #d51f26;
  position: relative;
  z-index: 2;
}

/* Tooltip style */
.tooltip {
  position: absolute;
  top: 60px;
  left: 0;
  transform: translateX(-50%);
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  background: #f7a61b;
}

.tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #f7a61b transparent transparent transparent;
}

.slider-container {
  position: relative;
}

.emi-calculator-value {
  font-size: 36px;
  font-weight: 500;
  background: linear-gradient(180deg, #d51f26 0.01%, #f7a61b 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cinzel";
  text-transform: uppercase;
}

.emi-title {
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}

.emi-calculator-inner label {
  font-size: 18px;
}

.slider-container:not(:last-child) {
  border-bottom: 1px solid #4f4f4f1a;
  padding-bottom: 65px;
  margin-bottom: 30px;
}

.calculator-value-detail li {
  display: flex;
  flex-direction: column-reverse;
  padding: 22px 30px;
}

.calculator-value-detail {
  border: 1px solid #d7d7d7;
  margin: 0 auto;
}

.calculator-value-detail li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.calculator-value-detail span {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #555;
}

.emi-calculator-wrapper {
  padding: 100px;
}

.calculator-value-detail li:first-child {
  background-color: #fbf9f2;
}

/* EMI Calculator End */
.accordion-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.accordion .accordion-header.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}

.nri-investment-cols .column:last-child {
  max-width: 600px;
}

.card-nri {
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.card-nri:hover {
  transform: translateY(-5px);
  border-color: #eee;
}

.card-nri img {
  max-width: 60px;
}

.explore-premier-form .column:last-child {
  max-width: 160px;
}

.contact-us-item:not(:last-child) {
  margin-bottom: 30px;
}

.theme-modal-full-screen .theme-modal-card {
  max-width: inherit;
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.theme-modal-full-screen .close {
  top: 20px;
  right: 20px;
}

.theme-modal-card-body .theme-form {
  padding: 50px 100px !important;
}

.theme-modal.theme-gradient-bg::after,
.theme-modal.theme-gradient-bg::before {
  position: fixed;
}

.blog-item:not(:last-child) {
  margin-bottom: 40px;
}

.blog-item h5 {
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-title-sm h1 {
  font-size: 60px !important;
}

#filter-no-results {
  opacity: 0.7;
}

.explore-premier-form .columns {
  margin-bottom: -12px;
}

.label {
  background: linear-gradient(0deg, #d51f26 0.01%, #f7a61b 99.99%);
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
  margin: 5px 0;
  display: block;
  width: fit-content;
}

.value-in-word {
  font-weight: 500;
  min-height: 50px;
  font-size: 16px;
  line-height: 1.3;
}

.cms-item h2 {
  font-size: 24px !important;
}

.cms-item ul:not(:last-child) {
  margin-bottom: 20px;
}

.cms-item:not(:last-child) {
  margin-bottom: 50px;
}

.cms-item .section-title {
  margin-bottom: 30px;
}
.rera-number{
  font-size: 14px;
}