:root {
  --primary: #4f8f7a;       /* calming green */
  --secondary: #3f6e8c;     /* trust blue */
  --accent: #e3b04b;       /* soft warm highlight */
  --text-dark: #2f2f2f;
  --text-muted: #6c757d;
  --bg-soft: #f7f9f8;
  --bg-light: #ffffff;
  --border-soft: #e6ece9;
}
html {
  scroll-behavior: smooth;
}


body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-dark);
  /*background: var(--bg-soft);*/
  line-height: 1.7;
  overflow-x:hidden;
}
h1, h2, h3, h4 {
  /*font-weight: 600;*/
  color: #4c4c4c;
}

.section-title {
  font-size: 32px;
  margin-bottom: 40px;
  position: relative;
  text-align:center;
}

/*.section-title::after {*/
/*  content: "";*/
/*  width: 60px;*/
/*  height: 3px;*/
/*  background: var(--primary);*/
/*  display: block;*/
/*  margin: 14px auto 0;*/
/*  border-radius: 4px;*/
/*}*/

p {
  font-size: 15.5px;
  color: var(--text-muted);
}

/* NAVBAR */
.custom-nav {
 background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-brand {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 22px;
}

.nav-link {
  margin-left: 20px;
  color: #000 !important;
}

/* BUTTON */
.btn-gold {
  background: #2f96d4;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 28px;
}

.btn-gold:hover {
  background: #0f694b;
  color: #fff;
}

/* HERO */
/*.hero-section {*/
/*  height: 100vh;*/
/*  background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),*/
/*              url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover no-repeat;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.hero-content h1 {*/
/*  font-family: 'Playfair Display', serif;*/
/*  font-size: 56px;*/
/*  color: #fff;*/
/*}*/

/*.hero-content p {*/
/*  color: #ddd;*/
/*  max-width: 500px;*/
/*}*/
.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  /*min-height: 85vh;*/
  /*display: flex;*/
  align-items: center;
  padding-top:102px;
}

/*.carousel-indicators li {*/
/*  width: 10px;*/
/*  height: 10px;*/
  /*border-radius: 50%;*/
/*  background: rgba(255,255,255,0.5);*/
/*}*/

/*.carousel-indicators .active {*/
/*  background: #4f8f7a;*/
/*}*/
/* SECTIONS */
.section-padding {
  padding: 100px 0;
}

.section-title {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 36px;
  margin-bottom: 20px;
  text-align:center;
}

/* ABOUT */
.property-points {
  list-style: none;
  padding: 0;
}

.property-points li {
  margin-bottom: 10px;
}

/* FEATURES */
.features-section {
  background: #f7f5f2;
  padding: 100px 0;
}

.feature-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* CONTACT */
.contact-section {
  padding: 100px 0;
  background: #111;
}

.contact-section input {
  border-radius: 0;
}

/* FOOTER */
.footer {
  padding: 20px;
  /*background: #000;*/
  /*color: #aaa;*/
}
.sticky-cta {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #2f96d4;
  color: #fff;
  padding: 14px 26px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.sticky-cta:hover {
  background: #0f694b;
  color: #fff;
  transform: translateY(-3px);
}
.price-modal {
  border-radius: 0;
  padding: 20px;
}

/*.price-modal .modal-title {*/
/*  font-family: 'Playfair Display', serif;*/
/*}*/


  .price-modal input {
    border-radius: 0;
    padding: 30px 15px;
    margin-bottom:10px;
}
}
.amenities-section {
  background: #fff;
}

.amenity-box {
  text-align: center;
  padding: 30px 15px;
  background: #f7f5f2;
  height: 100%;
  transition: all 0.3s ease;
}

