/* Avenir light 300 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Avenir light 350 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Book.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}

/* Avenir regular 400 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Avenir Medium 500 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Avenir Bold 700 */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Commuters Sans Semi Bold 400 */
@font-face {
  font-family: "Commuters Sans";
  src: url("../fonts/Commuters Sans/CommutersSans-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Commuters Sans Light 400 */
@font-face {
  font-family: "Commuters Sans";
  src: url("../fonts/Commuters Sans/CommutersSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 17px;
  background: #faf9f6;
  color: #000;
  font-family: "Avenir";
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #304a6f;
}

form {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
  color: #232122;
}

a:focus {
  outline: none;
  color: #232122;
}

a.underline-text {
  text-decoration: underline;
}

input,
select,
textarea,
button,
label {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* ::-webkit-input-placeholder {
  color: var(--white-color) !important;
}

::-moz-placeholder {
  color: var(--white-color) !important;
}

:-ms-input-placeholder {
  color: var(--white-color) !important;
}

:-moz-placeholder {
  color: var(--white-color) !important;
} */

::-webkit-file-upload-button {
  cursor: pointer;
}

:root {
  --first-color: #f39b07;
  --second-color: #5d5d5d;
  --white-color: #fff;
}

.container {
  max-width: 1440px;
  width: 100%;
}

.primary-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  gap: 10px;
  background: #f39b07;
  box-shadow: 4px 4px 9px rgba(11, 18, 21, 0.1);
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #faf9f6;
  width: fit-content;
}

.primary-btn:hover,
.primary-btn:focus {
  background-color: #ffffff;
  color: #f39b07;
  border-color: #ffffff;
}

.secondary-btn {
  line-height: normal;
  background-color: transparent;
  color: #32496b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #32496b;
  padding: 15px 20px;
  border-radius: 0px;
  vertical-align: top;
  min-width: 164px;
  text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #e7ded9;
  color: #32496b;
}

.sm-btn {
  padding: 8px 15px;
  min-width: inherit;
  font-size: 14px;
}

label.error {
  color: #f00 !important;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* Common css starts */

.head-logo {
  max-width: 280px;
}

.mobile-logo {
  display: none;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

/* Below  code is for normal header */
/* .navbar.navbar-light {
  padding: 0;
} */

/* Below  code is for transparent header */
.navbar.navbar-light {
  padding: 0;
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 20px;
}

.navbar-nav {
  align-items: center;
}

.fixed .navbar.navbar-light {
  top: 0;
  background-color: #fcfafa;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-light .container-fluid {
  padding: 14px 52px;
}

.fixed .navbar-light .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .head-nav .nav-link {
  padding: 0px 30px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #faf9f6;
}

.navbar-light .head-nav .nav-link:hover {
  color: #f39b07;
}

.navbar-light .head-nav .nav-link.active {
  font-weight: 600;
}

/* .navbar-light .head-nav .nav-item:last-child .nav-link {
  padding-right: 0;
} */

.hamburger-menu {
  width: 25px;
  height: 20px;
  right: 0;
  top: 3px;
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: initial;
  position: relative;
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  border: none;
}

.hamburger-menu span {
  opacity: 1;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: #faf9f6;
  background-color: #faf9f6;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.hamburger-menu span:first-child {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
}

.hamburger-menu[aria-expanded="true"] span {
  background-color: var(--first-color);
}

.hamburger-menu[aria-expanded="true"] span:first-child {
  transform: translateY(9px) rotate(135deg);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translateY(0px);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  text-align: center;
  color: var(--white-color);
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 15px;
}

.scroll-down:hover {
  color: var(--white-color);
  margin-bottom: 30px;
}

.hidden-lg {
  display: none;
}

/* Common css ends */

/* Website css starts */

.banner-section {
  background-color: #0b1215;
  width: 100%;
}

.banner-section img {
  width: 100%;
}

.why-section {
  background-color: #0b1215;
  background-image: url(../images/why-section-bg-v3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  /* padding-top: 190px; */
}

.why-wrap {
  max-width: 1440px;
  padding: 6% 8.47%;
  margin: auto;
}

.why-desc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8%;
}

.why-desc .lhs{
  max-width: 424px;
}

.why-desc .rhs {
  max-width: 371px;
}

.why-desc .rhs h3 {
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #faf9f6;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.why-desc .rhs h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.why-desc .rhs p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #faf9f6;
  margin-bottom: 40px;
}

.why-us {
  padding-top: 140px;
  background: url(../images/why-bg2.png) no-repeat right bottom;
}

.why-us h3 {
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #faf9f6;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.why-us h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.why-us-desc {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #faf9f6;
}

.why-us .lhs {
  max-width: 466px;
}

.why-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 40px;
}

.icon-wrap {
  width: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.icon-wrap img{
  max-width: 67px;
}

.icon-wrap p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #faf9f6;
}

.philosophy-section {
  background-color: #0b1215;
  margin: auto;
}

.philosophy-wrap {
  position: relative;
}

.philosophy-wrap h3 {
  position: absolute;
  left: calc(50% - 906px / 2);
  top: 60px;

  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #faf9f6;
  z-index: 1;
}

.cards-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.philosophy-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.philosophy-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Semi-transparent grey overlay */
  transition: transform 0.5s ease;
  /* Smooth effect */
  transform: translateY(-100%);
  /* Default state */
}

.philosophy-card:hover .overlay {
  transform: translateY(0%);
  /* Slide the overlay up on hover */
}

.philosophy-card .title {
  position: absolute;
  color: white;
  top: 44%;
  left: calc(44%);
  font-family: "Commuters Sans";
  font-weight: 400;
  font-size: 50px;
  text-shadow: 0px 0px 18.4px rgb(0 0 0 / 54%);
}

.philosophy-card .desc {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #faf9f6;
  opacity: 0;
  /* Hidden by default */
  transition: opacity 0.3s ease;
  /* Smooth fade-in effect */
}

.philosophy-card:hover .desc {
  opacity: 1;
  /* Show description on hover */
}


/* 
.cards-wrap {
  display: flex;
  justify-content: center;
}

.philosophy-card {
  position: relative;
  width: 100%;
}

.philosophy-card img {
  width: 100%;
}

.philosophy-card .title {
  position: absolute;
  color: white;
  top: 44%;
  left: calc(44%);
  font-family: "Commuters Sans";
  font-weight: 400;
  font-size: 36px;
}

.philosophy-card .desc {
  position: absolute;
  left: calc(50% - 186px / 2 - 0.5px);
  top: 530px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #faf9f6;
} */

/* .video-section {
  height: 700px;
} */

.video-section video {
  min-width: 100%;
  /* position: fixed; */
  /* top: 0; */
  /* z-index: -9999; */
}

.featured-title {
  background-color: #0b1215;
  padding: 24px;
}

.featured-title h3 {
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #faf9f6;
  max-width: 804px;
  margin: auto;
}

.featured-title span {
  color: #f39b07;
}

.projects-section {
  /* background-color: #FAF9F6; */
  background: url("../images/projects-bg.png") no-repeat bottom;
  background-size: contain;
  /* max-width: 1440px; */
  padding: 69px 1%;
  margin: auto;
}

.projects-wrap {
  max-width: 1196px;
  margin: auto;
  margin-bottom: 114px;
}

.projects-section .nav-tabs {
  border: none;
}

.projects-section .nav-item {
  width: 50%;
}

.projects-section .nav-tabs .nav-link {
  width: 100%;
  transition: none;
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #0b1215;
  border: none;
  border-bottom: 2px solid #000000;
}

.projects-section .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #f39b07;
  padding-bottom: 7px;
}

.projects-section .nav-tabs .nav-link span {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f39b07;
}

/* .projects-section .nav-link:focus,
.projects-section .nav-link:hover {
  border: none;
} */

.project-slider {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.project-slider img {
  width: auto;
  border: 1px solid #eee;
}

#myTabContent .primary-btn {
  float: right;
  margin-top: 40px;
}

.testimonial-section {
  /* max-width: 1440px; */
  margin: auto;
}

/* .testimonial-wrap {
  margin-top: 75px;
} */

.testimonial-wrap .swiper {
  padding: 120px 0px;
  /*  overflow: visible;*/
}

.testimonial-section h3 {
  margin: auto;
  margin-top: 75px;
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0b1215;
}

.testimonial-section .testimonial-desc {
  margin: auto;
  margin-top: 45px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  color: #0b1215;
  opacity: 0.78;
  max-width: 656px;
}

.testimonial-section .top p {
  margin: auto;
  margin-top: 30px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #0b1215;
  opacity: 0.78;
  max-width: 656px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-section .bottom {
  margin-top: 40px;
}

.testimonial-section .bottom p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #25044f;
}

.testimonial-section .bottom span {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #25044f;
  text-transform: none;
}

.testimonial-wrap .swiper-slide {
  /* max-width: 336px; */
  background: #faf9f6;
  box-shadow: 4.51812px 4.51812px 24.2849px rgba(0, 0, 0, 0.2);
  border-radius: 12.1989px;
  padding: 28px 32px;
  transition: all 0.3s ease;

  &.swiper-slide-active {
    transform: scale(1.18);
    z-index: 2;
    /* margin-left: 2.5% !important;
    margin-right: 4.5% !important; */
  }
}

.nav-button-wrap {
  position: absolute;
  bottom: 16px;
  left: 14%;
}

.swiper-button-prev {
  background-image: url("../images/prev-arrow-v1.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 50px;
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
  opacity: 40%;
}

.swiper-button-prev:hover {
  transition: all 0.3s ease;
  opacity: 100%;
}

.swiper-button-next {
  background-image: url("../images/next-arrow-v1.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 50px;
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
  opacity: 40%;
}

.swiper-button-next:hover {
  transition: all 0.3s ease;
  opacity: 100%;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.contact-section {
  /* max-width: 1440px; */
  padding: 190px 11%;
  padding-top: 248px;
  background-image: url("../images/home-contact-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.contact-section h3 {
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #faf9f6;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px;
  position: relative;
}

.contact-section h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  gap: 20px;
}

.contact-info a {
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #faf9f6;
}

.footer {
  background-color: #faf9f6;
  border-top: 1px solid #0B1215;
}

.footer .container {
  padding: 40px 7%;
}

.quick-links h3 {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  color: #25044f;
  margin-bottom: 15px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.brand-info {
  max-width: 29.5%;
}

.brand-info p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #0b1215;
}

.brand-info img {
  margin-bottom: 30px;
}

.quick-links {
  display: flex;
}

.quick-links li {
  margin-bottom: 10px;
}

.quick-links li a {
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0b1215;
  opacity: 0.5;
}

.newsletter-wrap form {
  display: flex;
}

.newsletter-input {
  display: flex;
  flex-direction: column;
}

.newsletter h3 {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #25044f;
  margin-bottom: 15px;
}

.newsletter-btn {
  background: #25044f;
  border: 1px solid #25044f;
  padding: 8px;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: -10px;
  max-height: 43px;
}

.newsletter-text {
  padding: 8px;
  border: 1px solid #25044f;
  border-radius: 5px;
}

.newsletter-text::placeholder {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0b1215;
  opacity: 0.65;
}

.newsletter-text::-ms-input-placeholder {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0b1215;
  opacity: 0.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 20px 0px;
  border-top: 1px solid #f39b07;
}

.about-section {
  background-color: #0B1215;
  background-image: url('../images/about-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0px;
  padding-top: 130px;
  padding-bottom: 80px;
}

.about-wrap {
  margin: auto;
  max-width: 709px;
}

.about-wrap h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FAF9F6;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.about-wrap h3:before {
  content: "";
  position: absolute;
  width: 9%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
  left: 46%;
}

.about-wrap p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #FAF9F6;
}

.mission-vision-wrap {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.round-logo-section {
  position: absolute;
  left: 42%;
  bottom: 37%;
}

.round-logo-section svg {
  transition: all 0.6s ease;
}

.round-logo-section svg:hover {
  transform: scale(1.08);
  transform-origin: 50% 50%;
  transition: all 0.6s ease;
}

.mission-section,
.vision-section {
  max-width: 1440px;
  display: flex;
  margin: auto;
}

.mission-section .lhs,
.mission-section .rhs,
.vision-section .lhs,
.vision-section .rhs {
  flex-basis: 50%;
}

.mission-section .lhs,
.vision-section .rhs {
  padding: 96px 7.15%;
  margin: auto;
}

.mission-section .lhs p,
.vision-section .rhs p {
  max-width: 483px;
  text-align: justify;
}

.title-icon {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.title-icon h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0B1215;

}

.title-icon:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.arham-section {
  background-color: #0B1215;
}

.arham-wrap {
  max-width: 1440px;
  display: flex;
  margin: auto;
}

.arham-wrap .lhs,
.arham-wrap .rhs {
  flex-basis: 50%;
}

.arham-wrap .lhs {
  padding: 153px 0px;
  padding-left: 8.5%;
  padding-right: 4.7%;
}

.arham-wrap .lhs h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 125px;
  line-height: 34px;
  text-align: left;
  text-transform: uppercase;
  color: #F39B07;
}

.arham-wrap .lhs .title-icon {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.arham-wrap .lhs p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #FAF9F6;
  max-width: 526px;
}

.arham-wrap .rhs {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.slide1,
.slide2 {
  max-width: 310px;
  height: 570px;
}

.mySwiper1,
.mySwiper2 {
  width: 100%;
  height: 100%;
}

.mySwiper1 .swiper-wrapper,
.mySwiper2 .swiper-wrapper {
  transition-timing-function: linear;
}

.slide1 .slide-title,
.slide2 .slide-title {
  background-color: #161f23db;
  padding: 29px;
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18.4315px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #F39B07;
}

.slide1 .slide-title span,
.slide2 .slide-title span{
  color: #FAF9F6;
  font-weight: 100;
}

.slide1 .swiper-slide,
.slide2 .swiper-slide {
  display: flex;
  flex-direction: column;
}

.partner-section{
  max-width: 1440px;
  margin: auto;
}

.partner-wrap {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.partner-wrap img{
  max-width: 369px;
}

.partner-title {
  padding: 100px 16%;
  padding-bottom: 50px;
  position: relative;
}

.partner-title h3 {
  color: #0B1215;
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.partner-title h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.team-section {
  max-width: 1440px;
  margin: auto;
}

.team-title {
  padding: 100px 16%;
  padding-bottom: 50px;
  position: relative;
}

.team-title h3 {
  color: #0B1215;
  font-family: "Commuters Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.team-title h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.team-title .nav-button-wrap {
  position: absolute;
  bottom: 90px;
  right: 12%;
  left: auto;
}

.help-section {
  max-width: 1440px;
  padding: 100px 8.4%;
  display: flex;
  margin: auto;
}

.help-section .lhs,
.help-section .rhs {
  flex-basis: 50%;
}

.help-section .lhs {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.help-section .lhs img {
  width: 100%;
  height: auto;
}

.help-section .rhs {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  padding: 50px 40px;
}

.help-section .rhs h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.help-section h3:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.help-section .rhs p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
}

.floating-label-group {
  position: relative;
  margin-top: 0px;
}

.floating-label-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0px;
  font-size: 15px;
  line-height: 34px;
  color: #0B1215;
  background-color: #faf9f6;
  background-image: none;
  border: 0px;
  border-bottom: 1px solid #424243;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0px;
}

.floating-label-group .floating-label {
  font-size: 17px;
  color: #424243;
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  transition: all 0.1s ease;
  font-weight: 300;
}

.floating-label-group input:focus~.floating-label,
.floating-label-group input:not(:focus):valid~.floating-label,
.floating-label-group textarea:focus~.floating-label,
.floating-label-group textarea:not(:focus):valid~.floating-label {
  top: -15px;
  bottom: 0px;
  left: 0px;
  font-size: 15px;
  opacity: 1;
  color: #0B1215;
}

.floating-label-group textarea {
  resize: none;
}

.contact-form .row>* {
  margin-top: 40px;
}

.contact-form .row>*.mt-70 {
  margin-top: 70px;
}

.contact-form .primary-btn {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  gap: 10px;
  width: 114px;
  background: #25044F;
  box-shadow: 4px 4px 9px rgba(11, 18, 21, 0.1);
  border: none;
}

.contact-form .primary-btn:hover,
.contact-form .primary-btn:focus {
  background-color: #25044F;
  color: #ffffff;
  border: none;
}

.floating-label-group input,
.floating-label-group textarea {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #0B1215;
}

.navbar.navbar-light.white-header {
  position: inherit;
}

.navbar-light.white-header .head-nav .nav-link {
  color: #0B1215;
}

.navbar-light.white-header .head-nav .nav-link:hover {
  color: #f39b07;
}

.navbar-light.white-header .head-nav .nav-link.active {
  color: #f39b07;
}

.completed-section {
  background-color: #0B1215;
  position: relative;
}

.completed-section .quote-img {
  position: absolute;
  top: -145px;
}

.completed-wrap {
  /* max-width: 1440px; */
  padding: 146px 0px;
  margin: auto;
  background-image: url("../images/completed-bg.png");
  background-position: right;
  background-repeat: no-repeat;
}

.completed-section p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #FAF9F6;
  max-width: 700px;
  margin: auto;
}

.portfolio-section {
  background-color: #FAF9F6;
  border-bottom: 1px solid #0B1215;
}

.portfolio-wrap {
  max-width: 1440px;
  background-image: url('../images/portfolio-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
  padding: 100px 0px;
}

.portfolio-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.portfolio-section h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  bottom: 0;
  left: 45%;
  border-bottom: 2px solid #f39b07;
}

.portfolio-cards-wrap {
  max-width: 1118px;
/*  max-width: 1197px;*/
  display: flex;
  flex-wrap: wrap;
   justify-content: space-between; 
  margin: auto;
  margin-top: 50px;
/*  gap: 40px;*/
}

.portfolio-cards {
  max-width: 346px;
  margin-bottom: 40px;
}

/*.portfolio-wrap .portfolio-cards:nth-child(3) {
  margin-right: 0px;
}*/

/*.portfolio-wrap .portfolio-cards {
  flex: 0 1 calc(33.333% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
} 

.portfolio-wrap .portfolio-cards:nth-child(3) {
  margin-right: 0px;
}*/

.spacer {
  height: 200px;
}

.small-spacer {
  height: 100px;
}

.upcoming-section {
  background-color: #FAF9F6;
  border-bottom: 1px solid #0B1215;
}

.upcoming-wrap {
  max-width: 1440px;
  background-image: url('../images/upcoming-bg.png');
  background-position: center;
  text-align: center;
  margin: auto;
  padding: 100px 0px;
}

.upcoming-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.upcoming-section h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  bottom: 0;
  left: 45%;
  border-bottom: 2px solid #f39b07;
}

.upcoming-cards-wrap {
  max-width: 1197px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 50px;
  gap: 40px;
}

.upcoming-card img{
  max-width: 578px;
}

.upcoming-card-info{
  display: flex;
  align-items: center;
  background-color: #0B1215;
}

.upcoming-card-info .project-info{
  border-left: 0px;
  flex: 0;
  padding-left: 0px;
}

.upcoming-card-info .project-info img{
  padding: 20px 0px;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
  animation-name :arrowslide;
  animation-duration: 3s;
  animation-iteration-count: infinite
}

/*.upcoming-card-info .project-info img:hover{
  padding-right: 40px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}*/

@-webkit-keyframes arrowslide {
    0%   {left:0px; top:0px;}
    25%  {left:30px; top:0px;}
    100% {left:0px; top:0px;}
}

.upcoming-details{
  display: flex;
  flex-direction: column;
  background-color: #0B1215;
  flex: 1;
  padding: 20px;
  align-items: flex-start;
}

.upcoming-details .upcoming-name{
  color: #FAF9F6;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Commuters Sans';
}

.upcoming-details .upcoming-name .highlight{
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F39B07;
}

.upcoming-location{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
  margin-top: 10px;
}

.upcoming-info{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
}

.gallery-section {
  display: flex;
  justify-content: center;
  padding: 30px 8.4%;
  max-width: 1440px;
  margin: auto;
  flex-direction: column;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-top-img {
  margin-top: -4px;
  margin-left: 29px;
}

.gallery-main {
  flex: 1 1 55%;
}

.gallery-main img {
  width: 100%;
  height: 100%;
}

.gallery-secondary {
  display: flex;
  flex-direction: column;
  flex: 1 1 35%;
  gap: 10px;
}

.gallery-secondary-image {
  flex: 1;
}

.gallery-secondary-image img {
  width: 100%;
  height: auto;
}

.gallery-tertiary-images {
  display: flex;
  gap: 10px;
}

.gallery-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  color: #FFFFFF;
  margin-top: -3px;
  background-color: #0B1215;
}

.project-details {
  flex: 3;
  padding: 10px 20px;
}

.project-name {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}

.project-name .highlight {
  color: #F39B07;
  font-family: 'Commuters Sans';
  font-weight: 400;
}

.project-location {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
}

.project-info {
  flex: 1;
  text-align: left;
  border-left: 1px solid #FFFFFF;
  padding-left: 40px;
  background-color: #0B1215;
}

.project-type,
.project-category {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
}

.enquiry-button {
  flex: 1;
}

.enquiry-button .btn {
  height: 110px;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F39B07;
  color: #FAF9F6;
  font-size: 17px;
  font-family: 'Avenir';
  font-weight: bold;
  text-decoration: none;
}

.enquiry-button .btn:focus {
  box-shadow: none
}

.tabs-section {
  background-color: rgba(184, 184, 184, 0.2);
}

.tabs-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 60px; */
  padding: 30px 20px;
}

.tabs-ul li {
  padding: 0px 30px;
  border-right: 2px solid #0B1215;
}

.tabs-ul li:last-child {
  border-right: none;
}

.tabs-ul li a {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
}

.tabs-ul li a:hover {
  color: #f39b07;
}

.overview-section {
  max-width: 1440px;
  padding: 75px 8.4%;
  padding-bottom: 50px;
  margin: auto;
  background-image: url('../images/overview-bg.png');
  background-position: right;
  background-repeat: no-repeat;
}

.overview-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
}

.overview-section h3:before {
  content: "";
  position: absolute;
  width: 6%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.overview-section p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #0B1215;
  max-width: 830px;
}

.overview-section p.maharera {
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  font-weight: 600;
}

.amenities-section {
  background-color: #0B1215;
}

.amenities-wrap {
  /* max-width: 1440px; */
  padding: 65px 0px;
  margin: auto;
}

.amenities-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FAF9F6;
  padding-left: 8.4%;
  position: relative;
  padding-bottom: 15px;
}

.amenities-section h3:before {
  content: "";
  position: absolute;
  width: 3%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.amenity-cards {
  margin-top: 40px;
}

.floor-section {
  padding: 70px 0px;
  max-width: 1074px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.floor-section .lhs,
.floor-section .rhs {
  flex-basis: 43.5%;
  max-width: 43.5%;
}

.floor-section .lhs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.floor-section .lhs h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  padding-bottom: 15px;
}

.floor-section .lhs h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.floor-section .lhs h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #25044F;
}

.floor-section .north-image {
  width: fit-content;
}

.floor-section .lhs p {
  font-family: 'Avenir';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0B1215;
}

.floor-section .lhs .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 36px;
  /* background-color: brown;
  width: 100%; */
}

.mySwiper5 {
  margin-bottom: 180px;
}

.floor-slider .swiper-pagination {
  position: inherit;
  text-align: left;
  display: flex;
}

.floor-slider .swiper-pagination-bullet {
  width: 100%;
  height: 5px;
  background: #0B1215;
  border-radius: 3px;
  opacity: 1;
}

.floor-slider .swiper-pagination-bullet-active {
  background: #F39B07;
}

.location-section {
  background-color: #0B1215;
  background-image: url('../images/location-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.location-section .location-wrap {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
  padding: 75px 6.4%;
}

.location-section .location-wrap .lhs {
  display: flex;
  flex-direction: column;
}

.location-section .location-wrap .lhs h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FAF9F6;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.location-section .location-wrap .lhs h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.location-section .location-wrap .lhs p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #FAF9F6;
  max-width: 365px;
  margin-bottom: 60px;
}

.location-section .nearby-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*  justify-content: space-between;*/
  gap: 40px;
}

