/*
Theme Name: New Skyline Group
Author: App and Website
Description: The official consulting comapny theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #244B62;
   background: #fff;
   color: #244B62;
 }
 .pagination .page-numbers:hover{
   background: #244B62;
   border-color: #244B62;
   color: #fff;
 }
 .pagination .current {
    background: #244B62;
    border-color: #244B62;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */


 .privacy_policy_sec h1{
  font-size: 42px;
 }
 .privacy_policy_sec h2{
  font-size: 32px;
  margin-top: 30px;
 }
.privacy_policy_sec ul li{
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: -10px;
 }
 .privacy_policy_sec ul{
  margin-bottom: 25px;
 }
 .privacy_policy_sec ol li{
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: -10px;
 }
 .privacy_policy_sec ol{
  margin-bottom: 25px;
 }

/* 
Colors
#244B62
#a4494c */


.main-header .search-box-btn {
    background: #244B62;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .search-box-btn a i {
    color: #fff;
    font-size: 24px;
}
.main-header .main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    letter-spacing: 0px;
}
.main-header .main-menu .navigation > li > ul {
    width: 17rem;
}
.main-header .main-menu .navigation > li > a {
    color: #000;
}
.mobile-menu .close-btn {
    font-size: 18px;
    font-weight: 900;
    color: red;
}
.hpwrap i{
    margin-right: 5px;
}
.main-header .header-lower .logo-box {
    padding: 12px 0px;
}
.main-header.fixed-header .header-lower .logo-box {
    padding: 12px 0px;
}
@media only screen and (max-width: 767px) {
    .main-header .outer-box .header_button-box {
        display: block!important;
    }
    .main-header .auto-container {
    padding: 0;
}
}

@media only screen and (max-width: 480px) {
    .main-header .header-lower .outer-box .header_button-box{
        padding-top: 7px;
    }
    .main-header .header-lower .outer-box .header_button-box a{
        padding-top: 7px;
    }
    .main-header .outer-box .header_button-box a{
        padding: 8px 16px!important;
    }
    .main-header .header-lower .logo-box {
       padding: 5px 0px;
    }
    .main-header .header-lower .logo-box a img {
      height: 80px;
    }
    .main-header.fixed-header .header-lower .logo-box {
     padding: 5px 0px;
    }
}




.rc2-hero {
  display: flex;
  align-items: center;
  padding: 60px 0px;
}

.rc2-hero-inner {
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.rc2-hero-left h1 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.rc2-hero-left h1 span {
  color: #ffd1d1;
}

.rc2-hero-left p {
  font-size: 18px;
  color: #e5eef3;
  max-width: 520px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 35px;
}

.rc2-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.rc2-btn-primary {
  background: #eb2027;
  color: #fff;
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rc2-btn-primary:hover {
  background: #eb2027;
  color: #fff;
  transform: translateY(-2px);
}

.rc2-btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rc2-btn-secondary:hover {
  background: #ffffff;
  color: #244B62;
}

/* RIGHT FORM */
.rc2-hero-right {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 30px 10px 30px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.rc2-hero-right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #244B62;
  margin-bottom: 25px;
}

.rc2-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.rc2-hero-right input,
.rc2-hero-right textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.rc2-hero-right textarea {
  resize: none;
  height: 120px;
  margin-bottom: 20px;
}

.rc2-hero-right button {
  width: 100%;
  padding: 14px;
  background: #244B62;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.rc2-hero-right button:hover {
  background: #1d3f53;
}

/* TABLET */
@media (max-width: 991px) {
  .rc2-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .rc2-hero-left {
    text-align: center;
  }

  .rc2-hero-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .rc2-hero-actions {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .rc2-hero {
    padding: 70px 0px;
  }

  .rc2-form-grid {
    grid-template-columns: 1fr;
  }

  .rc2-hero-right {
    padding: 28px 22px;
  }
}


.sec-title_heading {
    text-transform: capitalize;
}
h2 {
    line-height: 46px;
    font-size: 40px;
}
.py_custom1{
  padding: 40px 0;
}


.nsgx-features {
  padding: 40px 0px;
  background: linear-gradient(180deg, #f9fbfd, #eef3f7);
}

.nsgx-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.nsgx-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: 30px 35px 20px 35px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  position: relative;
}

.nsgx-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(164, 73, 76, 0.15),
    rgba(36, 75, 98, 0.15)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nsgx-card:hover::after {
  opacity: 1;
}

.nsgx-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.nsgx-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #244b62, #a4494c);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  color: #fff;
  font-size: 32px;
  box-shadow: 0 18px 40px rgba(36, 75, 98, 0.35);
}

.nsgx-card h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #1f2933;
  margin-bottom: 0px;
}

.nsgx-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #5b6675;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 992px) {
  .nsgx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .nsgx-card {
    padding: 10px;
  }
  .nsgx-grid {
   gap: 10px;
  }
  .nsgx-card h3 {
  font-size: 16px;
  }
.nsgx-card p {
  font-size: 14px;
}
}