.amenity-box h6 {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.amenity-box:hover {
  background: #2f96d4;
  color: #fff;
  transform: translateY(-5px);
}
.map-section {
  height: 500px;
}

.map-content {
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
}

.map-text {
  padding: 60px;
}

.map-text p {
  color: #bbb;
}

.location-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.location-points li {
  margin-bottom: 10px;
}
.faq-section {
  background: #f7f5f2;
}

.faq-card {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.faq-card .card-header {
  background: #fff;
  border: none;
  padding: 0;
}

.faq-btn {
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none !important;
}

.faq-btn::after {
  content: '+';
  float: right;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-btn:not(.collapsed)::after {
  content: '−';
}

.faq-card .card-body {
  background: #fff;
  color: #555;
  padding: 0 20px 20px;
  line-height: 1.7;
}
/* CARE CENTRES SECTION */
.care-section {
  background: #fefefe;
}

.section-title-sm {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 30px;
  margin-bottom: 20px;
  color: #1c1c1c;
}

.section-title-sm .subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #666;
}

.care-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* VOCATIONAL GRID */
.vocational-grid {
  margin-top: 25px;
}

.voc-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.voc-item img {
  height: 40px;
  margin-bottom: 10px;
}

.voc-item span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.voc-item:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

/* DISCLAIMER */
.care-disclaimer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
  font-size: 13px;
  color: #777;
}

/* MOBILE */
@media (max-width: 767px) {
  .section-title-sm {
    text-align: center;
  }

  .care-text {
    text-align: center;
  }
}

@media (max-width: 991px) {
    html{
        overflow-x:hidden;
    }
  .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .btn-gold {
    display: inline-block;
    margin-top: 10px;
  }
  
   #about img {
    margin-top: 40px;
  }

  .section-title {
    text-align: center;
  }
  .map-section {
    height: auto;
  }

  .map-content {
    min-height: auto;
  }

  .map-text {
    padding: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 32px;
  }
  amenity-box {
    padding: 20px 10px;
    font-size: 13px;
  }

  .amenity-box h6 {
    font-size: 13px;
  }
  .contact-section {
    padding: 70px 0;
  }

  .contact-section input,
  .contact-section button {
    font-size: 14px;
  }
   .sticky-cta {
    right: 15px;
    bottom: 15px;
    padding: 12px 18px;
    font-size: 13px;
  }
}
.amenities-clean {
  background: #f7f5f2;
}

/* Tabs */
.amenities-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #555;
  padding: 12px 25px;
  font-weight: 500;
}

.amenities-tabs .nav-link.active {
  border-color: #2f96d4;
  color: #000;
}

/* Amenity Item */
.amenity-item {
  background: #fff;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.amenity-item:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.amenity-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 15px;
}

.amenity-item h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.amenity-item p {
  font-size: 14px;
  color: #666;
}
.amenities {
  background: var(--bg-light);
  padding: 70px 0;
}

.amenity-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.amenity-card:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.amenity-icon {
  width: 60px;
  height: 60px;
  background: rgba(79,143,122,0.1);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 20px;
}

.amenity-card h5 {
  font-size: 17px;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 575px) {
  .amenity-item {
    padding: 20px 15px;
  }
  .amenities-tabs .nav-link{
      padding: 9px 13px;
  }
}


.gallery-img {
  transition: all 0.4s ease;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.navbar-brand img{
    height:75px;
    width:200px;
}
.pscl_logo_img{
    height:auto !important;
    width:160px  !important;
    border-right:1px solid #777;
    padding-right:10px;
}
@media (max-width:575px){
    .hero-section{
        padding-top:74px;
    }
    .navbar-brand img{
        width:150px;
        height:45px;
    }
    
    .navbar .container{
        justify-content:center;
    }
    .pscl_logo_img {
    
    width: 130px  !important;
}
}
/* Mobile Fixed Footer */
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #fff;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
  z-index: 999;
}