/*.location-section .nearby:not(:last-child)  {
  margin-bottom: 43px;
}*/

.nearby-wrap .nearby h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.1em;
  color: #F39B07;
}

.nearby-wrap .nearby li {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #FAF9F6;
  list-style: inside;
}

.location-section .location-wrap .rhs img {
  width: 100%;
}

.project-gallery-title {
  max-width: 1440px;
  margin: auto;
  padding: 70px 8.4%;
  padding-bottom: 50px;
}

.project-gallery-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  padding-bottom: 15px;
}

.project-gallery-section h3:before {
  content: "";
  position: absolute;
  width: 5%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.mySwiper7 {
  filter: drop-shadow(4.49435px 4.49435px 24.1571px rgba(0, 0, 0, 0.2));
}

.mySwiper4 .swiper-wrapper,
.mySwiper7 .swiper-wrapper {
  transition-timing-function: linear;
}

.application-section {
  max-width: 1440px;
  padding: 75px 6.38%;
  margin: auto;
}


.positions-section {
  background-color: #F8F8F8;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
}

.positions-section .nav-tabs .nav-link {
  /* background: #FFFFFF; */
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(11, 18, 21, 0.3);
  /* margin-bottom: 10px; */
  /* border-radius: 5px; */
  color: #4C3575;
  text-align: left;
  padding: 15px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
}

.positions-section .nav-tabs .nav-link:hover,
.positions-section .nav-tabs .nav-link.active {
  background: #D9D9D9;
  color: #4C3575;
}

.positions-section .arrow {
  font-size: 18px;
  color: #444;
}


.position-details {
  margin-bottom: 30px;
}

.position-details li {
  list-style: inside;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #0B1215;
}

.positions-section .tab-pane {
  background: #D9D9D9;
  padding: 20px;
  /* border: 1px solid #D1D1D1;
  border-radius: 5px; */
  transition: all 0.3s ease;
  height: 100%;
}

.positions-section .tab-content {
  height: 100%;
}

.positions-list .position-item {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.positions-list .position-item.active {
  background-color: #F4F4F4;
}

.position-title {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #25044F;
}

.position-type {
  padding-left: 20px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #0B1215;
}

.apply-now {
  padding: 20px;
  background: #FAF9F6;
  box-shadow: 4.51812px 4.51812px 24.2849px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.apply-title {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #25044F;
  margin-bottom: 40px;
}

.apply-now .btn-primary {
  border: none;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  gap: 10px;
  background: #25044F;
  box-shadow: 4px 4px 9px rgba(11, 18, 21, 0.1);

  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #FAF9F6;
}

.apply-now .btn-primary:hover {
  background-color: #37275A;
}

.positions-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 29px;
}

.positions-section h3:before {
  content: "";
  position: absolute;
  width: 5%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.pd-right-0 {
  padding-right: 0px;
}

.pd-left-0 {
  padding-left: 0px;
}

.positions-wrap {
  padding: 50px 40px;
  background: rgba(250, 249, 246, 0.9);
  box-shadow: 4.51812px 4.51812px 24.2849px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18.25px);
}

.position-description {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #0B1215;
}

.apply-now .form-control,
.apply-now .form-select {
  border: none;
  background-color: #faf9f6;
  border-bottom: 1px solid #0B1215;
  border-radius: 0px;
  color: #6c757d;
}

.apply-now .form-control:focus,
.apply-now .form-select:focus {
  box-shadow: none;
}

.apply-now textarea.form-control {
  resize: none;
}

#careerAccordian .accordion-flush .accordion-item .accordion-body{
  padding-right: 0px;
}

#careerAccordian .accordion-flush .accordion-item .accordion-button{
  padding-right: 0px;
}