/* ===== SERVICES AREA ===== */
.nsg-services-area {
  padding: 60px 0px;
  background: #f8fafc;
}

.nsg-services-container {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== CARD ===== */
.nsg-services-card {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
}

.nsg-services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

/* ===== IMAGE ===== */
.nsg-services-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* ===== CONTENT ===== */
.nsg-services-content {
  padding: 0 25px 25px 25px;
}

.nsg-services-content h3 a{
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 10px;
}

.nsg-services-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 15px;
}

.nsg-services-content a {
  font-size: 14px;
  font-weight: 600;
  color: #dc2626;
  text-decoration: none;
}

.nsg-services-content a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .nsg-services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .nsg-services-container {
    grid-template-columns: 1fr;
  }

  .nsg-services-card img {
    height: 200px;
  }
}


.header_custom {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header_wrap{
  max-width: 800px;
}
.header_wrap p{
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .header_wrap{
  max-width: 100%;
}
}



/* ===== SUPPLIERS AREA ===== */
.nsg-suppliers-area {
  padding: 50px 0;
  background: #fff;
}

.nsg-suppliers-wrapper {
  margin: auto;
}

/* ===== HEADER ===== */
.nsg-suppliers-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.nsg-suppliers-header h2 {
  margin-bottom: 12px;
}

.nsg-suppliers-header p {
  font-size: 15px;
  color: var(--color-two);
  line-height: 1.7;
}

/* ===== GRID ===== */
.nsg-suppliers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

/* ===== SUPPLIER CARD (UPGRADED) ===== */
.nsg-supplier-card {
  position: relative;
  padding: 32px;
  min-height: 130px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow:
    0 8px 25px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.6);
  transition: all 0.4s ease;
}

/* ===== GRADIENT BORDER ===== */
.nsg-supplier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    #dc2626,
    #2563eb,
    #16a34a
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  transition: 0.4s;
}

/* ===== HOVER EFFECT ===== */
.nsg-supplier-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.18),
    0 0 35px rgba(220,38,38,0.25);
}

/* ===== HOVER BORDER INTENSITY ===== */
.nsg-supplier-card:hover::before {
  opacity: 1;
}

/* ===== LIGHT GLOW SWEEP ===== */
.nsg-supplier-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.6s;
}

.nsg-supplier-card:hover::after {
  top: 0;
  left: 0;
}

/* ===== LOGO ===== */
.nsg-supplier-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.4s ease;
  z-index: 2;
}

.nsg-supplier-card:hover img {
  transform: scale(1.05);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .nsg-suppliers-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .nsg-suppliers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .nsg-supplier-card {
    padding: 10px;
}
}

/* ===== TOP DESIGNS AREA ===== */
.sk-top-designs {
  padding: 50px 0px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.sk-top-wrapper {
  margin: auto;
}

/* ===== HEADER ===== */
.sk-top-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.sk-top-header h2 {
  font-size: 36px;
  color: #0f172a;
  margin-bottom: 12px;
}

.sk-top-header p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* ===== GRID ===== */
.sk-design-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* ===== PILL CARD ===== */
.sk-design-pill {
  position: relative;
  background: #ffffff;
  padding: 22px 28px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* LEFT DOT */
.sk-design-pill span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dc2626;
  flex-shrink: 0;
  transition: 0.35s;
}

/* GRADIENT BORDER */
.sk-design-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #dc2626, #2563eb);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.4;
  transition: 0.35s;
}

/* HOVER EFFECT */
.sk-design-pill:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.16);
  color: #dc2626;
}

