@font-face {
  font-family: 'georgiabold';
  src: url('../fonts/georgia_bold-webfont.woff') format('woff2'),
    url('georgia_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaitalic';
  src: url('georgia_italic-webfont.woff') format('woff2'),
    url('georgia_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaregular';
  src: url('georgia_regular_font-webfont.woff') format('woff2'),
    url('georgia_regular_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  /* background: #f2f2f2; */
  color: #191919a6;

  font-family: Arial, Helvetica, sans-serif;

}

.same-gap {
  margin-bottom: 30px;
}

img[width="1"] {
  display: none;
}

.btn {
  background-color: #c95252;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}





/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgb(0 0 0);
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newClass {
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px gray;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 225px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-number {
  display: flex;
}

.contact-number a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* HEADER CSS ENDS */
.banner {
  position: relative;
  height: 100vh;
}

.banner .swiper1 {
  height: 100%;
}

.banner-wrap-div {
  height: 100%;
}

.banner-img {
  height: 100%;
}

.banner-img .img-fluid {
  height: 100%;
}

/* banner */
.banner-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.banner-cnt-div h1 {
  color: #fff;
  font-size: 30px;
}

.banner-cnt-div p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.banner-enquier-btn {
  position: fixed;
  background: #fff;
  transform: rotate(270deg);
  right: -61px;
  top: 50%;
  z-index: 1;
}

.banner-enquier-btn .btn {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-usp {
  background-color: #9fb187;
}

.project-usp-item p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.project-usp-item h2 {
  color: #000;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.project-usp-item {
  padding: 15px 0;
  text-align: center;
}

.project-title h3 {
  margin-bottom: 25px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.project-title p {
  margin-bottom: 10;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #191919;
  text-align: center;
}

.project-highlight .table td .value {
  font-size: 20px;
}

.project-highlight .table td .metric {
  font-size: 16px;
}

.highlight-cnt {
  background-color: #191919;
  text-align: center;
  padding: 3px 0 0 3px;
}

.highlight-cnt p {
  color: #fff;
  /* height: 50px; */
}

.other-highlight-item {
  height: 100%;
  background-color: #191919;
}

.know-more {
  text-align: center;
  margin: 15px 0;
}

.price_inner {
  border: 1px solid rgb(54, 41, 110, 30%);
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 0 5px gray;
}

.price_inner .rc_one {
  border-bottom: 1px solid rgb(54, 41, 110, 15%);
  line-height: 170%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #262a29;
}

.price_inner .rc_one span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}

.portfolio-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 1;
}

.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 1;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #262a29;
  border-right: 1px solid #262a29;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #262a29;
  border-left: 1px solid #262a29;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item {
  position: relative;
  margin-top: 20px;
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #262a29;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
}

.portfolio-item .overlay-content {
  position: relative;
  z-index: 9;
}

.location-cnt ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.location-cnt ul li {
  font-size: 18px;
  margin-bottom: 15px;
}

.accordion .fa {
  margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}

footer {
  text-align: center;
  background-color: #000;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}

footer p {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 10px 0;
  line-height: 20px;
}

.floor-master-slider-div {
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.key-feature-div .table-bordered td,
.key-feature-div .table-bordered th {
  width: 33.33%;
}

.project-highlight .table-bordered td,
.project-highlight .table-bordered th {
  width: 25%;
}

.about-developer {

  padding: 0px 0;
}

.about-developer-cnt p {
  margin: 15px 0 0 0;
  line-height: 30px;
  text-align: justify;
  color: #191919a6;
}

/* .about-developer-form {
  border: 2px solid #191919;
  padding: 20px;
  text-align: center;
} */
.about-developer-form {
  padding: 15px;
  text-align: center;
  background-color: #191919;
  margin: 0 0 100px 0;
}

.about-developer-form h4 {
  color: #fff;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0;
  border-color: #000;
  padding: 10px 15px;
  height: auto;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.countryCode {
  position: absolute;
  left: 1px;
  width: 140px;
  border-radius: 0;
  border: none;
  height: 96%;
  top: 1px;
}

.countryCode~.form-control {
  padding-left: 150px;
}

.about-developer-form .submit-btn {
  width: 100%;
  padding: 10px 15px;
}

.know-more .btn {
  background-color: #000;
  color: #fff;
}

.know-more .btn a:hover {

  background-color: #000;
  color: #fff;
}

.price_inner .know-more {
  margin: 15px 0 0 0;
}

.price_inner .know-more .btn {
  background-color: #191919a6;
  color: #fff;
}

.floor-master-div .know-more .btn {
  margin-bottom: 0;
  background-color: #191919;
  color: #fff;
}

.floor-master-div .know-more .btn a:hover {
  margin-bottom: 0;
  background-color: #191919a6;
  color: #fff;
}

.modal-title {
  color: #191919;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

a.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  background-color: #31c131;
  font-size: 25px;
  padding: 0 0;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.calltoactionresponsive {
  display: none;
}

.faq-div .card h2 .btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  white-space: normal;
}

.faq-div .card h2 .btn .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.floor-master .portfolio-item {
  margin-bottom: 20px;
}

.card-header {
  padding: 0;
}

.mySwiper2 {
  margin-bottom: 15px;
}

.about-developer-form .contact-number a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 10px 15px;
  transform: translateY(0);
}

.modal-body .about-developer-form {
  background-color: transparent;
  padding: 0;
}

.project-video-inner-div {
  position: relative;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-section-1 {
  background-image: url("../images/9.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.itawacta {
  position: relative;
}

.cta-section-1 h3 {
  color: #fff;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}

.modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
}

/* banner */

/* auto popup desing */
.auto-popup-left {
  background-color: #fafafa;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.auto-popup-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.auto-popup-right {
  text-align: center;
}

.auto-popup-logo {
  margin: 0 auto 15px;
  max-width: 170px;
}

.modal-dialog {
  max-width: 615px;
}

.auto-popup-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.auto-popup-left ul li {
  margin-bottom: 10px;
}

.auto-popup-right .btn {
  width: 100%;
}

a.popup-mobile-number {
  background-color: #191919;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  text-decoration: none;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  z-index: 9;
}

.modal-dialog .modal-content .modal-body {
  padding: 15px;
}

/* auto popup desing */



/* RESPONSIVE CSS STARTS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

}

@media only screen and (max-width: 1400px) {
  .logo {
    max-width: 170px;
  }

  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 18px;
    padding: 10px 10px;
  }

  .banner-cnt-div h1 {
    font-size: 25px;
  }

  .project-usp-item p {
    font-size: 13px;
    color: #000;
  }




  .project-usp-item h2 {
    font-size: 13px;
  }

  .project-title h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Arial;
  }

  .project-title p {
    font-size: 16px;
    margin-top: -8px;
  }

  .project-highlight .table-bordered td .img-fluid {
    width: 20px;
  }

  .project-highlight .table td .value {
    font-size: 16px;
  }

  .project-highlight .table td .metric {
    font-size: 16px;
    color: #191919a6;
  }

  .highlight-cnt p {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .price_inner .rc_one span {
    font-size: 1rem;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 10px;
  }

  .modal-title {
    font-size: 20px;
  }

  .about-developer-form h4 {
    font-size: 25px;
  }





}

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 150px;
  }

  .menu ul li a {
    padding: 5px 7px;
    font-size: 15px;
  }

  .contact-number a {
    font-size: 14px;
  }

  .banner-cnt-div h1 {
    font-size: 22px;
  }

  .banner-cnt-div p {
    font-size: 15px;
  }

  .project-usp-item p {
    font-size: 15px;
  }

  .project-usp-item h2 {
    font-size: 15px;
  }

  .project-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about-developer-cnt p {
    font-size: 15px;

  }

  .same-gap {
    margin-bottom: 30px;
  }


}


@media only screen and (max-width: 991px) {
  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
    background-color: #000;
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0
    }
  }

  .contact-number a span {
    /* display: none; */
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .calltoactionresponsive {
    display: flex;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    width: 50%;
    text-align: center;
    background-color: #1e2f5c;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon {
    background-color: #31c131;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon .fa {
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  a.whatsapp_float {
    display: none;
  }

  .project-usp-item p {
    font-size: 14px;
  }

  .project-usp-item h2 {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 20px;
  }

  .highlight-cnt {
    padding: 15px 8px 4px 8px;
  }

  .price_inner {
    margin-bottom: 20px;
  }

  .about-developer-form h4 {
    font-size: 20px;
  }

  .about-developer-form {
    padding: 12px;
  }

  footer {
    padding-bottom: 45px;
  }



}

@media(max-width:767px) {
  .border-right-size {
    border-bottom: 1px solid #fff;
  }

  .border-right-type {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }

  .project-usp .container {
    max-width: 100%;
  }

  .banner-enquier-btn {
    display: none;
  }

  .project-highlight .table-bordered td,
  .project-highlight .table-bordered th {
    width: auto;
    padding: 5px;
  }

  .project-highlight .table td .value {
    font-size: 14px;
  }

  .project-highlight .table td .metric {
    font-size: 13px;
    margin: 0;
  }

  .highlight-cnt {
    padding: 20px 20px 4px 20px;
  }

  .highlight-cnt p {
    height: auto;
  }

  .other-highlight-item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .key-feature-div .table-bordered td p,
  .key-feature-div .table-bordered th p {
    font-size: 13px;
  }

  .location-cnt {
    margin-top: 20px;
  }

  .about-developer-cnt {
    text-align: center;
  }

  .about-developer-form {
    margin-top: 20px;
  }

  .faq-div .card h2 .btn {
    font-size: 14px;
  }

  .faq-div .card-body p {
    font-size: 14px;
  }

  .banner {
    height: auto;
  }

  .banner-cnt {
    display: none;
  }

  .mobile-form {
    padding: 20px 0 0;
  }

  .mobile-configuration-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .mobile-configuration-title h1 {
    font-size: 30px;
    margin: 0;
  }

  .mobile-configuration-title p {
    margin: 0;
  }

  .mobile-configuration-type p span {
    font-size: 18px;
  }

  .mobile-configuration {
    text-align: center;
  }

  .mobile-configuration-type p {
    margin: 0;
  }

  .mobile-configuration-type {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-usp {
    display: none;
  }

  .usp-item {
    display: flex;
    margin-bottom: 30px;
  }

  .usp-img {
    width: 45px;
  }

  .usp-cnt {
    width: 85%;
    padding: 0 0 0 10px;
  }

  .usp-cnt span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
  }

  .usp-cnt p {
    font-size: 14px;
  }

  .mobile-usp-div-inner {
    border-bottom: 1px solid #153276;
    padding-top: 20px;
  }

  .highlight-content ul {
    padding: 0;
    list-style: none;
  }

  .google-location-map {
    margin-top: 20px;
  }

  .google-location-map iframe {
    max-width: 100%;
    height: 300px;
  }

  .price_inner .know-more .btn {
    width: 100%;
  }

  .know-more .btn {
    width: 100%;
  }

  #highlight .know-more {
    padding: 0 20px;
  }

}






@media only screen and (max-width: 575px) {

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    padding: 8px;
    font-size: 12px;
  }

  a.whatsapp_float {
    width: 35px;
    height: 34px;
  }

  .banner-cnt-div h1 {
    font-size: 20px;
  }

  .banner-cnt-div p {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 16px;
  }

  .project-title p {
    font-size: 14px;
  }

  .about-developer-cnt p {
    font-size: 13px;
  }

  .about-developer-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer p {
    font-size: 10px;
    line-height: 15px;
  }

  .about-developer {
    padding: 25px 0;
  }

  .same-gap {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 130px;
  }

  .contact-number a {
    font-size: 16px;
  }

  .overlay {
    top: 64px;
  }

  .play-btn {
    width: 40px;
  }

  .usp-cnt span {
    font-size: 16px;
  }

  .usp-cnt p {
    font-size: 13px;
  }

  .usp-item {
    margin-bottom: 10px;
  }

  .mobile-configuration-title h1 {
    font-size: 22px;
  }

  .pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: normal;
  }

  .faq-div .card h2 .btn {
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }

  .faq-div .card-body p {
    font-size: 13px;
    margin: 0;
  }

  .card .card-body {
    padding: 10px;
  }

}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
}




/* Highlight Section Background */
.highlight {
  background: #f2f2f2;
}

/* Section Title */
.highlight .project-title h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.highlight .project-title h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #2f7f5f;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Table Cards Effect */
.highlight table td {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 18px;
  vertical-align: middle;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.highlight table {
  border-collapse: separate;
  border-spacing: 18px;
}

/* Hover Animation */
.highlight table td:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Tick Icon Styling */
.highlight table td img {
  margin-bottom: 12px;
}

/* Text Styling */
.highlight .metric {
  font-size: 15.5px;
  font-weight: 500;
  color: #2b2b2b;
  line-height: 1.4;
}

/* Mobile Highlight List */
.highlight-content ul {
  padding-left: 0;
}

.highlight-content ul li {
  list-style: none;
  padding: 12px 14px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14.5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.highlight-content ul li i {
  color: #2f7f5f;
  margin-right: 8px;
}


/* ameneties */

/* social media links css */

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #191919a6;
  color: #fff;
}



/* mobile responsive css*/

/* ========================================
   MOBILE RESPONSIVE CSS FIXES
   Add this to your existing style.css or include as mobile-responsive.css
   This only affects mobile devices, desktop remains unchanged
   ======================================== */

/* Base Mobile Fixes - Applies to all mobile devices */
@media only screen and (max-width: 991px) {

  /* Prevent horizontal scroll */
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .container-fluid,
  .container {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* Header Mobile Fixes */
  header .inner-header {
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 10px 15px; */
  }

  header .logo {
    max-width: 150px;
  }

  header .logo img {
    max-width: 100%;
    height: auto;
  }

  header .contact-number {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    order: 3;
  }

  header .menu {
    order: 2;
  }

  /* Banner Mobile Fixes */
  .banner-cnt {
    padding: 20px 15px;
  }

  .banner-cnt h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .banner-cnt p {
    font-size: 0.9rem;
  }

  .banner-enquier-btn {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999;
  }

  .banner-enquier-btn .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Form Mobile Fixes */
  .about-developer-form {
    width: 100%;
    padding: 20px 15px;
    margin-top: 20px;
  }

  .about-developer-form h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control,
  .countryCode {
    width: 100% !important;
    padding: 10px;
    font-size: 14px;
  }

  /* Mobile Form Section */
  .mobile-form {
    padding: 20px 0;
  }

  .mobile-configuration-title h1 {
    font-size: 1.3rem;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .mobile-configuration-title p {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  /* Project Overview Mobile */
  .projects {
    flex-direction: column;
    padding: 0 15px;
    gap: 20px;
  }

  .project-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .project-header {
    font-size: 1.1rem;
    padding: 15px;
    text-align: center;
  }

  .hover-list {
    padding: 15px;
  }

  .hover-item {
    font-size: 0.9rem;
    padding: 10px;
    margin-bottom: 8px;
  }

  .hover-content {
    position: static;
    display: none;
    box-shadow: none;
    background: #f9f9f9;
    margin-top: 8px;
    padding: 10px;
  }

  .hover-item.active .hover-content {
    display: block;
  }

  .brochure-btn {
    font-size: 0.9rem;
    padding: 12px 15px;
  }

  /* Project Title */
  .project-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .project-title h3 {
    font-size: 1.5rem;
    text-align: center;
  }



  /* Highlights Section Mobile */
  .highlight-content ul {
    padding-left: 0;
    list-style: none;
  }

  .highlight-content li {
    padding: 8px 0;
    font-size: 0.9rem;
    padding-left: 25px;
    position: relative;
  }

  .highlight-content li i {
    position: absolute;
    left: 0;
    top: 10px;
  }

  /* Amenities Mobile */
  .amenities-div {
    padding: 0 15px;
  }

  /* Location Section Mobile */
  .location-advantage-div .row {
    margin: 0;
  }

  .location-cnt {
    padding: 15px;
    margin-bottom: 20px;
  }

  .location-cnt h5 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .location-cnt ul {
    padding-left: 0;
    list-style: none;
  }

  .location-cnt li {
    padding: 6px 0;
    font-size: 0.85rem;
    padding-left: 25px;
    position: relative;
  }

  .location-cnt li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 12px;
  }

  /* Key Features Mobile */
  .key-feature-div {
    padding: 0 15px;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive table {
    min-width: 100%;
  }

  .table td {
    font-size: 0.85rem;
    padding: 10px;
  }

  .table td p {
    font-size: 0.85rem;
    margin: 5px 0 0 0;
  }

  /* Price List / Portfolio Mobile */
  .price-list-div {
    padding: 0 15px;
  }

  .other-highlight {
    margin: 0 -10px;
  }

  .other-highlight .col-md-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .portfolio-item {
    margin-bottom: 10px;
  }

  .portfolio-item img {
    width: 100%;
    height: auto;
  }

  .highlight-cnt {
    padding: 15px;
    text-align: center;
  }

  .highlight-cnt h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .highlight-cnt p {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .highlight-cnt .btn {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
  }

  /* Gallery Mobile */
  .gallery-div {
    padding: 0 15px;
  }

  .gallery-div .row {
    margin: 0 -5px;
  }

  .gallery-div .col-md-4 {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  /* Google Maps Mobile */
  .google-map-area {
    padding: 30px 0;
  }

  .google-map-area .row {
    margin: 0;
  }

  .google-map-area .col-md-6,
  .google-map-area .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .google-map-img iframe {
    width: 100% !important;
    height: 200px !important;
  }

  .google-map-info {
    padding: 10px;
  }

  .google-map-info h4 {
    font-size: 1rem;
  }

  /* Location Images Mobile */
  .location-img {
    margin-bottom: 15px;
  }

  .location-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* CTA Section Mobile */
  .cta-section-1 {
    padding: 30px 0;
  }

  .itawacta {
    padding: 0 15px;
  }

  .itawacta p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .know-more .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: 12px;
  }

  /* Footer Mobile */
  footer {
    padding: 20px 15px;
  }

  footer p {
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: justify;
  }

  /* Modal Mobile Fixes */
  .modal-dialog {
    margin: 10px;
  }

  .modal-body {
    padding: 15px;
  }

  .auto-popup-left {
    display: none;
  }

  .auto-popup-right {
    padding: 15px;
  }

  .auto-popup-logo img {
    max-width: 100%;
    height: auto;
  }

  .modal-logo {
    margin-bottom: 15px;
  }

  .popup-mobile-number {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 1.1rem;
  }

  /* Call to Action Responsive Buttons */
  .calltoactionresponsive {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    flex: 1;
    text-align: center;
    padding: 12px 5px;
    font-size: 0.85rem;
    text-decoration: none;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .calltoactionresponsive a:last-child,
  .calltoactionresponsive span:last-child {
    border-right: none;
  }

  .calltoactionresponsive i {
    font-size: 1.2rem;
  }

  /* Spacing Utilities */
  .same-gap {
    padding: 30px 0;
  }

  section {
    overflow-x: hidden;
    height: 50vh !important;
  }
}

/* Tablet Specific (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .project-card {
    width: calc(50% - 10px);
  }

  .google-map-img iframe {
    height: 250px !important;
  }

  .highlight-cnt .btn {
    width: auto;
  }
}

/* Small Mobile Devices (up to 575px) */
@media only screen and (max-width: 575px) {
  .banner-cnt h1 {
    font-size: 1.2rem;
  }

  .project-title h3 {
    font-size: 1.3rem;
  }

  .table td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd !important;
  }

  .table tr {
    display: block;
    margin-bottom: 10px;
  }

  .calltoactionresponsive a span,
  .calltoactionresponsive span {
    font-size: 0.75rem;
  }

  .form-group select,
  .form-group input {
    font-size: 16px !important;
    /* Prevents zoom on iOS */
  }
}

/* Extra Small Mobile Devices (up to 375px) */
@media only screen and (max-width: 375px) {
  .banner-cnt h1 {
    font-size: 1.1rem;
  }

  .project-header {
    font-size: 1rem;
  }

  .location-cnt li {
    font-size: 0.8rem;
  }

  .calltoactionresponsive {
    font-size: 0.7rem;
  }

  .calltoactionresponsive i {
    font-size: 1rem;
  }
}

/* Landscape Mobile Fixes */
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .banner-cnt {
    padding: 10px 15px;
  }

  .modal-dialog {
    margin: 5px;
  }

  .modal-body {
    max-height: 90vh;
    overflow-y: auto;
  }
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {

  .form-control,
  .countryCode {
    font-size: 16px !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select {
    font-size: 16px !important;
  }
}

/* Additional Mobile Tap Targets */
@media only screen and (max-width: 991px) {

  a,
  button,
  .btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hover-item {
    cursor: pointer;
    user-select: none;
  }
}

/* Print Styles - Keep Desktop Layout */
@media print {

  .calltoactionresponsive,
  .banner-enquier-btn,
  header .menu,
  .modal {
    display: none !important;
  }
}





/* Mobile Responsive Styles */

/* Base responsive section styles */
.responsive-section {
  /* padding: 40px 0; */
}

.responsive-section .container {
  padding: 0 15px;
}

/* Project Title */
.project-title h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.project-title p {
  font-size: 16px;
  line-height: 1.6;
}

/* Location Content Lists */
.location-cnt ul {
  padding-left: 0;
  list-style: none;
}

.location-cnt ul li {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.location-cnt ul li i {
  margin-right: 10px;
  color: #000;
}

/* Tablet Devices (768px - 991px) */
@media (max-width: 991px) {
  .responsive-section {
    padding: 30px 0;
  }

  .project-title h3 {
    font-size: 24px;
  }

  .location-cnt ul li {
    font-size: 14px;
  }
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {
  .responsive-section {
    padding: 25px 0;
  }

  .project-title h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .project-title p {
    font-size: 14px;
  }

  /* Location Advantage Section */
  .location-advantage .col-md-6 {
    margin-bottom: 20px;
  }

  .location-advantage .col-md-6:last-child {
    margin-bottom: 0;
  }

  .location-cnt ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  /* Key Features Table */
  .key-feature-div table {
    font-size: 13px;
  }

  .key-feature-div table td {
    display: block;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 15px 10px !important;
  }

  .key-feature-div table tr {
    display: block;
    margin-bottom: 0;
  }

  .key-feature-div table td p {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .key-feature-div table td img {
    width: 25px;
    height: 25px;
  }
}

/* Small Mobile Devices (up to 480px) */
@media (max-width: 480px) {
  .responsive-section {
    padding: 20px 0;
  }

  .responsive-section .container {
    padding: 0 10px;
  }

  .project-title h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .project-title p {
    font-size: 13px;
  }

  .location-cnt ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .location-cnt ul li i {
    font-size: 12px;
  }

  .key-feature-div table td p {
    font-size: 12px;
  }

  hr {
    margin: 20px 0;
  }
}

/* Extra Small Devices (up to 375px) */
@media (max-width: 375px) {
  .project-title h3 {
    font-size: 18px;
  }

  .project-title p {
    font-size: 12px;
  }

  .location-cnt ul li {
    font-size: 12px;
  }
}












/* Section enhancement */
.ihp-keyfeatures-section {
  background: linear-gradient(180deg, #f8f8f8, #f1f1f1);
  /* padding: 70px 0; */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* Card grid remains same */
.ihp-keyfeatures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Enhanced card design */
.ihp-keyfeature-card {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 12px;

  /* NEW BORDER */
  border: 1px solid #e5e5e5;

  /* Accent top line */
  position: relative;
  overflow: hidden;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* Top accent border line */
.ihp-keyfeature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c59d5f, #f1d28b);
}

/* Hover effect */
.ihp-keyfeature-card:hover {
  transform: translateY(-6px);
  border-color: #c59d5f;
  box-shadow: 0 16px 40px rgba(197, 157, 95, 0.25);
}

/* Icon polish */
.ihp-keyfeature-card img {
  width: 40px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

/* Text refinement */
.ihp-keyfeature-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}








/* ========================================
   COMPLETE MOBILE RESPONSIVE FIXES
   Add this to your existing style.css
   Desktop design remains untouched
   ======================================== */

/* ==========================================
   MOBILE RESPONSIVE FIXES (991px and below)
   ========================================== */

@media only screen and (max-width: 991px) {

  /* ===== FIX HORIZONTAL SCROLL ===== */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  body {
    width: 100% !important;
  }

  .container-fluid,
  .container {
    overflow-x: hidden !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* ===== FIX ROW OVERFLOW ===== */
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* ===== HEADER FIXES ===== */
  header .inner-header {
    padding: 10px 15px;
  }

  .logo {
    max-width: 140px !important;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  /* ===== BANNER SECTION ===== */
  .banner {
    height: auto !important;
    min-height: 50vh;
  }

  .banner .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    min-height: 50vh;
  }

  .banner-wrap-div,
  .banner-img {
    height: auto !important;
  }

  .banner-cnt {
    position: relative !important;
    bottom: auto !important;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.7);
  }

  .banner-cnt-div h1 {
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .banner-cnt-div p {
    font-size: 13px !important;
    line-height: 1.5;
  }

  /* ===== PROJECT OVERVIEW CARDS ===== */
  .projects {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 20px auto !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .project-card {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }

  .project-header {
    font-size: 16px !important;
    padding: 12px !important;
    line-height: 1.4;
  }

  .hover-list {
    padding: 10px !important;
  }

  .hover-item {
    font-size: 14px !important;
    padding: 10px 12px !important;
    margin-bottom: 8px !important;
    cursor: pointer;
    position: relative;
  }

  /* Make dropdowns work on mobile tap */
  .hover-content {
    position: static !important;
    display: none;
    background: #f9f9f9 !important;
    box-shadow: none !important;
    margin-top: 8px !important;
    padding: 10px 15px !important;
    border-left: 3px solid #c95252;
  }

  .hover-item.active .hover-content,
  .hover-item:active .hover-content {
    display: block !important;
  }

  .hover-content ul {
    padding-left: 15px !important;
    margin: 5px 0 !important;
  }

  .hover-content li {
    font-size: 13px !important;
    margin-bottom: 5px !important;
    line-height: 1.5;
  }

  .project-action {
    padding: 12px !important;
  }

  .brochure-btn {
    padding: 12px 15px !important;
    font-size: 14px !important;
  }

  /* ===== PROJECT TITLE ===== */
  section {
    overflow-x: hidden !important;
    padding: 30px 0 !important;
  }

  .project-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .project-title h3 {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .project-title p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  /* ===== HIGHLIGHTS SECTION ===== */
  .highlight {
    padding: 30px 0 !important;
  }

  .highlight .container {
    padding: 0 15px;
  }

  .highlight h4 {
    font-size: 18px !important;
    padding: 0 10px;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }

  /* Hide desktop table, show mobile list */
  .highlight .table-responsive.d-none.d-md-block {
    display: none !important;
  }

  .highlight-content {
    display: block !important;
    padding: 0 10px;
  }

  .highlight-content ul {
    padding-left: 0 !important;
    list-style: none;
    margin: 0;
  }

  .highlight-content li {
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 14px !important;
    line-height: 1.5;
  }

  .highlight-content li i {
    color: #2f7f5f;
    margin-right: 8px;
    font-size: 14px;
  }

  /* ===== AMENITIES SECTION ===== */
  #amenities {
    padding: 30px 0 !important;
  }

  #amenities .container {
    padding: 0 15px;
  }

  #amenities .location-cnt {
    margin-bottom: 25px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  #amenities .location-cnt h5 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    color: #000;
    border-bottom: 2px solid #c95252;
    padding-bottom: 8px;
  }

  #amenities .location-cnt ul {
    padding-left: 0 !important;
    margin: 0;
  }

  #amenities .location-cnt li {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    line-height: 1.6;
    padding-left: 25px;
    position: relative;
  }

  #amenities .location-cnt li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #2f7f5f;
    font-size: 14px;
  }

  /* ===== PRICE/PROJECT DETAILS SECTION ===== */
  #price {
    padding: 30px 0 !important;
  }

  #price .container {
    padding: 0 15px;
  }

  #price h4 {
    font-size: 18px !important;
    margin: 25px 0 15px 0 !important;
    padding: 0 10px;
  }

  .price-list-div .row {
    margin: 0 -10px;
  }

  .price-list-div .col-md-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .portfolio-item {
    margin-top: 0 !important;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
  }

  .portfolio-item img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .highlight-cnt {
    background-color: #191919;
    padding: 15px !important;
    text-align: center;
  }

  .highlight-cnt h4 {
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .highlight-cnt p {
    color: #fff;
    font-size: 14px !important;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .highlight-cnt .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px !important;
  }

  /* ===== GALLERY SECTION ===== */
  #gallery {
    padding: 30px 0 !important;
  }

  #gallery .container {
    padding: 0 15px;
  }

  .gallery-div .row {
    margin: 0 -5px;
  }

  .gallery-div .col-md-4 {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .gallery-div .portfolio-item {
    border-radius: 8px;
    overflow: hidden;
  }

  /* ===== LOCATION SECTION ===== */
  #gallerys,
  #location {
    padding: 30px 0 !important;
  }

  #gallerys .container,
  #location .container {
    padding: 0 15px;
  }

  .location-advantage-div .row {
    margin: 0 -10px;
  }

  .location-advantage-div .col-lg-4,
  .location-advantage-div .col-md-4,
  .location-advantage-div .col-md-12 {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .location-img {
    border-radius: 8px;
    overflow: hidden;
    height: auto !important;
  }

  .location-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .location-cnt {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: auto !important;
  }

  .location-cnt h5 {
    font-size: 16px !important;
    margin-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #c95252;
    padding-bottom: 8px;
  }

  .location-cnt ul {
    padding-left: 0 !important;
    margin: 0;
  }

  .location-cnt li {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    line-height: 1.6;
    padding-left: 25px;
    position: relative;
  }

  .location-cnt li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #2f7f5f;
  }

  /* ===== GOOGLE MAPS SECTION ===== */
  .google-map-area {
    padding: 30px 0 !important;
  }

  .google-map-area .container {
    padding: 0 15px;
  }

  .google-map-area .row {
    margin: 0 -10px;
  }

  .google-map-area .col-md-6,
  .google-map-area .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .blog-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  .google-map-img iframe {
    width: 100% !important;
    height: 250px !important;
    border: 0;
  }

  .google-map-info {
    padding: 15px;
  }

  .google-map-info h4 {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  .map-item-meta ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  .map-item-meta li {
    font-size: 13px;
  }

  /* ===== CTA SECTION ===== */
  .cta-section-1 {
    padding: 40px 0 !important;
  }

  .cta-section-1 .container {
    padding: 0 15px;
  }

  .itawacta {
    padding: 0 10px;
  }

  .itawacta p {
    font-size: 14px !important;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .know-more .btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* ===== ABOUT DEVELOPER FORM ===== */
  .about-developer-form {
    padding: 20px 15px !important;
    margin-top: 20px;
  }

  .about-developer-form h4 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control {
    font-size: 16px !important;
    padding: 12px 15px !important;
    height: auto !important;
  }

  .countryCode {
    font-size: 14px !important;
    width: 120px !important;
  }

  .countryCode~.form-control {
    padding-left: 130px !important;
  }

  .submit-btn {
    width: 100%;
    font-size: 15px !important;
    padding: 12px 20px !important;
  }

  .about-developer-form .contact-number a {
    width: 100%;
    margin-top: 15px;
    padding: 12px 15px !important;
    font-size: 16px !important;
  }

  /* ===== FOOTER ===== */
  footer {
    padding: 20px 15px 70px 15px !important;
  }

  footer p {
    font-size: 11px !important;
    line-height: 1.6;
    text-align: justify;
    margin: 10px 0;
  }

  .footer-social {
    margin-top: 15px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    font-size: 14px;
  }

  /* ===== MODAL FIXES ===== */
  .modal-dialog {
    margin: 10px !important;
    max-width: calc(100% - 20px) !important;
  }

  .modal-body {
    padding: 15px !important;
  }

  .auto-popup-left {
    display: none !important;
  }

  .auto-popup-right {
    padding: 0;
  }

  .auto-popup-logo {
    max-width: 160px;
    margin: 0 auto 15px;
  }

  .auto-popup-right .btn {
    font-size: 14px;
  }

  .popup-mobile-number {
    padding: 12px !important;
    font-size: 16px !important;
  }

  /* ===== CALL TO ACTION BUTTONS ===== */
  .calltoactionresponsive {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    flex: 1;
    text-align: center;
    padding: 12px 5px;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-right: 1px solid #ddd;
  }

  .calltoactionresponsive a:last-child,
  .calltoactionresponsive span:last-child {
    border-right: none;
  }

  .calltoactionresponsive i {
    font-size: 16px;
  }

  .calltoactionresponsive a[href^="tel"] {
    background: #c95252;
    color: #fff !important;
  }

  .calltoactionresponsive .mobile-whatsaap-icon {
    background: #25d366 !important;
    color: #fff !important;
  }

  .calltoactionresponsive span {
    background: #c95252;
    color: #fff;
    cursor: pointer;
  }

  /* ===== MOBILE FORM SECTION ===== */
  .mobile-form {
    display: block !important;
    padding: 20px 0;
  }

  .mobile-configuration {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .mobile-configuration-title h1 {
    font-size: 22px !important;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .mobile-configuration-title p {
    font-size: 13px !important;
    margin: 0;
  }

  /* ===== BANNER ENQUIER BUTTON ===== */
  .banner-enquier-btn {
    display: none !important;
  }

  /* ===== WHATSAPP FLOAT ===== */
  a.whatsapp_float {
    display: none !important;
  }

  /* ===== REMOVE SECTION HEIGHT RESTRICTION ===== */
  section {
    height: auto !important;
    min-height: auto !important;
  }

  /* ===== FIX TABLE OVERFLOW ===== */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table {
    margin-bottom: 15px;
  }

  /* ===== IHP KEY FEATURES (if present) ===== */
  .ihp-keyfeatures-section {
    padding: 30px 0 !important;
  }

  .ihp-keyfeatures-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 0 15px;
  }

  .ihp-keyfeature-card {
    padding: 20px 15px !important;
  }

  .ihp-keyfeature-card img {
    width: 35px !important;
    margin-bottom: 12px;
  }

  .ihp-keyfeature-card p {
    font-size: 14px !important;
  }
}

/* ==========================================
   SMALL TABLETS (768px - 991px)
   ========================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .project-card {
    width: calc(50% - 10px) !important;
  }

  .google-map-img iframe {
    height: 220px !important;
  }

  .ihp-keyfeatures-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==========================================
   MOBILE PHONES (up to 767px)
   ========================================== */

@media only screen and (max-width: 767px) {

  /* Ensure single column layout */
  .projects,
  .ihp-keyfeatures-grid {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
  }

  .project-card {
    width: 100% !important;
  }

  /* Banner height adjustment */
  .banner,
  .banner .swiper-slide img {
    min-height: 40vh !important;
    max-height: 50vh !important;
  }

  /* Font size adjustments */
  .project-title h3 {
    font-size: 20px !important;
  }

  .location-cnt h5,
  #amenities .location-cnt h5 {
    font-size: 15px !important;
  }

  .location-cnt li,
  #amenities .location-cnt li {
    font-size: 12px !important;
  }
}

/* ==========================================
   SMALL MOBILE (up to 575px)
   ========================================== */

@media only screen and (max-width: 575px) {

  .logo {
    max-width: 120px !important;
  }

  .contact-number a {
    font-size: 14px !important;
  }

  .banner-cnt-div h1 {
    font-size: 18px !important;
  }

  .banner-cnt-div p {
    font-size: 12px !important;
  }

  .project-title h3 {
    font-size: 18px !important;
  }

  .project-title p {
    font-size: 13px !important;
  }

  .project-header {
    font-size: 14px !important;
  }

  .hover-item {
    font-size: 13px !important;
  }

  .highlight-content li {
    font-size: 12px !important;
  }

  .location-cnt h5 {
    font-size: 14px !important;
  }

  .location-cnt li {
    font-size: 11px !important;
  }

  .highlight-cnt h4 {
    font-size: 14px !important;
  }

  .highlight-cnt p {
    font-size: 12px !important;
  }

  .about-developer-form h4 {
    font-size: 18px !important;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    font-size: 11px !important;
    padding: 10px 3px;
  }

  .calltoactionresponsive i {
    font-size: 14px;
  }

  footer p {
    font-size: 10px !important;
  }

  .google-map-img iframe {
    height: 200px !important;
  }
}

/* ==========================================
   EXTRA SMALL MOBILE (up to 375px)
   ========================================== */

@media only screen and (max-width: 375px) {

  .banner-cnt-div h1 {
    font-size: 16px !important;
  }

  .project-title h3 {
    font-size: 16px !important;
  }

  .project-header {
    font-size: 13px !important;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    font-size: 10px !important;
  }
}

/* ==========================================
   LANDSCAPE MOBILE FIXES
   ========================================== */

@media only screen and (max-height: 500px) and (orientation: landscape) {

  .banner,
  .banner .swiper-slide img {
    min-height: 80vh !important;
  }

  .modal-body {
    max-height: 80vh;
    overflow-y: auto;
  }
}

/* ==========================================
   IOS SAFARI SPECIFIC FIXES
   ========================================== */

@supports (-webkit-touch-callout: none) {

  .form-control,
  .countryCode,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select {
    font-size: 16px !important;
  }
}

/* ==========================================
   TOUCH TARGET SIZES (Accessibility)
   ========================================== */

@media only screen and (max-width: 991px) {

  a,
  button,
  .btn,
  .hover-item {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hover-item {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
}

/* ==========================================
   PREVENT ZOOM ON INPUT FOCUS (iOS)
   ========================================== */

@media only screen and (max-width: 991px) {

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* ==========================================
   FIX STICKY FOOTER FOR MOBILE
   ========================================== */

@media only screen and (max-width: 991px) {
  body {
    padding-bottom: 60px;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */

@media print {

  .calltoactionresponsive,
  .banner-enquier-btn,
  header .menu,
  .modal,
  button.close {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }
}

/* ==========================================
   JAVASCRIPT HELPER CLASS
   Add this class via JS to toggle mobile dropdowns
   ========================================== */

.hover-item.js-active .hover-content {
  display: block !important;
}

/* END OF MOBILE RESPONSIVE FIXES */


.other-highlight .highlight-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #191919;
    display: flex;
    flex-direction: column;
}

.portfolio-item img {
    width: 100%;
}

.highlight-cnt {
    padding: 20px;
    margin-top: auto;
}

.highlight-cnt h4 {
    font-size: 18px;
    font-weight: 600;
}

.highlight-cnt p {
    font-size: 14px;
    margin-bottom: 15px;
}

.highlight-cnt .btn {
    width: 100%;
}