.life-section {
  background-image: url('../images/life-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.life-wrap {
  max-width: 1440px;
  padding: 46px 8.4%;
  margin: auto;
}

.life-title {
  text-align: center;
}

.life-wrap h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FAF9F6;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.life-wrap h3:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  left: 45%;
  border-bottom: 1px solid #f39b07;
}

.life-wrap h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
  margin-bottom: 20px;
}

.life-desc {
  max-width: 588px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.life-wrap p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #FAF9F6;
}

.life-wrap h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F39B07;
  margin-bottom: 10px;
}

.highlight-cards {
  display: flex;
  gap: 20px;
}

.highlight-card {
  max-width: 218px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #FAF9F6;
}

.highlight-card p {
  margin-top: 10px;
}

.philo-section {
  max-width: 1440px;
  padding: 40px 8.4%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
  margin: auto;
}

.philo-section .lhs {
  max-width: 535px;
}

.philo-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.philo-section h3:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.philo-section h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  margin-bottom: 20px;
}

.philo-section p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #0B1215;
  margin-bottom: 50px;
}

.philo-section h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #25044F;
  margin-bottom: 20px;
}

.philo-section .highlight-card {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
}

.philo-section .highlight-card img{
  max-width: 67px;
}

.chro-section {
  max-width: 1440px;
  padding-left: 8.4%;
  display: flex;
  gap: 50px;
  margin: auto;
}