.sk-design-pill:hover::before {
  opacity: 1;
}

.sk-design-pill:hover span {
  transform: scale(1.3);
  background: #2563eb;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .sk-design-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .sk-design-grid {
    grid-template-columns: 1fr;
  }

  .sk-top-header h2 {
    font-size: 28px;
  }
}


.journey-section {
  padding: 50px 0;
  background: #0f1220;
  color: #ffffff;
}

.journey-header {
  margin-bottom: 3.5rem;
}

.journey-header h2 {
  color: #fff;
}

.journey-header p {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.9;
  color: #fff;
}

/* Vertical journey layout */
.journey-flow {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2.8rem;
}

/* NOT a card */
.journey-item {
  position: relative;
  padding: 1.5rem;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 5px 0px;
}

/* Gradient side line */
.journey-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #244B62, #ff4d6d, #5f27cd);
}

.journey-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: #fff;
}

.journey-item p {
  font-size: 0.98rem;
  line-height: 1.7;
  opacity: 0.9;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .journey-flow {
    grid-template-columns: auto;
    gap: 25px;
  }
  .blog-one .blog-one_button{
    display: none!important;
  }
  .journey-item h3 {
  font-size: 1.2rem;
}
}
.news-block_one-title {
    text-transform: none;
    font-size: 18px;
    line-height: 26px!important;
}

.blog-one .inner-container {
    padding: 0px;
    border-radius: 2px;
    background:#fff;
}
.news-block_one .news-block_one-inner .news-block_one-content{
    background: #f5f5f5;
    padding: 20px;
}
.news-block_one-meta li{
  font-weight: 500;
}
.news-block_one-meta li i{
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .blog-one .inner-container {
        padding: 0!important;
    }
}


.blog_section img{
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.main-footer::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--color-two);
    overflow: hidden;
    border-radius: 0px;
}
.main-footer {
    margin-bottom: 0px;
}

.main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a {
    opacity: 1;
    color: #000;
}

.footer-contact_list li:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid var(--white-color);
    color: #fff;
}
.footer-contact_list li:nth-child(2) a {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid var(--white-color);
}
.footer-contact_list li:nth-child(3) a {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid var(--white-color);
}
.footer-contact_list li:nth-child(4) a {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid var(--white-color);
    color: #fff;
}
.footer-contact_list li:nth-child(4) a:hover {
    color:   var(--main-color);
}

.page-title {
    padding: 120px 0px 120px;
}
.story-three_inner {
    padding: 10px 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 26px;
}
.story-three_inner i {
    position: relative;
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 42px;
    border-radius: 100%;
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
    color: var(--color-two);
    background-color: var(--white-color);
    font-family: "flaticon_palace-icons";
}
.story-three_checklist li {
    position: relative;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    color: rgba(var(--color-two-rgb), 0.80);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
    .story-three_inner{
       display: none;
    }
}



.mapcontactinner{
  border: 5px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.py_custom2{
  padding: 60px 0;
}


/* ===============================
   NSG THANK YOU SECTION
================================ */

.nsg-thankyou-wrapper {
  min-height: 100vh;
  background: linear-gradient(
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.55)
  ),
  url("assets/images/bnr2.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.nsg-thankyou-container {
  width: 100%;
  max-width: 720px;
}

.nsg-thankyou-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Icon */
.nsg-thankyou-icon {
  width: 80px;
  height: 80px;
  background: #e63946;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

/* Title */
.nsg-thankyou-title {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 15px;
}

/* Text */
.nsg-thankyou-text {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Info Box */
.nsg-thankyou-info {
  background: #f8fafc;
  border-left: 4px solid #e63946;
  padding: 18px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  font-size: 15px;
  color: #334155;
}

/* Buttons */
.nsg-thankyou-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.nsg-btn-primary,
.nsg-btn-secondary {
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nsg-btn-primary {
  background: #e63946;
  color: #ffffff;
}

.nsg-btn-primary:hover {
  background: #c92f3b;
}

.nsg-btn-secondary {
  border: 2px solid #e63946;
  color: #e63946;
  background: transparent;
}

.nsg-btn-secondary:hover {
  background: #e63946;
  color: #ffffff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .nsg-thankyou-card {
    padding: 40px 25px;
  }

  .nsg-thankyou-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .nsg-thankyou-title {
    font-size: 22px;
  }

  .nsg-thankyou-text {
    font-size: 15px;
  }
}

.property-block_one-heading{
  text-transform: capitalize;
  font-size: 18px;
  line-height: 26px;
}
.price_div h6  {
  font-weight: 500;
  font-size: 16px;
}
.price_div h6 span{
  font-weight: 700!important;
}


/* =====================================
   GLOBAL RESET & TYPOGRAPHY
===================================== */

.nsg-project-page {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f2937;
  line-height: 1.75;
  background: #ffffff;
}

.nsg-project-page p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
}

.nsg-project-page strong {
  font-weight: 600;
}

/* =====================================
   HERO / OVERVIEW SECTION
===================================== */

.nsg-project-hero {
  background: #f8fafc;
  padding: 70px 0px;
}

.nsg-project-hero-inner {
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* IMAGE */
.nsg-project-image img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}

/* TEXT CONTENT */
.nsg-project-summary h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #0f172a;
}

.nsg-project-summary h3 {
  font-size: 22px;
  font-weight: 600;
  color: #e63946;
  margin: 32px 0 12px;
  line-height: 1.4;
}

.nsg-project-summary p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #334155;
}

