

/* new */

*{
 padding: 0px;
margin: 0px;
box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

    .login-body {
       background-image: url(asset/image/login-bg-image.png);
       background-size: cover;
        background-position: center;
          background-repeat: no-repeat;
        font-family: Nunito Sans;

    }
    .signup-body{
       background-image: url(asset/image/login-bg-image.png);
       background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-family: Nunito Sans;
    }
    .login-card {
      width: 100%;
      max-width: 472px;
      border-radius: 20px;
    }
    fieldset {
      border: 1px solid #ced4da !important;
      border-radius: 6px !important;
      padding: 0.75rem 1rem 1rem !important;
      margin-bottom: 1.2rem !important;
      position: relative !important;
    }
    legend {
      font-size: 0.85rem !important;
      width: auto !important;
      padding: 0 0.4rem !important;
      margin-bottom: 0 !important;
      position: absolute !important;
      top: -0.7rem !important;
      left: 1rem !important;
      background: white !important;
      /* color: #6c757d !important; */
    }
    .input-group .form-control {
      border: none !important;
      box-shadow: none !important;
    }
    .input-group-text {
      background-color: transparent !important;
      border: none !important;
       padding: 0px !important;
      color: #495057;
    }
 .btn-outline-yellow {
  border: 1.5px solid #e4b400 !important; 
  color: #e4b400 !important;        
  background-color: transparent;
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.btn-outline-yellow:hover {
  background-color: #ffc107 !important;
  color: #fff;
  border: none !important;
}

.text-end{
  margin-top: -20px !important;
}
.text-center a{
   color: #e4b400 !important;
   text-decoration: none;
}

.category-btn:hover img {
  filter: brightness(0); /* turns image black */
}

.btn-outline-yellow:hover {
  background-color: #e4b400 ;
  color: white !important;
}

.btn-outline-yellow:hover i {
  color: white !important;
}

/* login page end  */

.custom-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; 
}

.logo-img {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 12px;
  height: 74px;
  width: 200px;
}

.nav-link {
  color: #000 !important;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px !important; 
    font-family: Nunito Sans !important;
}

.nav-link.active {
  color: #e4b400 !important; 
}

.nav-link:hover { 
  color: #e4b400 !important;
}

.search-wrapper {
  position: relative;
  background-color: #fffde7;
  border-radius: 50px;
  padding: 4px 20px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  max-width: 100%;
    font-family: Nunito Sans;
 
}

.search-input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  padding-right: 30px;
    font-family: Nunito Sans !important;
   width: 275px !important; /* or 100% if parent allows */
  min-width: 180px !important;
}

.search-icon {
  position: absolute;
  right: 12px;
  color: #888;
}

.btn-yellow {
  background-color: #FFCE10 !important;
  color: white !important;
  border-radius: 50% !important;
  padding: 10px 13px !important;
  border: none !important;

}
/* new  */
.nav-collapse {
  max-height: 0; 
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  display: flex;  /* Keep flex settings */
  flex-direction: column;
}

.nav-collapse.show {
  max-height: 500px; /* adjust depending on content */
  opacity: 1;
  pointer-events: auto;
}



.btn-yellow:hover {
  background-color: #FFCE10; 
}

/* Toggle button styles */
.navbar-toggle {
  display: none;
  flex-direction: column !important;
  justify-content: space-between;
  height: 24px;
   /* margin-left: 130px; */
  margin-bottom: 20px;
  background: none;
  border: none;
}

.navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 3px 0;
}
.nav-collapse a {
  padding: 10px 0;

}

.nav-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.nav-collapse.show {
  max-height: 500px; /* adjust based on your content */
  opacity: 1;
}


/* nevbar end */

/* home section start */

 
 *{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
 }
#home {
  font-family: 'Nunito Sans', sans-serif !important;
  padding-top: 125px; /* or margin-top */
}


 .container{
    max-width: 100% !important;
      font-family: Nunito Sans;
 }
 .heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
   font-family: Nunito Sans;
 }