.chro-section .lhs img{
  max-width: 481px;
}

.chro-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px;
  margin-top: 100px;
}

.chro-section h3:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  border-bottom: 2px solid #f39b07;
}

.chro-section h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  margin-bottom: 20px;
}

.chro-section p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #0B1215;
  max-width: 533px;
}

.chro-section .designation {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 800;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #0B1215;
  margin-top: 20px;
}

.chro-quote {
  position: absolute;
  right: 0px;
}

.engage-section {
  background: linear-gradient(180deg, #0B1215 0%, rgba(11, 18, 21, 0) 100%);
  text-align: center;
}

.engage-title h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FAF9F6;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.engage-title h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 45%;
  border-bottom: 2px solid #f39b07;
}

.engage-info h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
  margin-bottom: 20px;
}

.engage-info p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #FAF9F6;
  text-align: center;
  max-width: 637px;
  margin: auto;
}

.engage-section .highlight-cards {
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.engage-section .highlight-card {
  max-width: 370px;
}

.engage-section .highlight-card p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  text-align: left;
}

.growth-section {
  max-width: 1440px;
  padding: 80px 8.4%;
  margin: auto;
}

.growth-title {
  text-align: center;
}

.growth-info {
  text-align: center;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
}

.growth-section h3 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0B1215;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.growth-title h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 45%;
  border-bottom: 2px solid #f39b07;
}