/* =====================================
   CONTENT SECTIONS
===================================== */

.nsg-project-section {
  margin: 70px auto;
  padding: 0 0px;
}

.nsg-project-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.35;
  color: #0f172a;
}

.nsg-project-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #334155;
}

/* =====================================
   FEASIBILITY TABLE
===================================== */

.nsg-feasibility-table {
  overflow-x: auto;
}

.nsg-feasibility-table table {
  width: 100%;
  border-collapse: collapse;
}

.nsg-feasibility-table th,
.nsg-feasibility-table td {
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  text-align: left;
  font-size: 15px;
}

.nsg-feasibility-table thead th {
  background: #f1f5f9;
  font-weight: 600;
}

.nsg-total-row td {
  font-weight: 700;
  background: #f8fafc;
}

.nsg-profit-row td {
  font-weight: 700;
  background: #ecfdf5;
  color: #065f46;
}

/* =====================================
   LIST FIXES (IMPORTANT)
===================================== */

/* BULLET LIST */
.nsg-bullet-list {
  list-style: disc;
  padding-left: 22px;
  margin: 16px 0;
}

.nsg-bullet-list li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* NUMBER LIST */
.nsg-number-list {
  list-style: decimal;
  padding-left: 22px;
  margin: 16px 0;
}

.nsg-number-list li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* PROCESS SUB LISTS */
.nsg-process-block ul {
  list-style: disc;
  padding-left: 22px;
  margin-top: 12px;
}

.nsg-process-block li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* =====================================
   PROCESS BLOCKS
===================================== */

.nsg-process-block {
  background: #f9fafb;
  padding: 28px 30px;
  border-radius: 12px;
  margin-top: 36px;
}

.nsg-process-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0f172a;
}
.nsg-bullet-list li{
  list-style: disc!important;
}
.nsg-number-list li{
   list-style-type: decimal !important;
}
.nsg-process-block ul li {
    list-style: disc;
}
.nsg-project-section {
    max-width: 100%;
    margin: 70px auto;
    padding: 0 0px;
}
@media screen and (max-width: 992px) {
  .nsg-project-hero-inner {
  grid-template-columns: 1fr;
  gap: 20px;
}
}
/* ==========================*/


 .nsg-hero {
    background: #244B62;
    color: #fff;
    text-align: center;
    padding: 60px 0px;
  }
  .nsg-hero h1 {
    font-size: 2.5rem;
    color: #fff;
  }
  .nsg-hero p {
    max-width: 800px;
    margin: 0 auto 25px;
    color: #ddd;
  }
  .nsg-hero .nsg-btn {
    background: #a4494c;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    margin: 5px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
  }
  .nsg-hero .nsg-btn:hover {
    background: #fff;
    color: #a4494c;
  }
