:root {
  /* Font Families */

  --font-primary:  "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-tertiary: "Josefin Sans", sans-serif;

  /* Text Colors */
  --text-primary: #ffff; /* Dark gray/black */
  --text-secondary: #555555; /* Medium gray */
  --text-tertiary: #888888; /* Light gray */

  /* Background Colors */
  --bg-primary: #361500; /* Light gray background */
  --bg-secondary: #ecbf2d; /* Slightly darker gray background */
}
* {
  margin: 0px;
  padding: 0px;
}
.nirman-logo{
  font-family: var(--font-tertiary);
  color: var(--bg-secondary);
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 1px;
}
@media (max-width: 992px) {
  /* Adjusted to 992px to cover tablets too */
 
  .hero-heading {
    font-size: 25px !important;
  }
  .hero-subheading {
    font-size: 17px !important;
  }
  .alter-color {
    color: rgb(255 166 102);
    font-family: var(--font-secondary);
    font-weight: 700;
  }
  .hero-cards-service{
   
    height: 10px !important;
  }
  .hero-card-mobile .card{
    margin-bottom: 30px !important;
  }
  .education-card-main{
    min-width: 250px !important;
  }
  .common-card-main{
    min-width: 350px !important;
  }
}
@media (max-width: 997px) { 
 
    
}
.hero-section {
  height: 500px;
  background: rgb(33, 3, 48);
  background: linear-gradient(
    0deg,
    rgba(33, 3, 48, 1) 0%,
    rgba(43, 45, 91, 1) 50%
  );
}
.hero-content {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-heading {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.hero-subheading {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  letter-spacing: 1px;
  font-size: 25px;
}
.alter-color {
  color: rgb(255 166 102);
  font-family: var(--font-secondary);
  font-weight: 700;
}
.search-btn {
  background: #19699e;
  background: linear-gradient(135deg, #19699e, #281789);
  color: white !important;
  font-weight: 600 !important;
  font-family: var(--font-primary);
}
.hero-cards-service{
  position: relative;  
  height: 200px;
}
.hero-cards-service .card {
  border: none !important;
}
.hero-cards-service .card-one {
  background-color: #f8fafc;
  font-family: var(--font-secondary);
  margin-bottom: 30px;
}
.hero-cards-service .card-two {
  background-color: #f5f0cd;
  font-family: var(--font-secondary);
  margin-bottom: 30px;
}
.hero-cards-service .card-three {
  background-color: #e5d9f2;
  font-family: var(--font-secondary);
  margin-bottom: 30px;
}
.service-card-header-one {
  background-color: #d9eafd !important;
  font-family: var(--font-secondary);
  font-family: 800 !important ;
  padding: 20px 0px !important;
}
.service-card-header-two {
  background-color: #fada7a !important;
  font-family: var(--font-secondary);
  font-family: 800 !important ;
  padding: 20px 0px !important;
}
.service-card-header-three {
  background-color: #f5efff !important;
  font-family: var(--font-secondary);
  font-family: 800 !important ;
  padding: 20px 0px !important;
}

.hero-card-abs {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, -32%) !important;
  
}
.cities-content {
  text-align: center;
}
.cities-content img{
  
    margin-bottom: 20px;
    border-radius: 10px;
}
.cities-content:hover img{
  transform: translateY(-10px);
  transition: 2s ease;
}
.cities-heading-3{
  font-family: var(--font-secondary);
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
}

.cities-heading-3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #F4C708;
  margin-top: 10px;
}
.cards-layout-home{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
  
}
.overflow-x-auto {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}

/* education card start  */
.education-card{
  background-color: rgba(15, 23, 42, 1);
  padding: 40px 0px;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none; 
}
.education-heading-3{
  font-family: var(--font-secondary);
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.education-heading-3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #F4C708;
  margin-top: 10px;
}
.education-card .card{
  background-color: rgba(31, 41, 55,  1);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  
}
.education-card{
  
}
.education-card-header{
  background-color: rgba(15, 23, 42, 0.4);
  padding: 20px;
  color: #FCFCFF;
  gap: 10px;
  
}
.education-card-header img{
  width: 70px;
  height: 70px;
}
.education-card-main{
  width: 25%;
}
.education-card-body ul{
  padding: 0px;
}
.education-card-body ul li{
  border-bottom: 1px solid #eeeeee49;
  padding-bottom: 7px;
  margin: 15px 0px;
  font-family: var(--font-primary);
  font-size: 14px;
}
.education-card-body ul li i{
  color: white;
}
.education-card-body ul li a{
  color: white;
  text-decoration: none;
}
.education-card-body ul li a:hover{
 text-decoration: underline;
}

/* education card end  */


.enquire-btn{
  border: 2px solid #FF9D3D;
  background-color: whitesmoke;
  padding:5px 30px;
  border-radius: 5px;
}
.enquire-btn:hover{
  border: 2px solid #FF9D3D;
  background-color: whitesmoke;
  padding:5px 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
 
}
.enquire-btn a{
  text-decoration: none;
  color: #FF9D3D;
  font-family: var(--font-secondary);
}

/* real estate card start  */

.property-card{
  background-color: white;
  padding: 40px 0px;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none; 
}
.property-heading-3{
  font-family: var(--font-secondary);
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.property-heading-3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #F4C708;
  margin-top: 10px;
}
.property-card .card{
  background-color: rgb(255, 255, 255);
  
  
}
.property-card{
  
}
.property-card-header{
  background-color: #F7F7F7;
  padding: 20px;
  color: black;
  gap: 10px;
  border: 1px solid #eeeeeea1;
  border-radius: 5px;
  
}
.property-card-header img{
  width: 70px;
  height: 70px;
}
.common-card-main{
  width: 25%;
  border: 1px solid #eeeeeea1;
}
.property-card-body ul{
  padding: 0px;
}
.common-card-body ul li{
  border-bottom: 1px solid #eeeeeea1;
  padding-bottom: 7px;
  margin: 15px 0px;
  font-family: var(--font-primary);
  font-size: 14px;
}
.common-card-body ul li i{
  color: black;
}
.common-card-body ul li a{
  color: black;
  text-decoration: none;
}
.common-card-body ul li a:hover{
 text-decoration: underline;
}
/* real estate card end  */

/* healthcare start  */
.health-card-header{
 background-color:  rgba(220 ,252, 231, 1);
  padding: 20px;
  color: black;
  gap: 10px;
  border: 1px solid #E8F9FF;
  border-radius: 5px;
  
}
.health-card-header img{
  width: 70px;
  height: 70px;
}
.health-card-header h5{
 color: rgba(34, 197, 94,1);
}
.health-card{
  background-color: rgba(240 , 253 , 244, 1);
  padding: 40px 0px;
}
/* healthcare end  */

/* footer  */
.business-logo{
  width: 200px;
  height: 200px;
}
.footer-heading-4{
  font-family: var(--font-secondary);
  font-size: 20px;
  margin: 30px 0px;
}
.footer-para{
  text-align: justify;
  font-family: var(--font-primary);
}
.footer-heading-4{
  font-family: var(--font-secondary);
}
.footer-column-1{
  width: 80%;
}
.footer-menu{
  padding-left: 15px;
}
.footer-menu li {
  margin: 10px 0px;
}
.footer-menu li a{
  color: var(--text-secondary);
  font-family: var(--font-primary);
  text-decoration: none;
}
.footer-credit{
  font-size: 12px;
  text-align: center;
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