.growth-wrap {
  max-width: 1180px;
  position: relative;
}

.mySwiper8 {
  margin-top: 55px;
  max-width: 943px;
}


.mySwiper8 .swiper-slide {
  display: flex;
  gap: 50px;
  margin: auto;
}

.mySwiper8 .swiper-slide .lhs img {
  max-width: 345px;
}

.mySwiper8 .swiper-slide .rhs {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mySwiper8 .swiper-slide .rhs p {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  color: #0B1215;
  max-width: 558px;
  margin-bottom: 100px;
}

.mySwiper8 .swiper-slide .rhs .designation h4 {
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.mySwiper8 .swiper-slide .rhs .designation p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0B1215;
  opacity: 0.8;
  margin-bottom: 0px;
}

.growth-wrap .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.growth-wrap .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.query-section {
  max-width: 1440px;
  padding: 80px 8.4%;
  padding-bottom: 0px;
  display: flex;
  gap: 50px;
  margin: auto;
}

.query-section h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  margin-bottom: 40px;
}

.contact-btn {
  border: none;
}

.contact-btn:hover,
.contact-btn:focus {
  background: #f39b07;
  color: #faf9f6;
  border: none;
}

.query-section .rhs {
  background: #25044F;
  filter: drop-shadow(4.51812px 4.51812px 24.2849px rgba(0, 0, 0, 0.2));
  padding: 40px;
}