.sevintsec img{
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sevintsec .ct_row{
  display: grid!important;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 40px;
}
  .nsg-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    gap: 30px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .nsg-intro-text {
    flex: 1 1 45%;
  }
  .nsg-intro-text h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .nsg-intro-text p {
    line-height: 1.6;
  }
  .nsg-intro-form {
    flex: 1 1 45%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  .nsg-intro-form input,
  .nsg-intro-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
  }
  .nsg-intro-form button {
    background: #244B62;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
  }
  .nsg-intro-form button:hover {
    background: #a4494c;
  }

  .nsg-service-section {
    margin: 60px auto;
    padding: 0 0px;
    text-align: center;
  }
  .nsg-service-section img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .nsg-service-section h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .nsg-service-section p {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .sevintsec{
    background: #f5f5f5;
    padding: 50px 0;
  }
 .introf .ct_row{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    margin: 50px auto;
    align-items: center;
  }
  .nsg-reasons .ct_row{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    margin: 50px auto;
  }
  /* ===== REASON CARD (UPGRADED) ===== */
.nsg-reason-card {
  position: relative;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* ===== GRADIENT BORDER ===== */
.nsg-reason-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px; /* thickness of the border */
  background: linear-gradient(135deg, #ff6b6b, #5f27cd, #1dd1a1);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  transition: 0.4s;
}

.nsg-reason-card h4{
  font-size: 18px;
}
  .nsg-reason-card p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .nsg-cta {
    background: linear-gradient(135deg, #b2dcf5, #ebd3d3);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
  }
  .nsg-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .nsg-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.6;
  }
  .nsg-cta .nsg-btn {
    background: #a4494c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
  }
  .nsg-cta .nsg-btn:hover {
    background: #fff;
    color: #a4494c;
  }

  @media (max-width: 768px) {
    .nsg-intro {
      flex-direction: column;
    }
    .nsg-intro-text, .nsg-intro-form {
      flex: 1 1 100%;
    }
    .introf .ct_row{
    grid-template-columns: 100%;
  }
   .nsg-reasons .ct_row{
    grid-template-columns: auto;
  }
  .sevintsec .ct_row{
  grid-template-columns: 100%;
}
.title_ch h1{
  font-size: 32px!important;
  margin-bottom: 20px;
}
.title_ch h2{
  font-size: 32px!important;
}
}


.deesign_page{
  margin-top: 0px;
  background: #cee5f3;
}
.whybg{
  background: #eaf4fa;
  padding: 50px 0 20px 0;
}


/* ===== DIRECTORS SECTION ===== */
.nsg-directors-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  background: #fff;
  margin-bottom: 50px;
}

.nsg-director-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  flex: 1 1 300px;
  display: grid;
  flex-direction: column;
}

/* ===== GRADIENT BORDER ===== */
.nsg-director-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px; /* border thickness */
  background: linear-gradient(
    135deg,
    #ff6b6b,
    #5f27cd,
    #1dd1a1
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}



.nsg-director-image img {
  width: 260px;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-left: 20px;
  height: auto;
  display: block;
  object-fit: cover;
}

.nsg-director-content {
  padding: 25px;
}

.nsg-director-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1f2937;
}

.nsg-director-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 15px;
}

