@font-face {
  font-family: natoSans;
  src: url("../font/NotoSans-VariableFont.ttf");
}
@font-face {
  font-family: natoSans;
  src: url("../font/NotoSans-VariableFont.ttf");
}

:root {
  --primary-color: #1D417F;
  --secondary-color: #dceff6;
  --text-dark: #000000;
  --text-light: #ffffff;
  --gray-color:#999999;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "natoSans";
  background-color: #ffffff;
  color: var(--text-dark);
}

*, *::before, *::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "natoSans";
  margin: 0;
  padding: 0;
font-size: 38px;
line-height: 100%;
letter-spacing: 0%;

}
/* Space between sections */
section {
  margin-bottom: 30px;
  padding: 4rem 0;
}

/* Space between elements inside sections */
section > * + * {
  margin-top: 40px;
}

/* Space between lines */
body, p, li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.8; 
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.hero-section {
  position: relative;
  height: auto;
  background: url('https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkme111zs1.webp') no-repeat center center/cover;
  color: white;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.579); /* Dark overlay */
  z-index: 1;
}
.hero-section .content {
  position: relative;
  z-index: 2;
}
.hero-section .content h1 {
font-size: 60px;
letter-spacing: 0.1rem;
line-height: 100%;
font-weight: 400;
padding-bottom: 1rem;
letter-spacing: 0%;
text-align: center;
}
.hero-section .content p{
font-size: 18px;
    line-height: 1.7rem;
    letter-spacing: 0.04rem;
    font-weight: 300;
    text-align: center;
}
.enq_btn{
    background-color: white;
    color: var(--primary-color);
padding:10px 30px;
border-radius: 16px;
font-weight: 500;
font-size: 25px;
text-align: center;
}
.project-highlights {
  position: relative;
  overflow: hidden;
}

.bg-cubes {
  position: absolute;
  top: -4%;
  right: 15%;
  width: 250px; /* Adjust based on actual image size */
  z-index: 1;
}

.project-highlights .z-2 {
  z-index: 2;
  position: relative;
  padding-left: 4rem
}

.custom-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkme12m1v5.webp'); /* Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.highlights h3{
    color: var(--primary-color);
font-weight: 400;
font-size: 30px;
}
.highlights .enq_btn{
    background-color: var(--primary-color);
    color: white;
    font-weight:300;
    letter-spacing: 0.04rem;
}
.slick-slider .element{
  height:100%;
  width:100%;
  text-align: center;
  margin:0px 10px;
  font-size:15px;
}
.slick-slider .element img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 1.8rem;
}
.slick-slider-floor .element {
    height:100%;
  width:100%;
  text-align: center;
  margin:0px 10px;
  font-size:15px;
}
.slick-slider-floor .element img {
  width: 100%;
  height: auto;
  border-radius: unset !important;
  padding: 0;
}
section h3{
        color: var(--primary-color);
    font-weight: 400;
    font-size: 30px;
}
.slick-slider button{
    border: none;
    background-color: transparent;
    filter: invert(1);
}
.slick-slider .slick-prev{
        position: absolute;
    top: 40%;
    left: -2rem;
}
.slick-slider .slick-next{
        position: absolute;
    top: 40%;
    right: -2rem;
}
.swiper-container {
    width: 100%;
    margin: 40px 0;
    height: 65vh;
    padding: 45px 0 !important;
}

.swiper-slide {
    filter: blur(3px);
    opacity: 0.8;
    overflow: hidden;
    transition: .7s;
}
.swiper-button-prev, .swiper-button-next{
    color: white !important;
}
.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    filter: blur(0);
    z-index: 1;
    transform: scale(1.5);
}
.price-reg {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "natoSans";
}
.pricing-table {
    background-color: transparent;
    color: white;
    font-family: "natoSans";
    border-collapse: separate;
    border-spacing: 0 12px;
}
.overlay {
    height: 130vh;
    padding: 0 0 10rem 0;
    width: auto;
    background-color: rgba(0, 0, 0, 69%);
}