.query-section .rhs h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF9F6;
}

.query-section .rhs p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #FAF9F6;
}

.query-section .rhs .addresses {
  display: flex;
  gap: 80px;
  margin-top: 24px;
}

.query-section .rhs .addresses {
  margin-bottom: 38px;
}

.query-section .rhs h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F39B07;
}

.query-section .rhs .addresses p,
.query-section .rhs .addresses a {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #FAF9F6;
  max-width: 185px;
}

.query-section .rhs .addresses .bottom {
  margin-top: 20px;
}

.query-section .rhs .social-wrap {
  margin-top: 8px;
  display: flex;
  gap: 15px;
}

.map-section {
  max-width: 1440px;
  padding: 80px 8.4%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: auto;
}

.contact-btn {
  margin: auto;
  margin-top: 30px;
}

.query-section .rhs {
  padding: 20px;
}

.query-section .rhs h4 {
  margin-bottom: 10px;
}

.query-section .rhs p {
  font-size: 16px;
}



.faq-section {
  max-width: 1016px;
  margin: auto;
  margin-top: 100px;
}

.faq-section h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  margin-bottom: 50px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23212529%27 class=%27bi bi-plus%27%3E%3Cpath d=%27M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z%27/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23052c65%27 class=%27bi bi-dash%27%3E%3Cpath d=%27M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E");
}