.mobile-footer .footer-btn {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.mobile-footer .call-btn {
  background: #111;
  color: #fff;
}

.mobile-footer .enquire-btn {
  background: #2f96d4;
  color: #fff;
}
/* Footer */
.site-footer {
  /*background: #012f66;*/
  color: #ccc;
  padding: 60px 0 20px;
}

.site-footer .footer-title {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.site-footer .footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

.site-footer .form-control {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  font-size: 14px;
}

.site-footer .form-control::placeholder {
  color: #777;
}

.site-footer .form-control:focus {
  border-color: #2f96d4;
  box-shadow: none;
}

.btn-footer {
  background: #2f96d4;
  color: #000;
  font-weight: 500;
  border: none;
  padding: 10px;
}

.btn-footer:hover {
  background: #b8913f;
  color: #000;
}

/*.rera-box {*/
/*  text-align: center;*/
/*}*/

.rera-qr {
  max-width: 100px;
  border: 5px solid #fff;
  background: #fff;
  padding: 5px;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 13px;
  color: #777;
}
.logo{
    background-image:url(./images/1.jpg);
    height:700px;
}


.logo .row{
    height:100%;
}
.logo .swaniketan_logo{
    width:600px;
}
.logo .pscl_logo{
    width:400px;
    border-right:1px solid #000;
}
.logo .col-lg-8{
    height: 100%;
    /*border-left: 1px solid #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:575px){
    .logo{
    background-image:url(./images/MobileBannerPic.jpg);
    height:540px;
    background-size:cover;
    background-position:center;
    }
    .logo .col-lg-6{
        align-items: start;
    }
    .logo img{
    width:360px;
}
}
.swaniketan-card {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 60px 50px 50px;
  border: 3px solid #6bb7e6;
  border-radius: 40px;
  background: radial-gradient(
    circle at top,
    #ffffff 0%,
    #eef7fd 70%
  );
  text-align: center;
  transform: scaleX(-1);
}

/* TOP ICON */
.top-icon {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 15px 15px;
  border-radius: 40px;
  border: 3px solid #6bb7e6;
}

.top-icon img {
  height: 42px;
}

/* LOGO */
.logo-row img {
  max-width: 260px;
  margin-bottom: 25px;
}

/* TEXT */
.content p {
  font-size: 16px;
  line-height: 1.9;
  color: #2f2f2f;
  max-width: 720px;
  margin: 0 auto 18px;
}

.content strong {
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .swaniketan-card {
    padding: 50px 25px 40px;
    border-radius: 28px;
  }

  .logo-row img {
    max-width: 220px;
  }

  .content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .top-icon img {
    height: 36px;
  }

  .content p {
    font-size: 14px;
  }
}
#about{
    /*background-image:url(./images/Pic1.jpg);*/
    padding:150px 0;
    background-size:cover;
    background-position: center;
    /*transform: scaleX(-1);*/
    background: #fff;
}
#about p{
    line-height:34px;
}
#about h2{
    color:#4c4c4c;
    line-height:54px;
}
.theme-btn .btn{
    background-image:linear-gradient(to right,#2f96d4,#2eaddc);
    padding:12px 50px;
    color:#fff;
    font-weight:500;
    
}
/* BASE */
.conscious-section {
  padding: 80px 20px;
  background: #ffffff;
  /*font-family: "Segoe UI", sans-serif;*/
}

.conscious-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CARD */
.left-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 60px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.left-card h2 {
  font-size: 36px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.3;
  margin-bottom: 24px;
}

.left-card .intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
}

.left-card ul {
  padding-left: 18px;
  margin-bottom: 40px;
}

.left-card li {
  font-size: 15.5px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}

