/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 28, 2025 */
@font-face {
  font-family: "pf_din_text_pro";
  src: url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.eot");
  src: url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.woff2") format("woff2"), url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.woff") format("woff"), url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.ttf") format("truetype"), url("../../src/fonts/fonnts.com-pfdintextpro-bold-webfont.svg#pf_din_text_probold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "pf_din_text_pro";
  src: url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.eot");
  src: url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.woff2") format("woff2"), url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.woff") format("woff"), url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.ttf") format("truetype"), url("../../src/fonts/fonnts.com-pfdintextpro-light-webfont.svg#pf_din_text_prolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "pf_din_text_pro";
  src: url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.eot");
  src: url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.woff2") format("woff2"), url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.woff") format("woff"), url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.ttf") format("truetype"), url("../../src/fonts/fonnts.com-pfdintextpro-mediumitalic-webfont.svg#pf_din_text_promedium_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "pf_din_text_pro";
  src: url("../../src/fonts/pfdintextpro-medium-webfont.eot");
  src: url("../../src/fonts/pfdintextpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/pfdintextpro-medium-webfont.woff2") format("woff2"), url("../../src/fonts/pfdintextpro-medium-webfont.woff") format("woff"), url("../../src/fonts/pfdintextpro-medium-webfont.ttf") format("truetype"), url("../../src/fonts/pfdintextpro-medium-webfont.svg#pf_dintext_promedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "pf_din_text_pro";
  src: url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.eot");
  src: url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.woff2") format("woff2"), url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.woff") format("woff"), url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.ttf") format("truetype"), url("../../src/fonts/fonnts.com-pf_dintext_pro_regular-webfont.svg#pf_dintext_promedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
