body {
    background-color: rgb(240, 240, 240) !important;
}

  /* LOGO----------------------------------------------------------TITLE---START-------------- */

.PROJECT-TITLE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid rgb(79, 25, 25);
  margin-bottom: 5px;
  height: 200px;
  flex-wrap: wrap;
}

.IIT-KGP-LOGO,
.IIT-BOM-LOGO {
  width: 130px;
  height: 165px;
  object-fit: contain;
  margin: 0 30px;
}

.TITLE {
  font-weight: bold;
  font-size: 30px;
  color: rgb(21, 21, 22);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px 2px rgba(238, 188, 173, 0.856);
  text-align: center;
  flex: 1;
  margin: 0 25px;
}

/* Responsive support */
@media (max-width: 768px) {
  .PROJECT-TITLE {
    flex-direction: column;
    height: auto;
    padding: 15px 10px;
  }

  .IIT-KGP-LOGO,
  .IIT-BOM-LOGO {
    margin: 10px 0;
    width: 100px;
    height: auto;
  }

  .TITLE {
    font-size: 24px;
    margin: 15px 0;
  }
}


/* LOGO-----------------------------------------------------------------------TITLE----END-------- */







/* STRIP-----------------------------------------------------------------------TITLE----STARTS HERE-------- */
.STRIP-BAND {
    height: 60px;
    background-color: rgb(0, 0, 0);
    margin: 0px 5px 5px 5px;
    color: antiquewhite;
    display: flex;
    gap: 10px;
    justify-content: center;

}
.STRIP {
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: auto;
    cursor: pointer;
    position: relative;
    padding: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #222222;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(17, 16, 16, 0.2);
    z-index: 1;
    top: 100%; /* Position dropdown below the .STRIP */
    left: 0;
}

.dropdown-content a {
    color:rgb(251, 244, 236);
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    font-size: smaller !important; 
}

.dropdown-content a:hover {
    text-decoration: none;
    background-color:antiquewhite;
    color: rgb(4, 4, 4);
}

.show {
    display: block;
}
.STRIP-STYLE {
    color:antiquewhite;
    text-decoration: none; 

}
    
.STRIP-STYLE:hover {
text-decoration: none;
color:antiquewhite;

}


/* STRIP-----------------------------------------------------------------------TITLE----ENDS EHERE-------- */









/* BACKGROUND-IMAGE---------------------------------------------------------------DIFFERENT-WASTE-CLASSES */

.BACKGROUND-IMAGE {
 background-size: 100%;
 margin-bottom: 10px;
 background-repeat: no-repeat;
 padding: 15px;
 margin-left: 10px;
 margin-right: 10px; 
}
.R-R-R {
   width:100%;
    height:auto;
    display:block;
}

.WASTE {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    border: 2px solid rgb(35, 34, 34);
    border-radius: 5px;
    padding: 10px 18px;
    margin-bottom: 30px;
    background-color: rgba(207, 244, 243, 0.908);
    box-shadow: -2px -2.5px 2px rgb(132, 131, 131);
}
.TAG {
    text-decoration: none;
    color: rgb(17, 17, 17);
    text-shadow: 2px 2px 2px rgb(247, 231, 231);
}
.WASTE-TYPES {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 10px;
}
.WASTE-TYPES:hover {
    cursor: pointer;
    color: rgb(17, 17, 17) !important;


}
/* BACKGROUND-IMAGE----------------------------------------------------=====---------DIFFERENT-WASTE-CLASSES */













/* COST-ESTIMATION-------------------------------STARTS------------------------------COST-ESTIMATION--- */


.ESTIMATION-TITLE {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 2px rgba(247, 219, 166, 0.889);
    margin-bottom: 25px;
}
.ESTIMATION-TITLE {
    font-size: 25px;
    font-weight: bold;

}
.hidden {
    display: none !important;
    margin-bottom: 15px !important;
    }
.BUTTON-BRANCHES {
    margin: 10px 0px !important;
    }

.BUTTON- {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px -1px 1.5px rgb(210, 182, 158);
    font-weight: bold;
    font-size: 15px;
    
}
.BACKGROUND-ESTIMATION {
    width: cover;
    height: 350px;
    background-color: rgb(11, 12, 12);
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(221, 222, 223);
    background-image: url(IMAGES/5RSCOIN.png);
    background-size: cover;
    padding: 10px 10px;
}
.BUTTON-M {
    box-shadow: 0.7px -0.7px 1.5px rgb(124, 124, 124);
    font-weight: bold;
    width: 150px;
    height: 35px;
    font-size: 18px;
    border: 2.5px solid rgb(59, 59, 59);
}