.know-more-btn {
  display: inline-block;
  background: linear-gradient(135deg, #2fa4d9, #49b7e5);
  color: #fff;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(47,164,217,0.35);
}

/* RIGHT STACK */
.right-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.stack-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.img-box {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f7fa;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.icon-box {
  background: #ffffff;
  border: 2px solid #5cb3e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 80%;
  height: auto;
  object-fit: contain;
  position:relative;
}

.stack-text {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

/* DOTTED CONNECTOR */
.stack-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 60px;
  border-left: 2px dotted #e24bb5;
}
.stack-text::after {
      content: "";
    position: absolute;
    left: -29px;
    top: -21px;
    height: 60px;
    border-left: 2px dotted #e24bb5;
    transform: rotate(90deg);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .conscious-container {
    grid-template-columns: 1fr;
  }

  .right-stack {
    align-items: center;
  }

  .stack-item {
    flex-direction: column;
    text-align: center;
  }

  .stack-text {
    padding-left: 0;
  }

  .stack-text::before {
    display: none;
  }
  .stack-text::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .left-card {
    padding: 40px 25px;
  }

  .left-card h2 {
    font-size: 26px;
  }

  .img-box {
    width: 150px;
    height: 150px;
  }
  #about{
      padding:0;
  }
  #about h2{
       font-size: 24px;
    line-height: 35px;
    padding-top: 15px;
    padding-left: 10px;
    margin-bottom:5px;
}
#about p {
    line-height: 26px;
    padding-left: 10px;
}
.section-title h2{
    font-size:26px;
}
.amenities-main h4{
    font-size:20px;
}
}
.vocational-center{
    text-align:center;
    padding-top:50px;
}
.vocationl_text{
        width: 80%;
    margin: 0 auto;
    border-radius:10px;
    /*height:150px;*/
    margin-top: -33px;
}
.vocationl_text p{
        padding-top: 50px;
    padding-bottom: 50px;
}
.amenities-main h4{
padding:30px 0;
}

.process-puzzle {
  padding: 60px 20px;
  background: #ffffff;
}

.puzzle-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* BASE PIECE */
.puzzle-piece {
  padding: 30px;
  /*color: #ffffff !important;*/
  position: relative;
  min-height: 220px;
  font-size: 16px;
  line-height: 1.6;
}
.puzzle-piece p{
    color: #ffffff ;
}
/* COLORS */
.blue { background: #7fa0cf; }
.pink { background: #c15b8f; }
.red  { background: #e0647c; }

/* STEP NUMBER */
.step {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  color:#fff;
}

/* PUZZLE KNOBS */
.puzzle-piece::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: inherit;
  border-radius: 50%;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.puzzle-piece::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  /*background: #ffffff;*/
  border-radius: 50%;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* REMOVE EXTRA KNOBS */
.puzzle-piece:nth-child(4)::after,
.puzzle-piece:nth-child(8)::after {
  display: none;
}

.puzzle-piece:nth-child(1)::before,
.puzzle-piece:nth-child(5)::before {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .puzzle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .puzzle-piece::after,
  .puzzle-piece::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .puzzle-grid {
    grid-template-columns: 1fr;
  }

  .puzzle-piece {
    min-height: auto;
  }
  .process-puzzle{
      padding: 0 20px 50px;
  }
}
.contact-section {
  padding: 80px 0;
  background: #ffffff;
  /*font-family: "Segoe UI", sans-serif;*/
}

/* BRAND */
.brand-logo {
  max-height: 100px;
  margin-bottom: 20px;
}

.brand-text {
  /*max-width: 850px;*/
  margin: 0 auto 40px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

/* STATS */
.stats-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  padding: 30px 20px;
  margin-bottom: 70px;
}

.stats-box h5 {
  font-weight: 600;
  margin: 10px 0 0;
  font-size:30px;
}

.stats-box p {
  font-size: 12px;
  color: #777;
}

/* TITLE */
.get-touch-title {
  font-size: 26px;
  margin-bottom: 30px;
  color: #444;
}

/* CARDS */
.info-card,
.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height:560px;
}

.info-card h6 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* RERA */
.rera-block {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.qr-img {
  max-width: 90px;
  margin: 10px 0;
}

/* FORM */
.form-card input {
  border-radius: 10px;
  padding:  30px 12px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: none;
}

.form-card button {
  border-radius: 12px;
  padding: 12px;
  font-weight: 500;
}

/* SOCIAL */
.social-links {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.social-links i {
  margin-left: 10px;
  cursor: pointer;
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 9999;
}

.iti input {
  padding-left: 90px !important;
}

@media (max-width:575px){
.info-card, .form-card{
height:auto;
}
.contact-section{
padding :80px 0 0;
}
}

.blur {
    /*filter: blur(3px);*/
    border: 3px solid #777;
    height: 315px;
    width: 100%;
    object-fit: cover;
        }