.header {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 99;
  padding-inline: 18px;
}
.header .menu-wrapper .logo-tagline {
  font-size: 18px;
  line-height: 1.3;
  color: var(--bs-body-color);
  font-weight: 400;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 2px solid #000;
  display: flex;
  align-items: center;
  color: var(--bs-primary);
}
@media (min-width: 1200px) {
  .header .menu-wrapper .logo-tagline {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .header .menu-wrapper .logo-tagline {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.header .menu-wrapper .mt-fix {
  margin-top: -2px;
}
@media (min-width: 992px) {
  .header .menu-wrapper .mt-fix {
    margin-top: 0;
  }
}
.header .menu-wrapper .logo-menu-wrapper {
  gap: 48px;
  padding-block: 13px;
  position: relative;
}
.header .menu-wrapper .logo-menu-wrapper:after {
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: 0px;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #E8E8E8;
}
@media (max-width: 992px) {
  .header .menu-wrapper .logo-menu-wrapper:after {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .header .menu-wrapper .logo-menu-wrapper {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header .menu-wrapper .logo-menu-wrapper {
    gap: 20px;
  }
}
.header .menu-wrapper .header-menu-btn-wrapper {
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  padding: 14px 13px;
  color: var(--primary-color);
}
.header .menu-wrapper .header-menu-btn-wrapper span {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 992px) {
  .header .menu-wrapper .header-menu-btn-wrapper {
    border: 0px;
    box-shadow: none;
  }
}
.header .menu-wrapper .navbar {
  gap: 48px;
}
.header .menu-wrapper .navbar:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 0px;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #E8E8E8;
}
@media (max-width: 992px) {
  .header .menu-wrapper .navbar:after {
    display: none;
  }
}
.header .menu-wrapper .navbar .dropdown-toggle:after {
  border: none;
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(../../src/images/menu-down-arrow.svg);
  margin-left: 8px;
}
.header .menu-wrapper .navbar .dropdown-toggle:hover:after {
  transform: rotate(180deg);
}
.header .menu-wrapper .navbar .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.header .menu-wrapper .navbar-light .navbar-nav .nav-link {
  margin-right: 32px;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--body-color);
}
.header .menu-wrapper .navbar-light .navbar-nav .nav-link:hover, .header .menu-wrapper .navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  .header .menu-wrapper .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header .menu-wrapper .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
  .header .menu-wrapper .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}
.header .menu-wrapper .navbar-light .navbar-brand,
.header .menu-wrapper .navbar-light a.btn {
  height: 75px;
}
.header .menu-wrapper .navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.header .menu-wrapper .navbar .nav-responsive-logo {
  display: none;
}
@media (max-width: 992px) {
  .header .menu-wrapper .navbar .nav-responsive-logo {
    display: inline-flex;
  }
}
@media (min-width: 1025px) {
  .header .menu-wrapper .navbar {
    height: 90px;
  }
  .header .menu-wrapper .navbar .nav-item.current_page_item .nav-link {
    color: var(--primary-color);
  }
  .header .menu-wrapper .navbar .nav-item .dropdown-menu {
    display: block;
    border: 1px solid #E8E8E8;
    margin-top: 0px;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: -moz-max-content;
    width: max-content;
    padding: 20px;
    box-shadow: 0px 3px 6px 0px rgba(139, 139, 139, 0.2901960784);
  }
  .header .menu-wrapper .navbar .nav-item .dropdown-menu .nav-item {
    margin-bottom: 10px;
  }
  .header .menu-wrapper .navbar .nav-item .dropdown-menu .nav-item:last-child {
    margin-bottom: 0px;
  }
  .header .menu-wrapper .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
}
@media (min-width: 1025px) and (max-width: 992px) {
  .header .menu-wrapper .navbar .nav-item:hover .dropdown-menu {
    box-shadow: none;
    width: 100%;
    border: 0px;
  }
}
@media (min-width: 1025px) {
  .header .menu-wrapper .navbar .navbar-collapse {
    height: 100%;
  }
  .header .menu-wrapper .navbar .navbar-collapse .navbar-nav {
    height: 100%;
  }
  .header .menu-wrapper .navbar .navbar-collapse .navbar-nav .nav-item {
    display: flex;
    height: 100%;
  }
  .header .menu-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: flex;
    height: 100%;
    align-items: center;
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .header .menu-wrapper .navbar {
    width: 100%;
    gap: 10px;
  }
  .header .menu-wrapper .navbar .nav-item .dropdown-menu {
    padding: 10px;
    box-shadow: none;
  }
}
@media (min-width: 993px) {
  .header .menu-wrapper .navbar .header-menu-btn-wrapper {
    display: none !important;
  }
}
.header .menu-contact-wrapper {
  gap: 13px;
}
.header .menu-contact-wrapper .menu-phone a {
  color: var(--body-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.header .menu-contact-wrapper .menu-phone a span {
  margin-left: 10px;
}
.header .menu-contact-wrapper .menu-phone a:hover {
  color: var(--primary-color);
}
@media (max-width: 992px) {
  .header .menu-contact-wrapper {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-inline: 0px;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 10px;
  }
}

/* Drawer base styles */
.drawer-menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  max-width: 570px;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
}

/* Show drawer */
.drawer-open .dropdown-toggle::after {
  background-image: url(../../src/images/down-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 15px;
  border: 0px !important;
  margin-top: 5px;
  position: absolute;
  top: 9px;
  left: 50%;
}
@media (max-width: 992px) {
  .drawer-open .dropdown-toggle::after {
    margin-top: 2px;
    top: 3px;
    left: 70%;
  }
}

.drawer-open .drawer-menu {
  left: 0;
}
.drawer-open .drawer-menu .drawer-nav {
  padding-top: 60px;
  padding-inline: 42px !important;
  padding-bottom: 54px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .drawer-nav {
    padding-top: 30px;
    padding-inline: 22px !important;
    padding-bottom: 24px;
  }
}
.drawer-open .drawer-menu .menu-item {
  margin-bottom: 32px;
}
.drawer-open .drawer-menu .menu-item:last-child {
  margin-bottom: 0px;
}
.drawer-open .drawer-menu .menu-item .nav-link {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 118%;
  letter-spacing: 0%;
  color: #fff;
  padding-block: 0px;
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .menu-item .nav-link {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .menu-item {
    margin-bottom: 22px;
  }
}
.drawer-open .drawer-menu .menu-item .dropdown-menu.show {
  border: 0px;
  box-shadow: none;
  position: unset !important;
  display: block;
  background-color: transparent;
  transform: none !important;
  margin-top: 20px !important;
}
.drawer-open .drawer-menu .menu-item .dropdown-menu.show .menu-item {
  padding-left: 30px;
  margin-bottom: 20px;
}
.drawer-open .drawer-menu .menu-item .dropdown-menu.show .menu-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .menu-item .dropdown-menu.show .menu-item {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .menu-item .dropdown-menu.show {
    margin-top: 10px !important;
  }
}
.drawer-open .drawer-menu .social-links {
  padding-top: 45px;
  padding-inline: 42px !important;
}
.drawer-open .drawer-menu .social-links a {
  margin-right: 16px;
}
.drawer-open .drawer-menu .social-links a:last-child {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .drawer-open .drawer-menu .social-links {
    padding-top: 25px;
    padding-inline: 42px !important;
  }
  .drawer-open .drawer-menu .social-links a {
    margin-right: 10px;
  }
  .drawer-open .drawer-menu .social-links a:last-child {
    margin-right: 0px;
  }
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

/* Optional overlay */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: none;
}

/* Show overlay */
.drawer-open .drawer-overlay {
  display: block;
}

/* Close button inside drawer */
.drawer-menu .close-btn {
  text-align: right;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
}

body {
  font-size: 16px;
  font-family: "pf_din_text_pro", sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  color: var(--body-color);
}

:root :where(.is-layout-constrained) > *,
:root :where(.is-layout-flow) > * {
  margin-block-end: 32px;
}

.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.body-color {
  color: var(--body-color);
}

.bg-light-orange {
  background-color: #F0DACA;
}

.white-color {
  color: #fff;
}

.offwhite-color {
  color: #FCFCFC;
}

.cream-color {
  color: #FEF4EC;
}

.bg-light-yellow {
  background-color: #FFFDEE;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .mb-50 {
    margin-bottom: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-42 {
  margin-bottom: 42px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cream {
  background-color: #FEF4EC;
}

.height-640 {
  height: calc(100vh - 90px);
}
@media (max-width: 1024px) {
  .height-640 {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .container-fulid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.cursor-default {
  cursor: default !important;
}

.mt-22 {
  margin-top: 22px;
}

.border-radius-24 {
  border-radius: 24px;
}

.mt-34 {
  margin-top: 34px;
}

.max-w-430 {
  max-width: 430px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-1380 {
  max-width: 1380px;
}

.max-w-1073 {
  max-width: 1073px !important;
  margin: auto;
}

.max-w-1260 {
  max-width: 1260px !important;
  margin: auto;
}

.max-w-1045 {
  max-width: 1045px !important;
  margin: auto;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.gap-60 {
  --bs-gutter-x: clamp(24px, 5vw, 60px)!important;
  --bs-gutter-y: clamp(24px, 5vw, 60px)!important;
}

.gap-70 {
  --bs-gutter-x: clamp(24px, 5vw, 70px)!important;
  --bs-gutter-y: clamp(24px, 5vw, 70px)!important;
}

.gap-30 {
  --bs-gutter-x: clamp(14px, 5vw, 30px)!important;
  --bs-gutter-y: clamp(14px, 5vw, 30px)!important;
}

.gap-48 {
  --bs-gutter-x: clamp(24px, 5vw, 48px)!important;
  --bs-gutter-y: clamp(24px, 5vw, 48px)!important;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1042px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 100% !important;
  }
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.equal-table {
  table-layout: fixed;
  width: 100%;
}

.z-index-3 {
  z-index: 3;
}

.equal-table th,
.equal-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner_container {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 918px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner_container {
    max-width: 100% !important;
  }
}

main h1 {
  font-family: "pf_din_text_pro", sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 4vw, 44px);
  line-height: 118%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
main h2 {
  font-family: "pf_din_text_pro", sans-serif;
  font-weight: 500;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 118%;
  letter-spacing: 0%;
  vertical-align: middle;
}
main h3 {
  font-family: "pf_din_text_pro", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 128%;
  letter-spacing: 0%;
  vertical-align: middle;
}
main p {
  font-family: "pf_din_text_pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  vertical-align: middle;
}
main p:last-child {
  margin-bottom: 0;
}
main strong {
  font-weight: 700 !important;
}
main ol li::marker {
  color: inherit !important;
}
@media (max-width: 1023px) {
  main a[href^=tel] {
    text-decoration: underline !important;
  }
}

@media (max-width: 781px) {
  .flex-col-reverse-mob {
    flex-direction: column-reverse;
  }
}

#hamburger-icon .line {
  transition: all 0.3s ease;
  transform-origin: center;
}

#hamburger-icon.open .top {
  transform: translateY(3.8px) translateX(-7px) rotate(45deg);
}
#hamburger-icon.open .middle {
  opacity: 0;
}
#hamburger-icon.open .bottom {
  transform: translateX(-6.8px) translateY(-5.8px) rotate(-45deg);
}

@media (min-width: 1024px) {
  .main-nav > ul > li.inpage-nav-submenu .submenu {
    display: none;
  }
}
.main-nav > ul > li.inpage-nav-submenu svg {
  display: none;
}
@media (max-width: 1023px) {
  .main-nav > ul > li.inpage-nav-submenu svg {
    display: block;
  }
}
.main-nav > ul > li.nav-button a {
  position: relative;
  color: white;
  background-color: var(--primary-color);
  padding: 0 1rem;
  border-radius: 12px;
  font-weight: 700;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .main-nav > ul > li.nav-button a {
    margin-top: 10px;
  }
}
.main-nav > ul > li.nav-button a:hover {
  background: white;
  color: var(--primary-color);
}
.main-nav > ul > li.nav-button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 14px;
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .main-nav > ul > li.nav-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-ancestor > a {
  position: relative;
}
.main-nav > ul > li.current-menu-item > a::after, .main-nav > ul > li.current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - (24px + 0.5rem));
  height: 3px;
}
@media (min-width: 1024px) {
  .main-nav > ul > li.current-menu-item.inpage-nav-submenu > a::after, .main-nav > ul > li.current-menu-ancestor.inpage-nav-submenu > a::after {
    width: 100%;
  }
}
.main-nav > ul > li.current-menu-item:not(.menu-item-has-children) > a::after, .main-nav > ul > li.current-menu-ancestor:not(.menu-item-has-children) > a::after {
  width: 100%;
}
.main-nav > ul > li:hover > a {
  color: var(--primary-color);
}
.main-nav > ul > li a {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .main-nav > ul > li .submenu {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    margin-top: -5px;
  }
}
.main-nav > ul > li .submenu li {
  margin-left: 0;
  padding-bottom: 15px;
}
.main-nav > ul > li .submenu li:last-child {
  padding-bottom: 0;
}
.main-nav > ul > li .submenu li.current-menu-item > a, .main-nav > ul > li .submenu li.current-menu-ancestor > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.main-nav > ul > li .submenu li.current-menu-item > a::after, .main-nav > ul > li .submenu li.current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
@media (max-width: 1023px) {
  .main-nav > ul > li .submenu li.mob-hidden {
    display: none;
  }
}
.main-nav > ul > li .submenu li a {
  padding: 0;
  text-transform: none;
}
.main-nav > ul > li .submenu li a:hover {
  color: var(--secondary-color);
}

@media (min-width: 1024px) {
  .footer-nav li {
    margin-left: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .footer-nav li {
    margin-left: 75px;
  }
}
@media (max-width: 1023px) {
  .footer-nav li {
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .footer-nav li {
    padding-bottom: 0px;
  }
}

.btn-border, .btn-fill {
  position: relative;
  width: auto;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 640px) {
  .btn-border, .btn-fill {
    padding: 0 32px;
  }
}
.btn-small.btn-border, .btn-small.btn-fill {
  width: 200px;
  height: 37px;
  font-size: 18px;
  padding: 0 10px;
}
.play-bnt.btn-border, .play-bnt.btn-fill {
  flex-direction: row-reverse;
}
.play-bnt.btn-border::before, .play-bnt.btn-fill::before {
  content: "";
  background-image: url(../../src/images/btn-play.svg);
  width: 23px;
  height: 26px;
  position: relative;
  left: -5px;
  transition: transform 0.3s ease;
}
.play-bnt.btn-border:hover::before, .play-bnt.btn-fill:hover::before {
  transform: translateX(9px);
}
.play-bnt.btn-border:hover, .play-bnt.btn-fill:hover {
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  color: #fff;
}
.request-bnt.btn-border, .request-bnt.btn-fill {
  flex-direction: row-reverse;
}
.request-bnt.btn-border::before, .request-bnt.btn-fill::before {
  content: "";
  background-image: url(../../src/images/send-icon.svg);
  width: 23px;
  height: 26px;
  position: relative;
  left: 5px;
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
}
.request-bnt.btn-border:hover::before, .request-bnt.btn-fill:hover::before {
  transform: translateX(9px);
}
.request-bnt.btn-border:hover, .request-bnt.btn-fill:hover {
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  color: #fff;
}
.wp-block-button.btn-border a, .wp-block-button.btn-fill a {
  padding: 0;
  color: white;
}

.btn-wrapper {
  position: relative;
  z-index: 1;
}

.btn-fill {
  color: white;
}
.btn-fill::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 9px;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  background-size: 100% 100%;
}
.btn-fill:hover {
  color: var(--primary-color);
  background: #fff;
}
.btn-fill:hover a {
  color: var(--primary-color);
}

.btn-border {
  color: var(--primary-color);
  background-color: #fff;
}
.btn-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 9px;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  background-size: 100% 100%;
}
.btn-border:hover {
  color: #fff;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
}
.btn-border:hover a {
  color: #fff;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.equal-height > [class^=col-] {
  display: flex;
  flex-direction: column;
}
.equal-height > [class^=col-] > * {
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .mobile-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .projects-listing-section .tab-button-wrapper {
    width: 100%;
    display: block;
  }
  .projects-listing-section .tab-button-wrapper a {
    display: block;
  }
}

.hero-banner {
  position: relative;
  z-index: 1;
}
.hero-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: 50%;
  z-index: -1;
}
.hero-banner .banner-content {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
.hero-banner .banner-content .banner-title {
  text-transform: uppercase;
  text-wrap-style: balance;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .hero-banner .banner-content .banner-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-content {
    width: 100%;
    padding-inline: 20px;
  }
}
.hero-banner .scroll-down-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (min-width: 993px) {
  .hero-banner {
    height: calc(100vh - 90px);
  }
}
@media (max-width: 992px) {
  .hero-banner {
    height: calc(100vh - 70px);
  }
}

.sec-sub-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.project-card-link {
  text-decoration: none;
  display: block;
  padding-inline: 10px;
}
.project-card-link .project-card .project-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-top: 12px;
  color: var(--secondary-color);
}
.project-card-link .project-card img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .project-card-link .project-card img {
    width: 100%;
  }
}

.project-card-slider {
  --bs-gutter-x: 0!important;
}
.project-card-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 8px;
}
.project-card-slider .project-card-slick-prev-arrow {
  background-image: url(../../src/images/slider-left-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 40px;
  height: 40px;
  left: 0;
}
@media (max-width: 1300px) {
  .project-card-slider .project-card-slick-prev-arrow {
    left: calc(-1.25rem - 5.4vw);
  }
}
@media (max-width: 1024px) {
  .project-card-slider .project-card-slick-prev-arrow {
    left: 10px;
  }
}
.project-card-slider .project-card-slick-next-arrow {
  background-image: url(../../src/images/slider-right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 40px;
  height: 40px;
  right: 0;
}
@media (max-width: 1300px) {
  .project-card-slider .project-card-slick-next-arrow {
    right: calc(-1.25rem - 5.4vw);
  }
}
@media (max-width: 1024px) {
  .project-card-slider .project-card-slick-next-arrow {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .project-card-slider {
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .project-card-slider .slick-list {
    padding: 0px;
  }
  .project-card-slider .project-card-link {
    padding-inline: 10px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}
.slick-dots li {
  margin: 0 2 px;
  display: inline-block;
}
.slick-dots li button {
  all: unset;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F9B581;
  border: 2px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  color: transparent;
  line-height: 0px;
  font-size: 0px;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #E36E15;
  border: 2px solid #fff;
}

.testimonial-slider {
  width: 100%;
  position: relative;
}
.testimonial-slider .testimonial-card {
  text-align: center;
}
.testimonial-slider .testimonial-card .testimonial-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 58px;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .testimonial-slider .testimonial-card .testimonial-text {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.testimonial-slider .testimonial-card .testimonial-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.testimonial-slider .testimonial-card .testimonial-designation {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808480;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.testimonial-slider .testimonial-slick-prev-arrow {
  background-image: url(../../src/images/slider-left-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 40px;
  height: 40px;
  left: clamp(-6.5rem, -1.25rem - 12.4vw, -1.25rem);
}
@media (max-width: 1300px) {
  .testimonial-slider .testimonial-slick-prev-arrow {
    left: calc(-1.25rem - 5.4vw);
  }
}
@media (max-width: 1024px) {
  .testimonial-slider .testimonial-slick-prev-arrow {
    left: 10px;
  }
}
.testimonial-slider .testimonial-slick-next-arrow {
  background-image: url(../../src/images/slider-right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 40px;
  height: 40px;
  right: clamp(-6.5rem, -1.25rem - 12.4vw, -1.25rem);
}
@media (max-width: 1300px) {
  .testimonial-slider .testimonial-slick-next-arrow {
    right: calc(-1.25rem - 5.4vw);
  }
}
@media (max-width: 1024px) {
  .testimonial-slider .testimonial-slick-next-arrow {
    right: 10px;
  }
}
.testimonial-slider .slick-dots {
  margin-top: 19px;
  margin-bottom: 0px;
}

.tab-button-wrapper {
  background-color: #FDE5D3;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.tab-button-wrapper a {
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color: var(--primary-color);
}
.tab-button-wrapper a:hover {
  color: var(--primary-color);
}
.tab-button-wrapper a.active {
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  color: #fff;
}
.tab-button-wrapper a.active:hover {
  color: #fff;
}

.blog-card .blog-card-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
  color: var(--secondary-color);
  text-decoration: none;
  max-width: 409px;
  text-wrap-style: balance;
  display: block;
}
.blog-card .blog-card-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808480;
}
.blog-card img {
  border-radius: 24px;
}

.divisions-sec {
  padding-top: 40px;
  padding-bottom: 70px;
}

.divisions-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .divisions-wrapper .divisions-image img {
    margin: auto;
  }
}

.gallery .gallery-item img {
  border-radius: 12px;
}
@media (max-width: 992px) {
  .gallery .gallery-item img {
    margin: auto;
    display: block;
  }
}

.footer-wrapper {
  background-color: #242221;
}
.footer-wrapper .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  max-width: 1380px;
  margin-inline: auto;
  margin-bottom: 34px;
}
.footer-wrapper .footer-menu-wrapper {
  display: flex;
  gap: 92px;
}
@media (max-width: 1024px) {
  .footer-wrapper .footer-menu-wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .footer-wrapper .footer-menu-wrapper {
    gap: 30px;
  }
}
@media (min-width: 993px) {
  .footer-wrapper .footer-menu-wrapper .address {
    width: 324px;
  }
}
.footer-wrapper .footer-menu-wrapper .footer-menu-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
  color: #fff;
}
.footer-wrapper .footer-menu-wrapper .menu-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #fff;
}
.footer-wrapper .footer-menu-wrapper .menu-item a {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .footer-menu-wrapper .menu-item a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-menu-wrapper .social-links a {
  margin-right: 16px;
}
.footer-wrapper .footer-menu-wrapper .social-links a:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-menu-wrapper {
    flex-direction: column-reverse;
  }
}
.footer-wrapper .footer-nav-wrap {
  display: flex;
  gap: 32px;
}
@media (min-width: 1025px) {
  .footer-wrapper .footer-nav-wrap .footer-nav {
    width: 256px;
  }
}
@media (max-width: 1024px) {
  .footer-wrapper .footer-nav-wrap .footer-nav {
    width: 200px;
  }
}
.footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul {
  padding-left: 15px;
}
.footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul .nav-item {
  margin-left: 0px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul .nav-item::marker {
  font-size: small;
  display: none;
  color: transparent;
}
.footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul .nav-item:last-child {
  margin-bottom: 0px;
}
.footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #fff;
  padding: 0px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul .nav-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-nav-wrap .footer-nav .footer-nav-ul {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-nav-wrap {
    flex-direction: column;
  }
  .footer-wrapper .footer-nav-wrap .footer-nav {
    width: 100%;
  }
}
.footer-wrapper .footer-disclamer {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FEF4EC;
  margin-top: 84px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-disclamer {
    margin-top: 30px;
  }
}
.footer-wrapper .footer-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  max-width: 1380px;
  margin-inline: auto;
  margin-bottom: 16px;
}
.footer-wrapper .copyright {
  color: #FEF4EC;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
}
@media (max-width: 991px) {
  .footer-wrapper .copyright {
    text-align: center;
  }
}
.footer-wrapper .privacy-link-wrapper {
  color: #FEF4EC;
}
.footer-wrapper .privacy-link-wrapper a {
  color: #FEF4EC;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-wrapper .privacy-link-wrapper a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-wrapper .privacy-link-wrapper {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer-wrapper {
    gap: 20px;
  }
}

.project-city-dropdown-wrapper {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 28px;
}
.project-city-dropdown-wrapper .project-city-dropdown-inner {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-right: 0px;
  margin-left: auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #FCFCFC;
}
.project-city-dropdown-wrapper .project-city-dropdown-inner .project-city-dropdown {
  background-color: transparent;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-image: url("../../src/images/selec-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.project-city-dropdown-wrapper .project-city-dropdown-inner .project-city-dropdown option {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  background-color: #242221;
  color: #fff;
}
@media (max-width: 991px) {
  .project-city-dropdown-wrapper {
    text-align: center;
  }
  .project-city-dropdown-wrapper .project-city-dropdown-inner {
    width: 100%;
  }
  .project-city-dropdown-wrapper .project-city-dropdown-inner .project-city-dropdown {
    width: 100%;
  }
}

.cf7-popup-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cf7-popup-wrapper.hidden {
  display: none;
}
.cf7-popup-wrapper .cf7-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.cf7-popup-wrapper .cf7-popup-inner {
  position: relative;
  padding: 36px;
  z-index: 10000;
  max-width: 652px;
  width: 90%;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.3s ease;
}
.cf7-popup-wrapper .cf7-popup-inner .form-control {
  background-color: transparent;
  border: 0px solid;
  border-bottom: 1px solid rgba(128, 132, 128, 0.4);
  border-radius: 0px;
  color: var(--body-color);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cf7-popup-wrapper .cf7-popup-inner {
    padding: 20px;
  }
}
.cf7-popup-wrapper .cf7-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.cf7-popup-wrapper .cf7-popup-logo {
  border-bottom: 1px solid #808480;
}
.cf7-popup-wrapper .cf7-popup-logo img {
  margin-bottom: 16px;
}
.cf7-popup-wrapper .popup-form-header {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.banner-bottom-gradient {
  position: relative;
  z-index: 1;
}
.banner-bottom-gradient:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 81px;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 80.12%);
  z-index: -1;
}
@media (max-width: 992px) {
  .banner-bottom-gradient {
    z-index: 2;
  }
}

.breadcrumbs {
  margin-bottom: 17px;
  margin-left: 10px;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--primary-color);
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}

.project-banner-logo-wrapper {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: end;
}
.project-banner-logo-wrapper .project-banner-logo {
  background-color: rgba(255, 255, 255, 0.9607843137);
  border-top-right-radius: 12px;
  width: 303px;
  height: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.project-banner-logo-wrapper .project-banner-logo img {
  max-width: 173px;
}
.project-banner-logo-wrapper .project-banner-logo p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 128%;
  letter-spacing: 0%;
  margin-top: 10px;
}

.project-about-sec {
  position: relative;
  z-index: 1;
}
.project-about-sec::after {
  content: "";
  width: 100%;
  min-height: 710px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-image: url(../../src/images/project-bg-1.png);
}

.config-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.config-table thead {
  background-color: var(--primary-color);
  text-align: center;
}
.config-table thead th {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 128%;
  letter-spacing: 0%;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #F9B581;
  border-bottom: 1px solid #F9B581;
  border-top-color: #F9B581;
  border-bottom-color: #F9B581;
}
.config-table thead th:first-child {
  border-top-left-radius: 12px;
  border-left: 1px solid #F9B581;
}
.config-table thead th:last-child {
  border-top-right-radius: 12px;
  border-right: 1px solid #F9B581;
}
.config-table tbody tr td {
  text-align: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #F9B581;
  border-bottom-color: #F9B581;
  align-items: center;
  vertical-align: middle;
  height: 80px;
  background-color: #FDE5D3;
  border-top-color: #F9B581;
  border-bottom-color: #F9B581;
}
.config-table tbody tr td:first-child {
  border-left: 1px solid #F9B581;
}
.config-table tbody tr td:last-child {
  border-right: 1px solid #F9B581;
}
@media (min-width: 993px) {
  .config-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
  }
  .config-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 993px) {
  .config-table {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .config-table {
    margin-top: 40px;
    margin-bottom: 0px !important;
    width: 100%;
    border-collapse: collapse;
  }
  .config-table thead {
    display: none;
  }
  .config-table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 0px;
  }
  .config-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    text-align: left;
    border-radius: 0px;
    height: auto;
    font-size: 14px;
    border: 1px solid #F9B581;
  }
  .config-table tbody tr td::before {
    content: attr(data-label);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
  }
  .config-table tbody tr td:last-child {
    height: 90px;
    justify-content: center;
  }
  .config-table tbody tr td:last-child::before {
    display: none;
  }
  .config-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .config-table tbody tr td:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .config-table tbody tr:last-child {
    margin-bottom: 0px;
  }
}

.project-highlight-sec {
  padding-bottom: 50px;
}

.project-highlight-slider .highlight-item {
  padding-right: 16px;
}
.project-highlight-slider .highlight-item .highlight-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #171717;
  padding-left: 16px;
  border-left: 1px solid #DADBDA;
  margin-top: 12px;
}
.project-highlight-slider .project-highlight-slider .slick-slide {
  padding: 0 10px; /* internal spacing between slides */
}
.project-highlight-slider .project-highlight-slider .slick-list {
  overflow: visible; /* ensures partial slides are visible */
}