.BUTTON-M,
.BUTTON-,
.HOME-BUTTON {
    cursor: pointer;

}
#EDF-T .modal-header .close,
#ECF-T .modal-header .close,
#TDF-T .modal-header .close,
#TCF-T .modal-header .close,
#EDF1 .modal-header .close,
#TDF1 .modal-header .close,
#TCF1 .modal-header .close {
    color: red;
    font-size: 25px;
    font-weight: bold;

}
.close :hover{
    color: rgb(249, 5, 5);
}
.HEAD1 {
    background-color: rgba(31, 30, 30, 0.917);
    color: rgb(224, 224, 225);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-shadow: 0.4px 0.41px 1px wheat;
}
.BODY1, .BODY2, .BODY3, .BODY4 {
    background-color: rgba(212, 208, 208, 0.94);
    color: rgb(1, 8, 29);
    font-size: 13px;

}
.FOOTER1 {
    background-color: rgb(147, 146, 146);
    color: rgb(1, 5, 28);

}
.MODAL1 {
    border: 2px SOLID red;

}
#EDF-T .modal-dialog,
#ECF-T .modal-dialog,
#TDF-T .modal-dialog,
#TCF-T .modal-dialog,
#EDF1 .modal-dialog,
#TDF1 .modal-dialog,
#TCF1 .modal-dialog {
    max-width: 580px;
}
.modal-footer .btn-secondary {
    font-weight: bold;
}

/* Estimate button */
.modal-footer #calculate1,
.modal-footer #calculate2,
.modal-footer #calculate3,
.modal-footer #calculate4 {
    font-weight: bold;
}
.modal-body .result1, 
.modal-body .result2 {
    font-weight: bold;
    font-size: 13.5px !important;
    color: rgb(47, 7, 85) !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 0.4px 0.4px 1px rgb(255, 255, 255);
}

.modal-body .result3,
.modal-body .result4,
.modal-body .result5,
.modal-body .result6 {
font-weight: bold;
font-size: 13.5px !important;
color: rgb(47, 7, 85) !important;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-shadow: 0.4px 0.4px 1px rgb(255, 255, 255);
}


#EDF-T .modal-body input[type="text"],
#ECF-T .modal-body input[type="text"],
#TDF-T .modal-body input[type="text"],
#TCF-T .modal-body input[type="text"],
#EDF1 .modal-body input[type="text"],
#TDF1 .modal-body input[type="text"],
#TCF1 .modal-body input[type="text"] {
display: block;
margin-left: 350px; /* Adjust the width of the labels */
margin-top: -20px; /* Adjust vertical alignment as needed */
}

 
.FINAL-RESULT {
    background-color: rgba(241, 254, 0, 0.752) !important;
    padding: 4px 7px !important;
    margin: 5px 4px !important;
    display: inline-block !important;
    border-radius: 5px !important;
    white-space: nowrap;
}
.Cost-Estimation-Titles {
    font-weight: bold;
    text-align: center;
    color: rgb(3, 1, 31) !important;
}

/* COST-ESTIMATION-------------------------------E N D S------------------------------COST-ESTIMATION--- */

















/* CONTACT DETAILS- BUSINESS CARD-------------------------CONTACT DETAILS------------ S T A R T ----------*/

/* CONTACT DETAILS- BUSINESS CARD-------------------------CONTACT DETAILS------------ S T A R T ----------*/

/* Contact Section */
.contact-background {
  background-color: rgb(134, 133, 133);
  padding: 20px 10px;
}

.contact-title {
  font-size: 25px;
  color: rgb(244, 236, 224);
  text-align: center;
  font-weight: bolder;
  text-shadow: 2px 2px 3px rgba(60, 60, 60, 0.9);
  margin-bottom: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Card Grid Layout */
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Individual Contact Card */
.contact-card {
  background-color: rgba(38, 38, 38, 0.95);
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  border-bottom: 10px solid rgb(9, 10, 10);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* Contact Image */
.contact-card img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

/* Contact Text */
.contact-text {
  color: rgb(218, 216, 216);
  font-size: 14px;
}

.contact-name {
  font-family: monospace;
  font-size: 16px;
  font-weight: bold;
  color: rgb(246, 240, 231);
  text-shadow: 0.7px 0.7px 2px rgb(120, 120, 120);
  margin-bottom: 10px;
}

    


/* CONTACT DETAILS- BUSINESS CARD---------------------------CONTACT DETAILS------------ E N D S ----------*/