.slick-slider-floor .slick-prev {
    left: 76% !important;
    background-color: #1d417f !important;
    width: 8% !important;
    height: 12% !important;
    margin-top: 18rem;
    filter: invert(0);
    border-radius: 50%;
}


.slick-slider-floor .slick-next {
    right: 3% !important;
     background-color: #1d417f !important;
    width: 8% !important;
    height: 12% !important;
    margin-top: 18rem;
    filter: invert(0);
    border-radius: 50%;
}
.slick-slider-floor img{
        width: 0.5rem;
}
.table>:not(caption)>*>* {
    background-color: transparent;
}
.pricing-table a.btn-enquire {
    background-color: #0f3c84;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
}
.pricing-table th, .pricing-table td {
    vertical-align: middle;
    text-align: center;
    padding: 14px 0;
    border: 1px solid white;
    color: #fff;
}
.connectivity-section {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }

    .map-container {
      flex: 1 1 450px;
      min-width: 400px;
    }

    .accordion-container {
      flex: 1 1 250px;
      min-width: 200px;
    }

    .accordion-title {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      color: #18336d;
    }

    .accordion-item {
      margin-bottom: 1rem;
    }

    .accordion-toggle {
      width: 100%;
      text-align: left;
      padding: 1rem;
      font-size: 1rem;
      background-color: transparent;
      border: 1px solid #999999;
      cursor: pointer;
      transition: background 0.3s ease;
      border-radius: 0;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-toggle:hover {
      background-color: #e0e0e0;
    }

    .chevron {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
    }

    .accordion-toggle.active .chevron {
      transform: rotate(-135deg); /* Up arrow */
    }

    .accordion-content {
      padding: 0 1rem 1rem;
      display: none;
      border-radius: 0 0 5px 5px;
    }

    .accordion-content p {
      margin: 0.5rem 0;
      font-size: 0.95rem;
      text-transform: lowercase;
    }

    .accordion-content p:first-letter {
      text-transform: uppercase;
    }
  .success_msg, .error_msg{
    display: none;
    color: #fff;
}
.form-control {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 15px;
    color: #0b1c4c;
}
.enq_form .submit-btn {
 background-color: #1D417F;
 color: #fff;
padding:8px 28px;
border-radius: 10px;
font-weight: 500;
margin: 0 auto;
font-size: 25px;
text-align: center;
}
.formdiv .overlay {
    height: auto;
    width: auto;
    padding: 2rem 0;
    background-color: rgba(0, 0, 0, 69%);
}
.call-to-action1{
    display: none;
}


@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6{
  font-size: 28px;
}
 .call-to-action1 {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    display: block  ;
    background: var(--primary-color);
}
.call-to-action1 p {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 10px;
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
}
.connectivity-section {
        flex-direction: column;
        padding: 1rem;
      }

.hero-section .content h1 {
font-size: 40px;
text-align: left;
}
.hero-section .content p{
font-size: 18px;
    text-align: left;
}
.enq_btn{
float: left;
padding:8px 26px;
border-radius: 16px;
font-weight: 500;
font-size: 25px;
}
.project-highlights{
    padding: 0 !important;
}
.project-highlights .z-2{
    padding-left: 0.8rem;
    padding-top: 1.5rem
}
.slick-slider .slick-next {
    position: absolute;
    top: unset;
    right: 6rem;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    filter: invert(0);
    margin-top: 2rem;
}
.slick-slider .slick-prev {
    position: absolute;
    top: unset;
    left: 6rem;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    filter: invert(0);
    margin-top: 2rem;
    border: 1px solid #ccc;
}
.slick-arrow {
  background-color: transparent;
  border: none;
  transition: background-color 0.3s ease;
}

.slick-arrow.active-arrow {
  background-color: var(--primary-color); /* your blue */
  border-radius: 5px;
}
.bg-cubes {
    position: absolute;
    top: 38%;
    right: -1%;
    width: 250px;
    opacity: 0.7;
    z-index: -1;
}
}