:root {
  --color-cream: #F5F3ED;
  --color-sand: #E3D6CB;
  --color-mauve: #C4A79D;
  --color-terracotta: #8B5E3C;
  --color-primary: #4B3D33;
  --color-primary-hover: #352b24;
  --color-primary-muted: #5c4f47;
  --color-footer-bg: #352b24;
  --color-footer-bottom: #2a231e;
  --color-section-muted: #EDE8E0;
  --color-primary-rgb: 75, 61, 51;
}

* {
  font-family: 'Poppins';
}

body {
  background-color: var(--color-cream);
  color: #333;
}
.title h1 {
  font-size: 50px;
  font-weight: 900;
}
nav.sticky-top {
  background-image: none;
  position: fixed !important;
}
.navbar .navbar-brand {
  margin: 0;
}
.navbar .nav-item {
  padding: 10px 10px;
}
.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.hm-slider .title {
  padding-left: 1em;
  width: 100%;
}
.hm-slider .title>.title-inner {
  display: inline-block;
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes outer-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: none;
  }
}
@keyframes inner-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: none;
  }
}
.cafe,
.mozart {
  animation: outer-left 1s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.cafe {
  font-size: 6vw;
  font-weight: 900;
}
.mozart {
  font-size: 2vw;
}
.hm-slider .title-inner {
  display: inline-block;
  animation: inner-left 1s 1s ease both;
}
.cafe-inner {
  display: inline-block;
  animation: inner-left 1s 1s ease both, text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.mozart-inner {
  animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.hm-slider .title {
  animation: outer-left 1s 1s ease both;
}
.cafe>.cafe-inner {
  display: inline-block;
}
.mozart {
  display: inline-block;
}
body:active * {
  animation: none !important;
}
/* Hero Section Styles */
.hm-slider .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  background: #00000096;
  max-width: 70%;
  margin: 0 auto;
  padding: 30px 40px !important;
  bottom: 35% !important;
  border-radius: 5px;
}

.hero-content {
  padding: 10px 0;
}

.hero-headline {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.hero-subheadline {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.trust-signals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.trust-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.trust-badge i {
  color: var(--color-terracotta);
}

.hero-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.rera-info {
  margin-top: 15px;
  padding-top: 15px;
}

.rera-info p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}

.rera-info i {
  color: var(--color-terracotta);
  margin-right: 5px;
}

.btn-cta {
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary-cta {
  background-color: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
}

.btn-primary-cta:hover {
  background-color: #fff;
  color: var(--color-primary);
  border-color: #fff;
}

.btn-secondary-cta {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary-cta:hover {
  background-color: #fff;
  color: var(--color-primary);
}

/* Responsive Hero */
@media (max-width: 768px) {
  .hm-slider .carousel-caption {
    max-width: 90%;
    padding: 20px !important;
    bottom: 5% !important;
  }
  
  .hero-headline {
    font-size: 24px;
  }
  
  .hero-subheadline {
    font-size: 14px;
  }
  
  .trust-signals {
    display: none;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .btn-cta {
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
  }
}

.hm-slider.carousel button {
  top: auto;
  bottom: 5%;
  border: 2px solid #000;
  outline: thick solid var(--color-primary);
  background: var(--color-primary);
  opacity: 1;
  width: auto;
  padding: 10px;
  right: 1%
}
.hm-slider.carousel button:hover {
  border: 2px solid var(--color-primary);
  outline: thick solid #000;
  background: #000;
}
.hm-slider.carousel button.carousel-control-prev {
  left: auto;
  right: 5%;
}
.about .border {
  border: 5px solid var(--color-primary) !important;
  padding: 40px;
  border-radius: 5px;
}
.about .title {
  padding-left: 0;
}
.about .title h1 {
  font-size: 35px;
  font-weight: 900;
}
.about .logo {
  background: var(--color-primary);
  padding: 5px 50px;
  border-radius: 5px 5px 0px 0px;
}
.about .est {
  border: 10px solid #000;
  margin-top: 5px;
}
.about .est h6 {
  background: #fff;
  margin-top: -20px;
}
.about .carousel button {
  top: auto;
  bottom: 5%;
  border: 3px solid #000;
  outline: thick solid var(--color-primary);
  background: var(--color-primary);
  opacity: 1;
  width: auto;
  padding: 20px;
  right: auto;
  left: 120%;
}
.about .carousel button:hover {
  border: 3px solid var(--color-primary);
  outline: thick solid #000;
  background: #000;
}
.about .carousel button.carousel-control-prev {
  bottom: 35%
}
.hover-shadow {
  -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  position: relative;
  z-index: 10;
}
.image-effect-one * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.image-effect-one {
  background-color: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.image-effect-one img {
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
  height: 450px;        /* ADD THIS - fixed height */
  object-fit: cover;    /* ADD THIS - ensures images fill the area nicely */
  vertical-align: top;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-effect-one:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.image-effect-one .figcaption {
  display: none;
}
.image-effect-one .mfp-link {
  background-color: #000000;
  border: 2px solid var(--color-primary);
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.image-effect-one .mfp-link {
  border-color: var(--color-primary);
}
.project .project-info {
  padding: 20px;
  background: var(--color-sand);
}
.project .title h1 {
  font-size: 50px;
  font-weight: 900;
}
.bgcall-block {
  border-radius: 5px;
  height: 650px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  z-index: 1;
  cursor: pointer;
  background-position: center;
}

/* Tablet Responsive Project Cards (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .bgcall-block {
    height: 580px;
    padding: 20px;
  }
  
  .completed-projects .carousel-inner {
    padding: 0 40px;
  }
  
  /* Show 2 items on tablet */
  .completed-projects .carousel-item.active,
  .completed-projects .carousel-item-next,
  .completed-projects .carousel-item-prev {
    display: flex;
  }
  
  .completed-projects .carousel-item-end.active,
  .completed-projects .carousel-item-next {
    transform: translateX(50%);
  }
  
  .completed-projects .carousel-item-start.active,
  .completed-projects .carousel-item-prev {
    transform: translateX(-50%);
  }
  
  .completed-projects .carousel-item > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
  }
  
  .bgcall-block .icon-content {
    padding: 0 12px;
  }
  
  .bgcall-block .icon-lg {
    margin-bottom: 8px;
  }
  
  .bgcall-block .icon-lg i {
    font-size: 24px;
  }
  
  .bgcall-block h4 {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  
  .bgcall-block h6 {
    font-size: 11px !important;
    margin: 0;
  }
  
  .bgcall-block-number {
    font-size: 80px;
    top: -30px;
  }
  
  .project-desc {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  
  .project-details {
    margin: 10px 0;
    padding: 8px 0;
  }
  
  .detail-item {
    font-size: 11px;
    margin-bottom: 5px;
  }
  
  .detail-item i {
    width: 16px;
    margin-right: 4px;
  }
  
  .rera-badge {
    font-size: 10px;
    padding: 4px 8px;
  }
  
  .project-cta {
    margin: 10px 0;
    gap: 8px;
  }
  
  .btn-enquire, .btn-visit {
    padding: 8px 10px;
    font-size: 11px;
    min-width: 90px;
  }
  
  .badge-status {
    font-size: 10px;
    padding: 5px 10px;
  }
}

/* Mobile Responsive Project Cards (max-width: 767px) */
@media (max-width: 767px) {
  .completed-projects {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .completed-projects .title h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .bgcall-block {
    height: auto;
    min-height: 450px;
    padding: 15px;
  }
  
  /* Show 1 item on mobile but full card */
  .completed-projects .carousel-inner {
    padding: 0 35px;
  }
  
  .completed-projects .carousel-item > div {
    display: none;
  }
  
  .completed-projects .carousel-item > div:first-child {
    display: block;
  }
  
  .completed-projects .carousel-item.active,
  .completed-projects .carousel-item-next,
  .completed-projects .carousel-item-prev {
    display: block;
  }
  
  .bgcall-block .icon-content {
    padding: 0 8px;
  }
  
  .bgcall-block .icon-lg {
    margin-bottom: 6px;
  }
  
  .bgcall-block .icon-lg i {
    font-size: 22px;
  }
  
  .bgcall-block h4 {
    font-size: 15px !important;
    margin-bottom: 4px;
  }
  
  .bgcall-block h6 {
    font-size: 10px !important;
    margin: 0;
  }
  
  .bgcall-block-number {
    font-size: 60px;
    top: -20px;
  }
  
  .project-desc {
    font-size: 12px !important;
    margin-bottom: 8px;
  }
  
  .project-details {
    margin: 8px 0;
    padding: 6px 0;
  }
  
  .detail-item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  
  .detail-item i {
    width: 14px;
    margin-right: 4px;
  }
  
  .rera-badge {
    font-size: 9px;
    padding: 3px 6px;
  }
  
  .project-cta {
    margin: 8px 0;
    gap: 6px;
  }
  
  .btn-enquire, .btn-visit {
    padding: 8px 10px;
    font-size: 10px;
    min-width: 100px;
    flex: 1;
  }
  
  .badge-status {
    font-size: 9px;
    padding: 4px 8px;
  }
  
  /* Make carousel controls more visible on mobile */
  .completed-projects .carousel-control-next,
  .completed-projects .carousel-control-prev {
    width: 10%;
    opacity: 0.7;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .bgcall-block {
    min-height: 420px;
    padding: 12px;
  }
  
  .btn-enquire, .btn-visit {
    min-width: 80px;
    padding: 7px 8px;
    font-size: 9px;
  }
}
.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.bgcall-block .icon-content {
  padding: 0px 20px 0px 20px;
}
.bgcall-block-number {
  position: absolute;
  font-size: 120px;
  font-weight: 700;
  opacity: 0.2;
  color: #fff;
  line-height: 1;
  transition: all .3s ease;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg-overlay {
  background: rgba(0, 0, 0, .6);
  z-index: -1;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  width: auto;
  height: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.bgcall-block:hover .bgcall-block-number {
  top: 42px;
  opacity: 1;
}
.bgcall-block:hover .bg-overlay {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.icon-count-2-outer {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  padding: 5px 0px;
}
.icon-count-2-outer .icon-count-2 {
  padding: 100px 30px 30px 30px;
  margin: 0px 5px;
}
.icon-count-2-outer .icon-count-2 span.icon-count-number {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 80px;
  font-weight: 600;
  color: rgba(177, 177, 177, 0.2);
  line-height: 120px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.icon-count-2-outer .icon-count-2 span.icon-count-number:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  left: -50%;
  top: 50%;
  position: absolute;
  margin-top: -2px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.icon-content {
  overflow: hidden;
}
.icon-count-2-outer::after {
  background-color: var(--color-primary);
}
.icon-count-2-outer:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}
.icon-count-2-outer:hover .icon-count-2 span.icon-count-number:after {
  width: 40px;
}
.sx-icon-box-wraper:hover .scale-in-center {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}
.icon-count-2-outer:hover:after {
  height: 200%;
}
.icon-count-2-outer:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: -10px;
  width: 100%;
  height: 50%;
  background-color: var(--color-primary-muted);
  opacity: 0.4;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/*about pg*/
.team .project-info {
  padding: 10px;
  background: var(--color-sand);
  border-radius: 5px;
}
.team .project-info:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/**/
.fa-bars {
  color: #000;
  font-size: 30px;
}
.number {
  font-size: 16px;
  color: var(--color-primary);
  background-color: var(--color-cream);
  padding: 13px 15px;
  border-radius: 5px;
}
.number:hover {
  text-decoration: none;
  color: var(--color-terracotta);
  transition: 0.5s;
  box-shadow: 0px 0px 4px 1px #fff;
}
.navbar {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar {
  background-color: var(--color-cream);
  box-shadow: 2px 2px 8px rgba(var(--color-primary-rgb), 0.12);
}
nav.navbar .logo {
  width: 135px;
  padding: 0;
  background: transparent;
}
nav.navbar .nav-item a.nav-link {
  color: var(--color-primary);
  font-weight: 600;
}
nav.navbar .number {
  background: var(--color-primary);
  color: #fff;
}
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: var(--color-footer-bg);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.single-cta i {
  color: var(--color-terracotta);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
}
.footer-social-icon span {
  color: #ddd;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  background: var(--color-primary-muted);
}
.footer-social-icon i:hover {
  color: #000 !important;
}
.facebook-bg {
  background: var(--color-primary);
}
.linkedin-bg {
  background: var(--color-primary);
}
.instagram-bg {
  background: var(--color-primary);
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--color-primary);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: var(--color-mauve);
}
.footer-widget ul li a {
  color: #ccc;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: var(--color-primary-hover);
  border: 1px solid var(--color-primary-hover);
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--color-primary);
  padding: 13px 20px;
  border: 1px solid var(--color-primary);
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: var(--color-footer-bottom);
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: var(--color-mauve);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: var(--color-mauve);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
ul {
  padding-left: 0 !important;
}
.project-heading p {
  color: var(--color-primary-muted);
  font-weight: 500;
  font-size: 20px;
}
.project-heading h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--color-primary);
}
.location img {
  margin: 10px 0 0 0;
}
.location {
  overflow: hidden;
}
@media (max-width: 767px) {
  .completed-projects .carousel-item>div {
    display: none;
  }
  .completed-projects .carousel-item>div:first-child {
    display: block;
  }
  img.logo {
    width: 110px;
  }
}
.completed-projects .carousel-item.active,
.completed-projects .carousel-item-next,
.completed-projects .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .completed-projects .carousel-item-end.active,
  .completed-projects .carousel-item-next {
    transform: translateX(25%);
  }
  .completed-projects .carousel-item-start.active,
  .completed-projects .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.completed-projects .carousel-item-end,
.completed-projects .carousel-item-start {
  transform: translateX(0);
}
.completed-projects p {
  color: var(--color-primary-muted);
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.sp {
  margin-bottom: 5px;
  background-color: #000;
}
.sticky-offset {
  float: right;
  top: 80%;
}
.s-phone {
  padding: 5px 10px;
  list-style: none;
  background: none;
}
.s-phone button {
  background-color: transparent;
  border: none;
}
.s-phone button a i {
  font-size: 20px;
  color: #fff;
  padding: 10px 10px;
  border: none;
}
/* <----about-page-----> */
.about-head h1 {
  font-weight: 300;
}
.project-heading h4 {
  color: #1d4155;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.project-heading p {
  color: #878787;
  font-size: 16px;
  text-align: left;
}
.project1-heading {
  padding: 0 50px;
}
.project1-heading h4 {
  color: #1d4155;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.project1-heading ul li {
  margin-top: 20px;
  color: #878787;
  text-align: left;
}
.project1-heading p {
  color: var(--color-primary);
  font-size: 16px;
  text-align: left;
}
.pro-3 {
  margin: 10px 0;
}
.card-img h2 {
  background-color: var(--color-primary);
  padding: 20px 10px;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
}
section.about.pt-5.pb-5 {
  overflow: hidden;
}
a.read {
  color: #fff;
}
button.ongo {
  background-color: var(--color-primary);
  border: none;
  padding: 5px 10px;
}
a.read:hover {
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}
/* .interactive-image {
  margin: auto;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-image: url('../img/location.jpg');
}
div#my-interactive-image:after{
  content:'';
  background:#000;
  opacity:0.5;
  width:100%;
  height:100%;
  display:block;
} */
ul.navbar-nav.mr-auto.w-100.justify-content-end {
  background-color: var(--color-primary);
}
.hotspot.icon-radio-checked {
  display: block;
}
.map-container {
  position: relative;
  display: inline-block;
  img {
    width: 100%;
  }
  .point {
    cursor: pointer;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px #fff;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    animation: pulse 3s infinite !important;
  }
  .point:hover {
    animation: none;
    transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  }
  .venezuela {
    top: 54%;
    left: 24%;
  }
  .brasil {
    top: 64%;
    left: 28%;
  }
  .argentina {
    top: 77%;
    left: 27%;
  }
  .colombia {
    top: 55%;
    left: 21%;
  }
  .panama {
    top: 51%;
    left: 18%;
  }
  .mexico {
    top: 38%;
    left: 12%;
  }
  .usa {
    top: 26%;
    left: 17%;
  }
  .arabia {
    top: 40%;
    left: 53%;
  }
  .turquia {
    top: 31%;
    left: 57%;
  }
  .rusia {
    top: 16%;
    left: 67%;
  }
  .china {
    top: 40%;
    left: 72%;
  }
  .japon {
    top: 34%;
    left: 86%;
  }
  .australia {
    top: 72%;
    left: 86%;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(#fff, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(#fff, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(#fff, 0);
  }
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.completed-projects .carousel-control-next,
.completed-projects .carousel-control-prev {
  width: 1%;
  background: #000 !important;
}

/* Project Card Enhanced Styles */
.badge-status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  color: #fff;
}

.badge-ready {
  background-color: #28a745;
}

.badge-under-construction {
  background-color: #ffc107;
  color: #000;
}

.project .project-info {
  padding: 20px;
  background: var(--color-sand);
}

.project-desc {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.5;
}

.project-details {
  margin: 12px 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.detail-item {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.detail-item i {
  color: var(--color-primary);
  width: 20px;
  margin-right: 5px;
}

.detail-item strong {
  font-weight: 500;
}

.rera-badge {
  display: inline-block;
  background-color: #f8f9fa;
  color: #333;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #ddd;
}

.project-cta {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.btn-enquire, .btn-visit {
  flex: 1;
  min-width: 100px;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-enquire {
  background-color: var(--color-primary);
  color: #fff;
}

.btn-enquire:hover {
  background-color: var(--color-primary-hover);
  color: #fff;
}

.btn-visit {
  background-color: #333;
  color: #fff;
}

.btn-visit:hover {
  background-color: #555;
  color: #fff;
}

.btn-enquire a, .btn-visit a {
  color: #fff;
  text-decoration: none;
}

.btn-enquire a:hover, .btn-visit a:hover {
  color: #fff;
}

/* Responsive adjustments for project cards */
@media (max-width: 768px) {
  .project-cta {
    flex-direction: column;
  }
  
  .btn-enquire, .btn-visit {
    width: 100%;
  }
}

/* Completed Project Cards - for dark background cards */
.completed-project .project-desc {
  font-size: 13px;
  color: #fff !important;
  margin-bottom: 12px;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.completed-project .project-details {
  margin: 12px 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.completed-project .detail-item {
  font-size: 12px;
  color: #fff !important;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.completed-project .detail-item i {
  color: var(--color-terracotta) !important;
  width: 20px;
  margin-right: 5px;
}

.completed-project .detail-item strong {
  font-weight: 500;
}

.completed-project .rera-badge {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.completed-project .project-cta {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}

/* Map Icon Button Styles */
.map-icon-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: var(--color-primary);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.map-icon-btn:hover {
  background-color: var(--color-primary-hover);
  transform: scale(1.1);
}

.map-icon-btn i {
  font-size: 16px;
}

/* Modal Styles */
.map-modal .modal-dialog {
  max-width: 800px;
  margin: 7rem auto;
}

.map-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.map-modal .modal-header {
  background-color: var(--color-primary);
  color: #fff;
  padding: 15px 20px;
}

.map-modal .modal-title {
  font-weight: 600;
  font-size: 18px;
}

.map-modal .btn-close {
  filter: invert(1);
}

.map-modal .modal-body {
  padding: 0;
}

.map-modal .modal-body iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}

.map-modal .modal-body img {
  width: 100%;
  height: auto;
  display: block;
}

.map-modal .location-info {
  padding: 15px 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.map-modal .location-info p {
  margin: 0;
  color: #333;
  font-size: 14px;
}

/* Map Modal Responsive Styles */
@media (max-width: 767px) {
  .map-modal .modal-dialog {
    max-width: 95%;
    width: 95%;
    margin: 1rem auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 10px;
    left: 0 !important;
    right: 0 !important;
  }
  
  .map-modal .modal-content {
    border-radius: 8px;
  }
  
  .map-modal .modal-header {
    padding: 12px 15px;
  }
  
  .map-modal .modal-title {
    font-size: 16px;
  }
  
  .map-modal .modal-body iframe {
    height: 300px;
  }
  
  .map-modal .location-info {
    padding: 12px 15px;
  }
  
  .map-modal .location-info p {
    font-size: 13px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .map-modal .modal-dialog {
    max-width: 90%;
    width: 90%;
    margin: 3rem auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  .map-modal .modal-body iframe {
    height: 400px;
  }
}

/* ========================================
   TESTIMONIALS SECTION STYLES
======================================== */
.testimonials {
  background: var(--color-cream);
}

.testimonials .title {
  margin-bottom: 30px;
}

.testimonials .title h1 {
  font-size: 42px;
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.testimonials .section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.testimonial-card {
  background: var(--color-cream);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eee;
}

.testimonial-content {
  position: relative;
}

.quote-icon {
  font-size: 40px;
  color: var(--color-terracotta);
  margin-bottom: 20px;
  opacity: 0.5;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: var(--color-terracotta);
  font-size: 18px;
  margin: 0 3px;
}

.testimonial-author h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.testimonial-author p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
  width: auto;
  background: var(--color-primary) !important;
  opacity: 1;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

.testimonials .carousel-control-prev {
  left: 0;
}

.testimonials .carousel-control-next {
  right: 0;
}

.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.testimonials .carousel-control-prev-icon::before,
.testimonials .carousel-control-next-icon::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  border-radius: 50%;
}

.testimonials .carousel-control-next-icon::before {
  content: '\f105';
}

/* ========================================
   RATINGS SECTION STYLES
======================================== */
.ratings-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
}

.ratings-section .title h1 {
  color: #fff;
  font-size: 42px;
}

.ratings-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.rating-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.rating-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.rating-icon {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.rating-icon i {
  font-size: 30px;
  color: #fff;
}

.rating-icon.google-rating {
  background: #4285f4;
}

.rating-icon.social-rating {
  background: #3b5998;
}

.rating-icon.experience-rating {
  background: #f39c12;
}

.rating-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.rating-number {
  font-size: 36px;
  font-weight: 900;
  color: var(--color-primary);
  margin: 0;
  line-height: 1;
}

.rating-out {
  font-size: 18px;
  color: #666;
}

.rating-desc {
  font-size: 13px;
  color: #666;
  margin: 5px 0 15px;
}

.rating-stars i {
  color: #f39c12;
  font-size: 16px;
}

.rera-numbers {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rera-numbers span {
  font-size: 10px;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  color: #333;
}

.social-followers {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-followers span {
  font-size: 13px;
  color: #333;
}

.social-followers i {
  margin-right: 5px;
}

.experience-stats span {
  font-size: 13px;
  color: #333;
}

/* ========================================
   CASE STUDIES SECTION STYLES
======================================== */
.case-studies {
  background: var(--color-section-muted);
}

.case-studies .title h1 {
  font-size: 42px;
  font-weight: 900;
  color: var(--color-primary);
}

.case-study-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.case-study-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.1);
}

.case-study-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-primary-rgb), 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.case-study-card:hover .case-study-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.overlay-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.view-details {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.view-details:hover {
  background: var(--color-terracotta);
  color: #fff;
}

.case-study-info {
  padding: 20px;
}

.case-study-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.case-location {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.case-location i {
  color: var(--color-primary);
  margin-right: 5px;
}

.case-specs {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.case-specs span {
  font-size: 12px;
  color: #666;
}

.case-specs i {
  color: var(--color-primary);
  margin-right: 5px;
}

.btn-view-all {
  display: inline-block;
  padding: 15px 40px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: var(--color-primary-hover);
  color: #fff;
  transform: translateY(-2px);
}

/* ========================================
   RESPONSIVE STYLES - MOBILE & TABLET
======================================== */

  /* Tablet Styles (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Navbar */
  nav.navbar .logo {
    width: 110px;
  }
  
  .navbar .nav-link {
    font-size: 12px;
    margin-left: 5px;
  }
  
  .navbar .nav-item {
    padding: 5px 5px;
  }
  
  a.number {
    font-size: 14px;
    padding: 10px 10px;
  }
  
  /* Hero Section */
  .hm-slider .carousel-caption {
    max-width: 80%;
    padding: 25px 30px !important;
  }
  
  .hero-headline {
    font-size: 32px;
  }
  
  .hero-subheadline {
    font-size: 16px;
  }
  
  .trust-badge {
    padding: 6px 10px;
    font-size: 11px;
  }
  
  /* Hero Carousel Controls - Smaller on Tablet */
  .hm-slider.carousel button {
    bottom: 2%;
    padding: 8px 10px;
    right: 2%;
    min-width: 35px;
    min-height: 35px;
  }
  
  .hm-slider.carousel button.carousel-control-prev {
    right: auto;
    left: 2%;
  }
  
  .hm-slider .carousel-control-prev-icon,
  .hm-slider .carousel-control-next-icon {
    width: 18px !important;
    height: 18px !important;
    background-size: 18px 18px !important;
  }
  
  /* About Section */
  .about .border {
    padding: 25px;
  }
  
  .about .title h1 {
    font-size: 28px;
  }
  
  .about .para p {
    font-size: 14px;
  }
  
  /* Title */
  .title h1 {
    font-size: 38px;
  }
  
  /* Completed Projects */
  .bgcall-block {
    height: 400px;
  }
  
  /* Ratings Section */
  .rating-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  /* Case Studies */
  .case-study-card {
    margin-bottom: 20px;
  }
  
  /* Footer */
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-text p {
    font-size: 13px;
  }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
  /* Navbar */
  nav.navbar {
    padding: 10px 15px;
  }
  
  nav.navbar .logo {
    width: 100px;
  }
  
  .navbar-toggler {
    padding: 5px 10px;
    border: none;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-toggler i {
    font-size: 24px;
    color: var(--color-primary);
  }
  
  /* Navbar collapse styling */
  .navbar-collapse {
    background: var(--color-cream);
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-height: 80vh;
    overflow-y: auto;
  }
  
  .navbar-nav {
    margin-bottom: 15px;
  }
  
  .navbar .nav-item {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  
  .navbar .nav-item:last-child {
    border-bottom: none;
  }
  
  .navbar .nav-link {
    margin-left: 0;
    padding: 10px 0;
    font-size: 15px;
  }
  
  /* Phone number button - hide on mobile nav */
  a.number {
    display: none;
  }
  
  /* Dropdown menu styling */
  .dropdown-menu {
    border: none;
    background: var(--color-section-muted);
    padding: 10px;
    margin-top: 5px;
  }
  
  .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  /* Hero Section */
  .hm-slider {
    margin-top: 60px;
  }
  
  .hm-slider .carousel-item img {
    height: auto;
    min-height: 250px;
    object-fit: cover;
  }
  
  .hm-slider .carousel-caption {
    left: 5% !important;
    right: 5% !important;
    max-width: 90%;
    padding: 20px 15px !important;
    bottom: 15% !important;
    border-radius: 5px;
  }
  
  /* Override Bootstrap's d-none on mobile */
  .hm-slider .carousel-caption.d-none {
    display: block !important;
  }
  
  .hero-content {
    padding: 5px 0;
  }
  
  .hero-headline {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  .hero-subheadline {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .trust-signals {
    display: none; /* Hide on mobile */
  }
  
  .hero-cta {
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px;
  }
  
  .btn-cta {
    padding: 8px 12px;
    font-size: 11px;
    flex: 1;
  }
  
  .rera-info {
    margin-top: 8px;
    padding-top: 8px;
  }
  
  .rera-info p {
    font-size: 10px;
    line-height: 1.3;
  }
  
  /* Carousel controls - Hidden on mobile */
  .hm-slider .carousel-control-prev,
  .hm-slider .carousel-control-next {
    display: none !important;
  }
  
  /* About Section */
  .about {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .about .border {
    border: 3px solid var(--color-primary) !important;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .about .title h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .about .para p {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .about .logo {
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  
  .about .logo img {
    width: 80px;
  }
  
  button.ongo {
    width: 100%;
    padding: 10px;
  }
  
  /* Sticky sidebar - hide on mobile */
  .sticky-offset {
    display: none;
  }
  
  /* Completed Projects */
  .completed-projects {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .completed-projects .title h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .completed-projects .carousel-inner {
    padding: 0 10px;
  }
  
  .completed-projects .carousel-item > div {
    display: none;
  }
  
  .completed-projects .carousel-item > div:first-child {
    display: block;
  }
  
  .completed-projects .col-md-3 {
    padding: 0 5px;
  }
  
  .bgcall-block {
    height: 250px;
    padding: 15px;
  }
  
  .bgcall-block .icon-content {
    padding: 0 10px;
  }
  
  .bgcall-block .icon-lg {
    margin-bottom: 8px;
  }
  
  .bgcall-block .icon-lg i {
    font-size: 20px;
  }
  
  .bgcall-block h4 {
    font-size: 14px !important;
    margin-bottom: 3px;
  }
  
  .bgcall-block h6 {
    font-size: 10px !important;
    margin: 0;
  }
  
  .bgcall-block-number {
    font-size: 60px;
    top: -20px;
  }
  
  .completed-projects .carousel-control-next,
  .completed-projects .carousel-control-prev {
    width: 10%;
  }
  
  /* Testimonials */
  .testimonials {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .testimonials .title h1 {
    font-size: 22px;
  }
  
  .testimonials .section-subtitle {
    font-size: 14px;
  }
  
  .testimonial-card {
    padding: 20px 15px;
    margin: 0 10px;
  }
  
  .quote-icon {
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .testimonial-text {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .testimonial-rating i {
    font-size: 14px;
  }
  
  .testimonial-author h4 {
    font-size: 16px;
  }
  
  .testimonials .carousel-inner {
    padding: 0 30px;
  }
  
.testimonials .carousel-control-prev,
  .testimonials .carousel-control-next {
    display: flex !important;
  }
  
  /* Ratings Section */
  .ratings-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .ratings-section .title h1 {
    font-size: 22px;
  }
  
  .ratings-section .section-subtitle {
    font-size: 14px;
  }
  
  .ratings-section .row.mt-5 {
    margin-top: 20px !important;
  }
  
  .rating-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  .rating-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .rating-icon i {
    font-size: 22px;
  }
  
  .rating-content h3 {
    font-size: 14px;
  }
  
  .rating-number {
    font-size: 24px;
  }
  
  .rating-desc {
    font-size: 12px;
  }
  
  .rating-stars i {
    font-size: 12px;
  }
  
  /* Case Studies */
  .case-studies {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .case-studies .title h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .case-studies .section-subtitle {
    font-size: 14px;
  }
  
  .case-study-card {
    margin-bottom: 20px;
  }
  
  .case-study-image {
    height: 180px;
  }
  
  .case-study-info {
    padding: 15px;
  }
  
  .case-study-info h5 {
    font-size: 16px;
  }
  
  .case-location {
    font-size: 12px;
  }
  
  .case-specs {
    flex-direction: column;
    gap: 5px;
  }
  
  .btn-view-all {
    padding: 12px 25px;
    font-size: 14px;
  }
  
  /* Location Section */
  .location {
    padding-top: 30px !important;
  }
  
  .project-heading p {
    font-size: 14px;
  }
  
  .project-heading h2 {
    font-size: 28px;
  }
  
  .map-container {
    padding: 0 10px;
  }
  
  .pin {
    width: 20px;
    height: 20px;
  }
  
  .pin img {
    width: 15px;
    height: 15px;
  }
  
  /* Footer */
  .footer-section {
    padding-top: 30px !important;
  }
  
  .footer-content {
    padding: 30px 15px !important;
  }
  
  .footer-widget {
    margin-bottom: 25px;
  }
  
  .footer-widget-heading h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .footer-text p {
    font-size: 13px;
    line-height: 22px;
  }
  
  .footer-widget ul li {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .footer-widget ul li a {
    font-size: 14px;
  }
  
  .footer-social-icon {
    margin-top: 20px;
  }
  
  .footer-social-icon a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .hero-headline {
    font-size: 16px;
  }
  
  .btn-cta {
    padding: 7px 12px;
    font-size: 10px;
  }
  
  .about .title h1 {
    font-size: 20px;
  }
  
  .title h1 {
    font-size: 24px;
  }
  
  .testimonial-card {
    padding: 15px 10px;
  }
  
  .case-study-image {
    height: 150px;
  }
}

/* Landscape mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hm-slider .carousel-caption {
    padding: 10px !important;
    bottom: 5% !important;
  }
  
  .hero-headline {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .hero-subheadline {
    display: none;
  }
  
  .hero-cta {
    margin-bottom: 5px;
  }
  
  .btn-cta {
    padding: 5px 10px;
    font-size: 10px;
  }
  
  .rera-info {
    display: none;
  }
}

/* Fix for Bootstrap navbar collapse animation */
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  
  .navbar .container-fluid {
    position: relative;
  }
}

/* Improved carousel touch support */
@media (hover: none) and (pointer: coarse) {
  .carousel {
    touch-action: pan-y pinch-zoom;
  }
}

/* Navbar toggle button styling for mobile */
.navbar-toggler {
  border: none;
  padding: 8px 12px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler-icon::before {
  content: '\f0c9';
  font-family: 'FontAwesome';
  font-size: 24px;
  color: var(--color-primary);
}

/* Ensure proper navbar collapse on mobile */
@media (max-width: 991px) {
  nav.navbar {
    padding: 8px 15px;
  }
  
  nav.navbar .logo {
    width: 100px;
  }
  
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block;
  }
  
  .navbar-nav {
    flex-direction: column;
    margin: 0;
    padding: 10px 0;
  }
  
  .nav-item {
    width: 100%;
  }
  
  .nav-link {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  
  /* Dropdown on mobile */
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background: var(--color-section-muted);
    border: none;
    padding: 0 0 0 15px;
    box-shadow: none;
  }
  
  .dropdown-item {
    padding: 10px 15px;
  }
}

/* Extra navbar fix - ensure phone number is visible on desktop */
@media (min-width: 992px) {
  .navbar .number {
    display: inline-block !important;
  }
}

/* ========================================
   NEWS PAGE STYLES
======================================== */
.news-section {
  padding: 80px 0;
}

.news-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.news-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.1);
}

.news-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color-primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-date {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-title a:hover {
  color: var(--color-primary);
}

.news-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.news-read-more {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.news-read-more:hover {
  color: var(--color-primary-hover);
  gap: 12px;
}

.featured-news {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.featured-news .news-image {
  height: 400px;
}

.featured-news .news-content {
  padding: 40px;
}

.featured-news .news-title {
  font-size: 28px;
}

.featured-news .news-excerpt {
  font-size: 16px;
}

.newsletter-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  padding: 60px 0;
  color: #fff;
}

.newsletter-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.newsletter-section p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 0;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 500px;
}

.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 15px 30px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #555;
}

.award-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffc107;
  color: #333;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}

.press-release-card {
  background: var(--color-section-muted);
  border-left: 4px solid var(--color-primary);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 0 5px 5px 0;
}

.press-release-card h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.press-release-card .date {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .news-hero h1 {
    font-size: 32px;
  }
  
  .featured-news .news-image {
    height: 250px;
  }
  
  .featured-news .news-content {
    padding: 25px;
  }
  
  .featured-news .news-title {
    font-size: 22px;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
}

/* ========================================
   CAREERS PAGE STYLES
======================================== */
.why-join-section {
  padding: 80px 0;
  background: var(--color-section-muted);
}

.career-details {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.career-details h3 {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 15px;
}

.career-details > p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.career-benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.career-benefit i {
  font-size: 30px;
  color: var(--color-primary);
  margin-right: 15px;
  margin-top: 5px;
}

.career-benefit h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}

.career-benefit p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.career-from-image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
}

.career-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.career-form-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.career-form-card h3 {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.career-form-card > p {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.career-form-card .form-group {
  margin-bottom: 20px;
}

.career-form-card .form-group label {
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.career-form-card .form-group label.required::after {
  content: " *";
  color: #dc3545;
}

.career-form-card .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.career-form-card .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.btn-apply {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-apply:hover {
  background: var(--color-primary-hover);
  color: #fff;
}

.culture-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: #fff;
}

.culture-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.culture-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.culture-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.culture-item p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}

.stats-section {
  padding: 60px 0;
  background: var(--color-cream);
}

.stats-section .stat-item {
  text-align: center;
  padding: 20px;
}

.stats-section .stat-item i {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.stats-section .stat-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.stats-section .stat-item p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  .careers-hero h1 {
    font-size: 32px;
  }
  
  .culture-section h2 {
    font-size: 28px;
  }
}

/* ========================================
   CONTACT PAGE STYLES
======================================== */
.contact-page {
  padding-top: 80px;
}

.contact-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  height: 100%;
}

.contact-card h3 {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-info-item i {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-info-item .info-content h5 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info-item .info-content p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.contact-info-item .info-content a {
  color: #666;
  text-decoration: none;
}

.contact-info-item .info-content a:hover {
  color: var(--color-primary);
}


.office-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.working-hours {
  background: var(--color-section-muted);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.working-hours h5 {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.working-hours .day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.working-hours .day span:first-child {
  color: #333;
  font-weight: 500;
}

.working-hours .day span:last-child {
  color: #666;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s;
}

.contact-form .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.btn-submit:hover {
  background: var(--color-primary-hover);
  color: #fff;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  text-decoration: none;
}

.social-links a:hover {
  background: var(--color-primary-hover);
  color: #fff;
  transform: translateY(-3px);
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  width: 100%;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.success-message {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.required-field::after {
  content: " *";
  color: #dc3545;
}

/* Contact Page Responsive */
@media (max-width: 768px) {
  .contact-page {
    padding-top: 40px;
  }
  
  .contact-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .contact-card h3 {
    font-size: 20px;
  }
  
  .contact-info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .contact-info-item i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .office-photo {
    height: 150px;
  }
  
.map-container iframe {
    height: 300px;
  }
}


/* ========================================
   COMPLETED PROJECTS CARD STYLES
   (Added at the end to avoid conflicts)
======================================== */

/* Card Container Styles */
.completed-projects .project-mas {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.completed-projects .project-mas:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Image Container - Fixed Height */
.completed-projects .image-effect-one {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border-radius: 5px 5px 0 0;
}

.completed-projects .image-effect-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.completed-projects .image-effect-one:hover img {
  transform: scale(1.15);
}

/* Project Info Section - Flex Column for Equal Height */
.completed-projects .project-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: var(--color-sand);
}

/* Fixed Height Title */
.completed-projects .project-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

/* Fixed Height Description */
.completed-projects .project-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
  height: 54px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Details Section - Consistent Height */
.completed-projects .project-details {
  margin: 8px 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 100px;
}

.completed-projects .detail-item {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  height: 24px;
}

.completed-projects .detail-item i {
  color: var(--color-primary);
  width: 20px;
  margin-right: 5px;
  font-size: 12px;
}

.completed-projects .detail-item strong {
  font-weight: 500;
}

/* RERA Info - Fixed Height */
.completed-projects .rera-info {
  margin: 8px 0;
  min-height: 30px;
}

.completed-projects .rera-badge {
  font-size: 10px;
  padding: 4px 8px;
  display: inline-block;
  background-color: #f8f9fa;
  color: #333;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-weight: 600;
}

/* CTA Buttons - Always at Bottom */
.completed-projects .project-cta {
  display: flex;
  gap: 8px;
  margin-top: auto;
  min-height: 40px;
}

.completed-projects .btn-enquire,
.completed-projects .btn-visit {
  flex: 1;
  padding: 8px 5px;
  font-size: 11px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  min-width: 0; /* Prevents flex items from overflowing */
}

.completed-projects .btn-enquire {
  background-color: var(--color-primary);
  color: #fff;
}

.completed-projects .btn-enquire:hover {
  background-color: var(--color-primary-hover);
}

.completed-projects .btn-visit {
  background-color: #333;
  color: #fff;
}

.completed-projects .btn-visit:hover {
  background-color: #555;
}

.completed-projects .btn-enquire a,
.completed-projects .btn-visit a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Badge Styles (Overriding existing) */
.completed-projects .badge-status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.completed-projects .badge-ready {
  background-color: #28a745;
}

/* Map Icon Button */
.completed-projects .map-icon-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.completed-projects .map-icon-btn:hover {
  background-color: var(--color-primary-hover);
  transform: scale(1.1);
}

.completed-projects .map-icon-btn i {
  font-size: 14px;
}

/* ========================================
   COMPLETED PROJECTS CAROUSEL NAVIGATION
======================================== */

/* Carousel Container */
.completed-projects #recipeCarousel {
  position: relative;
  padding: 0 50px;
}

.completed-projects .carousel-inner {
  padding: 20px 0;
}

.completed-projects .carousel-inner .carousel-item > div {
  padding: 0 10px;
  display: flex;
  height: 100%;
}

/* Navigation Buttons - Override existing styles */
.completed-projects .carousel-control-prev,
.completed-projects .carousel-control-next {
  width: 40px !important;
  height: 40px !important;
  background: var(--color-primary) !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  z-index: 100 !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.completed-projects .carousel-control-prev {
  left: 10px !important;
  right: auto !important;
}

.completed-projects .carousel-control-next {
  right: 10px !important;
  left: auto !important;
}

.completed-projects .carousel-control-prev:hover,
.completed-projects .carousel-control-next:hover {
  background: var(--color-primary-hover) !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.completed-projects .carousel-control-prev-icon,
.completed-projects .carousel-control-next-icon {
  width: 20px !important;
  height: 20px !important;
  background-size: 20px 20px !important;
}

/* Override any conflicting styles */
.completed-projects .carousel-control-prev.bg-transparent,
.completed-projects .carousel-control-next.bg-transparent {
  background: var(--color-primary) !important;
}

/* Remove the default black background from existing styles */
.completed-projects .carousel-control-prev,
.completed-projects .carousel-control-next {
  background: var(--color-primary) !important;
}

/* ========================================
   RESPONSIVE STYLES FOR COMPLETED PROJECTS
======================================== */

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .completed-projects .image-effect-one {
    height: 180px;
    min-height: 180px;
  }
  
  .completed-projects .project-info h4 {
    font-size: 16px;
    height: 40px;
  }
  
  .completed-projects .project-desc {
    height: 50px;
    font-size: 12px;
  }
  
  .completed-projects .project-details {
    min-height: 95px;
  }
  
  .completed-projects .detail-item {
    font-size: 11px;
    height: 22px;
  }
  
  .completed-projects .carousel-control-prev,
  .completed-projects .carousel-control-next {
    width: 35px !important;
    height: 35px !important;
  }
  
  .completed-projects #recipeCarousel {
    padding: 0 45px;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .completed-projects .image-effect-one {
    height: 160px;
    min-height: 160px;
  }
  
  .completed-projects .project-info h4 {
    font-size: 15px;
    height: 38px;
  }
  
  .completed-projects .project-desc {
    height: 48px;
    font-size: 11px;
    -webkit-line-clamp: 3;
  }
  
  .completed-projects .project-details {
    min-height: 90px;
  }
  
  .completed-projects .detail-item {
    font-size: 10px;
    height: 21px;
  }
  
  .completed-projects .rera-badge {
    font-size: 9px;
    padding: 3px 6px;
  }
  
  .completed-projects .btn-enquire,
  .completed-projects .btn-visit {
    font-size: 10px;
    padding: 7px 3px;
  }
  
  .completed-projects .carousel-control-prev,
  .completed-projects .carousel-control-next {
    width: 30px !important;
    height: 30px !important;
  }
  
  .completed-projects #recipeCarousel {
    padding: 0 35px;
  }
  
  .completed-projects .carousel-control-prev-icon,
  .completed-projects .carousel-control-next-icon {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px 15px !important;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .completed-projects #recipeCarousel {
    padding: 0 30px;
  }
  
  .completed-projects .image-effect-one {
    height: 150px;
    min-height: 150px;
  }
}

.team-member {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.team-content {
  padding: 18px;
}

.team-content h4 {
  color: var(--color-primary);
  margin-bottom: 8px;
  font-size: 20px;
}

.team-content h5 {
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
}

.team-content p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .team-img {
    height: 240px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .team-img {
    height: 220px;
  }

  .team-content {
    padding: 15px;
  }

  .team-content h4 {
    font-size: 18px;
  }

  .team-content h5 {
    font-size: 15px;
  }

  .team-content p {
    font-size: 13px;
  }
}

.quick-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* THIS MAKES IT VERTICAL */
}

.quick-links li {
  margin-bottom: 12px;
}

.quick-links a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.quick-links a:hover {
  color: var(--color-terracotta);
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--color-primary-muted) !important;
}