.accordion-flush .accordion-item:first-child {
  border-top: 0px !important;
}

.accordion-flush .accordion-item .accordion-button {
  padding-left: 0px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  color: #0B1215;
}

.accordion-flush .accordion-item .accordion-body {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #0B1215;
  padding-left: 0px;
}

.posts-section {
  max-width: 1016px;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 90px;
}

.posts-section h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0B1215;
  margin-bottom: 50px;
}

.posts-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.post-card {
  max-width: 305px;
}

.post-card .title {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 25px;
  color: #FAF9F6;
  background-color: #0B1215;
  padding: 16px;
  height: 110px;
}

.post-card .blog-info {
  display: flex;
  align-items: center;
  background-color: #0B1215;
  justify-content: space-between;

  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #FAF9F6;
  border-top: 1px solid #FAF9F6;
}

.blog-date {
  padding-left: 20px;
}

.post-card .primary-btn:hover,
.post-card .primary-btn:focus {
  background-color: #f39b07;
  color: #faf9f6;
  border-color: #ffffff;
}

.cvUpload {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0B1215;
  justify-content: space-between;
  margin-top: 32px;
}

.cvUpload label {
  width: 100%;
  padding-left: .75rem;
  color: #6c757d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.success-message,
.error-message {
  display: none;
}

.designTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: absolute;
  left: calc(50% - 174px);
  margin-top: 40px;
  z-index: 10;
}

