.row {
  margin-left: 0;
  margin-right: 0;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background: #080808;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.site-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.loader-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-logo {
  width: min(280px, 68vw);
  animation: loaderPulse 1.6s ease-in-out infinite;
}
.loader-progress-wrap {
  position: absolute;
  bottom: 11vh;
  left: 50%;
  transform: translateX(-50%);
}
.loader-progress-text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 4.3vw, 56px);
  letter-spacing: 0.08em;
  font-weight: 500;
}
body.page-is-loading {
  overflow: hidden;
}
@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}
.hero_container {
  padding: 0;
  height: 100vh;
  position: relative;
}
#heroVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.hero_video_black {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero_img_container {
  height: 100vh;
}
.hero_text_container {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0px 15px;
  z-index: 3;
}
.space_container {
  padding: 100px;
}
.space_col_2 {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding-left: 30px;
  padding-right: 30px;
}
.space_col_2_row > img {
  padding: 0;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.space_col_1_row_1 {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: end;
}
.space_col_1 {
  padding-right: 30px;
  padding-left: 0;
}
.space_col_1_row_2 {
  display: flex;
  align-items: center;
}
.space_col_3_row_1 {
  border-bottom: 1px solid #707070;
}
.space_col_3_row_1 > img {
  padding-bottom: 16px;
  height: 100%;
  border-radius: 99999px;
}
.space_col_3_row_2 {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.space_col_3 {
  padding-left: 30px;
  padding-right: 0;
}
.about_container {
  padding: 100px;
}
.about_col_2 {
  padding-left: 60px;
  padding-right: 0;
}
.about_col_1 {
  padding-left: 0;
  padding-right: 0;
}
.about_col_2_row_2 {
  border-bottom: 1px solid #707070;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 20%;
}
.about_col_text_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about_icon {
  padding-right: 15px;
}
.about_sub_col_1 {
  border-right: 1px solid #707070;
  padding-left: 0;
  padding-right: 0;
}
.about_sub_col_2 {
  padding-left: 0;
  padding-right: 0;
}
.about_sub_col_3 {
  border-right: 1px solid #707070;
  padding-left: 0;
  padding-right: 0;
}
.about_sub_col_4 {
  padding-left: 0;
  padding-right: 0;
}
.about_col_2_row_3 {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 33%;
}
.ecosystem_container {
  padding: 100px;
}
.ecosystem_row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  align-items: end;
  position: relative;
}
.ecosystem_row > .col-9 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.ecosystem_row > .col-3 {
  padding-left: 0;
  padding-right: 0;
  text-align: end;
}
.ecosystem_row_1 {
  padding-top: 30px;
}
.img_wrapper {
  position: relative;
}
.cover {
  width: 100%;
  height: 100%;
  background: #f77b1b;
  position: absolute;
  top: 0;
}
.about_gruham_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 13.55 / 21.25;
}
.building_container {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: -10%;
  z-index: 1;
}
.ecosys_sub_row > .col-3 {
  text-align: end;
}
.ecosystem_row_col_1{
  padding-bottom: 30px;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  padding: 0;
}
/* tiny loader (optional) */
#loader {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #ddd;
  font-family: monospace;
  font-size: 13px;
  z-index: 20;
}
.featured_pro_container_1 {
  height: 100vh;
  background-color: #f77b1b;
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 9000px 9000px 0px 0px;
  margin-top: -40vw;
}
.featured_wrapper_orange {
  background-color: #f77b1b;
  border-radius: 9000px 9000px 0px 0px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.building_main_container {
  background: linear-gradient(0deg, #0a2463 50%, #f77b1b 75%, #fff 100%);
  overflow: hidden;
}
.featured_wrapper_white {
  width: 50%;
  height: 50%;
  background-color: #fff;
  border-radius: 1000px 1000px 0px 0px;
  background-image: url(../img/featured_project_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.featured_pro_container_1 > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 100px;
}
.slider-wrapper {
  overflow: hidden;
}
.slider-track {
  display: flex;
  cursor: grab;
  will-change: transform;
}
.project-slider-wrap {
  margin: auto;
  padding: 80px 40px;
  position: relative;
}
.project_card {
  padding: 0 15px;
}
.project_img {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.project_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-content {
  position: relative;
  padding-top: 20px;
}
.project-title {
  font-size: 28px;
  font-weight: 500;
  color: #ff5a1f;
  letter-spacing: 1px;
}
.project-meta {
  display: flex;
  gap: 24px;
  margin-top: 8px;
  font-size: 14px;
  color: #444;
}
.project-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.project-meta img {
  width: 14px;
}
.project-arrow {
  position: absolute;
  right: 0;
  top: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.slider-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.slider-nav button {
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-img {
  overflow: hidden;
}
.fp_iocn {
  width: max-content !important;
  display: inline !important;
}
.nav {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
}
.nav.prev {
  left: 40vw;
}
.nav.next {
  right: 40vw;
}
.slide_text_wrapper {
  padding: 0px;
}
.op_container {
  padding: 50px;
  height: 100%;
}
.main_google_map,
.google_map > iframe {
  width: 100%;
  height: 80vh;
  padding-right: 15px;
  height: 100%;
}
.op_col_one {
  height: 80vh;
  position: relative;
  left: 0;
  top: 0;
}
.op_col_two {
  border-left: 1px solid #707070;
  padding-left: 15px;
  position: relative;
  right: 0;
}
.op_col_btn_row {
  padding-top: 50px;
}
.op_col_row_1 {
  height: 150px;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  flex-direction: column;
  justify-content: end;
}
.op_col_row_1 .text_25 {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.op_row {
  position: relative;
}
.op_col_row_1 > p {
  padding: 0;
  margin-bottom: 0px;
}
.op_container {
  position: relative;
}
.jst_container {
  background-color: #fff;
  margin-bottom: 50px;
}
.jst_container h1 {
  padding-left: 40px;
}
.jst_title_wrapper {
  border-bottom: 1px solid #707070;
}
.jst_details_wrapper {
  height: 155px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-bottom: 1px solid #707070;
}
.rbf_container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
}
.rbf_text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rbf_img_wrapper {
  width: 100%;
  height: 100%;
}
.rbf_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_container {
  margin-top: 50px;
  margin-bottom: 15px;
  height: 350px;
}
.footer_col_left {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #707070;
}
.footer_row {
  height: 100%;
}
.footer_logo_wrapper {
  height: 280px;
  display: flex;
  align-items: center;
  padding: 50px;
  border-bottom: 1px solid #707070;
}
.footer_copyright_wrapper {
  padding: 30px;
  height: 70px;
  display: flex;
  align-items: center;
}
.footer_col_center {
  padding: 0;
  border: 1px solid #707070;
  border-left: 0;
  border-right: 0;
}
.footer_police_wrapper,
.footer_social_wrapper,
.footer_call_wrapper,
.footer_location_wrapper {
  padding: 27px;
  border-bottom: 1px solid #707070;
  height: 70px;
  display: flex;
  align-items: center;
  width: 100%;
}
.footer_location_wrapper {
  height: 140px;
}
.footer_police_wrapper {
  border-bottom: 0px;
}
.footer_location_wrapper > p {
  display: flex;
  justify-content: space-between;
}
.footer_social_wrapper .row {
  margin: 0;
}
.footer_social_wrapper .col-md {
  text-align: center;
}
.footer_col_right {
  border: 1px solid #707070;
  padding: 0;
}
.footer_about_wrapper {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 27px;
  border-bottom: 1px solid #707070;
}
.footer_about_wrapper:last-child {
  border-bottom: none;
}
/*---------------- about ---------------- */
.ah_container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.ah_img_wrapper {
  width: 50vw;
  height: 25vw;
  position: relative;
  bottom: 0;
  border-radius: 100% 100% 0% 0%;
  overflow: hidden;
}
.ah_img_wrapper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  border-radius: 100% 100% 0% 0%;
  position: relative;
  bottom: 0;
}
.ah_text_wrapper {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.awho_container {
  padding: 100px;
}
.awho_left_col {
  border-right: 1px solid #707070;
  padding-right: 25px;
  height: 100%;
}
.awho_right_col {
  height: 100%;
  padding-left: 25px;
  border-left: 1px solid #707070;
}
.awho_row {
  padding-top: 70px;
}
.awho_center_col {
  height: 100%;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
}
.awho_col_text_wrapper {
  display: flex;
  align-items: center;
  height: 300px;
  position: relative;
}
.awho_col_text_wrapper:nth-child(3),
.awho_col_text_wrapper:nth-child(4) {
  margin-top: 50px;
}
.awho_text_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.avm_container {
  padding: 100px;
}
.avm_row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.avm_col_left h2,
.avm_col_right h2 {
  margin-bottom: 5px;
}
.avm_col_left {
  border-right: 1px solid #707070;
  padding-right: 30px;
}
.avm_col_right {
  padding-left: 30px;
}
.aop_container {
  padding: 100px;
}
.aop_row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.aop_text_row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.aop_row {
  border-bottom: 1px solid #707070;
}
.aop_col_1,
.aop_col_2,
.aop_col_3,
.aop_col_4 {
  height: 300px;
  padding: 25px;
  border-right: 1px solid #707070;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aop_col_4 {
  border-right: none;
}
.aop_text_wrapper {
  text-align: center;
  margin-top: 15px;
}
.acv_container {
  padding: 100px;
}
.acv_row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.acv_text_row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.acv_row {
  border-bottom: 1px solid #707070;
  position: relative;
}
.acv_col_1,
.acv_col_2,
.acv_col_3,
.acv_col_4 {
  padding: 25px;
  border-right: 1px solid #707070;
  position: relative;
}
.acv_col_wrapper_1,
.acv_col_wrapper_2,
.acv_col_wrapper_3,
.acv_col_wrapper_4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.ecosytem_img_wrapper > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.acv_col_4 {
  border-right: none;
}
.acv_text_wrapper {
  text-align: left;
  margin-top: 75px;
}
.awho_center_col  p {
  text-align: justify;
}
.leadership_container {
  padding: 100px;
}
.al_text_wrapper {
  padding-top: 15px;
}
.al_text_wrapper > p {
  text-align: justify;
}
.acv_img_wrapper h1 {
  text-align: right;
}
.acv_text_wrapper{
  margin-top: 15px;
}
.ah_text_wrapper h3 {
  text-align: center;
}
/* --------- contact us -------- */
.cu_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.cu_vr {
  width: 1px;
  height: 200px;
  background-color: #707070;
  padding: 0;
}
.cu_title_row h1 {
  text-align: center;
}
.cu_vr_row {
  justify-content: center;
}
form {
  width: 100%;
  max-width: 600px;
}
.form-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
  padding: 0;
}
input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  background: transparent;
  outline: none;
}
label {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 16px;
  color: #555;
  pointer-events: none;
  transition: all 0.2s ease;
}
input:focus + label,
input:valid + label,
textarea:focus + label,
textarea:valid + label {
  top: -10px;
  font-size: 14px;
  color: #000;
}
input.filled ~ label,
textarea.filled ~ label {
  top: -10px;
  font-size: 13px;
  color: #000;
}
textarea {
  resize: none;
  height: 100px;
}
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkbox-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
/* Checked state */
.checkbox-container input[type="checkbox"]:checked {
  background-color: #f77b1b;
  border-color: #f77b1b;
}
/* Optional tick mark */
.checkbox-container input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Label text */
.checkbox-container label {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  inset: inherit;
}
.checkbox-container input[type="checkbox"]:focus + label,
.checkbox-containerinput[type="checkbox"]:valid + label {
  top: inherit;
  color: #000;
  font-size: 16px;
}
.cu_input_row .col-6:first-child {
  padding-left: 0;
}
.cu_input_row .col-6:last-child {
  padding-right: 0;
}
.cu_sbtn_row {
  margin-top: 25px;
}
/* project-------------------------------------------------------------------------------------------------------- */
.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.parallax-sliders {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.parallax-slider-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 50px;
  margin-top: 15px;
}
.parallax-item {
  position: relative;
  width: calc(100vw / 2.8);
  height: 100%;
  overflow: hidden;
}
.parallax-content {
  position: absolute;
  inset: auto;
  z-index: 55;
  overflow: hidden;
  opacity: 1;
  padding: 40px 40px 30px 35px;
  transition: 0.4s;
  width: calc(100vw / 2.8);
  height: 100%;
}
.parallax-img {
  position: absolute;
  height: 100%;
  width: calc(100% + 200px);
  background-size: cover;
  background-position: top;
  margin-left: -100px;
}
.parallax-img::after {
  position: absolute;
  inset: auto;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
}
.parallax-item:first-child {
  width: fit-content;
}
.ourp_title_wrappper {
  border-right: 1px solid #000;
}
.ourp_capsule {
  height: 45px;
  margin-bottom: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 45px;
  background-color: #f77b1b;
  color: #fff;
}
.ourp_top_wrapper {
  text-align: end;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 100%;
}
.ourp_center_wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ourp_bottom_wrapper {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: auto;
}
/* our story----------------------------------- */
/* team */
.team_section {
  position: relative;
  top: 0;
  overflow: hidden;
  padding: 0;
}
.team_container {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  overscroll-behavior: none;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1;
  padding-bottom: 0;
  padding-top: 0;
}
.team_sub_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.tean_profile_pic {
  width: 100%;
}
.team_text_img {
  width: 100%;
  padding-bottom: 100px;
}
.team_text_para {
  width: 100%;
  margin-top: 15px;
  padding-left: 6%;
  padding-right: 100px;
}
.team_col_4 {
  padding-left: 30px;
  padding-right: 30px;
}
.oj_title_wrappper {
  border-right: none;
}
.team_hanger_line {
  width: 2px;
  height: 0vh;
  background-color: #f77b1b;
}
.team_hanger_ball {
  width: 20px;
  height: 20px;
  background-color: #f77b1b;
  border-radius: 50%;
}
.team_hanger_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.team_hanger_container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.team_row_two {
  margin-left: 0;
  margin-right: 0;
}
.team_row:first-child {
  width: auto;
  height: 100%;
  border-right: 1px solid #000;
}
.team_row:first-child .team_col_4 {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  border-right: none;
  display: flex;
  width: calc(100vw / 2);
}
.team_ul {
  display: flex;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 18px;
  color: #000;
}
.team_li {
  padding-right: 30px;
}
.oj_title_wrappper {
  height: 100%;
  display: flex;
  align-items: center;
}
.team_hanger_black_wrapper {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team_hanger_sub_wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .project-slider-wrap {
    padding: 50px 20px;
  }
}
.arch-section {
  display: flex;
  justify-content: center;
  background: transparent;
}
.arch-mask {
  position: relative;
  width: min(100vw, 100%);
  aspect-ratio: 1 / 1;
  background: #f77b1b;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  width: 100vw;
  z-index: 1022;
}
.arch_mask_overlay{
  position: absolute;
  inset: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
/* Inner cut arch */
.arch-mask::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70vw;
  height: 70%;
  background: transparent;
  border-radius:50%  50% 0 0;
  pointer-events: none;
  aspect-ratio: 1 / 1;
}
/* Image */
.arch-mask img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  height: 80%;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  aspect-ratio: 1 / 1;
}
.arch-mask h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-25%);
  width: 100%;
}
/* mob_footer */
.mob_footer{
  padding: 15px;
}
.accordion {
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #707070;
  border-bottom: none;
  border-top: none;
}
.acc-item {
  border-bottom: 1px solid #707070;
}
.acc-header {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  font-size: 18px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.acc-header .icon {
  font-size: 22px;
  font-weight: 300;
}
.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
/* Active state */
.acc-item.active .acc-content {
  max-height: max-content;
}
.acc-item.active .icon {
  content: "−";
}
.mob_footer{
  display: none;
}
/* nav bar */
.profile_nav_menu_container {
  position: fixed;
  top: 0;
  left: 0%;
  padding: 0;
  backdrop-filter: blur(5px);
  height: 100vh;
  opacity: 0;
  display: none;
  z-index: 1021;
}
.profile_nav_menu {
  width: 90vw;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 30px 0px 60px #00000029;
  z-index: 1021;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: -100%;
}
.profile_nav_menu_row_1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.profile_nav_menu_row_4 {
  padding: 0px;
  align-items: center;
}
.profile_nav_menu_row_2_col_8 {
  padding-left: 0;
  padding-right: 0;
}
.profile_nav_menu_row_2_col_4 {
  padding-left: 0;
  padding-right: 0;
  text-align: end;
}
.profile_nav_menu_row_2 {
  margin-bottom: 70px;
}
.profile_nav_menu_row_3 {
  width: 100%;
  margin-top: 15px;
  border-bottom: 2px solid #e4e4e4;
  padding: 0;
  padding-bottom: 15px;
}
.profile_nav_menu_link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
}
.profile_link,
.profile_link:hover {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
}
.profile_col_8 {
  width: 70%;
}
.profile_col_2 {
  width: 30%;
}
.profile_nav_menu_row_4 {
  border-top: 2px solid #e4e4e4;
}
.profile_nav_menu_row_4_col_3 {
  padding: 10px;
  border-left: 2px solid #e4e4e4;
  text-align: center;
}
.profile_nav_menu_close {
  cursor: pointer;
}
.profile_toggle {
  cursor: pointer;
  width: 50px;
}
.profile_toggle {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.navbar_toggle_wrapper{
  display: none;
}
.main_google_map,
.google_map > iframe {
  padding: 0;
}
/* ------------------------------------------------------------------------------our Projects ------------------------------------------------------------------------------ */
.pp_container{
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
}
.pp_row{
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.pp_img_wrapper{
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.pp_img_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.pp_landing_text_wrapper{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.ppo_text_wrapper{
  border-bottom: 1px solid #707070;
  height: 60px;
  display: flex;
  align-items: center;
}
.ppo_container{
  padding: 100px;
}
.ppo_row{
  margin: 0;
}
.ppo_col_1 > h1 {
  text-align: left;
  text-transform: uppercase;
}
.ppa_wrapper{
  padding: 100px;
  padding-top: 0;
}
.ppa_container{
  padding: 100px;
  padding-top: 0;
}
.adv-carousel {
  display: flex;
  min-height: 90vh;
}
/* LEFT */
.adv-carousel__left {
  width: 40%;
  background: #ff7a00;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adv-carousel__ul {
  list-style: none;
  padding: 0;
}
.adv-carousel__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adv-carousel__nav button {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
/* RIGHT */
.adv-carousel__right {
  width: 60%;
  position: relative;
  overflow: hidden;
}
.adv-carousel__slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.adv-carousel__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.adv-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.adv-carousel__slide.is-active {
  z-index: 1;
}
.adv-carousel__data {
  display: none;
}
#adv-title {
  color: #fff;
}
#adv-list p {
  font-size: 18px;
  font-family: p_l;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.adv-carousel__counter{
  color: #fff;
  font-size: 18px;
  font-family: p_l;
}
.opi_container{
  padding: 100px;
  padding-bottom: 0;
}
.ppa_wrapper > .ecosystem_row {
  margin-bottom:50px;
}
.opi_col_1{
  border-radius: 30px;
  padding-bottom: 30px;
}
.opi_col_1 > img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  border-radius: 30px;
}
.opi_col_2 > img ,
.opi_col_3 > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
.opl_container{
  padding: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
.opl_wrapper > iframe {
  height: 90vh;
  border-radius: 30px;
}
.opl_btn{
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.opl_row{
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.opl_btn_wrapper{
  position: absolute;
  inset: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.opl_col_1{
  padding-left: 0;
  padding-right: 0;
}
.pd_next_project_container {
  padding: 0px;
  height: 100vh;
  width: 100%;
  position: relative;
}
marquee {
  font-size: 300px;
  color: #d9d9d9;
  text-transform: uppercase;
  font-family: m_m;
}
.pd_next_project_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.next_project_heading {
  font-size: 100px;
  color: #f77b1b;
  text-transform: uppercase;
  font-family: m_m;
  margin-bottom: 0;
  text-decoration: none;
}
.next_project_heading > a,
.next_project_heading > a :hover{
  text-decoration: none;
  color: #f77b1b;
  width: 100%;
}
.pd_next_project_row{
  display: flex;
  height: 100%;
  align-items: center;
}
.image-section {
  padding:100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.image-viewport {
  width: 100%;
  overflow: hidden;
}
.image-track {
  display: flex;
  gap: 30px;
  will-change: transform;
}
.image-card {
  flex: 0 0 calc(33.333% - 20px);
  cursor: pointer;
  overflow: hidden;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
/* Nav */
.track-nav {
  background: none;
  border: none;
  font-size: 48px;
  cursor: pointer;
}
/* ===== LIGHTBOX ===== */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  z-index: 1000;
}
.lightbox-overlay.is-active {
  display: block;
}
.lightbox-slider {
  display: flex;
  height: 100%;
}
.lightbox-image {
  min-width: 100%;
  height: 100vh;
  object-fit: contain;
}
/* Lightbox Controls */
.lightbox-close {
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 36px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.lightbox-nav.prev {
  left: 30px;
}
.lightbox-nav.next {
  right: 30px;
}
.oplight_btn_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp_db_wrapper{
  position: absolute;
  right: 15px;
  bottom: 30px;
  width: auto;
}
.ppa_col_2{
  border-left: 1px solid #707070;
}
.engineering {
  display: flex;
  gap: 80px;
  padding: 100px;
}
.engineering-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 64px;
  letter-spacing: 6px;
  color: #000;
}
.accordion {
  flex: 1;
  border: none;
}
.accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 15px;
  border: none;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 15px;
}
.toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ff8a00;
  background: transparent;
  color: #ff8a00;
  font-size: 18px;
  cursor: pointer;
  font-family: p_r;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #707070;
}
.accordion-content ul {
  margin-top: 0px;
  padding-left: 0;
  list-style: none;
}
.accordion-content li {
  margin-bottom: 14px;
  font-size: 14px;
  opacity: 0.85;
}
.ppa_col_1{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ppa_row{
  border: 1px solid #707070;
}
.ami_img_wrapper{
  position: absolute;
  z-index: -1;
  top: 0;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .adv-carousel {
    flex-direction: column;
  }
  .adv-carousel__left,
  .adv-carousel__right {
    width: 100%;
    min-height: 50vh;
  }
}
.footer_row > .accordion {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.footer_row > .accordion .acc-item :last-child {
  border-bottom: none;
}
.form-message {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  display: none;
}

.form-message.success,
.form-message.error {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid transparent;
}

.form-message.success {
  border-color: rgba(35, 144, 84, 0.4);
  background: linear-gradient(135deg, #ecfff4, #f6fff9);
  color: #1b6b42;
  box-shadow: 3px 3px 0 rgba(35, 144, 84, 0.16);
}

.form-message.error {
  border-color: rgba(217, 48, 37, 0.35);
  background: linear-gradient(135deg, #fff1f0, #fff8f8);
  color: #8d261f;
  box-shadow: 3px 3px 0 rgba(217, 48, 37, 0.14);
}

.form-message.success::before,
.form-message.error::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}

.form-message.success::before {
  content: "\f058";
}

.form-message.error::before {
  content: "\f057";
}
.field-error {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #d93025;
}

.checkbox-error {
  margin-left: 32px;
}

.form-group input.input-error,
.form-group textarea.input-error,
.checkbox-container input.input-error {
  border-color: #d93025 !important;
}

.form-group input.input-error + label,
.form-group textarea.input-error + label {
  color: #d93025;
}

.submit_btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-with-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
}

.btn-with-loader .btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #fff;
  display: none;
  animation: submitBtnSpin 0.8s linear infinite;
}

.btn-with-loader.is-loading .btn-loader {
  display: inline-block;
}

@keyframes submitBtnSpin {
  to {
    transform: rotate(360deg);
  }
}

.gruham-footer {
  background: #f6f2ec;
  padding: 70px 0 25px;
  font-size: 15px;
  color: #5a4a3c;
}
.footer-logo {
  max-width: 180px;
}
.footer-text {
  line-height: 1.8;
  color: #6d5c4c;
}
.footer-heading {
  font-weight: 600;
  margin-bottom: 20px;
  color: #3d2f25;
  position: relative;
}
.footer-social a {
  text-decoration: none;
}
.footer-heading::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #a67c52;
  display: block;
  margin-top: 8px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  text-decoration: none;
  color: #6d5c4c;
  transition: 0.3s ease;
}
.footer-links a:hover {
  color: #a67c52;
  padding-left: 5px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8dfd6;
  color: #5a4a3c;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background: #a67c52;
  color: #fff;
  transform: translateY(-3px);
}
.footer-tagline h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #3d2f25;
}
.footer-tagline p {
  font-size: 14px;
  color: #6d5c4c;
}
.footer-bottom {
  border-top: 1px solid #ddd2c6;
  padding-top: 20px;
  font-size: 14px;
  color: #8c7a6b;
}
.home_property_feature {
  z-index: 999;
}
.home_property_feature.ourp_top_wrapper {
  top: 25px;
  right: 25px;
}
.feature-property-home .ourp_btn_wrapper {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 999;
}
.pd_unit_wrapper {
  position: absolute;
  border: 1px solid #FFF;
  bottom: 30px;
  width: auto;
  left: 15px;
  color: #fff;
  padding: 12px 20px;
}

.pl_units {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  font-size: 18px;
}

.fpl_units {
  position: absolute;
  color: #FFF;
  bottom: 25px;
  right: 25px;
  font-size: 18px;
  z-index: 999;
}






