@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PT Sans', Arial, sans-serif;
}

@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu {
        max-width: 180px;
    }
}
.websitebody{
  padding: 0 4% !important;
}

/* navbar */
.navbar .container-fluid {
    padding: 0 4%;
}

.navbar-nav li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav li a:hover {
    color: #833400;
    text-decoration: none;
}

.navbar-nav .dropdown-menu {
    background-color: #e37327;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* banner and breadcrumb */
.bannerandbc{
  padding: 5vh 0;
  background-color: #dcdcdc;
  text-align: center;
  /* color: white; */
}
.bannerandbc a{
  text-decoration: none;
  color: black;
}

.did-you-know {
  display: flex;
  background-color: #fff9c4;
  border-left: 6px solid #faa03a;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.did-you-know .icon {
  font-size: 2rem;
  margin-right: 10px;
}


/* histbg section */
.histbg{
    padding: 40px 0 !important;
}
.histbg1{
    text-align: justify;
}
.histbg2{
    overflow: hidden;
}
.histbg2a{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* extended fact file */
.extff{
    padding: 20px 0;
}
.extff1{
    padding:  0 0 15px 0;
    text-align: justify;
}
.masterplanlink{
    text-decoration: none;
    color: #faa03a;
}

/* Challenges and Developmental Outlook */
.challengesanddev li{
    padding: 10px 0;
}


/*  Footer  */
.footer {
  background-color: #faa03a;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 4%;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-column h4 {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li, .footer-column p{
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.footer-column input[type="email"] {
  padding: 8px;
  width: 100%;
  margin: 10px 0;
  border: none;
  border-radius: 22px;
  font-size: 1.2rem;
}

.footer-column button {
  padding: 8px 15px;
  color: white;
  background-color: #f9b96a;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.footer-column button:hover{
    color: #833400;
}

/* endbar copyright */
.endbar{
  padding: 5px 4% 0;
  background-color: #faa03a !important;
}
.endbar p{
  font-size: 1.2rem;
  color: white;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}


.main-heading{
    font-size: 2.5rem;
    font-weight: 700;
    padding: 10px 0;
}
.sub-heading{
    font-size: 1.5rem;
    font-weight: 700;
}