.truncate-text { 
  white-space: nowrap;          /* Text ek hi line me rahe */
  overflow: hidden;            /* Overflow ko chhupa do */
  text-overflow: ellipsis;      /* Cut hone par "..." lagao */
  width: 200px;                /* Ya jitni width chahiye */
}

 .card-box {
      background: white;
      border-radius: 16px;
      padding: 20px;
      margin-bottom: 20px;
      border: 1px solid #eee; 
    }
    
    .category-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 7px;
      background-color: white;
      border-radius: 30px;
      margin-bottom: 10px;
      border: 1px solid #eee;
      position: relative;
      overflow: hidden !important;
      transition: all 0.3s ease;
      height: 43px;
      font-size: 14px !important; 
      font-family: Nunito Sans;

    }

     .category-span-text{
      display: contents !important;
     }

    .category-btn:hover::before {
      left: 0; 
    }
    .category-btn::before {
      content: "";
      position: absolute; 
      top: 0; 
      left: -100%; 
      width: 100%; 
      height: 100%; 
      background-color: #fbdc00; 
      z-index: 1;
      transition: left 0.4s ease;
    }
    .category-btn * {
      position: relative;
      z-index: 2; 
    }
    .category-badge {
      background-color: #fbdc00; 
      border-radius: 30%; 
      width: 25px; 
      height: 25px; 
      display: flex; 
      justify-content: center; 
      align-items: center;  
      font-weight: bold; 
    }

.category-btn span img{
    padding-right: 5px !important;
    float: left !important;
}
.category-btn:hover .category-badge {
  background-color: white;
}
.category-btn-badge span {
    background-color: #ffce10;
}
.category-btn i {
    color: #FECE10;
}
.category-btn:hover .category-btn-badge span {
    background-color: #ffffff;
}

    .listing-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #FFFEF4;
      padding: 12px 16px;
      border-radius: 30px;
      margin-bottom: 10px;
      border: 1px solid #eee;
    }
    .listing-icon {
      width: 32px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }


/* App-IOS css start */

body{
  background-color: #FAFAFA;
  font-family: 'Nunito Sans', sans-serif;
}


.app-section{
  margin-top: 150px !important;
}


.custom-card {
  /* background-color: white !important; */
  color: #fff;
  /* border-radius: 30px; */
  overflow: hidden;
  font-family: 'Nunito Sans', sans-serif;
  border: 1px solid #fbdc00;
  transition: all 0.3s ease;
  position: relative;
}

.custom-card .card-img-top {
  width: 100%;
  object-fit: cover;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
}

.custom-card .category-label {
  position: absolute;
  top: 0px;
  left: 0px; 
  background-color: #0B86C8;
  color: #fbdc00;
  font-weight: 700;
  padding: 2px 12px;
  /* border-radius: 15px; */
  font-size: 16px;
  border-top-left-radius: 16px;
  
}

.custom-card .card-body {
background-color: #FAFAFA !important;
  padding: 15px;
  border-top: none;
}

.custom-card .card-title {
  font-size: 14px;
  font-weight: 400;
  font-style: bold;
  /* color: #1d1313; */
}

.custom-card .card-text {
  font-size: 14px;
  font-weight: 400;
  /* color: #666; */
  
}

.custom-btn:hover img {
    filter: brightness(0); }

 .category-btn:hover .category-btn-icon img {
  filter: brightness(0);
}

.custom-card .list-group-item {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #fbdc00;
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-card .stars {
  color: #fbdc00;
  margin-left: auto;
  /* width: 16px;
  height: 16px; */
}

.custom-card .card-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid #FFCE10;
  background-color: white;
}

.custom-card .card-footer button {
  text-decoration: none;
  color: #FFCE10;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #FFCE10;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
}

.custom-card .card-footer button:hover {
  background-color: #fbdc00;
  color: #000;
} 
 
.app-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* or max-width */
  border: none !important;
}

.button-group {
  display: flex;
  gap: 10px;
  margin: 10px !important;
  border: none;

}
.button-group button{
  border: none;
}


.app-button h5 {
  margin: 0;
}
/* app iOS css end */
   