.progress {
  position: relative;
  display: block;
  margin-top: 40px;
  width: calc(100% - 60px);
  margin-inline: auto;
  height: 3px !important;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
  border: 0px !important;
}

.progress::after {
  content: "";
  width: 100%;
  height: 2px !important;
  background-color: #DADBDA;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .align-element-container {
    padding-inline: 20px !important;
  }
}

.amenities-silders-wrapper {
  width: 100%;
  overflow: hidden;
}
.amenities-silders-wrapper .amenities-section {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.amenities-silders-wrapper .amenities-section .amenities-list li {
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.amenities-silders-wrapper .amenities-section .amenities-list li::marker {
  font-size: 10px;
}
.amenities-silders-wrapper .amenities-section .amenities-slider-for {
  width: 40%;
  margin-top: 36px;
}
.amenities-silders-wrapper .amenities-section .amenities-slider-for .slick-prev {
  display: none !important;
}
.amenities-silders-wrapper .amenities-section .amenities-slider-nav {
  width: 60%;
  position: relative;
}
.amenities-silders-wrapper .amenities-section .amenities-slider-nav .amenities-image img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .amenities-silders-wrapper .amenities-section .amenities-slider-nav .amenities-image img {
    height: 220px;
  }
}
.amenities-silders-wrapper .amenities-section .amenities-slider-nav .amenities-slick-next-arrow {
  background-image: url(../../src/images/next_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  border: 0px transparent;
}
.amenities-silders-wrapper .amenities-section .amenities-slider-nav .amenities-slick-prev-arrow {
  background-image: url(../../src/images/prev_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .amenities-silders-wrapper .amenities-section {
    display: block;
  }
  .amenities-silders-wrapper .amenities-section .amenities-slider-for, .amenities-silders-wrapper .amenities-section .amenities-slider-nav {
    width: 100%;
  }
  .amenities-silders-wrapper .amenities-section .amenities-slider-for {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.amenities-silders-wrapper .amenities-list-slick-next-arrow {
  background-image: url(../../src/images/big-next-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -28px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .amenities-silders-wrapper .amenities-list-slick-next-arrow {
    bottom: auto;
    top: 25%;
    transform: translatey(-50%);
    left: auto;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
.amenities-silders-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 28px;
  background: linear-gradient(270deg, #F48129 0%, #F1A828 100%);
  z-index: 1;
}
@media (max-width: 992px) {
  .amenities-silders-wrapper:after {
    display: none;
  }
}

.specifications-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
.specifications-slider .specifications-content {
  background-color: #FEF4EC;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0392156863);
  margin-inline: 15px;
  height: 100%;
}
.specifications-slider .specifications-content .specifications-list ul {
  padding-left: 20px;
}
.specifications-slider .specifications-content .specifications-list ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.specifications-slider .specifications-content .specifications-list ul li::marker {
  font-size: 10px;
}
.specifications-slider .specifications-slick-prev-arrow {
  background-image: url(../../src/images/small_prev_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 24px);
  transform: translatex(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
.specifications-slider .specifications-slick-next-arrow {
  background-image: url(../../src/images/small_next_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -60px;
  left: calc(50% + 24px);
  transform: translatex(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
.specifications-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 500px;
  overflow: auto;
}
@media (max-width: 992px) {
  .specifications-slider {
    margin-inline: auto;
  }
}

@media (max-width: 992px) {
  .project-specifications-sec .mb-42 {
    margin-bottom: 20px;
  }
  .project-specifications-sec .button-wrapper {
    margin-bottom: 20px;
  }
}

.project-gallery-sec {
  background-color: #FEF4EC;
}
.project-gallery-sec .tab-button-wrapper {
  margin-bottom: 32px !important;
}
.project-gallery-sec .tab-button-wrapper a {
  padding-left: 32px;
  padding-right: 32px;
}
.project-gallery-sec .gallery-images {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.project-gallery-sec .gallery-images .gallery-image {
  margin-inline: 15px;
}
.project-gallery-sec .gallery-images .gallery-image img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .project-gallery-sec .gallery-images .gallery-image img {
    height: 200px;
  }
}
.project-gallery-sec .gallery-images .gallery-images-slick-prev-arrow {
  background-image: url(../../src/images/small_prev_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translatey(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .project-gallery-sec .gallery-images .gallery-images-slick-prev-arrow {
    left: 5px;
  }
}
.project-gallery-sec .gallery-images .gallery-images-slick-next-arrow {
  background-image: url(../../src/images/small_next_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translatey(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .project-gallery-sec .gallery-images .gallery-images-slick-next-arrow {
    right: 5px;
  }
}
.project-gallery-sec .gallery-videos {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.project-gallery-sec .gallery-videos .gallery-video {
  margin-inline: 15px;
}
.project-gallery-sec .gallery-videos .gallery-video iframe {
  width: 100%;
  border-radius: 12px;
}
.project-gallery-sec .gallery-videos .gallery-videos-slick-prev-arrow {
  background-image: url(../../src/images/small_prev_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translatey(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .project-gallery-sec .gallery-videos .gallery-videos-slick-prev-arrow {
    left: 5px;
  }
}
.project-gallery-sec .gallery-videos .gallery-videos-slick-next-arrow {
  background-image: url(../../src/images/small_next_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translatey(-50%);
  background-color: transparent;
  border: 0px transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .project-gallery-sec .gallery-videos .gallery-videos-slick-next-arrow {
    right: 5px;
  }
}

.loc-inner-1, .loc-map {
  width: 50%;
}
@media (max-width: 992px) {
  .loc-inner-1, .loc-map {
    width: 100%;
  }
}

.location-accordion {
  max-width: 509px;
}
.location-accordion .accordion-item {
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #DADBDA;
}
.location-accordion .accordion-item:first-child {
  border-top: 0px;
}
.location-accordion .accordion-item .accordion-button {
  padding: 10px 12px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 128%;
  letter-spacing: 0%;
  color: #171717 !important;
  background-color: transparent;
}
.location-accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-image: url(../../src/images/acc-icon.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  transition: transform 0.2s ease-in-out;
  opacity: 0.6;
}
.location-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #DA8C39 !important;
}
.location-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  opacity: 1;
}
.location-accordion .accordion-item .accordion-body ul {
  padding-left: 10px;
}
.location-accordion .accordion-item .accordion-body ul li {
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 128%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.location-accordion .accordion-item .accordion-body ul li::marker {
  font-size: 10px;
}
@media (max-width: 992px) {
  .location-accordion {
    max-width: 100%;
  }
}

.loc-map iframe {
  width: 100%;
  min-height: 668px;
}
@media (max-width: 992px) {
  .loc-map iframe {
    min-height: 468px;
  }
}

.project-contect-sec {
  background-image: url(../../src/images/project-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 993px) {
  .project-contect-sec {
    min-height: 680px;
  }
}

.project-form-wrapper {
  max-width: 581px;
  background: #FEF4EC;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 20px;
  border-radius: 24px;
}
.project-form-wrapper .project-form-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0%;
  margin-bottom: 42px;
}
.project-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}
.project-form-wrapper .wpcf7-form-control-wrap .form-control {
  background-color: transparent;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #2B2C2B !important;
  border: 0px;
  border-bottom: 1px solid #808480;
  border-radius: 0px;
  padding-bottom: 16px;
}
@media (min-width: 993px) {
  .project-form-wrapper {
    padding: 42px;
    margin-left: auto;
    right: 0px;
  }
}
@media (max-width: 992px) {
  .project-form-wrapper {
    max-width: 100%;
  }
  .project-form-wrapper .project-form-title {
    margin-bottom: 20px;
  }
}

.wpcf7-form .btn-fill {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin-top: 25px;
  max-width: 124px;
}
.wpcf7-form .btn-fill p {
  padding: 0px;
  width: 100%;
  height: 100%;
}
.wpcf7-form .btn-fill .wpcf7-submit {
  padding: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.gap-32 {
  gap: 32px;
}

.breadcrumb-wrapper {
  position: absolute;
  bottom: 14px;
  left: 30;
}
.breadcrumb-wrapper .breadcrumbs {
  margin-bottom: 0px;
}

.about-legacy-section .about-legacy-wraper {
  max-width: 260px;
}
.about-legacy-section .about-legacy-wraper.bp-legacy-wraper {
  max-width: 100%;
}
.about-legacy-section .about-legacy-wraper .about-icon-wrapper {
  border-bottom: 0.6px solid rgba(252, 252, 252, 0.4);
  padding-bottom: 22px;
}
.about-legacy-section .about-legacy-wraper .icon-lefacy-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #FEF4EC;
  margin-top: 12px;
  margin-bottom: 10px;
}
.about-legacy-section .about-legacy-wraper .icon-lefacy-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #FEF4EC;
}
@media (max-width: 992px) {
  .about-legacy-section .about-legacy-wraper {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.6px solid rgba(252, 252, 252, 0.4);
  }
  .about-legacy-section .about-legacy-wraper .about-icon-wrapper {
    border: 0px;
  }
}
.about-legacy-section .col-lg-3:last-child .about-legacy-wraper, .about-legacy-section .col-lg-4:last-child .about-legacy-wraper {
  border: 0px;
  margin-bottom: 0px;
}
@media (min-width: 993px) {
  .about-legacy-section {
    padding-top: 123px;
    padding-bottom: 110px;
  }
}

.bod-wrapper {
  border-radius: 12px;
}
.bod-wrapper .boc-discription {
  display: none;
  border-radius: 12px;
}
.bod-wrapper .show-bod-details {
  position: absolute;
  right: 0px;
  top: 5px;
  cursor: pointer;
}
.bod-wrapper .show-bod-details {
  transition: transform 0.3s ease;
  display: inline-block;
}
.bod-wrapper .show-bod-details.rotated {
  transform: rotate(90deg);
}
.bod-wrapper .bod-para {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
}
.bod-wrapper .bod-name {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0%;
  margin-bottom: 6px;
  margin-top: 18px;
}
.bod-wrapper .bod-designation {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
}
.bod-wrapper .bod-linkedin {
  position: absolute;
  right: 15px;
  top: 15px;
}
.bod-wrapper .bod-image {
  align-self: end;
}
.bod-wrapper.bod-with-bg {
  background-image: url(../../src/images/about-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}
.bod-wrapper.bod-with-bg .bod-content {
  position: relative;
  max-width: 612px;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 70px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .bod-wrapper.bod-with-bg .bod-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bod-wrapper.bod-with-bg .bod-name {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .bod-wrapper.bod-with-bg {
    display: block;
  }
  .bod-wrapper.bod-with-bg .bod-image img {
    width: 100%;
  }
}

.about-team-section {
  padding-top: 0px;
}
.about-team-section .team-image {
  margin-bottom: -50px;
}
.about-team-section .join-us-btn-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media (min-width: 993px) {
  .about-team-section .team-image {
    margin-bottom: -150px;
  }
  .about-team-section .join-us-btn-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 180px;
  }
  .about-team-section .bg-light-yellow {
    padding-top: 70px;
  }
}
.about-team-section .bg-light-yellow, .about-team-section .bg-cream {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .about-team-section .bg-light-yellow, .about-team-section .bg-cream {
    padding-top: 40px;
  }
}
.about-team-section .join-us-btn-wrapper {
  position: relative;
  z-index: 1;
}

.alternate-row {
  margin-block: 70px !important;
}
@media (max-width: 992px) {
  .alternate-row {
    margin-block: 40px !important;
  }
}
.alternate-row .alternate-content-wrapper {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  text-align: left;
  height: 100%;
  margin-block: auto;
  max-width: 358px;
}
.alternate-row .alternate-content-wrapper [class^=col-lg] {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.alternate-row .alternate-content-wrapper .alt-no {
  margin-bottom: 8px;
  font-family: PF DinText Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
}
.alternate-row .alternate-content-wrapper .alt-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .alternate-row .alternate-content-wrapper {
    margin-top: 20px;
  }
  .alternate-row .alternate-content-wrapper .alt-title {
    margin-bottom: 15px;
  }
  .alternate-row .alternate-content-wrapper .alt-text {
    margin-bottom: 20px;
  }
}

.csr-section .gallery-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
  max-width: 376px;
}
.csr-section .gallery-img {
  border-radius: 12px;
  width: 100%;
}

.contact-card {
  width: 100%;
  border: 1px solid #FDE5D3;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.contact-card .contact-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
}
.contact-card .contact-icon img {
  width: 100%;
}
.contact-card .contact-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0%;
  color: var(--secondary-color);
  margin-bottom: 16px;
}
.contact-card .contact-address {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #2B2C2B;
}
.contact-card .contact-address a {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #2B2C2B;
  text-decoration: none;
}
.contact-card .contact-address a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.contact-us-form-section .project-form-wrapper {
  box-shadow: none !important;
  margin-left: 0 !important;
}
.contact-us-form-section .project-form-wrapper .wpcf7-form-control-wrap .form-control {
  border: 0.6px solid #808480 !important;
  border-radius: 8px;
}
.contact-us-form-section .project-form-wrapper .wpcf7-form .btn-fill {
  max-width: 280px;
}
.contact-us-form-section .contact-map-iframe {
  height: 100%;
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .contact-us-form-section .contact-map-iframe {
    height: 400px;
    margin-top: 30px;
  }
}

.green-initiative-section .about-legacy-wraper {
  width: 100%;
  max-width: 100%;
}

.check-list-para {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 208%;
  letter-spacing: 0%;
}

.division-detail .card {
  border: 0px;
  box-shadow: none;
}
.division-detail .card .card-img-warapper {
  border: 1px solid #FEF4EC;
  background-image: url(../../src/images/card-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 187px;
  width: 100%;
}
.division-detail .card .card-img-warapper img {
  max-width: 200px;
  width: auto;
  height: auto;
  margin: auto;
}
.division-detail .card .card-body {
  padding-inline: 0px;
  padding-block: 12px;
}
.division-detail .card .card-body p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #171717;
}

.career-card {
  border: 0px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  padding: 24px 16px;
}
.career-card .card-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 128%;
  letter-spacing: 0%;
  color: #2B2C2B;
  border-bottom: 1px solid #F9B581;
}
.career-card .career-stats-wrapper {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #351903;
  margin-bottom: 20px;
}
.career-card .career-stats-wrapper svg {
  margin-right: 12px;
}

.youtube-iframe {
  margin-top: 10px;
}
.youtube-iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  max-height: 75vh;
}
@media (max-width: 992px) {
  .youtube-iframe iframe {
    max-height: 500px;
  }
}

.career-sec-bg-cream :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60vh);
  background-color: #FEF4EC;
  z-index: -1;
  top: 0px;
  left: 0px;
}
@media (max-width: 992px) {
  .career-sec-bg-cream :after {
    height: calc(100% - 20vh);
  }
}

.awards-section .award-featured-row {
  border: 1px solid #FDE5D3;
  border-radius: 12px;
}
.awards-section .award-featured-content {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .awards-section .award-featured-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.awards-section .award-date {
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808480;
  margin-bottom: 6px;
}
.awards-section .award-desc {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #2B2C2B;
}
.awards-section .card {
  border: 0px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.awards-section .card .card-body {
  padding: 0px !important;
}

.half-section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  width: 100%;
}
.half-section .cp-section {
  background-color: #351903;
  padding: 60px 70px;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .half-section .cp-section {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .half-section {
    position: unset;
    margin-top: 30px;
    top: auto;
    transform: none;
  }
  .half-section .cp-section {
    padding: 30px 30px;
  }
}

.cp-form-sec .project-form-wrapper {
  max-width: 100%;
  box-shadow: none !important;
}
.cp-form-sec .project-form-wrapper .project-form-title {
  text-align: center;
}

.cp-vidoe .career-sec-bg-cream :after {
  height: 50%;
  top: auto;
  bottom: 0;
  left: 0px;
}

.blog-single-post-wrapper h1, .blog-single-post-wrapper h2, .blog-single-post-wrapper h3, .blog-single-post-wrapper h4, .blog-single-post-wrapper h5 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.blog-single-post-wrapper .blog-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 34px;
  line-height: 118%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  text-wrap-style: balance;
}
.blog-single-post-wrapper .blog-meta {
  margin-bottom: 40px;
}
.blog-single-post-wrapper .blog-meta .blog-date {
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808480;
}

.goyal-blog-section {
  max-width: 1045px !important;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.goyal-blog-section a {
  color: var(--body-color);
}
.goyal-blog-section a:hover {
  color: var(--primary-color);
}

.scroll-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}

.scroll-animate.animate {
  opacity: 1;
  transform: none;
}

/* Variants */
.fade-in {
  transform: none;
}

.slide-in-left {
  transform: translateX(-50px);
}

.slide-in-right {
  transform: translateX(50px);
}

.slide-in-up {
  transform: translateY(50px);
}

.slide-in-down {
  transform: translateY(-50px);
}

.scroll-animate.delay-1 {
  transition-delay: 0.4s;
}

.scroll-animate.delay-2 {
  transition-delay: 0.6s;
}

.scroll-animate.delay-3 {
  transition-delay: 0.8s;
}

.scroll-animate.delay-4 {
  transition-delay: 1s;
}

.scroll-animate.delay-5 {
  transition-delay: 1.2s;
}

.scroll-animate.delay-6 {
  transition-delay: 1.4s;
}

.scroll-animate.delay-7 {
  transition-delay: 1.6s;
}

.scroll-animate.delay-8 {
  transition-delay: 1.8s;
}
/*# sourceMappingURL=style.css.map */