.designTabs span {
  writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: 600;
}

.designTab {
  flex: 1;
  text-align: center;
  color: #25044F;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.designTab.active {
  background: orange;
  color: white;
  font-weight: bold;
}

.designContainer {
  position: relative;
  width: 100%;
  height: calc(100vh - 103px);
  overflow: hidden;
}

.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s ease-in-out, z-index 0.6s ease-in-out;
  display: flex;
}

.section.visible {
  opacity: 1;
  z-index: 1;
}

.designContent {
  text-align: left;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.designContent img {
  width: auto;
}

.text {
  opacity: 1;
  /* animation: fade-in 1s ease-in-out forwards; */
  font-family: 'Commuters Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: #25044F;
}

.desc {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #0B1215;
  max-width: 620px;
}

@keyframes slide-right-to-left {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-left-to-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-right-to-left-reverse {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-left-to-right-reverse {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.rtl {
  animation: slide-right-to-left 1s ease-in-out;
}

.ltr {
  animation: slide-left-to-right 1s ease-in-out;
}

.rtl-reverse {
  animation: slide-right-to-left-reverse 1s ease-in-out;
}

.ltr-reverse {
  animation: slide-left-to-right-reverse 1s ease-in-out;
}

.wrap1 {
  padding-left: 10.41%;
  padding-bottom: 195px;
}

.text1 {
  margin-bottom: 23px;
}

.wrap2 {
  padding-right: 13.125%;
  padding-bottom: 228px;
}

.text2 {
  margin-bottom: 23px;
}

.wrap3 {
  padding-left: 10.41%;
  padding-bottom: 228px;
}

.text3 {
  margin-bottom: 23px;
}

.wrap4 {
  padding-right: 13.125%;
  padding-bottom: 228px;
}

.text4 {
  margin-bottom: 23px;
}

.wrap5 {
  padding-left: 10.41%;
  padding-bottom: 258px;
}

.text5 {
  margin-bottom: 51px;
}

.img3,
.img4 {
  height: 100%;
}

.img5 {
  margin-bottom: auto;
}


/* .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }

  to {
    stroke-dashoffset: 0;
  }
} */

/* Original header styling */
#main-header {
  position: relative;
  /* Original header is not sticky */
  transition: all 0.6s ease;
  z-index: 10;
}

/* Sticky header styling */
#main-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for visual distinction */
  background-color: #faf9f6;
}

#main-header.hidden {
  transform: translateY(-100%);
}

#main-header.sticky .navbar-light {
  transition: all 0.6s ease;
  background-color: #faf9f6;
  margin-top: 0px;
}

#main-header.sticky .fix-top .head-nav .nav-link {
  color: #0B1215;
}

#main-header.sticky .fix-top .head-nav .nav-link.active {
  color: #f39b07;
}

.blue-logo {
  display: none;
}

#main-header.sticky .white-logo {
  display: none;
}

#main-header.sticky .blue-logo {
  display: block;
}

.article-content{
  max-width: 1440px;
  padding: 6% 8.47%;
  margin: auto;
  font-size: 22px;
}

.article-content tr, .article-content th, .article-content td{
  border-width: 1px;
}

#MuteButton::before {
  content:  '🔈';
}

#MuteButton.muted::before {
  content:  '🔇';
}

#MuteButton {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(0,0,0,.5);
  border: none;
  color: #fff;
  z-index: 5;
  font-size: 2rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}

  .modal .modal-body{
    background-color: #faf9f6;
    border-radius: 20px;
  }
  
.modal .rhs{
  /*  filter: drop-shadow(4.49435px 4.49435px 24.1571px rgba(0, 0, 0, 0.2));*/
  border-radius: 20px;
  margin-top:40px;
  background-color: #faf9f6;
  }

.modal .rhs h3 {
    font-family: 'Commuters Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #0B1215;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.modal .rhs h3:before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #f39b07;
}

.modal .rhs p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0B1215;
}