/* Feedback rateing css start  */

     .login-card {
      width: 100%;
      max-width: 472px;
      border-radius: 20px;
      
    }
    fieldset {
      border: 1px solid #ced4da !important;
      border-radius: 6px !important;
      padding: 0.75rem 1rem 1rem !important;
      margin-bottom: 1.2rem !important;
      position: relative !important;
   
    }
    legend {
      font-size: 0.85rem !important;
      width: auto !important;
      padding: 0 0.4rem !important;
      margin-bottom: 0 !important;
      position: absolute !important;
      top: -0.7rem !important;
      left: 1rem !important;
      color: #808080;
      background: white !important;
      /* color: #6c757d !important; */
    }
    .input-group .form-control {
      border: none !important;
      box-shadow: none !important;
      color: #808080 !important;
    }
    .input-group-text {
      background-color: transparent !important;
      border: none !important;
       padding: 0px !important;
      color: #495057;
    }


    .btn-outline-yellow:hover {
     background-color: #FFCE10;
     color: #fff;
      }

    .form-control::placeholder {
      font-size: 1rem;
    }
    .rating-feedback {
      display: flex;
      gap: 10px;
      font-size: 1.5rem;
    }
    .rating-feedback i {
      color: #f7b731;
      border: 1px solid #ced4da !important;
      padding: 10px 15px;
      border-radius: 10px;
      
    }

    .form-check{
   padding-left: 0% !important;
  
    }
   
  .custom-captcha {
  border: 1px solid #ced4da;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #FAFAFA;
}

.custom-captcha .left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.custom-captcha .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}

.custom-captcha .form-check-label {
 margin-top: 10px;
  font-weight: 500;
  color: #808080;
}

.custom-captcha .captcha img {
  width: auto;
  height: auto;
}

 .submit-btn {
 background-color: #FFCE10 !important;
 border: none !important;
 color: white !important;
 font-weight: bold;
    }
    .submit-btn:hover {
      background-color: #FFCE10 !important;
    }
    /* feedback rateing css end  */

  /* sarita css listing project ditail  */

/* .container-fluid {
    font-family: Nunito Sans;
    background-color: #FAFAFA;
} */

.listing-section{
  margin-top: 100px;
}
.project-detail-section{
    margin-top: 120px;
}
.category-btn {
    border: 1px solid #d3d3d3;
    background-color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease;
}

.category-btn-icon {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-btn-text {
    width: 70%;
}  

.category-btn-badge {
    width: 15%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.category-btn:hover::before {
    left: 0;
}

.category-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffce10;
    z-index: 1;
    transition: left 0.4s ease;
} 

.button-logo{
  border: none;
}
.category-btn * {
    position: relative;
    z-index: 2;
}

.category-btn i {
    color: #FFCE10;
}

.category-btn-badge span {
    background-color: #ffce10;
}

.category-btn:hover .category-btn-icon i {
    color: #000000;
}

.category-btn:hover .category-btn-badge span {
    background-color: #ffffff;
}



/* new listing page */

.new-listing-heading {
    font-weight: 700;
    font-size: 24px;
}

.new-listing-border {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    background-color: #fff !important;
}

.new-listing-inner-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}

.new-listing-descrip {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.new-listing-descrip span { 
    font-weight: 700;
} 

.new-listing-image { 
    position: relative; 
}

.new-listing-inner-image { 
  max-width: 100% !important; 
  height: auto !important; 
  object-fit: cover !important; 
  display: block !important; 
}


span.mobile-top-image { 
    position: absolute; 
    top: 0 !important;  
    left: 0 !important;  
    margin-left: 12px; 
     padding: 8px 16px !important; 
    font-size: 16px; 
     font-weight: 700; 
    background-color: #0B86C8 !important; 
    color: #fbdc00; 
   border-top-left-radius: 16px; 
}

.rating i {  
    color: #f7c600; 
}

.custom-btn {
    font-size: 16px;
    border: 1px solid #FECE10;
    color: #FECE10;
    background-color: transparent;
    border-radius: 10px;
    padding: 6px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}
.custom-btn i{
   display: flex;
   align-items: center;
   justify-content: center;
}
.custom-btn:hover{
    background-color: #FFCE10;
    color: #000000;
}

div.hover-effect:hover {
    border: 1px solid orange;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}




/* PROJECT-DETAILS PAGE */
.upper-button  button{
    color: #FFCE10;
    border: none;
    background-color: white !important;
}

.project-school {
    font-size: 20px;
    font-weight: 600;
    color: #FFCE10;
    text-align: center;
}

.project-details-para,
.project-details-inner-para span {
    font-weight: 700;
}

.project-details-inner-para {
    font-size: 14px;
}

.project-det-btn-width {
    width: 253px;
}

.footer{
  text-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}