.faq-two_accordion-outer {
    padding-left: 0px;
}
.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.blog_single_content h1{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.blog_single_content h2{
  font-size: 32px;
  line-height: 40px;
  margin-top: 40px;
}
.blog_single_content h3{
  font-size: 28px;
  line-height: 36px;
}

.blog_single_content ul li{
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: -10px;
}
.blog_single_content ul {
  margin-bottom: 15px;
}
.blog_single_content ol li{
  list-style-type: decimal;
  margin-bottom: -10px;
}
.blog_single_content ol {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
.blog_single_content h1{
  font-size: 32px;
  line-height: 40px;
}
.blog_single_content h2{
  font-size: 28px;
  line-height: 36px;
}
.blog_single_content h3{
  font-size: 24px;
  line-height: 32px;
}
.blog-detail_inner {
  padding: 0px;
  background: #fff;
}
}


.property-block_one-content {
    position: relative;
    padding: 20px 2px 10px 2px;
}
.property-block_one-inner {
    height: 100%;
}

.intro_text_srv ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: -10px;
}
.intro_text_srv ol li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: -10px;
}
.header_wrap2{
  max-width: 1180px;
}
.nsg-cta2 p {
    max-width: 860px;
}
@media (max-width: 768px) {
    .title_ch h2 {
        line-height: 36px;
    }
}
.intro_text_srv h1{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.rc2-hero-right .wpcf7-submit{
  background: #244B62;
  color: #fff;
  font-size: 18px;
}
.rc2-hero-right .wpcf7-submit:hover{
  background: #a4494c;
}

 .property-block_one-image img {
    height: 240px;
	width: 100%;
	object-fit: cover;
}


/* =========================================
   PROJECT DETAILS PAGE
========================================= */

.project_details_section {
    background: #F4F6F8;
}

/* Spacing helpers */
.space8 { height: 8px; }
.space10 { height: 10px; }
.space16 { height: 16px; }
.space20 { height: 20px; }
.space32 { height: 32px; }
.space40 { height: 40px; }

/* =========================================
   MAIN CONTENT AREA
========================================= */

.apartment-author-area {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.apartment-author-area .img1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.apartment-author-area h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1F3C4E;
}

.apartment-author-area h3 {
    font-size: 24px;
    font-weight: 600;
    color: #A4494C;
}

/* =========================================
   ICON LIST (BED / BATH / AREA)
========================================= */

.product_desc_iconlist {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product_desc_iconlist li {
    background: #F4F6F8;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(31,60,78,0.12);
}

.product_desc_iconlist .val {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1F3C4E;
}

.product_desc_iconlist img {
    width: 22px;
    height: 22px;
}

/* =========================================
   DESCRIPTION CONTENT
========================================= */

.formatted-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

/* =========================================
   PROJECT PLAN & GALLERY
========================================= */

.project_plan h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1F3C4E;
    margin-bottom: 20px;
}

.myFancyGallery {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0px;
}

.fancy_item {
}

.fancy_item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.fancy_item img:hover {
    transform: scale(1.05);
}

/* =========================================
   SIDEBAR
========================================= */

.details-leftarea {
    position: sticky;
    top: 40px;
}

.blog-details-leftarea {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.category-area h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1F3C4E;
}

.category-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-area ul li {
    border-bottom: 1px solid #eeeeee;
}

.category-area ul li:last-child {
    border-bottom: none;
}

.category-area ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #1C1C1C;
    font-weight: 500;
    transition: color 0.3s ease;
}

.category-area ul li a:hover {
    color: #A4494C;
}

/* =========================================
   CONTACT FORM CTA
========================================= */

.form_cta_main {
    background: #1F3C4E;
    border-radius: 14px;
    padding: 30px;
    color: #ffffff;
}

.form_cta_main h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.form_cta_main input,
.form_cta_main textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin-bottom: 12px;
}

.form_cta_main input[type="submit"] {
    background: #A4494C;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form_cta_main input[type="submit"]:hover {
    background: #8f3d40;
}

/* =========================================
   RECENT PROJECTS SECTION
========================================= */

.latest_projects {
    background: #ffffff;
    padding: 80px 0;
}

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

.heading5 h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1F3C4E;
}

.projects_button {
    background: #1F3C4E;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.projects_button:hover {
    background: #A4494C;
}

/* =========================================
   PROJECT CARD
========================================= */

.apartment-boxarea {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.apartment-boxarea:hover {
    transform: translateY(-6px);
}

.apartment-boxarea .img1 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.apartment-boxarea .content-area {
    padding: 20px;
}

.apartment-boxarea .content-area a {
    font-size: 20px;
    font-weight: 700;
    color: #1F3C4E;
}

.apartment-boxarea .arrow {
    padding: 15px 20px;
    background: #F4F6F8;
    text-align: right;
}

.apartment-boxarea .arrow a {
    font-weight: 600;
    color: #A4494C;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .apartment-header {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .fancy_item {
        width: 100%;
    }

    .apartment-author-area {
        padding: 20px;
    }

    .apartment-author-area h2 {
        font-size: 24px;
    }
	.myFancyGallery {
    grid-template-columns:  auto auto auto;
}
	.myFancyGallery img {
    height:80px;
}
}



.content_format br{
	display: none;
}
 h2 {
	font-size: 36px!important;
}

@media (max-width: 576px) {
h2, h1, .sec-title_heading {
	font-size: 32px!important;
}
}



.project_detailssec h1{
	font-size: 32px!important;
	line-height: 40px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
.project_detailssec h1{
	font-size: 28px!important;
}
	.project_details_section .pdright{
		padding: 0!important;
	}
}